Archive for May, 2008
Friday, May 30th, 2008
I have been using Fedora 9 from a long time and it really kick's ass but i was facing the problem that my Touchpad was not working with it but the i found the solution here
Here is how to do it
The easiest was will be to install the package http://atrpms.net/dist/f9/synaptics/ ...
Posted in Linux, fedora | 3 Comments »
Tuesday, May 20th, 2008
There is a bust of so many copy sites lateley, there is a copy of digg, there is a copy of flickr, there is a copy of every god damn site and now there is Indimeme, which appreantly is a copy of Techmeme but i wont actually call it a ...
Posted in Stuff | No Comments »
Thursday, May 1st, 2008
Creating application with Python is very simple, here is a simple chat application made by using the socket module, it has 2 parts First Server and Second client, you run the server first and then connect the client to it, here is the code
Here is the Server Code
#!/usr/bin/env python
from socket ...
Posted in Life, Linux, Special | No Comments »