=====Other===== ===Hardware Info=== Getting information about model no. of computer # dmidecode | grep -i prod ===Make ISO image of a folder=== # mkisofs -J -allow-lowercase -R -V "OpenCD8806" -iso-level 4 -o OpenCD.iso ~/OpenCD ===Show all system commands with an Explanation=== # for i in $(ls /usr/bin); do whatis $i | grep -v nothing; done