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

< Browse > Home

| Mobile | RSS

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 |

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 |

Affiliasi Clixsense

Clixsense adalah salah satu program yang akan membayar anda untuk melakukan klik URL iklan yang mereka tampilkan. Untuk satu iklan hanya dibutuhkan waktu sekitar 30 detik. satu iklan dihargai sekitar $0.01 hingga $5. Ada 2 jenis member yaitu Standar dan Premium, apa perbedaanya ? Perbedaanya adalah, untuk member biasa atau standar iklan yang di tampilkan [...]

[ More ] October 16th, 2008 | No Comments | Posted in Online Earning, Uncategorized |

About Checkinstall (English)

Checkinstall is an extremely useful tool that helps when installing software after their compilation.
When a software is compiled, the following well known commands are used:
#./configure
#make
#make install
There are two majors problems with this way of installing programs:
1. The “make uninstall” command is very often not available and thus you cannot uninstall the program.
2. You don’t have [...]

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

Basic Network Setting Debian (English)

1. Network Settings
A. To configure your network interfaces with ifconfig.
- Static IP Address
#ifconfig [interface_name] [ip_address] netmask [mask]
ex :
#ifconfig eth0 192.168.1.15 netmask 255.255.255.0 broadcast 192.168.1.255
To configure the default gateway:
#route add default gateway [ip address] dev [interface_name]
ex :
#route add default gateway 192.168.1.1 dev eth0

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

Buku TA-ku (Tentang Grafika)

Setelah di”bongkar”nya si kebo tanpa pemberitahuan penghuni2nya, maka hilanglah data2 si penghuni termasuk diriku yang malang ini, program2ku ilang kabeh, hiks hiks…
Alhamdulillah masih tersisa secuil file yg kemudian aku buka ternyata isinya adalah Buku TA-ku satu2nya dengan judul :
Pengendalian Model 3 Dimensi Wajah Melalui Pendeteksian dan Tracking Titik Fitur Wajah
Sub Judul : Pemodelan 3 Dimensi [...]

[ More ] October 16th, 2008 | No Comments | Posted in Uncategorized, 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 |

24 September Tahun ke-2

Perayaan sederhana datang saat duduk santai di ruang tamu, badan kecapekan seharian kerja g ada habisnya. Ada si rangga kecil yg bilang “lek jupan, tutup mata-nya…”, tanpa bertanya tanya langsung aku tutup deh dari pada kena pukul (biasanya si rangga suka mukul nih), g lama kemudian aku pun disuruh buka mata.
Tha-tha…….

Ayankku ngasih kejutan, hehehe…
Syeneng [...]

[ More ] September 24th, 2008 | No Comments | Posted in Uncategorized |

Tutorial Minicom

Minicom adalah program komunikasi serial utk mengakses suatu jaringan atau perangkat melalui console port.
Tool ini mirip dengan Hyper Terminal, yg umumnya ada di Microsoft Windows System.
Ayo kita install Minicom :
#apt-get install minicom
Cek aktif serial ports :
#dmesg | grep tty
serial8250: ttyS0 at I/O 0×3f8 (irq = 4) is a 16550A
File /dev/ttyS0 permisinya harus di set read [...]

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

Tips Optimasi Firefox

1. Buka firefox, ketik di kotak url = about:config
2. Pada bagian filter, ketik = network.http
3. Set parameter yg muncul sbb :
network.http.max-connections : 64
network.http.max-connections-per-server : 21
network.http.max-persistent-connections-per-server : 8
network.http.pipelining : true
network.http.pipelining.maxrequests : 30
network.http.proxy.pipelining : true
4. Klik kanan mouse & pilih New > Integer. Beri nama “nglayout.initialpaint.delay” dan set nilainya dengan angka 0

[ More ] September 14th, 2008 | No Comments | Posted in Uncategorized |



View My Stats