Category: UNIX

Hints UNIX

linux/unix admin certified!

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 […]

Hints HOWTOs UNIX

configuring ipfw on mac os x 10.3: revisited.

It has been a few months since I first posted about configuring ipfw on Mac OS X. Since then I have had a few random issues with startup that may have been related to my firewall settings, but I was never able to really hone in on the exact problem (because the problem was not […]

Apple UNIX Web Development

Mac OS, UNIX, and Web Development Training

I have been looking for good Mac (not MAC) OS and UNIX training opportunities and think I finally came up with the missing piece, Big Nerd Ranch. Over the years, I have looked for good training for Mac OS X/Mac OS X Server, Apache, PHP, and other web technologies, but have often come up empty […]

UNIX

what is going on here?

What is going on here? Adobe announced http://opensource.adobe.com/ which allows the open source community to have access to some of Adobe’s great C++ libraries in the past few days. I am, for the first time in my life, installing a non Apple OS on my PowerBook…Mandrake Linux 10.1. Wow. Sun…your turn…and please do not forget […]

Hints UNIX

random bookmarks and such.

I recently went through my bookmarks and realized I had some cool stuff bookmarked, but forgot about it and wanted to share. Apple/Mac A History of Apple’s Operating Systems (http://www.kernelthread.com/mac/oshistory/). Apple’s Pro-IT Resources (http://www.apple.com/itpro/resources.html). Mac OS X FAQ (http://www.osxfaq.com/tips/unix-tricks/). UNIX Tools/Tips/Tech Resources Mail Relay Testing (http://www.abuse.net/relay.html). Snort (Network Intrusion Dectection) (http://www.snort.org/). UNIX Tutorials (http://www.unixcities.com/). Music: […]

Apache Hints UNIX Web Development

my OS X web development setup.

If you find yourself developing more than one web site at home, or anywhere with a *NIX machine with Apache, and want to be able to access all the sites for testing, it is time to set up Virtual Hosts. By using Virtual Hosts, you can access all your web sites easily (especially if you […]

Hints UNIX

good UNIX quick reference.

Everyone needs a good UNIX quick reference for the times you cannot remeber the command you need, but you know exists, and I recently found a good one, good enough to bookmark until I compile my own. The Univeristy of Washington’s Quick Reference: Unix Commands

UNIX

cheers! windows applications without windows.

This weekend, in between validatint my code, football, and SoCom II, I ran into a cool project that I think is worth mentioning: Darwine. For people like me that do not always have access to a PC but believes in QA for multiple browsers/platforms, there are times when all I need is IE for Windows. […]

Hints UNIX

sed and awk.

In my latest bit of training, I learned about sed and awk. sed is a line editor (stream editor) (scripting with ed). awk is a pattern-directed scanning and processing language and divides each line to fields by separating words by spaces or other specified field separators. Some tidbits about using sed to quickly edit files: […]

Hints UNIX

regular expressions help.

No, the site was not hacked, I chose to write about regular expressions. I am in my last section of my UNIX/Linux Systems Administrator training and I am equally excited about regular expressions as I was about learning subnets. I know regular expressions are very powerful, and I remember enjoying subnets after I finally figured […]

UNIX

growl.

I am always looking for cool stuff for Mac OS X…and I have been carrying around a bookmark for growl for the last few months, and today I finally installed it. Growl is “a global notification system for Mac OS X .” Translation: something really cool that works with multiple apps. So you have mail […]

Hints UNIX

more helpful UNIX stuff.

While I am taking my UNIX/LINUX Systems Administration training, I pick up cool UNIX tidbits and it is time to share some more of my latest tidbits. (First installment) Random commands and information I have jotted down: When compiling something from source code, I used to always use: ./configure then make then make install, but […]