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

< Browse > Home

| Mobile | RSS

Cutter – disconnect routed IP connections

Cutter will send packets to both ends of a tcp/ip connection to close the connection. It is designed to be used on a Linux router to disconnect unwanted connections.

[ More ] October 25th, 2008 | No Comments | Posted in Linux, Networking, network tool |

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 |

BWM – BandWidth Monitor

This is a very tiny bandwidth monitor (not X11). Can monitor up to 16 interfaces in the in the same time, and shows totals too.
Installing BWM
#apt-get install bwm
Reading package lists… Done
Building dependency tree… Done
The following NEW packages will be installed
bwm
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 7896B of [...]

[ More ] October 24th, 2008 | No Comments | Posted in Linux, Networking, network tool |

About IPCALC

- To see the ipcalc version available:
#apt-cache policy ipcalc
ipcalc:
Installed: (none)
Candidate: 0.41-1
Version table:
0.41-1 0
500 ftp://kambing.ui.edu stable/main Packages

[ More ] October 23rd, 2008 | No Comments | Posted in Linux, Networking, script |

Tutorial Minicom (English)

Minicom is a serial communication program to access a network or security device through its console port.
This tool is similar to Hyper Terminal, which is by default available on a Microsoft Windows system.
Let’s install Minicom:
#apt-get install minicom
Check if you have active serial ports:
#dmesg | grep tty
serial8250: ttyS0 at I/O 0×3f8 (irq = 4) is a [...]

[ More ] October 22nd, 2008 | No Comments | Posted in Linux, Networking |

Tutorial IPCALC

- Utk lihat versi ipcalc:
#apt-cache policy ipcalc
ipcalc:
Installed: (none)
Candidate: 0.41-1
Version table:
0.41-1 0
500 ftp://kambing.ui.edu stable/main Packages

[ More ] October 22nd, 2008 | No Comments | Posted in Linux, Networking, script |

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 |

About TCPdump (English)

TCPdump is a very powerful command line interface packet sniffer.
1. Install TCPDUMP
- To install TCPdump :
#apt-get install tcpdump
- To see the TCPdump dependencies:
#apt-cache depends tcpdump
tcpdump
Depends: libc6
Depends: libpcap0.8
Depends: libssl0.9.8

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

Install Quagga (English)

- To see the Quagga version available:
# apt-cache policy quagga
quagga:
Installed: (none)
Candidate: 0.99.5-5etch3
Version table:
0.99.5-5etch3 0
500 http://kambing.ui.edu stable/main Packages
500 http://security.debian.org stable/updates/main Packages

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

About Netstat (English)

Netstat (NETwork STATistics) is a command-line tool that provides information about your network configuration and activity.
- To display the routing table:
#netstat -rn
-> -r : Kernel routing tables.
-> -n : Shows numerical addresses instead of trying to determine hosts.
- To display the quick interfaces statistics:
#netstat -i
-> -i : Interface

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


View My Stats