Sudo Su


How to improve the security of Raspberry Pi [2022]

Date: 15 May, 2022

A few months ago we published an article in which we showed how with a simple script programmed in Bash we could improve the security of our Raspberry Pi. Today we bring you an updated version of that script in Python. The article mentioned above can be found at: How to Improve Raspberry Pi Security […]

Read more →

Author: Carlos, Categories: Raspberry / Scripts / Security

Raspberry WiFi intrusion detector

Date: 9 October, 2021

A few months ago I programmed a small script that allowed me to turn my Raspberry Pi into an intrusion detector for my home network. This script is activated from time to time and when it detects an unknown device it sends us a notification via Telegram.

Read more →

Author: Carlos, Categories: Raspberry / Scripts / Security

How to install Raspbian on any microSD card

Date: 9 October, 2021

There are many methods to install Raspbian on your Raspberry, some are easier but limit the freedom to install other O.S., and others a little more difficult but allow more flexibility when installing other operating systems. In this first article I thought I will explain the easiest method to install Raspbian on your Raspberry Pi, […]

Read more →

Author: Carlos, Categories: Raspberry

How to turn a Raspberry into a security camera

Date: 5 October, 2021

A few months ago I started a project that tried to turn my Raspberry Pi into a security system with surveillance camera. This system has motion detection that when activated sends an alarm to our Telegram and also has 24 hour streaming to the security camera. That is, I can see my security camera from […]

Read more →

Author: Carlos, Categories: Raspberry / Security

Install no-ip on Raspberry

Date: 25 May, 2021

Having in our Raspberry Pi a dynamic DNS or DDNS can be very useful to access our services from anywhere without having to memorize our public IP or having to be aware that this has changed. Today I will explain in a few simple steps how to install no-ip on your Raspberry Pi. How to […]

Read more →

Author: Carlos, Categories: Raspberry