Foss.in needs a relook
Sad state of politics...
Sad state of politics...
First let me talk about politicians in my own state of Andhra Pradesh. For the past few years, the Telugu Desam Party (TDP) had been supporting the cause for the united state of Andhra Pradesh. While the Congress, being an opportunistic party, went into a pre-poll …
Long time, no post...
Long time, no post...
It's been a long time, since I posted content in the blog. There have been quite a few reasons for that and I primarily blame laziness.
Just a quick update of what has been going on in my life:
- Completed work on my Google Summer of …
Off to Chennai...life's calling
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 …
Learning Python 1
Useful yet underutilized commands
Useful yet underutilized commands
Recently, I have started looking towards system programming (thanks to my arm processor project). While I was glancing through the manual pages, I noticed these commands that are extremely useful but rarely used (or probably implicity used).
Here they are:
- csplit: split a file into sections …