Ky's profileOliver Huynh's Repositor...BlogListsGuestbookMore ![]() | Help |
Oliver Huynh's RepositoryShe loves me? She loves me not? She loves me? She loves me not? ... Oh, my god! I'm loving her |
|||||||
|
|
June 10 View log files in Ubuntu Linux
February 25 MD devices. Synching disks to backup in Ubuntu.- Install mdadm easy by
- Change a disk to md format:
- Create a new synching disks. Paired:
- Check all md devices:
- Format
- View md device detail :
- Add device
- Check disk's status
Ready to go? Let’s do it!!! Oliver November 15 Drupal’s downOctober 08 TWITTER FOR PIDGINWhat's Microblog-purple? The project aims is to develop a set of microblog support in LibPurple base client like Pidgin. Currently it only support Twitter through the conversation windows. Currently the source can be built and run on Windows Vista and Ubuntu 8.04.1. Other platform with LibPurple should works, but we don't have time (yet) to test it. Guide: Ok, if we want change the message in both facebook, and pidgin, just add an account Twitter in Pidgin, and send message "This is message in TWITTER" to user twitter.com in user list(This user will appear when connected). Microblog-purple is now version 0.1.2 Download from http://code.google.com/p/microblog-purple/downloads/list
By Oliver
September 18 Mysql error log path UbuntuWell, when you trying to restart the mysql in Ubuntu: /etc/init.d/mysql restart ... [fail] ... First, you find the error log path of Mysql. /var/log/mysql.* But, the final way to fix the MySQL error: 0. su - 1. # backup database files cp -r /var/lib/mysql /var/lib/mysql.b 2. # remove app aptitude purge mysql-server 3. # if you have another app:mysql-server-5.0 aptitude purge mysql-server-5.0 4. # reinstall aptitude install mysql-server 5. # recopy files cp -r /var/lib/mysql.b /var/lib/mysql 6. # restart mysql /etc/init.d/mysql restart You will see, it is faster than your fixing job.
*: If you get error when you remove, check the article "dpkg broken" in this blog. Regards, Oliver |
|
|||||
|
|