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.

Tagged With: Linux

Rsync using ssh non-standart port ssh

Before we start to explain deep, let me introduce rsync What is Rsync ? rsync is a file transfer program for Unix systems. rsync uses the “rsync algorithm” which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without … Continue reading »

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

Howto: Install PHP Oracle / module php-oci8 on Linux

If you are using Oracle database and  you want to connect, in here you can find how to install module php-oci8. In this how to you can use Oracle’s Instant Client and php oci8 module from pear.  Download the Linux Basic  and the SDK packages from here. At the time of this writing, filename are … Continue reading »

Categories: Linux, Orat-oret | Tags: , , , , | 2 Comments

Linux Output Display via Console RS232

In the office now being POC avocent for ACS products, which supposedly he can capture the output from linux. After reading read the documentation of the Linux-Serial finally found it, how to make Linux not just to the monitor output (VGA Card) but via RS232 Console (ttyS0). 1. Make sure your system support serial port. … Continue reading »

Categories: Linux, Orat-oret | Tags: , , , | 3 Comments

Remove MySQL Binary Log Files Eating Lots of Disk Space

By default, MySQL 5.0 and above enables MySQL Binary Log. Keeping MySQL Binary Log might take up a lot of disk space for long run. Older MySQL Binary log can be removed in order to keep your hard disk space free. MySQL Binary Log stores query event such as add, delete and update in a … Continue reading »

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

Adding nodes to a GPFS cluster using use command mmaddnode, mmlsnode and mmlscluster.

You can add nodes to an existing GPFS cluster by issuing the mmaddnode command. The new nodes are available immediately after the successful completion of this command. You must follow these rules when adding nodes to a GPFS cluster: * You may issue the command only from a node that already belongs to the GPFS … Continue reading »

Categories: Linux | Tags: , , , | 2 Comments

Linux Ethernet Bonding

Setelah sekian lama jadi pengen nulis lagi di blog yg tak seberapa ini, saat ini topic yg akan kita bahas Linux Ethernet Bonding yaitu menggabungkan dua buah atau lebih ethernet menjadi 1 device bond. Mengapa kita harus mem-bonding ethernet? Jawabnya dengan bonding ethernet kita bisa memaksimalkan network jika terjadi failure, biasanya digunakan untuk mesin-mesin yg … Continue reading »

Categories: Linux, Orat-oret | Tags: , , , | 6 Comments

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

Group Mapping MS Windows and UNIX

As usual I’m allways visite my blog to read the manual from samba, because i had always got the problem from samba. So i wrote the documentation, I know I will have to come back here to find it hehehe The following steps describe how to make Samba PDC users members of the Domain Admins … Continue reading »

Categories: Uncategorized | Tags: , , , | Leave a comment