Posts

Mengubah Port Server XAMPP

Langkah-langkahnya sebagai berikut : Pastikan Server XAMPP tidak dijalankan. Stop semua service. Buka file httpd.conf di [Folder instal XAMPP]/apache/conf/ . Cari kalimat Listen 80 . Ganti 80 dengan nomor port lain misalkan 8089. sehingga menjadi Listen 8089 . Untuk mengakses localhost tambahkan angka 8089 menjadi localhost:8089 atau apabila ingin membuka phpmyadmin menjadi localhost:8089/phpmyadmin . Demikian juga dengan situs lain yang anda buat misalkan localhost:8089/situsku     referensi : http://pyoon.wordpress.com/2009/11/19/mengubah-port-server-xampp/

create new account, delete account, change account type from Command Prompt on windows xp

* open command prompt first * to create a new account just type : net user accountname /add * to delete account : net user accountname /delete * change account type to computer administrator : net localgroup administrators accountname /add

map drive on windows xp sp 1 and windows xp sp 2

Image
how to map drive a computer on the network !!!!! ok, just follow this way ... 1. open your Command Prompt (click start-run, type cmd and enter) - you will see something like the picture below !   2. type like this :  net use H: \\ipTargetCompt\drivetobeaccessormapping$ then press enter (H will be the name of your mapping drive) 3. type username and password.  my assumtion we already have or know one or more account on the computer target.  see the pic below ! 4. finish. now you could access drive d (base on the picture above).

Mengubah Nama Pilihan Windows XP saat booting.

buka file boot.ini (terletak di c:\). Jangan lupa show hiddin file dlu melalui folder option karena file boot.ini defaultnya di hiden. hilangkan centang Read Only dari file ini agar bisa di edit  kemudian klik 2x untuk membuka file boot.ini kurang lebih isinya akan seperti poin 4 dibawah ini : timeout=20 default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="1" W multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="yes" windows timeout = berapa detik hitungan mundur waktu untuk memilih windows yang akan booting. jika dalam waktu yang telah ditentukan(20 detik pada contoh diatas) tidak dipilih maka windows akan memilih default windowsnya. yang boleh di rubah dari file boot.ini adalah kata-kata yang berada dalam tanda petik saja. dalam contoh diatas adalah "1" dan "yes". simpan file boot.ini kemudian restart komputer anda.

failure booting windows xp (hal.dll is missing)

Masukkan cd Windows xp ke dalam cd drive komputer yang tidak bisa booting (pastikan first boot komputer/laptop anda adalah cd/dvd drive) Pilih option Repair Windows dengan menekan tombol R pada keyboard Masukkan angka sesuai lokasi installasi windows yang ingin diperbaiki. biasanya adalah 1. jika diminta password administrator, tekan tombol enter saja. ketik bootcfg /list ketik bootcfg /rebuild ketik exit, kemudian keluarkan cd anda. seharusnya windows booting dengan normal kembali.

Mengganti Password mysql pada xampp

1. hidupkan services mysql dan apache 2. buka http:\\localhost\phpmyadmin pada browser 3. klik menu SQL kemudian ketik sintak berikut pada text area lalu klik tombol Go :      UPDATE mysql.user SET Password=PASSWORD('password anda') WHERE User='root';   FLUSH PRIVILEGES;   4. Jika sukses maka akan keluar pesan bahwa query sukses di eksekusi. 5. Buka file config.inc.php dengan editor kesukaan anda (biasanya terletak di c:\\xampp\phpMyAdmin\config.inc.php) 6. Edit seperti file dibawah ini :      $cfg['Servers'][$i]['auth_type']            = 'config';     $cfg['Servers'][$i]['user']                 = 'root';     $cfg['Servers'][$i]['password']             = 'password anda';     $cfg['Servers'][$i]['AllowNo...

how to remove or hide Log On menu starting windwos

Image
Log on the menu is needed to protect our computers from people who are not concerned, so no one can arbitrarily enter and view the contents of our computer data. but for some people Log On Menu was quite disturbing so they want to remove or hide the menu. For those who wonder how? let's see a brief explanation follows: 1. click Start - Run (or press Windows + R on the keyboard if you use windows operating system) 2. type 'control userpasswords2' without the quotes to show the form like the picture below! 3. Uncheck checkbox 'Users must enter a user name and password to use this computer'. 4. click Ok button 5. completed. hopefully help!