Tag: Hints

Apple Hints HOWTOs UNIX

configuring ipfw on mac os x 10.3.

Sometimes the GUI is awesome. Sometimes you just need more control over your conf files that the GUI offers. I wanted to have more specific firewall rules for my computers and servers running Mac OS X Client, more than the default OS X 10.3 built-in firewall configuration that is provided. First, let’s look at all […]

Hints UNIX

helpful UNIX commands.

Well, I am halfway through my UNIX filesystem training and I wanted to share some useful commands I have learned along the way: grep -i = grep ignoring cases grep -v name = grep ignoring all lines with “name” in it grep word * = grep in the current directory for all lines with “word” […]

Hints HOWTOs Web Development

encoding email addresses.

Spam. We are all sick of it. Contact information…if you have a web site it is most likely you will need to post your contact information (email address) somewhere. To stop robots from spidering your email address, I would suggest encoding it. Yeah, if you notice my email address is not always encoded on my […]

Apple Hints

iCal tips and tricks.

If there is one application Apple has released in the last few years that I should be using more, it is iCal. There are lots of little tricks and cool stuff you can do with iCal…like my favorite: In a terminal window type: cat /usr/share/calendar/calendar.history | grep McDonald and look at the goodies. Yes, I […]

Hints Web Development

google alert.

Ever since I started monitoring what search engine robots indexed on my web sites, I have also been using Google Alert. Google sends me reports (html email or plain text, your choice) of any web site that has been indexed with keywords that you specify. Not only can you make sure Google is following the […]

Hints Standards

fisherman's dilemna, solved!

Well, I have been fishing for the last few days, which I enjoy…but I do not enjoy the fishy smelling hands that I have after I get home. After 2 days of no solution…my not so in-law brother in law told me he finally figured out how to kill the smell: sun tan lotion. I […]

Apple Hints UNIX Web Development

Little Tech Reminders

I often perform the same tasks over and over and yet forget some little thing. This post is a reminder for me. General Apple hints. What to do when you get the “Do not enter sign”. (besides wonder how to describe it while searching for a solution) Starting up in target disk mode: hold down […]