Wednesday, August 24, 2005

Unix Crontab

by damonp on August 24, 2005

in Snippets,SysAdmin

*     *     *     *     *  command to be executed
-     -     -     -     -
|     |     |     |     |
|     |     |     |     +----- day of week (1 - 7) (monday = 1)
|     |     |     +------- month (1 - 12)
|     |     +--------- day of month (1 - 31)
|     +----------- hour (0 - 23)
+------------- min (0 - 59)

Popularity: 1%

{ 0 comments }

Need to run a MS Windows app on a Mac but no VirtualPC?

Do you have a Windows XP in the house?

Use Windows Remote Desktop Connection to connect to a Windows XP box to run the application. On a speedy LAN it should be faster than VirtualPC anyway.

Popularity: 1%

{ 0 comments }

Google Adwords and Search Engine Optimization

24 August 2005

I checked in with a recent search engine marketing/optimization client yesterday to see how their sales were tracking. This client runs a bricks and mortar store and is building an ecommerce site to compliment the main store and create another revenue stream. When I started working with them, they were doing about $40-$50 a day [...]

Read the full article →