75% of Linux code now written by paid developers
<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… 🙂
<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… 🙂
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. Here’s how I do it:
Open vim
type the first in sequence (ex Amit_aga_001)
Follow the below sequence to create a macro:
Esc
[Atl]+q+(any alphabet say ’a’) — this will start recording the macro
yy – yank the current line
Continue readingSince I updated to the <a class="zem_slink freebase/en/fedora" title="Fedora" rel="homepage" href="http://fedoraproject.org/">Fedora 13, I was getting error from the <a class="zem_slink freebase/en/dynamic_dns" title="Dynamic DNS" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dynamic_DNS">Dynamic DNS client for afraid. I was not getting enough time to fix this, so finally I decided to fix this in the night itself 🙂
Problem:
On running
afraid-dyndns
I was getting the error:
Entity: line 100: <a class="zem_slink freebase/en/parsing" title="Parsing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Parsing">parser error : Opening and ending tag mismatch: br line 99 and div
Continue reading
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 selecting the size of the font. I have always wondered how to set this as default font and/or use this from the command line. So I searched my old homedir and looked for few of the docs that I had to get the information. Here is what I found.
Continue reading$ 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" rel="wikipedia">grep foo.txt Sometimes a program refuses to read a file and you’re not sure why. You may have display_errors turned off for <a class="zem_slink freebase/en/php" href="http://www.php.net/" title="PHP" rel="homepage">PHP or something. In this example, fopen(’/var/www/test/foo.txt’) was called but doesn’t have read access to foo.txt.
Strace can tell you what went wrong. E.g., if php doesn’t have read access to the file, strace will say ”EACCESS (Permission denied)”. Or, if the <a class="zem_slink freebase/guid/9202a8c04000641f8000000000220ffa" href="http://en.wikipedia.org/wiki/Path_%28computing%29" title="Path (computing)" rel="wikipedia">file path you gave doesn’t exist, strace will say ”ENOENT (No such file or directory)”, etc.
Continue readingThis 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 it gets complicated? It does, but it does so for a reason. Let’s introduce the starting lineup.
Continue readingFor 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 – captcha’s.
With the captcha’s in place, I have removed the moderation on the comments, but still reserver the right to remove a comment without any reason.
If you find any issues with the captcha let me know at wordpress@amit-agarwal.co.in
Continue reading