Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home /

| Mobile | RSS

Install hMailServer – Free email server for Microsoft Windows

Untuk instalasi detailnya saya tidak menjelaskan disini, silahkan dilihat langsung di sana.
Langkah-langkahnya adalah sebagai berikut :
- Diasumsikan OS Windows sudah siap digunakan.
- Download Installer hMailServer di sini.
- Cara instalasi dan konfigurasi bisa dilihat di sini.

[ More ] July 29th, 2009 | 2 Comments | Posted in Networking, windows |

Install vsftpd Sebagai FTP Server

1. Install paket vsftpd
# apt-get install vsftpd
2. Buka file konfigurasinya
# vim /etc/vsftpd.conf

[ More ] May 5th, 2009 | 1 Comment | Posted in Linux |

Install Djbdns di Debian Etch

Pastikan debian anda masih Etch (belum bisa dicoba pada Lenny).
Tambahkan pada /etc/apt/sources.list :
deb http://ftp2.de.debian.org/debian/ etch main contrib non-free
Update ya…
# apt-get update

[ More ] March 6th, 2009 | 1 Comment | Posted in Linux, Networking |

Windows XP VPN Server

Konfigurasi Server (Misal IP Server = 202.202.202.202)
1. Start / Settings / Network Connections
2. Mulai “New Connection Wizard”
3. Klik tombol “next”
4. Pilih “Set up advanced connection”
5. Klik tombol “next”
6. Klik “Accept incoming connections”
7. Klik tombol “next”

[ More ] January 11th, 2009 | No Comments | Posted in Networking, windows |

Memilih Mirror Tercepat di Debian menggunakan netselect-apt

Jika ingin memilih mirror tercepat dari tempat Anda silahkan ikuti tutorial ini dan mungkin akan sangat membantu Anda untuk download, install, dan update paket-paket debian.
Netselect-apt secara otomatis membuat file sources.list yang akan digunakan bersama dengan apt untuk download list server mirror debian menggunakan wget dan memilih server tercepat.

[ More ] December 8th, 2008 | No Comments | Posted in Linux |

Install DHCP Server

Tutorial ini menjelaskan bagaimana membuat sebuah DHCP Server untuk jaringan lokal. DHCP adalah kependekan dari “Dynamic Host Configuration Protocol”, yaitu protokol yang menangani pembagian alamat IP, subnet mask, default route, dan parameter IP yg lainnya untuk PC client yg tidak mempunyai alamat IP statis.

[ More ] November 17th, 2008 | 1 Comment | Posted in Linux, Networking |

Protect a Directory on Your Website with htaccess and htpasswd

htaccess is a way to password protect directories. It can also be used to give user or group specific access to directories. This guide will tell you how to setup apache for htaccess and to set up basic protection. Let’s begin.
Open up /etc/apache2/sites-available/default
# vim /etc/apache2/sites-available/default
find the lines that look like the following:

[ More ] October 20th, 2008 | No Comments | Posted in Linux, script |

Install Web Server Statistic

Contoh program yg digunakan adalah webalizer (web server log analysis program)
Cara installnya cukup mudah, jalankan perintah
#apt-get install webalizer
Kemudian ditanya utk direktori website, default setingnya adalah /var/www/webalizer, utk pertanyaan berikutnya di enter aja yah
Jika proses instalasi sudah selesai, tunggu agak lama (sekitar 5 menit) krn biasanya g langsung jalan, lalu silahkan dibuka hasilnya di http://localhost/webalizer

[ More ] October 20th, 2008 | No Comments | Posted in Linux |

Proteksi Web Direktori Menggunakan htaccess dan htpasswd

File htaccess berguna untuk melakukan authenticate user tingkat web server, oleh karena itu file htaccess harus di configure juga di /etc/apache2/sites-available/default (file configurasi site apache2).
# vim /etc/apache2/sites-available/default
cari bagian :
<Directory “/var/www”>
Options Indexes FollowSymLinks MultiViews +SymlinksIfOwnerMatch
IndexOptions NameWidth=* +SuppressDescription
AllowOverride None
Order allow,deny
allow from all
</Directory>

[ More ] October 16th, 2008 | No Comments | Posted in Linux, script |

Install Nagios di Debian

Paket yg dibutuhkan :
- Apache2
apt-get install apache2
- GCC Compiler dan Development libraries
apt-get install build-essential
- GD Development libraries
apt-get install libgd2-xpm-dev
Create Account :
Bikin user nagios dan kasih password :
/usr/sbin/useradd -m nagios
passwd nagios
Add nagios group
/usr/sbin/groupadd nagios
/usr/sbin/usermod -G nagios nagios
Bikin group nagcmd yg mbolehin external commmands dari web interface, tambahin user nagios dan apache ke group tersebut.
/usr/sbin/groupadd nagcmd
/usr/sbin/usermod -G [...]

[ More ] October 16th, 2008 | No Comments | Posted in Linux, Networking, script |

Accessing your POP mail through TELNET

Contoh kasus pengen cek email zulfan@zulfanruri.com, maka telnet aja pop servernya (mail.zulfanruri.com) port 110:
# telnet mail.zulfanruri.com 110
Trying 202.67.10.98…
Connected to zulfanruri.com.
Escape character is ‘^]’.
+OK Hello there.
Kemudian ketik user email :
user zulfan@zulfanruri.com
+OK Password required.
Server sudah bilang “OK, now give me the password”, jadi kasih aja deh passwordnya :
pass xxxxxxxxxx
+OK logged in.

[ More ] August 27th, 2008 | No Comments | Posted in Uncategorized, script |

Install Web Server Debian

Mudah sekali install web server + PHP di debian, cukup 2 langkah saja.
1. Install Web servernya (apache2) :
#apt-get install apache2
2. Install PHP yg support dg apache2 (PHP5)
#apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi
Sudah, gitu tok
Kemudian file2 utk web ditaruh di /var/www

[ More ] August 25th, 2008 | 5 Comments | Posted in Linux |
  • Page 1 of 2
  • 1
  • 2
  • >



View My Stats