HowTo: Install .NET Core on Raspberry Pi OS

NET Core, now referred to as just “.NET” (starting from version 5), is an open-source, cross-platform framework for building various applications. You can install .NET on your Raspberry Pi running Raspberry Pi OS to develop and run applications directly on your Pi. In this guide, we will walk you through the steps to install .NET … Read more

HowTo: Install MariaDB on Raspberry Pi OS

Raspberry Pi OS (formerly Raspbian) is a versatile operating system for the Raspberry Pi, offering a wide range of functionalities. One of the most common use cases for the Raspberry Pi is as a web server, and MySQL is often used to manage databases for websites and applications. MySQL being owned by Oracle has a … Read more

HowTo: Autologin Raspberry Pi OS

Raspberry Pi has been the most successful device in recent years, everyone right from students, professionals as well as enthusiast have fascinated the device for it’s size, power consumption and capabilities. It can be used for extremely light weight task to self-hosting large applications for home. One of the use cases is attaching a screen … Read more

HowTo: Host SPA Project on Raspberry Pi (using Nginx server)

Nginx is another type of server that is very commonly used with modern server technologies. It is usually considered faster than the Apache server, and it also has better support for SPA web technologies than the PHP applications. It is suitable for serving applications from Raspberry Pi because of its optimal use of memory and … Read more

HowTo: Host SPA project on Raspberry Pi (using Apache server)

Apache is one of the most used servers, not only because of the cost but also for being feature-rich for decades. Not only is application development easy for Apache but it has proved itself from time to time to be reliable, safe, and fast for most web applications. For this reason, being able to run … Read more

HowTo: Host SPA project on Raspberry Pi (using Lighttpd server)

If you are trying to learn Single-Page Application(SPA) development, it’s always a good idea to take reviews for whatever UI/UX idea you are trying to implement that the end-users like. To get a first response, you can always go to your near and dear ones to test it out and get feedback about how it’s … Read more

HowTo: Uniquely Identify Raspberry Pi

Often times we own multiple Raspberry Pi devices, connect them to a network, load some software into it, and forget about it. It stays there running in the network for months with all other devices and when the time comes for some changes to the device/software we have to find the device. This becomes a problem because we now have multiple devices in the network and have forgotten which application is hosted on which device.

HowTo: Turn off Raspberry OS Screensaver

If you have been working pi for a long time and are irritated by the screen going blank after 10 mins, here are a few solutions for you. Solution 1 Edit the lightdm.conf file and change to settings directly. this does not require installing anything and the screen won’t turn off again. Fire the following … Read more