Blog Detail
windows vista & linux tips n tricks
http://infovalleypk.blogspot.com
informative site for vista, xp, linux
View More Recent Posts
-
Linux Commands for Beginning Server Administrators
arp Command mostly used for checking existing Ethernet connectivity and IP addressMost common use: arpThis command should be used in conjunction with the ifconfig and route commands. It is mostly useful for me to check a network card and get the IP a...
-
Linux Graphics-related commands
kghostview my_file.ps(in X terminal) Display a postscript (or pdf) file on screen. I can also use the older-looking ghostview or gv for the same end effect. I can print the postscript file from the viewer too.xpdf my_file.pdf(in X terminal) View a pd...
-
Linux Music-related commands
cdplay play 1Play the first track from a audio CD. Use cdplay to play the whole CD. Use cdplay stop when had enough.ejectGet a free coffee cup holder :))). (Eject the CD ROM tray). This command defaults to the cdrom, but could be used to eject oth...
-
Linux Shortcuts and Commands
netconf(as root) A very good menu-driven setup for your network.ping machine_nameCheck if you can contact another machine (give the machine's name or IP), press C when done (without c, the command keeps going). As all Linux commands, ping has options...
-
UNIX / Linux Command Summary
access()Used to check the accessibility of filesintAccess(pathname, access_mode)Char* pathname;int access-mode;The access modes are.04 read02 write01 execute (search)00 checks existence of a file& operatorexecute a command as a background process.ban...
-
30+ Basic Linux Commands
xkill Kills a running programexit Exits the terminalreboot Reboots the systemhalt Shutsdown the computerstartx Starts xwindows from terminalman man(command)shows help filesinfo info(command) shows help files--help (command)--help shows help filessu A...

