How To Analyze A Web Page From Spider’s Point Of View From Linux Terminal
Here’s how to analyze a web page from spider’s point of view from Linux terminal: Issue the following command at the terminal – wget -r...
How To Quickly Find Short Description Of A Command In Linux Terminal
Here’s how to quickly find short description of a command in Linux terminal: Issue the following command at the terminal – whatis <command name> For...
How To Quickly Find NIC Firmware And Driver Information In Linux Mint / Ubuntu
Here’s how to quickly find NIC firmware and driver information in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo...
How To Quickly Find Out The BIOS Version In Linux
Here’s how to quickly find out the BIOS version in Linux: 1. Issue the following command at the terminal – sudo dmidecode | more 2....
How To Convert Any Folder To ISO Image From Linux Terminal
Here’s how to convert any folder to ISO image from Linux terminal: 1. Issue the following command at the terminal – mkisofs -J -allow-leading-dots -R...
How To Quickly Grab Screenshot Of Desktop From Terminal In Linux Mint / Ubuntu
Here’s how to quickly grab screenshot of desktop from terminal in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – import...