Linux |
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
#to unpack into a new folder #make changes and rebuild with: |
|||
Accessing remote computers via XDMCP: http://unixlab.blogspot.com/2009/10/accessing-remote-computers-via-xdmcp... |
|||
General keyboard shortcuts Ctrl+A = Select all (In Documents, Firefox, Nautilus, etc, not Terminal) F9 = Toggle Sidebar Ctrl+N = New (Create a new document, not in terminal) |
|||
|
|||
Working with yum, an intro from IBM: http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-102-5/index.h... |
|||
The problem with the normal MX backup strategy is spam: http://blog.sembee.co.uk/archive/2007/02/02/38.aspx |
|||
Here is a good link on how to Recover a Non-booting Linux System and the core: ubuntu@ubuntu:~$ sudo mount /dev/sda6 /mnt ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt/boot ubuntu@ubuntu:~$ sudo mount /dev/sda7 /mnt/home Verify everything looks correct before proceeding (i.e. you got the partitions correct and mounted in the correct places). Next, you need to take care of /proc and /dev as follows: ubuntu@ubuntu:~$ sudo mount -t proc none /mnt/proc |
|||
To use a dynamic DNS system, register an account with http://www.zoneedit.com |
|||
This is very "quick and dirty" using the CentOS gui tools as much as possible -install server & open firewall to samba -create office and supervisor groups and a /home/common folder -create all users on server and make them part of office, (+supervisor) -add all users to Samba with Windows names and passwords -share all home drives and set user access on shares as appropriate -set permissions in the directory at the root of each share, appropriate to users -chmod g+w -R * #at the top level of each shared directory so groups can read and write |
|||



