Rumbles and rants of a self-confessed-patriotic F/OSS evangelist and hacker, with an insatiable urge of displaying his literary prowess.

servers.py

#!/usr/bin/env python
# lut4rp - 20080814

import os

print 'Speek, O Human... '
choice = raw_input()
if choice == 'go' :
    os.system('sudo /etc/init.d/apache2 start')
    os.system('sudo /etc/init.d/mysql start')
if choice == 'no' :
    os.system('sudo /etc/init.d/apache2 stop')
    os.system('sudo /etc/init.d/mysql stop')
if choice == 're' :
    os.system('sudo /etc/init.d/apache2 restart')
    os.system('sudo /etc/init.d/mysql restart')

Boom De Ah Dah!

Drupal Makes Me hAPI

I had this wallpaper for long, and it was getting kinda boring seeing just the Druplicon everytime I logged in. Now, another day, I saw this Drupal t-shirt available on some online store (dunno which, will add link if I remember) with the text "Drupal makes me hAPI".
Now that's serious Drupal love! So, I got out GIMP, chose a font (this one's called Augie) and 10 minutes later had this wallpaper done. I find it awesome, so here it is for everyone.
License: GNU General Public License v2

Download drupal_makes_me_hapi.jpg

BSAITM result May 2008

Result of BSAITM only, for May 2008 examinations.
(because we all know what the state of the MDU server is ;-)

Click Here To Download (1.4 MB)

BSOD

I pity Micro$oft. Really.

Linux market increasing, search volumes dropping?

Google Trends and Google Insights are two Google sites, which I personally feel, use the massive Google database for a very interesting purpose. Even though Google is very careful about its privacy policy and all (after all, they don't want a Gmail-privacy-issue retake), what I recently noticed is interesting...

A Gartner report recently said that the Linux market share was _not_ 1% after all! Its reportedely around 4%. Now, this was a sudden source of joy to many Linux users and this article was 'dugg' some 600 times...

Syndicate content