HomePostsGithub

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
<-- Back to Posts