 |
| 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 (15444 reads)
(Read More... | 17714 bytes more | 13942 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 (1884 reads)
(Read More... | 2036 bytes more | 36 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 (1933 reads)
(Read More... | 34 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 (3980 reads)
(Read More... | 555 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 (2166 reads)
(Read More... | 220 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 (5067 reads)
(Read More... | 1081 bytes more | 16806 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 (3347 reads)
(Read More... | 1372 bytes more | 384 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 (4646 reads)
(Read More... | 273 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 (8816 reads)
(Read More... | 2787 bytes more | 520 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 (3558 reads)
(Read More... | 345 comments | Score: 5)
|
|
|  |
| 
|