I’m just wanna create a note, because sometime this simple thing is forgotten. To exclude a file or folder from archiving process, we can use –exclude option behind tar command. Example : tar -czvf file-result.tar.gz /path/to/file/or/folder/for/archiving –exclude “/path/to/exclude”
For urgent reason like preventing website down when dumping MySQL, we need to skip lock-tables. You can use -–skip-lock-tables and –skip-add-locks option with mysqldump command. Example : mysqldump -u 412843_reebonzsg -p –skip-add-locks –skip-lock-tables db_name \ > dbfile_dump.sql
Just because of my monitoring server being shut down by somebody at office, I should give my customer another availability report. I decided to use awstats, because it’s free to use and also widely use for analysing apache log. By default, awstats will process data at monthly based, but for several purposes I need more details. Awstats has ‘databasebreak’ feature to separate analysis result based on monthly, daily, and hourly. [...]
Actually I already bought Windows Mobile 6.1 phone since 2009, but I started to use it just now. The problem occured because there’s no official yahoo messenger application from Yahoo! itself. So I start to find 3rd party, and found Palringo. Yes, this awesome stuff (also free) can let you get connected to Yahoo! buddies from your Windows Mobile 6.1 phone. Palringo for Windows Mobile 6.1 can be easily download [...]