Apr 9, 2011

Using Monit to keep your site up

sudo apt-get install monit

$ sudo apt-get install monit
More »



Apr 3, 2011

Automating Gemstone backups

To create daily backups of your database:

More »



Apr 1, 2011

Serving Seaside requests without the application name in the URL

With fresh Seaside image, try browsing to http://localhost:8080. You should see the Seaside welcome screen. That’s because WAWelcome is configured as the default application in WAWelcome class>>#initialize

More »



Mar 31, 2011

Simplifying SSH command lines

I frequently forget the parameters required for SSHing into my servers. Fortunately it’s straight-forward to define SSH configurations. For example say I frequently SSH into a site with the following SSH command-line:

More »



Mar 28, 2011

Command-line image tips

Identify

$ identify IMG_4417.JPG
IMG_4417.JPG JPEG 2112x2816 2112x2816+0+0 8-bit DirectClass 2.543MiB 0.000u 0:00.000
More »