INCLUDE_DATA

mysql : Got error 127 from storage engine

Posted on October 24th, 2008 by id_provoke.
Categories: Linux.

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 mendapatkan jawabannya kalo mysql default rowsnya terbatas. So harus ditambahin.. Caranya sbb:

(more…)

no comments yet.

Renaming a NIC on SUSE and openSUSE

Posted on August 27th, 2008 by id_provoke.
Categories: Linux, Orat-oret.

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:

(more…)

1 comment.

Bash For loop Example

Posted on July 15th, 2008 by id_provoke.
Categories: Linux, Orat-oret.

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 -n “file${i} “; touch file${i} 2>&1; done

The the above for loop will create 100 files (called file1, file2, etc.).

another for loop exampe

(more…)

no comments yet.

Install CVS Server on openSUSE 11

Posted on June 24th, 2008 by id_provoke.
Categories: Linux, Orat-oret.

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: 368.0 K. After the operation, additional 872.0 K will be used.
Continue? [YES/no]: yes
Downloading package cvs-1.12.12-126.1.i586 (1/1), 368.0 K (872.0 K unpacked)
Downloading: cvs-1.12.12-126.1.i586.rpm [done (11.0 K/s)]
Installing: cvs-1.12.12-126.1 [done]

(more…)

2 comments.

openSUSE 11 (IIX)

Posted on June 20th, 2008 by id_provoke.
Categories: Linux.

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 MD5SUM 83b1a04f18d6782cfe0407edadac377f

Versi openSUSE-11 (i386) DVD

* openSUSE-DVD MD5SUM ed6a5b3feb668866df812b1c2aed9d7f

no comments yet.

Mplayer dan Mencoder tips trik

Posted on June 16th, 2008 by id_provoke.
Categories: Linux.

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

(more…)

1 comment.

Load Balancing & Failover With Multiple Connections on Linux

Posted on June 9th, 2008 by id_provoke.
Categories: 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 HOWTO akhirnya menemukan caranya. Trus langkah yang paling awal kita harus ngerti dulu jaringan yang kita punya. So mari kita cari informasinya

Link internet A ipnya 192.168.5.1 gatewaynya 192.168.5.254

Link internet B ipnya 10.10.10.6 gatewaynya 10.10.10.5

Untuk koneksi yang lebih cepet adalah koneksi internet B sehingga weight nya di set 4 supaya ga kusut katanya.

Okey.. informasi udah kumplit.. Sekarang kita rock n roll di linux ^^

(more…)

1 comment.

Postfix Banner Faking

Posted on June 21st, 2007 by id_provoke.
Categories: Linux.

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.

(more…)

6 comments.

Konfigurasi DNS Server Untuk Intranet dan Internet dengan Bind

Posted on June 20th, 2007 by id_provoke.
Categories: Linux.

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

(more…)

1 comment.

NutsMail Squirrelmail theme XP BlueSky Download

Posted on May 29th, 2007 by id_provoke.
Categories: Linux.

XP BlueSky Squirrelmail Skin:

” Add a nice refreshing blue touch to enhance your webmail experience.”


Login

Message Inbox View

XP BlueSky Squirrelmail Download:

New: “http://rapidshare.com/files/323800926/XP_BlueSky.tar.gz.html”
http://rapidshare.com/files/33987933/XP_BlueSky.tar.gz

10 comments.