Solutions for error table ‘vlog’ (vpopmail). You can read at :
http://henry.gultom.or.id/index.php/archives/2008/05/22/repair-table-mysql/
Solutions for error table ‘vlog’ (vpopmail). You can read at :
http://henry.gultom.or.id/index.php/archives/2008/05/22/repair-table-mysql/
A very busy week, lots of issues that must be completed immediately.
We’re sorry if a lot of guidance wait a firewall that I promised in PDF format, I do not know when the guide is finished.
Next is the schedule, monitor the process of inter connection from Mobile8.
I’m thinking what a good business small and does not disrupt the activities of the office?
If you have suggestions please let me know.
In the near future is a tutorial about the firewall in GNU / Linux and Mikrotik, right in the finish.
Please wait in the PDF format, and freely distributed with the GPL license.
I have one year left office beloved. And finally I went back to my office a long time (HasindoNet). During the year also this blog I do not update, sorry to frequently visit this blog because it does not have any posts latest. Start today I write back in this blog.
And I have a website that is also a year that I leave http://www.terimanasib.com, hopefully in the near future this website can be completed.
Happy to return to Hasindo, for this time I will give the best.
Thanks to Mr. Mantaray and Andryan “http://www.sanriotown.co.id” which has provided both the opportunity and confidence to manage Hasindo Network.
Hopefully all can run smoothly without the barriers of any kind.
Thanks
A. Yuke mari kita ngeRAID di CentOS (Software RAID).
A.1. Ikuti tutorial di bawah ini, setelah itu install CentOS sampai dengan selesai.
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-raid-config.html
A.2. Konfigurasi Grub agar ketika salah satu harddisk rusak, kita masih bisa memboot dengan harddisk yang satunya lagi.
[root@terimanasib ~]# grub
device (hd0) /dev/sda
root (hd0,0)
setup (hd0)
device (hd1) /dev/sdb
root (hd1,0)
setup (hd1)
B. Cara untuk menrebuild harddisk yang baru, ketika harddisk yang satu rusak.
B.1. Buat partisi di harddisk yang baru, dengan catatan besar partisi itu harus sama dengan harddisk yang sedang berjalan.
B.2. Mulai proses rebuild dengan perintah..
[root@terimanasib ~]# mdadm --manage --add /dev/md0 /dev/hda1
[root@terimanasib ~]# mdadm --manage --add /dev/md1 /dev/hda2
[root@terimanasib ~]# mdadm --manage --add /dev/md2 /dev/hda3
Perintah diatas sesuaikan dengan partisi anda Yah
B.3. Kembali ke proses A.2. (Proses installasi grub ke setiap MBR Harddisk yang ada)
Jika sudah selesai rebootlah server tersebut dan anda sukses, jika belum…. http://www.terimanasib.com deh
Refrensi:
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-raid-config.html
http://www.flmnh.ufl.edu/linux/linux_software_raid.htm
http://ex-parrot.com/~pete/software-raid-howto.html
Sedikit tutorial tentang mendisable SELINUX, distro yang saya gunakan adalah Fedora GNU/Linux dan CentOS GNU/Linux jika anda menggunakan distro yang lain (Debian base) mungkin sama caranya.
[root@sandra ~]# setenforce 0
Edit file /etc/selinux/config
[root@sandra ~]# vi /etc/selinux/config
Ganti baris “SELINUX=enforcing” menjadi “SELINUX=disabled”
Setelah itu bypass di Grub agar SELINUX tidak dijalankan pada saat booting, tambahkan perintah dibelakang baris configurasi kernel anda dengan “selinux=0″ setelah itu reboot mesin anda.
Setelah proses reboot selesai cek dengan command
[root@sandra ~]# sestatus -v
SELinux status: disabled
Selesai sudah proses mendisable SELINUX di mesin anda.
Indonesia memblok seluruh koneksi yang mengarah ke domain www.youtube.com dan yang lain-lain, tetapi saya masih bisa mengakses dengan cara menggunakan OpenProxy. Tinggal setting ulang Firefox anda dan silahkan buka http://www.youtube.com, ….tada.
Terus apa gunanya di blok-blok jika masih di buka
Dasar pemerintahan yang aneh 
Ternyata setelah dibaca-baca ternyata ada lho yang namanya Fake RAID yaitu sebuah Firmware yang di tanamkan kedalam sebuah motherbord dan di berikan sebuah software khusus yang berjalan di sisi BIOS. kalo di inget-inget seperti Soft Modem (Modem PCI).
Jadi kita anda ingin membeli sebuah server tanya dulu yah itu RAIDnya Hardware atau Fake
Pagi ini saya lupa dengan password root MySQL, terus searching di google akhirnya ketemu juga cara untuk mereset password root tersebut.
Gini caranya:
1. Matikan demon MySQL anda
/etc/init.d/mysqld stop
2. Jalankan perintah berikut ini
mysqld_safe --skip-grant-tables -u root &
Setelah itu anda bisa masuk ke MySQL tanpa perlu menggunakan username dan password.
mysql
Kemudian reset password root anda
UPDATE mysql.user SET Password=PASSWORD('sandra_dewi') WHERE User='root';
FLUSH PRIVILEGES;
Keluar dari MySQL dan kill proses “mysqld_safe –skip-grant-tables -u root &” dengan perintah
kill $!
Setelah itu anda jalankan demon MySQL
/etc/init.d/mysqld start
Nah sekarang anda sudah bisa login menggunakan account root dengan password yang baru.