INCLUDE_DATA
Nov 072009

This is a common problem among programmers who are lazy to remember passwords and finally a reminder machine. but what if the engine suddenly broken and the reminder had no backups. hehehe …. forgotten it. right?

if you forget, reset the root password. easy right? :D
problem is how do I reset the root password?

this is the way:
1. we first used to turn off the server, the server did not mean a whole but only mysql service. hehehe …
of course, is how to turn them off from the root linux via the command:
# /etc/init.d/mysql stop

2. then create a sql script to change the password with the command
# vi /root/mysql.reset.sql
or with other commands you like such as pico or nano .

Sep 012009

Internet is just become need for some people. Most of us has a favorite website to surf for some information there. If there is any site that we need to check or surf everyday, better we place this link to our start menu on windows.

Here tips and trick to put your favorite website link on your start menu, in these example we use antiteori.com. Open your notepad, type this:

Sep 012009

Nowdays DVD-ROM is more preverable, because DVD can save more data than CD. DVD can save data 8 to 10 times VCD format. DVD film produce more clear and detail picture than CD.

We can play DVD film with software decoder DVD. Before you instal DVD decoder on your computer ( PC or notebook ) better you check your system first, so your can use the resource on your computer ( PC or notebook )  effectively and keep your computer ( PC or notebook ) working good. Here is tips to check DVD decoder on your computer, Open “Run” menu from start and type “dvdupgrd /detect” and click “OK”, your Windows will detect DVD decoder your fast. I hope this tips and trick usefull for us.

Aug 282009

Normally, default Windows XP will restart PC or Notebook when there is problem occur without displaying blue screen, so we can’t see what cause this problem. But if we like to see what cause a problem to our PC or Notebook we can change this default setting.

To change this default setting, we must open “Control Panel” from start menu or windows explorer. Double click on “System” and click on “Advanced” tab. Click on “setting” in “Startup and Recovery” box, and click unmark check on “Automatically Restart”, then click OK. Restart your computer, and from now on if there is a problem on your PC or Notebook, System will show the blue screen.

Jul 112009

this is just a tips how to change the style forbidden access page.

Screenshot-01 -Access forbidden

1st find the location where the forbidden page location/folder. you can find the location in usually location is
/usr/share/apache2/error/
if you not find that location try to find the other apache location in “/usr/share” than goto there.
if there is not found in that location. cek the apache error configuration on “/etc/apache2/errors.conf” open with your favorite editor and find the line:
Alias /error/ "/usr/share/apache2/error/"
there is the location/path of error page is “/usr/share/apache2/error/”.

Jul 062009

antiteori get video from youtube get video from youtube without software or tools
how to copy videos from youtube without using software?
that is very easy man….
NB: but here i using linux.

search video 300x53 get video from youtube without software or tools
search the video on youtube

select video 300x205 get video from youtube without software or tools
select one video you want to download.

pause video get video from youtube without software or tools
pause the video, and wait the streaming finished.

Jun 272009

there is very easy to deleting desktop icon in gnome.or disabling the desktop icon in your gnome desktop.

Press Alt + F2 and type gconf-editor,
Screenshot-Run Application
then hit enter or klik run.

Jun 242009

My Experience using OpenSUSE 11.1 i confuse how to add printer, i try to used manual or traditional method but failed. I ask my friend and he said “why not using YaST”hmmm…. and why i dont think about that! how stupid am i?

now this is the easy way to add network printer using samba (printer server is windows)

1. open yast -> printer

Screenshot-Printer Configurations - YaST

2. click “+ Add” button

Screenshot-Untitled Window-1

just click “OK”

Jun 152009

in the linux, NTFS partition don’t mount read-write by default. so you must umount that and mounting again with read and write permmision.

using console to see your NTFS partitions using  fdisk command:
: ~> /sbin/fdisk

may you better using su(root):
# fdisk -l

look at the output of “NTFS” partition:
/dev/sdb1 * 1 1306 10490413+ 7 HPFS/NTFS

That identifies an NTFS partition on device sdb1, the first partition on the second internal drive. If there is mounted, you will see it in the result of  mount command.

Bytheway you can see a good summary of all the above information in Yast –> System –> Partitioner. ^_^!

You need applications ntfs-3g and libfuse2 (or fuse). These are usually installed by default. You can allows one-click switching on/off of read permissions for ordinary users on internal ntfs partitions using ntfs-config (optionally). if you dont install it, you can install online by goto the

Jan 282009

ssh tunnel? what is it?? this is a way for bypass getway to access a server or hidden real IP address. Its anti teori so if you want get much information about this,, just click HERE..

I will show how to use the ssh tunnel Putty for browsing..
this is some of the things that must be held :

  1. ssh account
  2. putty  :: you can download from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  3. firefox (browser).

first open your putty and fill host name with your server and fill port for ssh.. then go to Ssh -> Tunnels, give check point on Dynamic and in field source port you can fill with anyport where have ranges 1000 – 65500 then add.