AriyankiNet        
 
Article

Home Automation with Raspberry Pi and Relay Module

Sun 22 Nov 2015, 17:11

While I was looking for my raspberry accessories, suddenly I found 8 channel relay module for only Rp. 53.000, it is very cheap and I decide to buy it and start playing with this module.  With this relay module i can control any kind of high voltage switch (220v) in my

read more

Apache2, PHP, and MySQL Installation on Raspbian

Wed 11 Nov 2015, 14:40

  I follow this tutorial to install Apache2 and PHP in my Raspbian https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md   Then, I add MySQL Server installation command and some supporting module for PHP in one line, so that I can execute the installation process all at once:   sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server php5-mysql php5-gd -y   After installation process done, the default Document

read more

Raspbian Installation Guide

Tue 10 Nov 2015, 07:46

I wrote this just for my backup, you can find a lot of tutorial about this installation guide. First, I download the Raspbian Image from raspberrypi.org. There are 2 types of Raspbian OS, Jessie and wheezy, I don’t know yet what is the difference, but I choose Jessie based on latest release

read more