Linux Useful Commands
Show linux architecture
dpkg --print-architecture
Clean journal
journalctl --vacuum-time=2d
Show estimate file space usage sort by file sizes
du -hs * | sort -h
dpkg --print-architecture
journalctl --vacuum-time=2d
du -hs * | sort -h