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

< Browse > Home /

| Mobile | RSS

Monitor Apache Web Server secara Real Time

Tools yang digunakan kali ini adalah apachetop, yaitu program kecil yang menampilkan statistik dari apache secara real time. Statistik yang ditampilkan tersebut terdiri dari request per second yang datang, file apa saja yang diakses, dan bandwidth yang digunakan.

[ More ] April 6th, 2010 | No Comments | Posted in Linux, network tool |

Import Your Wordpress to Blogger

It can be downloaded from
http://yichao.zhang.googlepages.com/blogsync-with-gui.tar.gz
Original post here

[ More ] September 2nd, 2009 | No Comments | Posted in wordpress |

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 |

Daftar Web Site Submission

- Google.co.id/addurl
- Abacho.co.uk
- Abacho.com
- Abacho.es
- Abacho.fr
- Abacho.it
- Abacho.se
- Acoon.com

[ More ] June 21st, 2009 | 1 Comment | Posted in Uncategorized |

Your Website is “Reported Web Forgery!” ???

If you believe the Phishing Protection feature is warning users of misleading activity on what is actually a safe page, please complete the form below to report the error to Google.
Click here

[ More ] December 26th, 2008 | 2 Comments | Posted in Uncategorized |

Hosting Gratis dan Domain Gratis dari 000webhost dan co.cc

Bagi anda2 yg pengen punya web hosting tanpa mengeluarkan sepeser uangpun alias free (klo biaya ngenet pasti ada dunk ) g ada salahnya nyoba cara yg satu ini, awalnya liat tmn2 asyik mainan web dan ternyata kata mereka dpt hosting dari 000webhost dan itupun spacenya gede, utk domain mereka jg ambil yg gratisan di [...]

[ More ] October 24th, 2008 | 10 Comments | Posted in Uncategorized |

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 | 2 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 |

Upgrade Server Hosting Gagal

Beberapa waktu yg lalu dilakukan upgrade server tempat hostingnya zulfanruri.com, dikarenakan terjadi hal yg tidak diinginkan maka beberapa artikel yg dimuat disini hilang antah berantah. Syukur data2 yg sudah terindex di google masih bisa diselamatkan yakni dengan mencari di temboloknya mbah google namun tidak semuanya bisa terselamatkan.
Mohon maaf atas ketidaknyamanan yg terjadi.

[ More ] October 17th, 2008 | No Comments | Posted in Uncategorized |

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 |

Install Postfix Queue Statistics

Install queuegraph
# apt-get install queuegraph
Reading package lists… Done
Building dependency tree… Done
The following extra packages will be installed:
librrds-perl
Suggested packages:
mailgraph
The following NEW packages will be installed
librrds-perl queuegraph
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 47.2kB of archives.
After unpacking 164kB of additional disk space will be used.
Get: 1 ftp://kambing.ui.edu stable/main librrds-perl 1.2.15-0.3 [...]

[ More ] September 10th, 2008 | No Comments | Posted in Linux, script |
  • Page 1 of 2
  • 1
  • 2
  • >


View My Stats