Pages - Menu

Monday, September 25, 2017

Membangun Komputer Cluster Raspberry Pi Menggunakan Docker Swarm

Salah satu hal luar biasa yang bisa kita lakukan dengan Raspberry Pi adalah merangkainya menjadi sebuah komputer cluster. Ada banyak tools yang bisa kita gunakan, salah satunya menggunakan Docker Swarm. Dokumentasi beserta penjelasan2 lengkap mengenai Docker Swarm silahkan baca di https://docs.docker.com/engine/swarm/

Pada bagian ini akan dijelaskan langkah instalasi Docker Swarm pada Raspberry Pi 3, dengan asumsi, kalian sudah mempersiapkan Perangkat keras yang dibutuhkan seperti :

1. Raspberry Pi 3 (>2 buah)
2. SD Card
3. Kabel LAN
4. Switch Hub
5. USB Hub Charger min 2A tiap node
6. Spacer untuk aksesoris

Wednesday, August 23, 2017

Simple Guide for Raspberry Pi Newbies

Installing RASPBIAN Images Using Windows
  • Insert the SD card into your SD card reader and check which drive letter was assigned. You can easily see the drive letter, such as G:, by looking in the left column of Windows Explorer. You can use the SD card slot if you have one, or a cheap SD adapter in a USB port.
  • Download the Win32DiskImager utility from the Sourceforge Project page as a zip file; you can run this from a USB drive.
  • Extract the executable from the zip file and run the Win32DiskImager utility; you may need to run this as administrator. Right-click on the file, and selectRun as administrator.
  • Select the image file you extracted earlier.
  • Select the drive letter of the SD card in the device box. Be careful to select the correct drive; if you get the wrong one you can destroy the data on your computer's hard disk! If you are using an SD card slot in your computer and can't see the drive in the Win32DiskImager window, try using an external SD adapter.
  • Click Write and wait for the write to complete.
  • Exit the imager and eject the SD card.

SMS Gateway di Linux Ubuntu

Hardware Requirement

Spesifikasi Minimum : Processor : Intel P4 1.8GHZ
RAM : 256MB
Hardisk : 80GB
Modem atau handphone kompabilitynya bisa di cek di sini

Software Requirement
Kebutuhan Paket Software :
  1. Linux Ubuntu
  2. Apache 2.x.x
  3. PHP 5.x.x (with mysql, session, hash, json extension)
  4. PHP-CLI
  5. MySQL 5.x.x
  6. Gammu
  7. Kalkun

How to Recover MySQL Database

It was a nightmare when my database was not backed-up and was dropped, accidently.
Fortunately, my database backed-up three months ago, i found it on the middle of nowhere. :p
Then, I recover the db with rollingback the transaction using transaction log.