How to install an updated version of PEAR / PHPUnit on Ubuntu
Posted on mars 9, 2010, under Non classé.

First, install PEAR.
Howto install the new Skype version 2.1 beta in Ubuntu
Posted on janvier 15, 2010, under Non classé.
Skype is a software application that allows users to make voice calls over the Internet. Calls to other users of the service and, in some countries, to free-of-charge numbers are free, while calls to other landlines and mobile phones can be made for a fee. Additional features include instant messaging, file transfer and video conferencing. (more…)
Hot asian girl breaks her boyfriend playstation 3 with hammer
Posted on janvier 6, 2010, under Non classé.
Les copines de Geek peuvent parfois péter un cable quand elle voit leur copain passé plus de temps sur leur console que sur elles!
Certaines femmes n’aiment pas être à l’écarte par une console.
Aujourd’hui, c’est une autre jeune femme qui ne supporte plus de voir son copain passait des heures sur un jeu.
J’aimerais pas être a sa place.
What UUIDs Are and How To Use Them in Ubuntu
Posted on janvier 4, 2010, under Non classé.
If you tried installing or upgrading Ubuntu recently, you probably noticed that all the storage devices are now using UUID – Universally Unique IDentifiers. I’m not claiming to know everything there is to know about UUIDs, but have become quite comfortable managing them lately, so hopefully this post will help you achieve the same. (more…)
Easy Fast Lockerz invites.
Posted on janvier 3, 2010, under Non classé.
One of the hottest sites on the web right now is called Lockerz but the only problem is you need an invite. This is called a Lockerz invite and has to be sent to you via another Lockerz member.
On the website Lockerz you can play games, watch movies, listen to music and many other activities in order to earn money. These are called PTZ, 1 PTZ = $1. When you have earned enough PTZ you can redeem them for cool prizes like Macbooks, iPods, Nintendo Wiis and tons of other stuff. (more…)
Remote Desktop slow problem solved
Posted on novembre 5, 2009, under Non classé.
Remote Desktop 6.0, the latest version of Microsoft Remote Desktop client, which comes pre-installed with Vista was slower than molasses when I tried connecting to some Windows 2003 servers. In particular, I was trying to manage a Windows 2003 R2 64-bit Server running Exchange 2007 with 4GB of RAM and a fast 1.83Ghz dual-core processor. I’d click on something and wait and wait for my click to register. Moving a Window would also be painfully slow. It didn’t seem related to network connectivity since the screen redraw was fairly fast, but it just took a long time for the server to respond to keystrokes, mouse-clicks, etc. It had all the earmarks of a server’s CPU being overwhelmed. (more…)
phpIp2Country - PHP geolocalization class
Posted on octobre 28, 2009, under Non classé.
This class can be used to determine the country of a given IP searching in an IP range database.
It accesses a SQL database that has a table with the countries associated to each known IP range.
The IP address to check is searched to determine which IP range it belongs. If its IP range is found, the class returns the associated country code.
(more…)
Detecting if your application is already running in C/C++
Posted on octobre 25, 2009, under Non classé.
how to detect if your application is already running in C/C++?
The Mutex may seem like a weird and wonderful term, but it is simply a means of creating a unique process ID within the windows operating system. You can use these values for many different means, but here it is being used to uniquely identify our application. Once the Mutex value has been created, we can then detect for its existance, and action on whether it is found.
(more…)
How to detect whether or not user is running a full-screen program
Posted on octobre 12, 2009, under Non classé.
Recently i was looking how to detect if a user is runing a full screen program or not …
(more…)
PHP : Quelques fonctions utiles.
Posted on novembre 16, 2008, under Non classé.
Ca fait un moment que je n’avais pas posé un billet sur mon blog, sans trop parler !
Voila quelques fonctions PHP qui seront peut-être utile pour vous :