Tools Archive

How to deploy: database, source and binary changes in 1 patch?


Today, was an exciting day for me, again.
I was working on several client’s projects and something seems to have crystalized in my brain today. This crystallization created a new question that I posted on stackoverflow: How to deploy: database, source and binary changes in 1 patch?
Amazingly, 6 hours went by and I only [...]

Building python development environment


I’m preparing to start development on beecoop and anonymous websites and I would like to establish a comfortable python development environment to make development and deployment of different applications easier.
There are several factors that I need to consider:

I’m going to be working on several different projects at the same time.
Each project is going to be [...]

Opening images in Preview from Mac OS X Command Line


If you’re in command line and you got a bunch of images in a directory and you would like to preview them without touching the mouse.

Create beautiful source code output with vim2html


I came a very interesting command line utility that converts your source code into html. The cool thing is that it uses your vim color scheme to color the output source code.

Password-less SSH Login on Media Temple GS account


I’m really not sure why Media Temple support told me this is not possible to do, but it is.
I use Media Temple ssh 5-10 times a day, that’s why typing in
ssh serveradmin@positivesum.org@s43472.gridserver.com
and then entering password is way too slow.
There is a better way.
To login, I use 
ssh ps
ps – is acronym for positivesum.org
In this tutorial, I will explain to [...]