Mikrotik RouterOS 3.22 Level 6 Full Version
ga pake lama langsung aja donwload dah
kalo ga bisa juga ntar saya bakal buat artikel tentang membuatmikrotik full license
zeroshell sebagai alternatif radius server
Fitur & Fungsi Zeroshell:
1.Load Balancing and Failover of multiple Internet connections;
2.UMTS/HSDPA connections by using 3G modems;
3.RADIUS server for providing secure authentication and automatic management of the encryption keys to the Wireless 802.11b, 802.11g and 802.11a networks supporting the 802.1x protocol in the EAP-TLS, EAP-TTLS and PEAP form or the less secure authentication of the client MAC Address; WPA with TKIP and WPA2 with CCMP (802.11i complaint) are supported too; the RADIUS server may also, depending on the username, group or MAC Address of the supplicant, allow the access on a preset 802.1Q VLAN;
Zeroshell gak perlu diinstall, bisa langsung dijalankan dalam beberapa mode :
1. Boot CD
2. Boot CD via VMWare
3. Boot pake Flashdish
4. Langsung Install di HD
instalasi cpanel
- Download script instalasi
- cd /home
- wget http://layer1.cpanel.net/latest
- sh latest
- Proses instalasi cpanel akan berjalan, silahkan tunggu kira-kira 3jam (tergantung bandwith internet anda). Server akan dikonfigurasi otomatis - Saat proses selesai, berarti instalasi cpanel anda telah berhasil
- Download ISO Centos dari cpanel,
http://layer1.cpanel.net/CentOS-5.0-i386-bin-DVD-cPanel.iso
- Burn dalam DVD
- Server boot dari DVD ang barusan dibuat (direkomendasikan install OS yang FRESH (baru))
- Konfigurasi server saat install
- Ikuti step-step instalasi, isikan dengan default saja
- Install dengan minimal install, tidak boleh ada Apache, MySQL, DNS dan sejenisnya
- Jangan install XWindows, karena server akan lebih berat dan akan membuka hole security
- lihat referensi disini - Kira-kira 30 menis instalasi OS Centos 5.1 akan selesai
- Lakukan setup dasar secukupnya
- IP LAN, dengan perintah : system-config-network
instalasi ispcp pada debian
alternatif pengganti cPanel sebagai control panel untuk domain anda ![]()
Jalanin command berikut :
#apt-get install aptitude
apt-get sama dengan aptitude
BAB 1 : Installation
1. Update your packages list:
# aptitude update
2. Install needed repository key:
# aptitude install debian-backports-keyring
3. Install the new Apache fcgid module version:
# aptitude -t etch-backports install libapache2-mod-fcgid
optimalisasi htaccess pada website
.htaccess adalah kependekan dari Hyper Text (Transfer Protocol) Access File. Gunanya adalah untuk mengkontrol files dan biasanya diterapkan di apache web server. .htaccess bisa dimanfaatkan dalam banyak hal, seperti melarang akses ke file, friendly 404 page not found, mod rewrite dan banyak lagi.
Mengkunci www pada url website
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mydomain\.com$ [NC]
RewriteRule ^(.*) http://www.mydomain.com/$1 [L,R=301]
copy kode di atas pada .htaccess dalam root website kamu, kalau .htacess belum ada silakan buat sendiri.
Dalam kode rewrite di atas setiap user masuk lewat mydomain.com akan langsung diredirect 301 menuju http://www.namadomainelu.com
