This post is to record how to claim your blog in Technorati. The instruction received was to create a post with the codes provided then the claim process should complete. But it does not. The error below was showed when checking the status :
There was a problem finding your claim code.
If you have already verified [...]
There are some message display after a successful log into the system. e.g. (if your system is running Ubuntu)
“The programs included with the Ubuntu system are free software; the
exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted
by applicable law.
To access official Ubuntu [...]
Just did a backup and noticed that the backup tar file is more then 2gb, which fail to copy to a fat32 thumb drive. The mysqldump output text file is more then 5gb and needless to try as it cannot fit into any fat32 formatted drive. Or even regular file that is more then 10mb [...]
A note for myself on cisco IP phone, 7912 series. To access its configuration mode, goto :
Epoch dates are seconds started from 1st January, 1970. It is a common date and time representation, especially in unix and linux world. It provides a way to convert time stamp in a much easier way for programming calculation, an integer. Below are one of the way to convert epoch timestamps to a readable format [...]
rsync is a great tool. For archiving, copying & of cause syncing. It’s able to copy to destination and maintain the same permission (-a), be verbose (-v), show the progress bar (–progress), log the process (–log-file=logfilename) & etc. But there are times when rsync is running on a slow connection, over a big set of [...]
ISC BIND DNS SRV resource record type is rarely needed on a open source world, at least not as frequent as A, NS, MX, CNAME PTR and TXT resource record. After creating it in BIND DNS as the sample format below :
After a distribution update in Ubuntu, wanna check out the version?
Run the below command :
Ever doing some presentation or writing a blog post and need to bring out the contents by displaying a picture of the related topic? After all, a picture worth more then a thousand words. Wiki have a list of mascot, with logo picture. :p
Adiós !!!
Problem :
search every files recursively from the current directory that the modification time is the last 14 days with .conf extension
Solution :