Teambox is an open sourced project collaboration software with simple task managements, file sharing and wiki collaborations for small teams. Teambox can be used in a hosted mode (Saas version with various plans depending on how many team members and projects you need to manage) on teambox.com or the code can be downloaded from GitHub [...]

Memcached if a free and open source distributed memory object caching system. It is used by web applications to lower database load by caching data in a key-value format for faster retrieval. If you happen to develop on Mac OS X, you can easily setup a development memcached server locally using MacPorts. 1sudo port install [...]

Following up on yesterday’s post about running .Net code on OS X, I tried running a simple ASP .net app. I didn’t go for the fancy solution which is to add a mod_mono to Apache because I only wanted to quickly test a sample code. The quick and dirty solution is called xsp and comes [...]

World Gone Web hacked

January 8, 2011 | 3 Comments

On Monday morning, I received an email from Google Webmaster Tools letting me know that my WordPress blog had been hacked and was temporarily blacklisted. Users accessing my blog using Google Chrome or Firefox were advised to stay away for safety. I appreciate Google’s notification of this problem as well as their concern (and Mozilla’s) [...]

This was my first assignment for 2011 and I used this blog post as a precious reference. I assume that, at this point, SSH server and Apache are already installed and running. Let’s start : Install the SVN packages aptitude install subversion aptitude install libapache2-svn Create a repository for your project(s) mkdir /var/subversion svnadmin create [...]

Recently, I wrote about geolocalisation of your users/visitors based on the IP to Country table. After using it for a couple of months, I found it painful to have to regularly update the table (even if some people came up with an automatic work around based on PERL scripts for example). So, I decided to find another [...]

Setting up Code Igniter

February 13, 2010 | 2 Comments

A few months ago, we jumped into Teeorama, a PHP based online tee-shirt store front end for Spreadshirt. We finally completed the project and we’re planning on opening it to the public tomorrow. By the way, if you feel you could use a new Geek shirt, please head over to teeorama.com before reading on… When [...]

I have setup Subsonic on my server last week as a standalone applicaiton. That means that Subsonic runs its own webserver. The only drawback of this method of deployment is that, to access the application, I had to type http://<subsonic server>:8080. To access Subsonic while using port 80, I enabled the mod_proxy and added a [...]

Apache redirect

March 28, 2008 | Leave a Comment

L’accès à ce blog se fait depuis mon site perso en cliquant sur le lien blog et malheuresement l’url était alors http://samanthahalfon.net/wordpress. Je viens de corriger cela en migrant wordpress dans le repertoire worldgoneweb. Il restait cependant un probleme, si quelqu’un avait sauvegardé un lien vers un ancien post, il ne pourrait plus y accéder. [...]