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.








Sunday, October 23, 2011

C/C++ program for linux

vi  add.c

#include<stdio.h>
int main()
{
int i, sum = 0;
for ( i = 1; i <= 3; i++ ) {
sum += i;
}
printf("sum = %d\n", sum);
return 0;
}

 save and quit

To Compile:
gcc -o add.out add.c

To Execute:
./add.out

Output
sum = 6

Saturday, August 13, 2011

I'm a registered linux user.http://counter.li.org/ is the link to register your self if you use linux.

wifi hotspot

"Connectify" is a software which is use to make your laptop/PC with wifi adapter will become wifi hotspot and anyone can share that internet with the ssid and key. It only works on windows and mac. to download www.connectify.me