Hari ini saya membaca berita di slashdot tentang pengalaman sebuah organisasi yang menerima sumbangan/donasi lewat website. Pada halaman d...Read more »
Dual pane Linux file managers: mc and emelfm
I have been computing all my life without using a dual pane file manager until one day I decided that having one will greatly enhance my qua...Read more »
Blogging menggunakan Flock
Posting ini saya tulis menggunakan fitur blogging yang terdapat pada browser flock . Browser ini dibangun menggunakan komponen Mozilla Firef...Read more »
Run emacs in batch mode to byte-compile elisp files
emacs is my favorite text editor. (No flame please.) Little known and used perhaps is the fact that emacs does run in batch mode. By bat...Read more »
Firefox download fiesta : Awesome record indeed!
Firefox download day was on June 17, 2008 (US timezone). The original target was 5 million downloads in 24 hours. Not only they reached the...Read more »
Create File of a Given Size ... with random contents
A while back, I wrote about how to create a zero-filled file of any arbitrary size . This is part 2 where I share how to create a file of r...Read more »
Smart case-insensitive, incremental search using vim
My previous article describes my top annoyance with the vim text editor, namely, its syntax highlighting. In this article, I will tell on ...Read more »
How to find a file and cd to its dirname using command substitution
Many times I know the name of a file on my Linux machine, say unknown.txt, but I don't know the directory the file is in. If I want to c...Read more »
Show progress during dd copy
dd is a popular, generic command-line tool for copying files from 1 location to another. It is often used to copy entire disk images. Like...Read more »
openSUSE and iMac G3
If you have an iMac G3 and want to install Linux (instead of throwing it out of your window and kills 2 people :P), you may want to try open...Read more »
How to number each line in a text file on Linux
Some Linux commands support options that will number the input lines as a side effect, e.g., grep , and cat . The nl command is on the oth...Read more »
How to disable vim syntax highlighting and coloring
Syntax highlighting is my top annoyance in using vi/vim. Syntax highlighting is just a fancy term meaning that the text editor will auto-co...Read more »