Get current path: pwd
Get RAM information: free -h
List partitions and disks: lsblk -f
Rerun the previous command, but with sudo: sudo !!
Check if some executable is installed: which
Executing the content of a file in the current shell: source
Reboot now: systemctl reboot