Saturday, January 21, 2006

Caching MySQL queries

Thursday, January 19, 2006

How to add Google Map to your web page

Click Here

Cheers.

Wednesday, January 11, 2006

[GNU/Linux] 'man' page in PDF format

Use 'man -t' to get a PS output.


1) E.g :
$ man -t ls > output.ps

2) Convert to PDF :
$ ps2pdf14 output.ps output.pdf

3) View the PDF file :
$ xpdf output.pdf


There you go! :)

Cheers.

[GNU/Linux] Calamaris Squid Report Generator/Log Analyser

Calamaris, yet another Squid Report Generator/Log Analyser.

http://cord.de/tools/squid/calamaris/Welcome.html.en

Or as usual, use SARG

Cheers.

Tuesday, January 10, 2006

BIOS - Basic Input Output System

Friday, December 09, 2005

[GNU/Linux] DNS (BIND) Guide

Configuring BIND (DNS) ?
Here's a good resource.

http://www.zytrax.com/books/dns/

Cheers.

Tuesday, November 29, 2005

[GNU/Linux] Script

Script - A command to record everything that scrolls off your terminal

http://linuxhelp.blogspot.com/2005/11/script-command-to-record-everything.html

Cheers.

[GNU/Linux] Lets have a 'DIALOG'

[GNU/Linux] Mac OS/Linux/Windows Single Sign-On

Wednesday, October 26, 2005

[GNU/Linux] Graphics, Photo Album in command line?

Do image editing(rotating, resize, etc) in command line :)

Quite useful if used in scripts (e.g to create thumbnails for all your images from your digicam after an enjoyable vacation)

Ref:
http://www-128.ibm.com/developerworks/linux/library/l-graf/?ca=dgr-lnxw02ImageMagick
http://applications.linux.com/article.pl?sid=05/03/29/1525217&tid=39
http://www.linuxplanet.com/linuxplanet/tutorials/5681/1/

Cheers.