stop indentation on current file in vim to keep the indentation from copied text.
2009/10/22
I have been looking for this for quite some time. Finally found two easy ways to do it: […] :setlocal noautoindent :setlocal nocindent :setlocal nosmartindent :setlocal indentexpr= […] …
wordpress upgraded to latest 2.8.5
2009/10/22
Living on the edge and updating regularly is something I hope everyone likes. So I too did the same and upgraded my wordpress to 2.8.5 as soon as I saw the upgrade notice.
Happy Diwali Wishes
2009/10/18
Wish all my readers, Happy Diwali. <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/dscf7252.resized.jpg"><img class="size-full wp-image-1329" …
RPMFusion release for YUM.
2009/10/17
For people who have used yum on Fedora, you must have seen that couple of packages that you require are on Livna and couple of them on DAG and some others on FreshRPMs and Dribble. And for those of …
10 Websites to Compare Google vs Bing Results Side By Side
2009/10/17
10 Websites to Compare Google vs Bing Results Side By Side Thankfully, the web doesn’t make us take sides. We can have the best of every world. With the launch of Bing, we had another search engine to …
Fastfollowers for Twitter users.
2009/10/17
<a href="http://fastfollowers.com?i=raj77in ">Visit here. **This is a site to increase your followers in twitter. Good way to go. **
Twitter is overcapacity.
2009/10/15
Just now got this on twitter. Nice image to display when overcapacity. <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/10/Over_capacity_1255572830327.jpg"><img …
Adding dates to your photos.
2009/10/12
#!/usr/bin/perl if ($#ARGV < 0 ) { print ”$#ARGV \n”; print ”Usage $ARGV[0] filename/dir\n”; exit -1; } @files = `find ”$ARGV[0]” -iname …
Stop long commands wrapping around and over-writing itself in the Bash shell
2009/10/12
Stop long commands wrapping around and over-writing itself in the Bash shell […] shopt -s checkwinsize […] add the command either in /etc/profile or ~/.bash_profile so that this is …
Diwali lighiying with cheap ping-pong balls.
2009/10/11
If you need some cheap and novel ambient lighting for your next party, you’re only a box of ping-pong balls and a string of lights away from solving your lighting worries. Instructables user …
Using column to format a directory listing
2009/10/09
<span style="color: #000000;">Using column to format a directory listing <span style="color: #000000;">$ (printf "PERMISSIONS LINKS OWNER GROUP SIZE MONTH DAY …
On screen display of a command
2009/10/08
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category delay: 2d On screen display of a command. $ date|osd_cat This is very useful if you need to show someone …