====== Bash Shell Resources ====== ===== a few articles and tutorials on the web for learning the bash shell ===== * http://www.arachnoid.com/linux/shell_programming.html * http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html * http://www.panix.com/~elflord/unix/bash-tute.html * http://www.codecoffee.com/tipsforlinux/articles2/043.html * http://www.cyberciti.biz/nixcraft/linux/docs/uniqlinuxfeatures/lsst/ ====== System Info - User Help ====== ---- ===== Help for New Users===== [[http://www.cs.vassar.edu/~info/Unixhelp/TOP_.html|Unix information and help]] Examples for many Unix concepts and commands from the University of Edinburgh. This is a //really good// place to start! [[help:general_linux::linux_basics|Useful Unix commands]] Web resources to help you learn the bash shell [[help:general_linux::account.size|Account size help]] Help on how to check your account size and some basic commands to help you compress, archive and remove files and directories [[help:general_linux:backups|Backups to a file]] [[sysnews:isohome]] ===== Help Systems ===== Both the man (for manual) and Info pages provide information about the system. Man pages are typically geared to specific commands or files, while Info pages give information about an application as a whole. =====Solutions To Common Problems ===== [[sysnews:frozen|How to free up a machine or window that froze while you were working on it]] You're typing along, you enter a command, and now your machine is frozen! This will help! [[help:general_linux::priority|Process priorities]] Are you hogging the processor? Here's some info on how to make your processes play nice. "I accidentally pressed a button and all of my work disappeared. Help!" Most of the window managers give you multiple (4 by default) virtual desktops. Each desktop is an independent workspace, so if you go to the second desktop, it will appear as if all of your open programs are gone. Don't worry, though, you can go back to using them by switching back to virtual desktop 1 or generally clicking on the image of a different desktop on the panel.