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 create a bot in Telegram

Date: 9 October, 2021

Having a bot in Telegram can be a great help to receive notifications from the systems and services we manage. The idea of this article is to serve as a help to all of you who need a bot to send you notifications of what is happening in your Linux systems or in your web […]

Read more →

Author: Carlos, Categories: Scripts