Microsoft Certified Systems Admnistrator Training. Learn More.
Compare prices on unix system administration handbook at Smarter.com.
Degree Programs for a Career in Unix. Campus and Online Degrees.
I thought James Dickens of UNIX Admin Corner wrote a short but interesting post a few days ago. His post was titled "Why is IT such an Island." It was something to ponder regarding the rapidly...
The $HOME/.netrc file allows a local user to FTP to a remote destination in an automated manner. The presence of a .netrc file is usually due to a particular activity that requires frequent FTP...
If you want to disallow certain logins to your system, you will need to create a file called/etc/ftpusers. Add the login to the file. Here's an illustration below.#vi...
When you are working with files, you might want to print a subsection of the page(s). In this example, I don't won't the whole page printed, so I perform a copy and paste action for the desired text....
Today I had a left-handed user ask me to remap the mouse buttons. Frankly speaking, I had to look it up. Here's how I did it.#xmodmap -e 'pointer= 3 2 1'