linux/unix admin certified!

Hints UNIX

Finally…I finished up my last two Perl projects, and now am officially certified by the University of Illinois and O’Reilly as a Linux/UNIX Administrator. A big thanks to Ben for putting up with me and my frustration with Perl…which I kind of like now 😉 .
A few UNIX hints for today:

  • Did you ever want to know how much free disk space you have on your *NIX server/desktop? Use the command df. I usually use df -h to get a more friendly output.
  • Perhaps you want to display disk usage statistics. Use the command du. I use the command du -h to once again get a more friendly output. * -c will show you the total disk space used, while another favorite of mine: du -d [0-9] (ex. du -d 1 to see disk space used one directory level in). This is helpful if you do not want to see all your directories listed.
  • Read the man pages!

Leave a Reply

Your email address will not be published.
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

UNIX

solaris and an umbrella.

Here I am…thinking (dreaming) about replacing my Apple G4 Cube with a sweet Sun Solaris set up, since all my web development work at home is done with text editors and gimp.app. It is definitely time to learn Solaris, but I do not want to put out the $$ for Sun hardware (and yet I […]

Apple Hints

don't forget about grab.app.

Over the weekend, I had to take a number of screen shots for a project that I was working on. In Mac OS X, you can take screen shots easily by holding down the Option + Shift +3 keys and then select a section of the screen you want to capture. If all goes well, […]