Let Me Google That For You

For the sarcastic …

http://lmgtfy.com

Here’s an example of it in action:

http://www.lmgtfy.com/?q=let+me+google+that+for+you

Published in: on July 10, 2009 at 4:08 pm Comments (0)

Use Blackle and Save Energy?

Blackle is a front-end to Google search which aims to save energy by using a black background instead of the usual Google white.

Even though there is skepticism about the energy savings, it’s a good message.

Published in: on April 2, 2009 at 9:00 am Comments (1)

1234567890

On February 13, 2009 at 23:31:30 UTC, the Unix time number will reach 1234567890 seconds (since 1/1/70).

Reminds me of a few years back: 12:34:56 on 7/8/90.

On Linux you can type date +%s to see the “count-up”.

Published in: on February 7, 2009 at 9:33 pm Comments (0)

ASCIIQuarium !!

You know, some people just have too much time in their hands. Good thing they use it to build cool things like ASCIIQuarium.

If you use Ubuntu I’ve packaged and uploaded it here. A package for the perl library that asciiquarium depends on is here.

ASCIIQuarium

Published in: on November 19, 2008 at 6:34 am Comments (0)

CryoPID - A Process Freezer for Linux

http://cryopid.berlios.de/

Many many occasions in which this would have been so useful. Read the “Use Case Examples” on that page.

As described by the CLUGer who posted about it: “for that ’screen moment’ where you say to yourself ‘I wish I started this from inside a screen session’.”

Published in: on September 24, 2008 at 6:35 am Comments (0)

Insight

http://xkcd.com/164/

Published in: on June 12, 2008 at 12:25 am Comments (0)

Online Meeting Scheduler

doodle.ch is a meeting scheduler. Set it up with your alternate dates/times and invite participants to vote on the dates/times they are available - allowing participation to be maximised.

Published in: on May 28, 2008 at 4:14 pm Comments (0)

Installing Oracle XE on Ubuntu 64bit

http://littlebrain.org/2008/05/12/how-to-install-oracle-xe-in-ubuntu-64-bit/

Published in: on May 26, 2008 at 6:10 am Comments (0)

Tridge on rsync at OLS 2000

MP3: http://ftp.gnumonks.org/pub/congress-talks/ols2000/high/cd2/2000-07-21_15-02-49_C_64.mp3

Transcription: http://olstrans.sourceforge.net/release/OLS2000-rsync/OLS2000-rsync.html

Published in: on May 9, 2008 at 5:08 pm Comments (0)

‘History’cal Research


$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
103 ls
61 cd
51 vi
48 cat
25 ssh
19 zgrep
13 man
12 ./doit
11 sqlplus
11 linefix

Published in: on May 1, 2008 at 4:27 pm Comments (2)