Part 1: Django Comments for Authenticated Users
Inotify, watch your filesystem
Inotify, watch your filesystem
Inotify, is a Linux kernel system call that helps you monitor the file system for various events.
Here is how I use it:
My blog basically consists of Restructured Text files in a particular directory. I use the Xapian indexer to provide the search facility on …
GNU Screen : A must for remote developers
GNU Screen : A must for remote developers
Did you ever come across a scenario where you were in the middle of some important work on the terminal and realized that you were out of time and wished you could continue it say from home or from another machine?
Or another …
Thejaswi.info bids adieu to Webfaction
Thejaswi.info bids adieu to Webfaction
As some of you might have observed (or even if you didn't observe), my site now isn't hosted with Webfaction anymore. I have moved to Gandi's VPS service. The VPS service by Gandi is quite cheap and reliable. I have been using it ever …
Create an ISO from a CD/DVD Device
Create an ISO from a CD/DVD Device
In GNU/Linux, it is very easy to create an ISO image which can be used to be written later on to CD/DVDs.
dd if=/dev/cdrom-device of=/path/to/image.iso
Really simple and awesome!!!
Foss.in needs a relook
Enable/Disable CPUs dynamically in Linux
Enable/Disable Multi CPUs in GNU/Linux
This is a wonderful feature of the Linux kernel. Being able to dynamically enable and disable multiple CPUs (all this without rebooting).
To check if you have multiple CPUs
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name …
WPA2 on Linux
Setting up WPA2 on Linux
Recently Binand pointed me to DD-WRT (free Linux based firmware for Linksys' WRT54G Series). Since I owned that series of the router, I installed it on my router. It looks really very cool especially with those awesome javascript effects. It also came with support for …
Thejaswi.info revamped
Thejaswi.info revamped
Django has been evolving quietly but steadily. 6 months back when I deployed my site, I gambled and used newforms-admin to be able to experiment. Later, I realized that my blog had a few readers and experimentation would piss them off. Despite this, I managed to redesign …