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 …
root shell auditing and syslog entry for all commands of shell
2009/10/08
A lot of times there is a need to log all the messages and the output of the shell to the file or syslog. Sometimes I need that for some user too. script command can be used to do this but then …
Tag2Find – Tag Your Windows Files with Web-like Tags
2009/10/05
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Tagging is something your pipsqueak pigtailed sister did with you when you were in your tweens. That …
Get list of git repositories from command line.
2009/10/04
Earlier I had posted a small blog on teamgit. The problem still is that you have to manually go to the git.kernel.org page and get the list of the repo’s that you can download. How about a …
Play video in Fedora.
2009/10/03
Found <a href="http://www.fedoraforum.org/forum/showthread.php?t=28153">here.<div class="smallfont"> How to multimedia xmms, rythmbox, mplayer, video, etc. <hr …
Change user, assume environment, stay in current dir
2009/10/03
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Change user, assume environment, stay in current dir $ su — user I’ve used this a number of …