Category Archives: Raspberry Pi

Visual Studio for Raspberry Pi/Linux C++ Development

Since Visual Studio 2015 it is possible to develop software in C++ for linux systems. This is pretty great if you are planning on developing software for a Raspberry Pi.

Posted in C++, Computer Stuff, Programming, Raspberry Pi | Tagged , , , | Leave a comment

Disable screensaver

In order to have your raspberry screen always on just edit the file /etc/lightdm/lightdm.conf: Look for the line  Change it to then save and reboot.

Posted in Raspberry Pi | Tagged , , , | Leave a comment

Startup script

When it comes to run a script at Ubuntu/Raspbian startup it may be a pain. Where are some ways of doing it:

Posted in Computer Stuff, Raspberry Pi, Ubuntu | Tagged , , , , | Leave a comment

Web Hosting

This guide is confirmed to work with MEO Technicolor TG784n v3 firmware v10.2.1.L but may be used as a reference for different firmware versions or different router models.

Posted in Computer Stuff, Network, Raspberry Pi, Wordpress | Tagged , , , , | Leave a comment

Raspbian – Printscreen

  If you need to take a screenshot on Raspbian you will find that the PrintScreen key does not work at all. Here is a solution for that!

Posted in Raspberry Pi | Tagged , , , , , | Leave a comment

Raspbian – Rotate Screen

  If you need to rotate your screen in Raspbian you will find that it is not as simple as you are used to.

Posted in Raspberry Pi | Tagged , , , , , , | 4 Comments

Python 02: fake key or mouse input

If you need your python program to emulate a mouse movement/click or a key press here is what you need to do.

Posted in Raspberry Pi | Tagged , , , , , , , | Leave a comment

Raspbian – ssh and sshfs

If your Raspberry is connected to a network there are two basic ways to remotely interact with it: SSH and SSHFS. In this post I will describe each and when to use them.

Posted in Raspberry Pi | Tagged , , , , | Leave a comment

Python 01: OpenCV + Webcam

Usual when one starts learning any programming language, Hello World program should always be first contact. In python that is just not educative… too simple. Because of that, I started with something a little more interesting, display webcam’s output.

Posted in Raspberry Pi | Tagged , , , , , , | Leave a comment

Until today, my Raspberry Pi was only used as a media center with the help of Kodi. Today I decided to adventure myself in the world of Raspberry Pi programming.

Posted in Raspberry Pi | Tagged , , , | Leave a comment