Installing APF Firewall for cPanel

Posted by: admin  :  Category: Linux Corner

Smitha Soman

By Smitha Soman, Bobcares.com

The whole process of securing a Server or network is quite extensive. I’m discussing just one major aspect of Security here - Firewalls. Specifically my topic is about APF firewall.

I’m dividing this article into 2 sections :-
The first section is for amateurs. The second section is strictly for experts, at least for those who are more well versed with the intricacies of coding, and would like to understand a bit more about what’s happening.

Read more…

Installing reiserfs for Centos 5.2

Posted by: admin  :  Category: Linux Corner

Gara2 rekomendasi Nurdin nih jadi install proxy pake centos, supaya squid kenceng akses partisinya spt biasa saya mau convert ext3 ke reiserfs, dengan pd nya langsung yum search reiserfs.. eh ternyata gak dpt apa2 .. wah udah pingin complaint ma  Nurdin aja nih .. download 6 cd malah gak bisa pake reiserfs .. eh ternyata treatnya beda ama fedora :)

Read more…

Konsep DNS dan tutorial instalasi BIND

Posted by: admin  :  Category: Linux Corner

1. Pendahuluan

Setiap kali anda meggunakan internet dalam kegiatan anda sehari-hari, maka setiap kali itu pula secara tidak langsung anda menggunakan DNS (Domain Name System). Penggunaan DNS meliputi aplikasi email (electronic-mail), browsing, ssh/telnet, ftp, maupun aplikasi yang lain yang ada kaitannya dengan internet. Fungsi utama dari sebuah sistem DNS adalah menerjemahkan nama-nama host (hostnames) menjadi nomor IP (IP address) ataupun sebaliknya, sehingga nama tersebut mudah diingat oleh pengguna internet. Fungsi lainnya adalah untuk memberikan suatu informasi tentang suatu host ke seluruh jaringan internet. Sebelum kita mulai instalasi BIND kita flashback dulu dengan sejarah internet, DNS dan BIND, serta konsep DNS.

Read more…

Meningkatkan Performa SQUID

Posted by: admin  :  Category: Linux Corner

Hasil kumpulan dari pengalaman-pengalaman untuk mengoptimalkan kerja proxy server (SQUID), InsyaAllah SQUID akan bekerja lebih cepat dengan hit ratio lebih dari 50%.## Jika ada beberapa situs terdekat yg mungkin hanya 1 hop, di-by pass saja supaya kerja Squid benar-benar utk yg jaraknya jauh
hierarchy_stoplist cgi-bin ? localhost domain-anda.com isp-anda.com domainku.web.id
acl QUERY urlpath_regex cgi-bin ? localhost domain-anda.com isp-anda.com
domainku.web.id
no_cache deny QUERY
acl langsung dst xxx.xx.xxx.x/xx
no_cache deny langsung
dimana :
dst = IP
misal 202.95.150.0/29

Read more…

Instalasi Postfix-ClamAV-ClamSMTP

Posted by: admin  :  Category: Linux Corner

ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The ‘DATA’ email body is intercepted and scanned before forwarding.

ClamSMTP aims to be lightweight, reliable, and simple rather than have a myriad of options. It’s written in C without major dependencies. If you need more options then you could use something big like AMaViS which is written in PERL and can do almost anything.

ClamSMTP can also be used as a transparent proxy to filter an entire network’s SMTP traffic at the router.

Here’s how to configure it as a Postfix Content Filter in indonesia language.

Pusing dengan configurasi amavisd ?
atau malas install/upgrade module perl untuk amavis ?
atau pusing amavisd tidak kunjung jalan ?
Ini solusi alternatif !!!

Read more…

Setting Domain Name Server

Posted by: admin  :  Category: Linux Corner

DNS (Domain Name Server) bertugas untuk menerjemahkan hostname ke ip address, ip address ke hostname yang memudahkan manusia untuk mengenal suatu server dengan nama daripada ip address yang sulit untuk mengingatnya Untuk setting name server, di linux terdapat named, file configurasi ada di */etc/named.conf*, untuk melihat package named sudah terinstall dapat dilihat dengan,

Read more…