browser icon
You are using an insecure version of your web browser. Please update your browser!
Using an outdated browser makes your computer unsafe. For a safer, faster, more enjoyable user experience, please update your browser today or try a newer browser.

Linux

mysql : Got error 127 from storage engine

Duh.. udah sore di telp pula dari client.. katanya a** monitoringnya gajalan, selidik punya selidik ternyata mysql keluarin error “Got error 127 from storage engine” gw pikir cuma tablenya aja yang rusak, so tinggal repair table aja. Tapi setelah dijalanin lagi applikasinya masih tetap mysqlnya keluarin error “Got error 127 from storage engine” dan akhirnya … Continue reading »

Categories: Linux | Tags: , , , | 3 Comments

Renaming a NIC on SUSE and openSUSE

Problem: Say you have installed two NICs in your system e.g. eth0 and eth1 and sometime later you removed one of the nics from your machine, say, eth0. Now you want to access the remaining nic, eth1, as eth0, or you want to simply name the existing nic (i.e. eth1) as eth0. Solution:

Categories: Linux, Orat-oret | Tags: , , | 1 Comment

Convert Firefox 3 cookies.sqlite to cookies.txt

Now at firefox 3 does not user cookies.txt, they are use cookies.sqlite, if you use wget or curl command to download with cookies, may you must convert cookies.sqlite to cookies.txt, just copy and paste this scipt, and the script will be convert your cookies.sqlite to cookies.txt. #!/usr/bin/python import sqlite3 as db import sys cookiedb = … Continue reading »

Categories: Hobby, Linux, Orat-oret, Uncategorized | Tags: , , | 1 Comment

Bash For loop Example

I’m always forgetting the syntax to make “for” loops in Bash. Anyhow, I know I will have to come back here to find it, so I thought I would write put up this quick example with the hope that it will be useful to others as well. for i in $(seq 1 100); do echo … Continue reading »

Categories: Linux, Orat-oret | Leave a comment

Install CVS Server on openSUSE 11

CVS adalah Concurrent Versions System. Fungsi dari CVS sendiri adalah untuk mencatat perubahan pada sebuah file, biasanya lebih sering digunakan untuk mencatat sebuah project development yang mencatat perubahan-perubahan pada file-filenya. Install CVS di openSUSE 11 # zypper in cvs Reading installed packages… The following NEW package is going to be installed: cvs Overall download size: … Continue reading »

Categories: Linux, Orat-oret | 3 Comments

openSUSE 11 (IIX)

Buat penggemar distro opensuse kemaren tanggal 19 Juni 2008 telah release opensuse versi 11. Untuk para linuxer yang hanya mempunya benwit internasional pas2an dan link IIX nya kenceng bisa mendapatkan CD dan di DVD nya dengan mendownload link di bawah ini: Versi openSUSE-11(i386) CD berupa liveCD : * GNOME LiveCD MD5SUM c9d2c31ef7a1429d1abbb0cbd3ba505b * KDE LiveCD … Continue reading »

Categories: Linux | Leave a comment

Mplayer dan Mencoder tips trik

Buat pencinta linux dan yang sering nonton di linux terutama menggunakan mplayer berikut tips dan triknya: ## MPLAYER Q: Bila bermasalah dengan subtitile font terliha terlalu besar

Categories: Linux | 2 Comments

Load Balancing & Failover With Multiple Connections on Linux

Udah lama gak nulis jadi pengen share sekalian dijadiin logbook aja. Buat yang punya multiple connection baik itu di kantor, di warnet, di pos kamling, sampe di pos satpam dan di warteg-warteg.. (haaaalaaaahh..) Nah berikut cara buat load balancing dan failover untuk multiple connection di linux. Setelah baca primbon Linux Advanced Routing & Traffic Control … Continue reading »

Categories: Linux | 6 Comments

Postfix Banner Faking

Change postfix welcome banner, this howto can tricky the attacker to attack your postfix. Current banner : 220 mail.suhatman.com ESMTP Postfix Wanted banner: 220 Microsoft ESMTP MAIL Service, Version: 5.0.2195.5329 ready at Tue, 18 Mar 2003 18:35:40 +0100 Okay next this step.

Categories: Linux | 6 Comments

Konfigurasi DNS Server Untuk Intranet dan Internet dengan Bind

Buat DNS server untuk Intranet dan Internet pada satu dns server menggunakan bind dengan sintak view. Sehingga pada saat query dilihat dari source ipnya, untuk localnet akan mendapatkan query domain suhatman.com yang inside, dan untuk yang melakukan query dari internet akan mendapatkan record domain suhatman.com yang outside. Berikut konfigurasi named.conf

Categories: Linux | 2 Comments