Jalan-jalan ke Jepang

15,June,2007 at 3:32 (Hobby, Terserah, Uncategorized)

Changi
Transit In Changi Airport singapore
2a.jpg
Changi Banana Leaf
5.jpg
Passengers Seat
goes-to-narita.jpg
Passengers
3.jpg
Narita Japan
4.jpg
Night At Narita
05-hotel-dscn6849.jpg
Hotel And My Bed
Read the rest of this entry »

Permalink 15 Comments

Instalasi XAMPP di Mac OS X

13,June,2007 at 8:41 (Apache, Hobby, MySQL, PHP, Terserah)

1. Pertama Donlot XAMPP For Mac Disini

2. Menginstall XAMPP
*Instalasi memerlukan kuasa admin
Buka Terminal dan ketik
sudo su
lalu masukkan password untuk root
tar -xfvz /path-ke-direktori/xampp-macosx-0.6.2.tar.gz -C /


3. Menjalankan XAMPP dan Menghentikan XAMPP :

3a. Kembali ke Terminal dan login sebagai root :
sudo su

3b. Masukkan perintah untuk menjalankan XAMPP :
/Applications/xampp/xamppfiles/mampp start
Anda akan melihat notifikasi dibawah jika berhasil:

Starting XAMPP for MacOS X 0.6.2…
XAMPP: Starting Apache with SSL (and PHP5)…
XAMPP: Starting MySQL…
XAMPP: Starting ProFTPD…
XAMPP for MacOS X started.
Ready. Apache and MySQL are running.

3c. Lalu ketikan http://localhost di browser anda.
3d. Untuk menghentikannya ketik :
/Applications/xampp/xamppfiles/mampp stop

4. Parameter lainnya untuk menjalankan service pilihan :
start Starts XAMPP.
stop Stops XAMPP.
restart Stops and starts XAMPP.
reload Apache, MySQL and - if started - ProFTPD reload their config files
startapache Only starts the Apache.
startssl Starts the Apache SSL support. This command activates the SSL support permanently, e.g. if you restart XAMPP in the future SSL will stay activated.
startmysql Only the MySQL database ist started.
startftp Only the ProFTPD-Server is started. Via FTP you can upload files for your web server (user “nobody”, password “xampp”). This command activates the ProFTPD permanently, e.g. if you restart XAMPP in the future FTP will stay activated.
stopapache Stops the Apache.
stopssl Stops the Apache SSL support. This command deactivates the SSL support permanently, e.g. if you restart XAMPP in the future SSL will stay deactivated.
stopmysql Stops the MySQL database.
stopftp Stops the ProFTPD server. This command deactivates the ProFTPD permanently, e.g. if you restart XAMPP in the future FTP will stay deactivated.
reloadapache The Apache webserver reloads its config files.
reloadmysql The MySQL database reloads its config files.
reloadftp ProFTPD reloads its config files.

Sekrinsut-nya :
Start XAMPP XAMPP Running

Selamat mencoba ..
resources

Permalink No Comments