This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sabtu, 11 Mei 2013

XAMPP for Linux

Welcome to the Linux version of XAMPP
(on x86-compatible processors)
By the way: In the past this software was called LAMPP but to avoid misconceptions we renamed it to »XAMPP for Linux«. So if you are seeking for LAMPP you're on the right track. ;)
If you encounter any problems with XAMPP please feel free to get in touch with us. This will help us to improve XAMPP and make it more useful for everybody.

Jump-off point

Pictures of XAMPP for Linux
Installation in 4 Steps
Step 1: Download
Step 2: Installation
Step 3: Start
Step 4: Test
READ ME
A matter of security (A MUST READ!)
Advanced start and stop parameters
What is where?
Stopping XAMPP
Uninstall

* Pictures of XAMPP for Linux

As the old saying goes, a picture is worth a thousand words. Here you can take a look at some screen shots of a XAMPP installation.

Installation in 4 Steps


* Step 1: Download

Simply click on one of the links below. It's a good idea to get the latest version. :)
A complete list of downloads (older versions) is available at SourceForge.

A detailed overview over the changes and contents of all XAMPP releases is available in the RELEASE NOTES.
XAMPP for Linux 1.8.1, 2012/9/30

Version

Size

Notice
XAMPP Linux 1.8.1 81 MB Apache 2.4.3, MySQL 5.5.27, PHP 5.4.7 & PEAR + SQLite 2.8.17/3.6.16 + multibyte (mbstring) support, Perl 5.14.2, ProFTPD 1.3.4a, phpMyAdmin 3.5.2.2, OpenSSL 1.0.1c, GD 2.0.1, Freetype2 2.1.7, libjpeg 6b, libpng 1.2.12, gdbm 1.8.0, zlib 1.2.3, expat 1.2, Sablotron 1.0, libxml 2.7.6, Ming 0.4.2, Webalizer 2.21-02, pdf class 009e, ncurses 5.3, mod_perl 2.0.5, FreeTDS 0.63, gettext 0.17, IMAP C-Client 2007e, OpenLDAP (client) 2.3.11, mcrypt 2.5.7, mhash 0.8.18, eAccelerator 0.9.5.3, cURL 7.19.6, libxslt 1.1.26, libapreq 2.12, FPDF 1.6, XAMPP Control Panel 0.8, bzip 1.0.5, PBXT 1.0.09-rc, PBMS 0.5.08-alpha, ICU4C Library 4.2.1, APR (1.4.6), APR-utils (1.4.1)
MD5 checsum: e7092eafff81ad363de45d192774b4d6
Upgrade 1.8.0 to 1.8.1 32 MB Upgrade package. How to upgrade?
MD5 checksum: 990a56b93ba5a909a63b67ba4f0ac503
Development package 38 MB The development package contains all files you need if you want to compile other software packages for XAMPP by yourself and the Unix manual pages. Install this package like the normal XAMPP distribution:
tar xvfz xampp-linux-devel-1.8.1.tar.gz -C /opt
MD5 checksum: 1377159c73d9a5bfc0e930b122861ee6
Attention: If you download these files on a Windows system and you're running McAfee virus scanner you may get a false positive virus warning. This is a problem with McAfee and gzip-compressed files, it should be ignored.

* Step 2: Installation

After downloading simply type in the following commands:
  1. Go to a Linux shell and login as the system administrator root: su
  2. Extract the downloaded archive file to /opt: tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
    Warning: Please use only this command to install XAMPP. DON'T use any Microsoft Windows tools to extract the archive, it won't work.
    Warning 2: already installed XAMPP versions get overwritten by this command.
That's all. XAMPP is now installed below the /opt/lampp directory.

* Step 3: Start

To start XAMPP simply call this command: /opt/lampp/lampp start
You should now see something like this on your screen:
Starting XAMPP 1.8.1...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.

Ready. Apache and MySQL are running.
If you get any error messages please take a look at the Linux FAQ.

* Step 4: Test

OK, that was easy but how can you check that everything really works? Just type in the following URL at your favourite web browser: http://localhost
Now you should see the start page of XAMPP containing some links to check the status of the installed software and some small programming examples.

The Instant Art example: A small PHP/GD program (since 0.9.6pre1 also a flashy PHP/Ming example, see screenshot). Thanks to Anke Arnold for her font »AnkeCalligraph«.

READ ME


* A matter of security (A MUST READ!)

As mentioned before, XAMPP is not meant for production use but only for developers in a development environment. The way XAMPP is configured is to be open as possible and allowing the developer anything he/she wants. For development environments this is great but in a production environment it could be fatal. Here a list of missing security in XAMPP:
  1. The MySQL administrator (root) has no password.
  2. The MySQL daemon is accessible via network.
  3. ProFTPD uses the password "lampp" for user "nobody".
  4. PhpMyAdmin is accessible via network.
  5. Examples are accessible via network.
  6. MySQL and Apache running under the same user (nobody).
To fix most of the security weaknesses simply call the following command:
/opt/lampp/lampp security
It starts a small security check and makes your XAMPP installation quite secure. For example this protects the XAMPP demo pages by a username ('lampp') and password combination. See also our XAMPP for Linux FAQ.

* Advanced start and stop parameters

Until version 0.9.4 /opt/lampp/lampp could only start and stop XAMPP. Since version 0.9.5 it learned a lot of new things to do.
START AND STOP PARAMETERS
Parameter Description
start Starts XAMPP.
stop Stops XAMPP.
restart Stops and starts XAMPP.
startapache Starts only the Apache.
startssl Starts the Apache SSL support. This command activates the SSL support permanently, e.g. if you restarts XAMPP in the future SSL will stay activated.
startmysql Starts only the MySQL database.
startftp Starts the ProFTPD server. Via FTP you can upload files for your web server (user "nobody", password "lampp"). This command activates the ProFTPD permanently, e.g. if you restarts 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 restarts 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 restarts XAMPP in the future FTP will stay deactivated.
security Starts a small security check programm.
For example: To start Apache with SSL support simply type in the following command (as root):
/opt/lampp/lampp startssl
You can also access your Apache server via SSL under https://localhost.

* What is where?

What is where? A big question of our existens, here are some answers! ;)
IMPORTANT FILES AND DIRECTORIES
File/Directory Purpose
/opt/lampp/bin/ The XAMPP commands home. /opt/lampp/bin/mysql calls for example the MySQL monitor.
/opt/lampp/htdocs/ The Apache DocumentRoot directory.
/opt/lampp/etc/httpd.conf The Apache configuration file.
/opt/lampp/etc/my.cnf The MySQL configuration file.
/opt/lampp/etc/php.ini The PHP configuration file.
/opt/lampp/etc/proftpd.conf The ProFTPD configuration file. (since 0.9.5)
/opt/lampp/phpmyadmin/config.inc.php The phpMyAdmin configuration file.

* Stopping XAMPP

To stop XAMPP simply call this command: /opt/lampp/lampp stop
You should now see:
Stopping LAMPP 1.8.1...
LAMPP: Stopping Apache...
LAMPP: Stopping MySQL...
LAMPP stopped.

And XAMPP for Linux is stopped.

* Uninstall

To uninstall XAMPP just type in this command: rm -rf /opt/lampp
The end.

Link apache friends :

http://www.apachefriends.org/en/xampp-linux.html

Ubuntu] 10+ Download Manager/Accelerator di Linux

Dunia opensource memang memberikan banyak pilihan kepada penggunanya, mulai dari masalah distribusi sistem operasi yang dipilih seperti Ubuntu, BlankOn, Fedora, Debian, ArchLinux, dan lain-lain sampai masalah aplikasi untuk keperluan sehari-hari seperti aplikasi pemutar suara, pemutar video, pengedit gambar, office suite, IDE (Integrated Development Environment). Nah pada kesempatan kali ini saya ingin memberi informasi mengenai 10 download manager atau download accelerator di Ubuntu/Linux. Tentu saja, aplikasi yang akan saya tulis di sini semua dapat kalian instal dan gunakan tanpa harus membayar biaya lisensi alias gratis.

 
10+ Download Manager/Accelerator di Linux

1. Wget
Wget merupakan aplikasi downloader bawaan di Ubuntu, aplikasi ini berjalan dalam modus Terminal sehingga ringan dan cepat ketika dijalankan. Wget mendukung HTTP, HTTPS, FTP, dan dapat men-download lewat proxy. Sebagaimana yang telah saya katakan sebelumnya, Wget sudah terinstal secara default di Ubuntu, namun jika karena suatu sebab kalian tidak mendapati Wget di komputer, silakan ketik perintah berikut untuk menginstalnya:
  1. sudo apt-get install wget  

 
Wget: Aplikasi downloader berbasis Terminal

2. Aria2c
Aria2c merupakan salah aplikasi download accelerator di Linux berbasis Terminal. Aplikasi ini mendukunh protokol HTTP, HTTPS, FTP, BitTorrent, dan Metalink. Aria2c mendukung multiple connections sehingga dapat memaksimalkan bandwidth yang kalian miliki untuk mempercepat download.
Pengguna Ubuntu dapat menginstal Aria2c dengan mengetik perintah berikut di Terminal:
  1. sudo apt-get install aria2  

 
Aria2c: Download accelerator berbasis Terminal

3. Axel
Aplikasi download accelerator berbasis Terminal lainnya adalah Axel, aplikasi ini mirip Aria2c namun Axel men-download secara langsung menjadi sebuah file jadi kita tidak perlu menunggu proses penggabungan "pecahan" file ketika proses download selesai. Untuk menginstal Axel di Ubuntu, ketik perintah berikut di Terminal:
  1. sudo apt-get install axel  

 
Download accelerator 'Axel' di Ubuntu

4. ProZilla
Aplikasi download accelerator berbasis Terminal terakhir yang saya tulis dalam artikel ini adalah ProZilla. Aplikasi ini merupakan download accelerator favorit saya terutama ketika men-download dari FTP, karena ProZilla mendukung FTP search yang dapat mencari server tercepat yang memiliki file yang sama. Jadi secara otomatis proses download yang dilakukan akan selesai lebih cepat, tentu saja hal ini tergantung dari kecepatan koneksi Internet juga gan :p
ProZilla terdapat di PPA TahuTEK.net, ketik perintah berikut untuk menginstal:
  1. sudo add-apt-repository ppa:tldm217/tahutek.net  
  2. sudo apt-get update  
  3. sudo apt-get install prozilla  

 
ProZilla: Download accelerator untuk Linux

5. GWget
Bagi teman-teman yang tidak ingin masuk ke dunia hitam alias memakai aplikasi berbasis Terminal jangan bersedih dulu. Di Ubuntu/Linux terdapat banyak aplikasi downloader berbasis GUI (Graphical User Interface) yang bisa kalian pakai, salah satunya adalah GWget. Aplikasi ini merupakan bentuk GUI dari Wget yang sudah saya tulis sebelumnya. Untuk menginstalnya, cukup ketik perintah berikut di Terminal:
  1. sudo apt-get install gwget  

 
GWget: Modus GUI dari wget

6. FatRat
FatRat merupakan aplikasi download manager yang kaya fitur. Aplikasi ini mendukung protokol HTTP, HTTPS, FTP, dan BitTorrent. Ditambah lagi, FatRat mendukung plugin seperti pencarian torrent, men-download dari file hosting (Rapidshare, Hotfile, Fileserve, dll), dan lain-lain.
Para pengguna Ubuntu dapat menginstal FatRat dengan mengetik perintah berikut di Terminal:
  1. sudo apt-get install fatrat  

 
FatRat: Download manager kaya fitur untuk Linux

7. JDownloader
JDownloader merupakan aplikasi download accelerator berbasis Java yang mendukung multiple connections, penambahan plugin, serta setelah saya baca di situsnya, ternyata JDownloader juga bisa men-download video dari YouTube dan semisalnya. Pengen coba? Ketik perintah berikut di Terminal untuk menginstalnya:
  1. sudo add-apt-repository ppa:ferramroberto/java  
  2. sudo add-apt-repository ppa:jd-team/jdownloader  
  3. sudo apt-get update  
  4. sudo apt-get install sun-java6-jre sun-java6-plugin jdownloader  

 
JDownloader: Download accelerator berbasis Java

8. UGet
UGet merupakan aplikasi download manager yang cukup ringan. Aplikasi ini mendukung pause and resume, pengkategorian download dan dapat men-download dari BitTorrent. Untuk menginstal UGet di Ubuntu, silakan ketik perintah berikut di Terminal:
  1. sudo add-apt-repository ppa:plushuang-tw/uget-devel  
  2. sudo apt-get update  
  3. sudo apt-get install uget  

 
UGet: Download manager yang ringan di Ubuntu/Linux

9. SteadyFlow
SteadyFlow merupakan aplikasi download manager minimalis, mudah digunakan dan tentu saja ringan ketika dijalankan. SteadyFlow memiliki tampilan mirip Transmission BitTorrent client. Aplikasi ini mendukung download dari protokol HTTP, HTTPS, FTP, dan SMB. Para pengguna Ubuntu dapat menginstal SteadyFlow dengan mengetik perintah berikut di Terminal:
  1. sudo add-apt-repository ppa:sikon/steadyflow  
  2. sudo apt-get update  
  3. sudo apt-get install steadyflow  

 
SteadyFlow: Download manager yang minimalis

10. wxDownload Fast
wxDownload Fast merupakan aplikasi download accelerator yang cukup tua, setahu saya aplikasi ini sudah tidak ada di repository karena tidak ada yang mengurus. wxDownload Fast mendukung multiple connections sehingga dapat memaksimalkan bandwidth untuk men-download. Informasi lebih lanjut mengenai wxDownload Fast bisa ditemukan di sini.

Sebagaimana yang telah saya singgung di atas, wxDownload Fast sudah tidak ada di repository (Ubuntu Natty), jadi untuk menginstalnya kalian harus men-download file *.deb-nya di sini. Setelah proses download selesai ketik perintah berikut di Terminal untuk menginstal:
  1. sudo dpkg -i wxdfast_0.6.0-1_ubuntu_i386.deb  
  2. sudo apt-get -f install  

 
wxDownload Fast di Ubuntu 11.04 Natty Narwhal

11. ProzGui
Aplikasi terakhir yang akan saya masukkan ke dalam daftar 10+ Download Manager/Accelerator di Linux adalah ProzGui. Aplikasi ini merupakan bentuk GUI dari ProZilla, jadi fiturnya tidak jauh beda dengan ProZilla. Para pengguna Ubuntu dapat menginstal ProzGui dengan mengetik perintah berikut di Terminal:
  1. sudo add-apt-repository ppa:alza/project  
  2. sudo apt-get update  
  3. sudo apt-get install prozgui  

 
ProzGui: Modus GUI dari ProZilla

Saya sudah menulis beberapa artikel mengenai cara mengintegrasikan beberapa download manager di atas dengan Firefox, silakan dibaca:

Integrasi ProZilla dengan Firefox

Integrasi JDownloader dengan Firefox

Integrasi SteadyFlow dengan Firefox

Integrasi UGet dengan Firefox

Untuk integrasi download manager lainnya, saya rasa sama konsepnya dengan yang sudah saya tulis di atas, silakan mencoba.

"Jadi, download manager mana yang kamu pakai?"