Linux
Speed up mkat with no md5sum for the files.
2010/09/02
mkat details: […] mkat is a set of <a class="zem_slink" title="Command-line interface" rel="wikipedia" …
Use the last command\’s output as input to a command without piping and bind to it to a key sequence in bash.
2010/09/01
Use the last command’s output as input to a command without piping and bind to it to a key sequence in <a class="zem_slink" title="Bash (Unix shell)" …
Gmail Videochat Comes to Linux
2010/08/26
?Gmail Videochat Comes to Linux ”The long wait is over and Linux users can finally use the Gmail Videochat! The <a class="zem_slink" title="Gmail" …
Using SQLite to maintain your monthly bills.
2010/08/24
I was looking for a small application to maintain my every month bills. The application had to be small and script-able. I basically wanted to keep track of the bills that have been generated and …
SQLite – simple use in scripts
2010/08/21
Today we will look a the most simple use’s in the scripts and how to use them. […] echo ”insert into bills values (”$name”,$date_now, …
SQLite : Manager for this simple database
2010/08/19
We will look at sqliteman – <a class="zem_slink" title="SQLite" rel="homepage" href="http://sqlite.org/">SQLite Database manager. If you are looking for a …
SQLite – Easy to use, dependable and good to use database for small applications.
2010/08/17
For last couple of days I am looking at <a class="zem_slink" title="SQLite" rel="homepage" href="http://sqlite.org/">SQLite, a very footprint, file based …
tee to a file descriptor
2010/08/13
tee to a file descriptor […] 1 $ tee >(cat – >&2) the tee command does fine with file names, but not so much with file descriptors, such as &2. This uses process …
Best Mobile Internet Browser (Opera Mini vs. SkyFire)
2010/08/07
Showdown: Best Mobile <a class="zem_slink" title="Internet" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet">Internet Browser (<a …
when you press f9 ‘paste’ is on , press f9 again and ‘paste’ is off, and so forth (works in insert-mode and command-mode)
2010/08/02
<a class="zem_slink" title="Vim (text editor)" rel="homepage" href="http://www.vim.org/">vim’s pastetoggle: when you press f9 …
Shape Collage – Simple software to create collage with a java application.
2010/07/31
Download from <a href="http://www.shapecollage.com/download.html">here. Very useful utility to create collage in variety of ways. Here are some screenshots to give you a idea of how …
Auto Key press fill forms through simulating key presses | Linux.com
2010/07/31
This script can be used to repeatedly press <a class="zem_slink" title="Electronic keyboard" rel="wikipedia" …