Feb
27
Setting up Ruby Enterprise, passenger and installing Teambox (RubyOnRails) on Debian
February 27, 2011 | 4 Comments
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 [...]
Jan
19
Install and query Memcache on Mac OS X
January 19, 2011 | 1 Comment
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 [...]
Jan
16
Running a simple ASP .net app on Mac OS X
January 16, 2011 | Leave a Comment
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 [...]
Jan
8
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) [...]
Jan
1
Installing SVN on a clean Debian Etch install
January 1, 2011 | 1 Comment
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 [...]
Feb
22
Where are your users from, part 2
February 22, 2010 | 1 Comment
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 [...]
Feb
13
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 [...]
Apr
14
Access Subsonic via Apache
April 14, 2009 | 2 Comments
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 [...]
Mar
28
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. [...]