Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions linux-docker-fundamentals/linux_cheatsheet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ nice # Starts a process with a given priority
renice # Changes priority of an already running process
df # Gives free hard disk space on your system
free # Gives free RAM on your system
dpkg --print-architecture # output the primary architecture of Debian and derivatives
rpm --eval '%{_arch}' # output the primary architecture on RPM-based systems

########## VIM EDITOR ######################

Expand Down