ERP : Apa itu ERP

ERP adalah software. Bisa berjalan sebagai aplikasi desktop, bisa juga sebagai webapps (aplikasi web), dan biasanya punya aplikasi mobile...

Saturday, November 27, 2010

Clonezilla, Opensource "Ghost" Way

You're probably familiar with the popular proprietary commercial package Norton Ghost®. The problem with these kind of software packages is that it takes a lot of time to massively clone systems to many computers. You've probably also heard of Symantec's solution to this problem, Symantec Ghost Corporate Edition® with multicasting. Well, now there is an OpenSource clone system (OCS) solution called Clonezilla with unicasting and multicasting!

Clonezilla, based on DRBL, Partclone and udpcast, allows you to do bare metal backup and recovery. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (server edition). Clonezilla live is suitable for single machine backup and restore. While Clonezilla SE is for massive deployment, it can clone many (40 plus!) computers simultaneously. Clonezilla saves and restores only used blocks in the harddisk. This increases the clone efficiency. At the NCHC's Classroom C, Clonezilla SE was used to clone 41 computers simultaneously. It took only about 10 minutes to clone a 5.6 GBytes system image to all 41 computers via multicasting!

DRBL (Diskless Remote Boot in Linux)

If you ever had an idea of installing up to 10-40 client, without touchinh their machine one-by-one, then your (our) dream is come true. There is a (brilliant) way. Using this DRBL way.

DRBL is the ultimate PXE/Etherboot system , on asingle server that act as a Installer Server, and willbe accessing by your network connected client, in any type of machine, to do handy non touches network-installment.  Supporting any kid of machine, any kind of storage's, Processors . even on a live (already have a system like windows or any client).

Visited their page.

Monday, November 22, 2010

Resetting your Mysql Root Account (Linux)

Have you ever forgotten the root password on one of your MySQL servers? No? Well maybe I’m not as perfect as you. This is a quick h00tow (how to) reset your MySQL root password. It does require root access on your server.

First things first. Log in as root and stop the mysql daemon. Now lets start up the mysql daemon and skip the grant tables which store the passwords.

mysqld_safe --skip-grant-tables

You should see mysqld start up successfully. If not, well you have bigger issues. Now you should be able to connect to mysql without a password.

mysql --user=root mysql

update user set Password=PASSWORD('new-password') where user='root';
flush privileges;
exit;

Now kill your running mysqld, then restart it normally. You should be good to go. Try not to forget your password again.

Sunday, November 07, 2010

Nice Centos-Linux Blog

I found a nice Centos-Linux Blog. come to visit http://centosblog.blogspot.com

Monday, June 21, 2010

Saya Bukan OS Fanatik !

"Tulisan dibuat saat lagi nyantai hari Mingguan di rumah"
Minggu lalu saya sempat diskusi dengan staf - staf saya di kantor mengenai EyeOS dan bagaimana revolusi Cloud Computing kedepan. Beberapa hari setelah itu di sebuah acara
"jualan" sebuah produk networking, saya juga bertemu dan sedikit sharing dengan rekan-rekan aktifis salah satu OS (Operating System) opensource di Makassar, dan diskusi itulah yang memancing tulisan ini muncul.
; Flashback ke awal perkenalan saya dengan OS open di awal tahun 1998 memang memicu fanatisme saya terhadap dunia opensource dan freesoftware. There is nothing wrong with that, tapi menimbulkan anomali
pemikiran di area teknologi informasi khususnya di area OS. Sebagian dari diri saya adalah seorang dengan jalur "kiri" yang selalu mencari sesuatu yang berbeda dan cenderung melawan arus, dan sebagian lagi adalah jalur "kanan" yang lebih konservatif , dan cenderung menyesuaikan diri dengan lingkungan sekitar tempat kerja saya.

My Blog Stats