Hi, like other, I'm new to linux and have just installed Woody.
I plan to use the box to be the home server. I'd appreciate a 'cheat sheet' (2 to 10 pages) or some handy reference guide to the linux commands, options and opperands.
A web link would be easiest.. Can anyone assist. Thanks.
Seeking a Command Cheat Sheet
Re: Seeking a Command Cheat Sheet
Try here for lots of commands and basic information explained:
http://www.unixguide.net/linux/linuxshortcuts.shtml
http://www.cse.iitb.ac.in/~ajitb/webpage/linucom.htm
Here's some in PDF format:
http://www.hpcc.uh.edu/usergroup/200502 ... ickref.pdf
Here's a shorter list of Bash commands with less wording. Might be useful:
http://www.ss64.com/bash/
On a side note, I don't see why or how you would choose to run Woody over the latest stable release, Sarge. It is recommended to run the latest stable release version, unless you have your reasons.
http://www.unixguide.net/linux/linuxshortcuts.shtml
http://www.cse.iitb.ac.in/~ajitb/webpage/linucom.htm
Here's some in PDF format:
http://www.hpcc.uh.edu/usergroup/200502 ... ickref.pdf
Here's a shorter list of Bash commands with less wording. Might be useful:
http://www.ss64.com/bash/
On a side note, I don't see why or how you would choose to run Woody over the latest stable release, Sarge. It is recommended to run the latest stable release version, unless you have your reasons.
LinuxCommand.com is an excellent site. Very clear and clean. It also has nicely formated man pages.
There is a link for downloading the entire site for off-line use.
http://linuxcommand.org/
There is a link for downloading the entire site for off-line use.
http://linuxcommand.org/
Debian Sys Admin
http://www.tldp.org/LDP/sag/html/index.html
http://www.tldp.org/LDP/sag/html/index.html
Also your command line has a histroy, just use your arrow key to run through the last commands you issued, often times you can find one you used just modify it and use it again.
At any rate it'll help you remimber.
At any rate it'll help you remimber.
Steve - Muskrat
Registered Linux user #305785.
Registered desktop PC #261727 Sidux
Registered laptop PC #310468 Debian Lenny
Registered Linux user #305785.
Registered desktop PC #261727 Sidux
Registered laptop PC #310468 Debian Lenny
- sensovision
- Posts: 113
- Joined: 2004-11-15 11:38
- Location: Ukraine
- Contact:
muskrat is right, and you can also view history like this:muskrat wrote:Also your command line has a histroy, just use your arrow key to run through the last commands you issued, often times you can find one you used just modify it and use it again.
At any rate it'll help you remimber.
Code: Select all
history
Code: Select all
history | less
Code: Select all
history | more
Denis
-
- Posts: 30
- Joined: 2006-01-08 23:15
- Location: Ontario, Canada
It's not a cheat sheet but i've found O'Reilly's Linux in a Nutshell very useful.
Link: http://www.amazon.ca/exec/obidos/ASIN/0 ... 96-4721668
It lives on my desk
Link: http://www.amazon.ca/exec/obidos/ASIN/0 ... 96-4721668
It lives on my desk