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

< Browse > Home

| Mobile | RSS

Upgrading Cacti

Backup the old Cacti database.
shell> mysqldump -l –add-drop-table cacti > mysql.cacti
Note: You will probably have to specify the -u and -p flags for the MySQL username and password. This user must have permission to read from Cacti’s database or you will end up with an empty backup.
Backup the old Cacti directory.
shell> mv cacti cacti_old

Extract the [...]

[ More ] August 25th, 2008 | No Comments | Posted in Linux, Networking |

PHP Whois Script

Pastikan sudah terinstall web server lengkap dengan phpnya, script ini pake jwhois jadi install dulu yah.
#apt-get install jwhois
Trus scriptnya :

[ More ] August 22nd, 2008 | 1 Comment | Posted in script |

Plugin Architecture Cacti 0.8.6i/j

For those who haven’t upgraded yet to Cacti 0.8.7, here’s the plugin architecture 1.1 for Cacti 0.8.6i/j

[ More ] August 22nd, 2008 | No Comments | Posted in Uncategorized |

Kumpulan Novel Islami

Silahkan di download beberapa yg saya punya :
1. Mahkota Cinta
2. Pudarnya Pesona Cleopatra
3. Di Atas Sajadah Cinta
4. Takbir Cinta Zahrana
5. Ketika Cinta Berbuah Surga
6. Nyanyian Cinta

[ More ] August 17th, 2008 | 37 Comments | Posted in novel |

Novel Laskar Pelangi

SIlahkan di download disini

[ More ] August 17th, 2008 | No Comments | Posted in novel |

Back Up and Restore IIS

Back Up the IIS Configuration
To back up your IIS configuration, follow these steps:
1. In the IIS snap-in on the local computer, click the Computer icon under Internet Information Services.
2. Click Action and select Backup/Restore Configuration.
3. Click Create backup, choose a name for your backup file, and [...]

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

Setting up Gaim/Pidgin with Gtalk

# Protocol: XMPP
# Screen Name: your Google Talk username (without any @ symbol or domain).
# Server: Enter a server value depending on your type of account:
* Gmail users should enter gmail.com
* Google Mail users (example@googlemail.com) should enter googlemail.com
* If you’re signing in with a Google Account that’s not linked to any Google email product, enter [...]

[ More ] August 13th, 2008 | No Comments | Posted in Uncategorized |

PlayStation 2 Connection Guide

There are 3 ways to connect your PlayStation 2:
1. Direct Connection
The fast and simple way to connect your PS2.
Please note, you cannot connect your PC to the Internet when using a direct connection.
2. Router Connection
Play your PS2 online and connect your PC to the Internet at the same time.
3. Internet Connection Sharing (ICS)
Connect your PS2 [...]

[ More ] August 11th, 2008 | 3 Comments | Posted in Networking |

Tentang DNS (bahasa)

Sejarah DNS(Domain Name System)
Sebelum dipergunakannya DNS, jaringan komputer menggunakan HOSTS files yang berisi informasi dari nama komputer dan IP address-nya. Di Internet, file ini dikelola secara terpusat dan di setiap loaksi harus di copy versi terbaru dari HOSTS files, dari sini bisa dibayangkan betapa repotnya jika ada penambahan 1 komputer di jaringan, maka kita harus [...]

[ More ] August 10th, 2008 | 2 Comments | Posted in Uncategorized |

CDP on Linux

The CDP protocol:
The Cisco Discovery Protocol (CDP) is a proprietary layer 2 network protocol developed by Cisco Systems.
It runs on Cisco and some HP equipment devices.
It is useful for two reasons:
- Getting information about the directly connected CDP devices such as the operating system version and IP address.
- Checking that the OSI [...]

[ More ] August 10th, 2008 | No Comments | Posted in Linux, Networking |

Tutorial TCPdump

TCPdump adalah CLI paket sniffer yg powerfull.
1. Install TCPDUMP
- Utk nginstall :
#apt-get install tcpdump
- Utk liat dependensinya :
#apt-cache depends tcpdump
tcpdump
Depends: libc6
Depends: libpcap0.8
Depends: libssl0.9.8
- Utk lihat versi TCPdump yg terinstall :
# apt-cache policy tcpdump
tcpdump:
Installed: 3.9.5-2etch1
Candidate: 3.9.5-2etch1
Version Table:
*** 3.9.5-2etch1 0
500 http://kambing.vlsm.org stable/main Packages
500 http://security.debian.org stable/updates/main Packages
100 /var/lib/dpkg/status

[ More ] August 4th, 2008 | 3 Comments | Posted in Linux, Networking |

About Checkinstall

Checkinstall adalah tool yg sangat berguna utk membantu ketika nginstall software setelah di kompilasi.
Saat sebuah software di compile, command2 yg biasa digunakan adalah :
#./configure
#make
#make install
Ada 2 masalah utama dengan cara install seperti ini, yaitu :
1. Command “make uninstall” sangat jarang tersedia sehingga tidak bisa uninstall program.
2. Kita tidak bisa trace program yg terinstall.

[ More ] August 2nd, 2008 | No Comments | Posted in Linux |


View My Stats