MihajloPi

Hi! My name's Mihajlo and welcome to my website! I'm just an unordinary electronics engineering student interested in electronics, physics, chemistry, biology and everything the universe has to provide! Have a good time here!

My experience in rooting Mi 10T Lite 5G

By MihajloPi |  Jun 11, 2024  | rooting, bootloader, lineageos
Introduction Rooting a phone isn’t necessary for the general user, but could be useful for more advanced users. My first experience with rooting phones was around 2015 when I wanted to install an app on my second Android phone (white Sony Experia Arc S) to sync my phone’s time to the NTP servers to be as accurate as possible. Back then I didn’t have any experience in Linux and computing in general.
Continue Reading...

Setting up a reverse proxy server using Nginx

By MihajloPi |  Jun 11, 2024  | linux, networking, nginx, reverseproxy
Introduction Do you have two or more web servers in your home network and you wish to expose them to the network? Reverse proxy is all you need! It solves the problem of handling requests for different servers going to one public IP of your network. Nginx (read as “engine X”) is a popular open source web server used to serve web pages (static or dynamic) over HTTP/HTTPS and handle SSL/TLS encryption, but can be used additionally for reverse proxying and load balancing.
Continue Reading...

Setting up a watchdog timer on a Raspberry Pi

By MihajloPi |  Jun 11, 2024  | raspberrypi, watchdog, timer
Introduction Running long-term projects on Raspberry Pi? Having it freeze is the worst thing it can happen to your Pi, especially if you have an IoT remote project not easily accessible by any means. Freezes can happen for a variety of reasons: program bugs, insufficient RAM, too many spawned processes/threads… Watchdog can prevent that from happening. The watchdog timer is a hardware-implemented timer used to reset microcontrollers or processors in case a malfunction is detected.
Continue Reading...