Binus Hacker - Independent Hacking Community   Subscribe to BINUS HACKER Subscribe to BINUS HACKERSubscribe to BINUS HACKER FacebookSubscribe to BINUS HACKER Twitter

Membuat Mail Server + Virtual Domain di Ubuntu

10 September 2011
Penulis:   · Kategori Artikel: Tutorial

Kali ini kita akan membuat Mail Server dengan Ubuntu 9.10 apache2 , mysql , postfix, dovecot , squirellmail senjata utamanya postfix adalah sebuah program pengirim email sebagai pengganti dari sendmail. Postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail. It is intended as a fast, easier-to-administer, and secure [...]

Cara Install Local Server XAMPP

15 July 2011
Penulis:   · Kategori Artikel: Tutorial

XAMPP banyak digunakan oleh para developer PHP script untuk menginstall server Apache ke Windows secara mudah dan cepat. XAMPP merupakan suatu paket server yang sangat lengkap. Didalamnya sudah termasuk PHP, Apache, MySql, Phpmyadmin, dll. Bagi developer php script yang kesulitan untuk melakukan instalasi php, apache, mysql, dan phpmyadmin dapat menginstall XAMPP ini ke windows mereka. [...]

Install Apache, PHP, MySQL, phpMyAdm Ubuntu

18 July 2010
Penulis:   · Kategori Artikel: Tutorial

[o] Installing Apache open console and execute this command $ sudo apt-get install apache2 when its complete you can check if the Apache is working properly by open this address in your browser to “http://localhost”. if you see the text “It works!”, it means your Apache is working good. in the end of the installation [...]