raspberry pi

[ 0 ] Raspbian Instructions: Install Jessie Lite on Raspberry Pi 3

Tag: , , , , , |

Updated on Oct 2017!! Hi guys! Let's download the latest Raspbian Jessie Lite from the official RaspberryPi website. userk@dopamine:~$ cd Downloads userk@dopamine:~/Downloads$ wget https://downloads.raspberrypi.org/raspbian_lite_latest --2016-06-14 01:09:06-- https://downloads.raspberrypi.org/raspbian_lite_latest Resolving downloads.raspberrypi.org (downloads.raspberrypi.org)... Saving to: ‘raspbian_lite_latest’ raspbian_lite_lates 100%[===================>] 292,27M 1,05MB/s in 4m 14s 2016-06-14 01:19:00 (1,15 MB/s) - ‘raspbian_lite_latest’ saved [306465003/306465003] Now, get a uSD card

[ 0 ] Ubuntu instructions: Install Ubuntu Mate on Raspberry Pi 3

Tag: , , |

We will download the image from the official website of Ubuntu Mate userk@dopamine:~/Downloads$ wget http://fra.ubuntu-mate.net/raspberry-pi/ubuntu-mate-16.04-desktop-armhf-raspberry-pi.img.xz Ok, once the download has finished, get an uSD card with at least 8Gb of storage capacity and Class 10 microSDHC and get ready to write the image to it. Run this command: userk@dopamine:~$ df -h /dev/sdX1 15G 288K 15G

ROS on a Raspberry Pi 2 – [Quick]

Tag: , , |

In this post we will install ROS Indigo on a Raspberry Pi 2, it is just a sequence of commands you should use to install this framework. Please refer to the official main page for futher informations. ROS ROS is a open source framework for robotic platform development. It is a meta-operating system for

wireless network with Raspberry Pi – [Quick]

Tag: , , , |

Updated on January 2016! In this post we will see how to connect the Raspberry Pi board to a wireless network through the Edimax WiFi adapter. You can easily find this dongle on Amazon for less than 10 bucks. It's a perfect solution for your Raspberry Pi IOT projects! Wireless configuration Plug in

Real time system with Raspberry Pi

Tag: , , , , |

Have you ever heard about real time systems? Real-time systems are computing systems that must react within precise time constraints to events in the environment. Rather than being fast, a real time computing system should be predictable. If we call each unit of work scheduled and executed by the system a job and its deadline

  • wordpress linux

WordPress on Ubuntu or Raspbian

Tag: , |

UPDATED on JUNE 2018! In this post we will install the well known Wordpress on a linux machine. Worpress is the most popular Content Management System that allows you to create a flexible website with a small effort. This guide requires a LAMP (Linux Apache MySQL and PHP) stack installed on you linux machine.

Minimal Linux for Raspberry Pi 1

Tag: , , |

The Raspberry pi is one of the boards with the highest performance/price ratio you can find on the web. There are so many awesome projects you can do using the Linux potential and the GPIO ports. After installing the well known Raspbian you might have realized that the system was a bit to heavy. Instead