Sudo Su


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

3 tips to improve your passwords

Date: 5 October, 2021

It is a fact that the human factor is the weakest link in cybersecurity, probably a cybercriminal who wants to access one of your accounts will find it easier to hack you than the servers of large companies like Facebook or Amazon, I’m not saying that this does not happen and it is true that […]

Read more →

Author: Carlos, Categories: 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

What is it and how to protect yourself from a Botnet?

Date: 7 May, 2021

If you make use of any kind of technology that connects to the Internet, there is a chance that you are part of a botnet. But… What is a botnet? Cybercriminals create networks of hundreds or thousands of “zombie computers”, which have been infected with malware in order to control them synchronously and remotely all […]

Read more →

Author: Carlos, Categories: Security

How to install REMOTE DESKTOP (VNC) on RASPBERRY PI

Date: 5 May, 2021

After installing Raspbian, the first thing we should do is install some method to be able to configure our Raspberry remotely, of which I can think of two options: Enable SSH: which will make that we can access from another computer to the command line of our Raspberry. Enable VNC: Which will allow us to […]

Read more →

Author: Carlos, Categories: Uncategorized