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 | 6 Comments | Posted in Networking, windows |

Squid Proxy Server with Multiple IP

- Di asumsikan squid proxy sudah terinstall
- Misal untuk IP address eth0 = 202.202.202.201
- Set beberapa IP yang kita punya pada virtual interface.
misal :
# ifconfig eth0:1 202.202.202.202 netmask 255.255.255.224
# ifconfig eth0:2 202.202.202.203 netmask 255.255.255.224

[ More ] June 18th, 2009 | 2 Comments | Posted in Linux, Networking, script |

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 atau Menambahkan php gd pada Apache

GD Graphic Library digunakan secara dinamis untuk memanipulasi gambar.
Untuk Debian (dan Ubuntu) nama paketnya adalah php5-gd, untuk menginstallnya cukup ketikkan perintah berikut :
# apt-get install php5-gd
atau
$ sudo apt-get install php5-gd
Restart Apache
# /etc/init.d/apache2 restart
Test aplikasi php Anda

[ More ] April 4th, 2009 | 1 Comment | Posted in Linux |

Menghapus Cache Paket di Debian

Saat free space anda semakin menipis, bisa dicoba untuk menghapus cache file paket, apt akan menyimpan semua paket yang sudah di download.
Perintah apt-get clean akan menghapus lokal repositori file paket. Ini akan menghapus semua file di /var/cache/apt/archives/ dan /var/cache/apt/archives/partial/.

[ More ] March 5th, 2009 | No Comments | Posted in Linux |

Install sarg di Debian

sarg (Squid Analysis Report Generator) adalah parser log file untuk squid web proxy, yang bisa anda temukan di http://www.squid-cache.org. Tool ini bisa melihat user proxy mengakses alamat internet yang dituju. sarg membuat report dalam bentuk html yang isinya berupa user, alamat ip, bytes, site, dan waktu.

[ More ] February 18th, 2009 | 2 Comments | Posted in Linux, Networking |

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 |

knocker – a simple and easy to use TCP security port scanner

Knocker is a new, simple, and easy to use TCP security port scanner written in C, using threads. It is able to analyze hosts and the network services which are running on them.

[ More ] November 10th, 2008 | 5 Comments | Posted in Linux, Networking, network tool |

iptraf – Interactive Colorful IP LAN Monitor

IPTraf is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load info, node stats, IP checksum errors, and others.

[ More ] November 8th, 2008 | No Comments | Posted in Linux, Networking, network tool |

jnettop – View hosts/ports taking up the most network traffic

jNettop captures traffic comming across the host it is running on and displays streams sorted by bandwidth they use. Result is a nice listing of communication on network by host and port, how many bytes went through this transport and the bandwidth it is consuming.

[ More ] November 7th, 2008 | No Comments | Posted in Linux, Networking, network tool |

ipgrab – Tcpdump-like utility that prints detailed header information

Ipgrab is a network debugging utility not unlike tcpdump except that it prints out detailed header field information for data link, network and transport layers.

[ More ] November 6th, 2008 | No Comments | Posted in Linux, Networking, network tool |


View My Stats