Tag Archives: linux

Installing Snippy on CentOS 5

I wanted to install something like Pastie at my workplace to easily share snippets of code privately, instead of sharing it to the whole wide world. There are some open source alternatives such as LodgeIt and pastebin but for some unknown reasons, I could never get it to set up properly.
Then I came [...]

Setting up LAMP really really fast

Recently I needed to set up LAMP (Linux-Apahe-MySQL-PHP) on a server (CentOS 5.2) really really quick. There’s of course a bunch of documents that guides you how to do it but I just got lazy and found a really fast way to have it all installed with some other goodies along too. The solution – [...]