Thursday, August 30, 2012

Rahasia Apache & PHP

Cara meremove X-Powered-By di PHP:

edit file: php.ini expose_php = off

Cara meremove Server Information di Apache:

edit file: httpd-default.conf atau httpd.conf ServerTokens Prod ServerSignature Off

Saturday, August 18, 2012

Friday, August 10, 2012

Mari Belajar Al-Quran

ُخَيْرُكُمْ مَنْ تَعَلَّمَ اْلقُرْآنَ وَ عَلَّمَه

Sebaik-baik kamu adalah orang yang belajar Al-Qur'an dan mengajarkannya.


Monday, August 6, 2012

Install Cacti di Ubuntu

Syarat utama:
  • RRDTool 1.0.49 or 1.2.x or greater
  • MySQL 4.1.x or 5.x or greater
  • PHP 4.3.6 or greater, 5.x greater highly recommended for advanced features
  • A Web Server e.g. Apache or IIS

Install RRDTool:
sudo apt-get install rrdtool
Install Cacti:
sudo apt-get install cacti

Jawab saja pertanyaan yang muncul, misalnya nanyain password atau apalah...

Selanjutnya Install Cacti (Web Base):
http://localhost/cacti/





Sunday, August 5, 2012

Install Webmin di Ubuntu

Tambahkan repositori berikut ini pada file sources.list
nano /etc/apt/sources.list
###### masukkan ini kedalam file /etc/apt/sources.list #######
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
Lalu  import GPG key :
wget http://www.webmin.com/jcameron-key.asc
Lalu tancepin tu key nya ke apt system :
sudo apt-key add jcameron-key.asc
Lalu update apt-get :
sudo apt-get update
Baru deh Install Webmin:
sudo apt-get install webmin
Gampang kan?
Nah untuk mengakses webmin defaulnya seperti ini: 
https://ip_servermu:10000/

Selamat mencoba... Best of luck...!!!