Sunday, October 10, 2010

Linux Tips

I've been doing a lot of research on USB input devices and have found a lot of resources.  One fellow has a page with a lot of common complaints I've had happen to me over the course of years using Unix and Linux.

Ever cat a binary file and have a strange font confront you.  He's got observations and solutions for a lot of such problems.   BTW the answer to the strange font is that a 0x16 character (Shift Out) was sent to your terminal emulator.  Solution is to blind type an echo command of 0x17 (Shift In) to cancel it.

http://www.vidarholen.net/contents/linuxtips/

here are some links into useful sites:

http://www.linux.com/learn/tutorials/322632-easy-linux-backup-with-lucky-backup
http://www.foogazi.com/
http://www.deter.com/unix/

Find
This is a very useful page on find.  Useful for locating and reassigning owner to files.
http://dsl.org/cookbook/cookbook_10.html
here are some examples
find /usr/local/fonts -user warwick [RET]
 
To find all files in the `~/html/' directory tree with an
`.html' extension, and output lines from these files that contain
the string `organic', type:

 find ~/html/ -name '*.html' -exec grep organic '{}' ';' [RET]
NFS information
http://www.linuxmigration.com/quickref/admin/nfs.html
Play dvd's 
https://help.ubuntu.com/community/K9Copy
Add Raid0 mirroring to single disk system (no reboot) 
http://blog.n01se.net/?p=51 
Misc links 
http://www.computerhope.com/network/unix.htm 
Debug Bash scripts
http://www.google.com/search?q=bashdb&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a 
Debug Make files
http://www.google.com/search?q=remake&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a 
BOXEE
http://ossnotebook.blogspot.com/search?updated-min=2008-01-01T00%3A00%3A00-08%3A00&updated-max=2009-01-01T00%3A00%3A00-08%3A00&max-results=8  
Admin tips 
http://adminschoice.com/

No comments:

Post a Comment