Tag Archives: raspbian

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

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