Facebook

dmidecode : Finding everything about your hardware.


Only one command in terminal and all the Hardware related information is dumped in human readable format on your terminal.

I was wondering how can I found the Model number and product number of my laptop from terminal. Searching over the Internet fetch me this command.

What is more important ? Question or Answer ?



I found this question on Quora and this amazing answer in form of comic strip.

I Downloaded all the images and formed a PDF.

Random scripts : Linux



1. setup a simple reminder to appear on your screen at a specific time
 
   $ echo 'xmessage "Hello"'|at 19:00
 

Few funny commands in Linux.



1. Did it ever happened to you that instead of typing 'ls' for listing the files in a directory , you type 'sl' in hurry and got the no-so-pleasant error saying that 

"The program 'sl' is currently not installed.  You can install it by typing:
sudo apt-get install sl


Have you ever tried what 'sl' is? No? ok then try it now. Install the 'sl' command by typing