 |
| Who's Online |  |
There are currently, 0 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here | |
| Login |  |
|
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name. | |
|  |
 | Copy Audio Track from Karaoke CD + Vocal removing technique |
I've published this tips in my blog on msn spaces. Let me copy it over here just for references. It's in Thai, so if you're not Thai, you may be able to guess from the picture included, or just email me for instruction in English :D
|
|
|
Posted by abb on Tuesday, March 14 @ 17:01:09 EST (36543 reads)
(Read More... | 17714 bytes more | 31016 comments | Score: 3.66)
|
|
 | Compiling Linux Kernel |
I have included 2 different sections on compiling linux kernel. There's a slight difference between 2.4 and 2.6 kernel. Please follow the one that apply to your current kernel.
|
|
|
Posted by abb on Tuesday, March 07 @ 15:59:30 EST (3964 reads)
(Read More... | 2036 bytes more | 51 comments | Score: 5)
|
|
 | Change root password on MySQL |
To change root password, follow directions below:
1. Log into MySQL shell as usual.
2. Type "use mysql;" to change to mysql database
3. Type "UPDATE user SET password=password('newpassword') WHERE user='root';
4. Type "flush privileges;"
|
|
|
Posted by abb on Tuesday, March 07 @ 15:45:37 EST (2927 reads)
(Read More... | 50 comments | Score: 0)
|
|
 | Setup MySQL password for the first time |
After you've installed MySQL, you should go ahead and setup password for security purpose. The command to do so is as followed:
mysqladmin -u root -p password 'new-password'
|
|
|
Posted by abb on Tuesday, March 07 @ 15:31:31 EST (6782 reads)
(Read More... | 1907 comments | Score: 5)
|
|
 | Grant privilege to a user for a specific database |
To grant access to a specific user to a specific database, type the following MySQL statement:
grant all on DatabaseName.* to user@localhost identified by 'password';
|
|
|
Posted by abb on Tuesday, March 07 @ 15:29:00 EST (5632 reads)
(Read More... | 1764 comments | Score: 0)
|
|
 | How to add Windows Media Player Control to your MSN Space |
1. Log into Passport at http://spaces.msn.com
2. Right after logged in, in the Address bar of your web browser add the text &powertoy=musicvideo to the end of the displayed URL.
3. Click the Go button next to your web browser address bar.
4. Once the page has finished reloading, click on the Customize tab in your Space.
5. In the Modules drop down menu in the Customize tab there should be a listing for PowerToy: Windows Media Player. Click the word Add next to it and then click the Save button.
|
|
|
Posted by abb on Wednesday, August 24 @ 12:46:16 EDT (7888 reads)
(Read More... | 1081 bytes more | 18053 comments | Score: 0)
|
|
 | Speed up Firefox ! |
My friend forwarded me this great tip on how to speed up firefox ! It really works! The reference to this page is at http://forums.afterdawn.com/thread_view.cfm/177587
Here's something for broadband people that will really speed Firefox up:
1.Type about:config into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
|
|
|
Posted by abb on Monday, April 11 @ 17:32:59 EDT (5898 reads)
(Read More... | 1372 bytes more | 1483 comments | Score: 5)
|
|
 | Create / Verify md5sum in Linux |
Verify md5sum using linux
md5sum -c linux.iso.md5
Create an md5sum using linux
md5sum linux.iso > linux.iso.md5
|
|
|
Posted by abb on Wednesday, January 26 @ 00:31:33 EST (8473 reads)
(Read More... | 1136 comments | Score: 0)
|
|
 | Auto log on to Windows XP |
To log on to Windows XP without typing the username and password, follow these 2 steps:
1. Start->run->Type "control userpasswords2"
2. From Users Tab, Uncheck "Users must enter a username and password to use this computer"
-- OR Follow Microsoft's Guide below --
Summary This article describes how to automatically log on to a
user account during the Microsoft Windows XP startup process.
Note This process only works if the computer is not joined to a
domain. Requirements| | | • | The Welcome screen must be available | | • | There must be only one user account on the
computer | | • | The user account must not have a password |
|
|
|
|
Posted by abb on Wednesday, January 19 @ 13:48:56 EST (11978 reads)
(Read More... | 2787 bytes more | 2357 comments | Score: 5)
|
|
 | Reinstall boot loader |
If for a reason, your linux boot loader does not function properly, or has gone because you reinstall windows ... all you need to do are the following:
1. Use rescue cd (usually Linux disk 1), and boot to rescue mode
2. # chroot /mnt/sysimage
3. # /sbin/grub-install /dev/hda (type "/sbin/lilo /dev/hda" if you want to use lilo as boot loader)
4. #exit
5. Reboot your system without the rescue CD
|
|
|
Posted by abb on Wednesday, January 19 @ 13:47:43 EST (6336 reads)
(Read More... | 1829 comments | Score: 5)
|
|
|  |
| 
|