Saturday, December 10, 2011

to know the complete hardware information of system under linux

To view all hardware information of information:

type this code on shell

dmidecode

Test your linux skill live

Wants to work on live linux with having it, then go to this site

http://cb.vu/


http://www.masswerk.at/







Run websites on text mode

How to run websites on command prompt under linux ?

To run website on command prompt, we need either "lynx" or "elink" browser these are text based browser.

command will fire like this.

lynx www.google.com

or

elink www.google.com

and see the magic of net on text mode only.