Linux
75% of Linux code now written by paid developers
2010/05/06
<a href="http://apcmag.com/linux-now-75-corporate.htm">75% of Linux code now written by paid developers: Oh well, and who is gaining… 🙂
Craeating a sequence in OpenOffice.org calc.
2010/05/06
Creating a numberd list in the calc with alphabets can be really tiresome sometimes. I found a simple solution to this. Create the numbered list in vim and then paste it into Openoffice.org calc. …
Solved – Errors with afraid-dyndns in Goddard (Fedora 13)
2010/05/06
Since I updated to the <a class="zem_slink freebase/en/fedora" title="Fedora" rel="homepage" href="http://fedoraproject.org/">Fedora 13, I was getting …
xterm – select font name and size from command line and set it as default
2010/05/05
I have been very busy last week and specially yesterday with 20 hours of continueous work, but managed to get this working :). When you right click on Xterm with Ctrl pressed, there pops up a menu for …
Find out why a program can’t seem to access to a file
2010/05/05
$ strace php tias.php -e open,access 2>&1 | <a class="zem_slink freebase/en/grep" href="http://en.wikipedia.org/wiki/Grep" title="Grep" …
Linux Contractor Fired for Using Firefox/Linux
2010/05/03
This is a complicated story but one that must be told. I’m not sure there is anything that can be done about it except rage at the moon… But it needs to be told none the less. Did I mention …
captcha\’s implemented finally.
2010/04/30
For last couple of time I had tried to set the captcha to avoid spam. Getting nearly 2-3 spam now everyday and is on the increasing side, so finally I worked out to put the spam control meaasure – …
AndreaMosiac.. The way to create a mosaic.
2010/04/30
<a href="http://www.andreaplanet.com/andreamosaic/download/" target="_blank">Download from here, AndreaMosaic. It us cinoketekt free for personal use and does just what the …
Local DNS Server for faster DNS response time
2010/04/30
Here’s a quick tip for faster DNS response time. I installed a local DNS server which can contact the remote DNS server and enabled caching for the local DNS server. This ensures that the …
Delete all files in a folder that don’t match a certain file extension
2010/04/30
$ rm !(.foo|.bar|*.baz) Deletes all files in a folder that are NOT *.foo, *.bar or *.baz files. Edit the pattern inside the brackets as you like. […] <a …
Setup of gdm
2010/04/29
gdmsetup is the command you are looking for… Just run gdmsetup and you get a whole lot of configurations that you can modify.
Building Your Own Linux Kernel, part 1
2010/04/29
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category There are a lot of reasons to customize your own Linux kernel: better performance, bugfixes, try out new …