HowTo: Allow Remote access to MySQL/MariaDB Instance

In the previous article we installed MariaDB on a Raspberry Pi OS which is a small piece of hardware that can barely handle the SQL instance, so you might choose to host a application on another hardware OR sometimes you just want to allow connections from another system to your MySQL instance. So, in this … Read more

HowTo: Configure Network on Debian/Linux for static IP

In the previous article, we learned how to install debian from ISO. After install there are a few things we need to configure to make sure that everything is setup as per our requirements. In this article, we are going to configure network settings. By default, the Debian system is conigured to used dhcp settings, … 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: Install Debian from ISO

Linux family has the there for years now providing a stable open-source operating systems with all it’s different flavors and fragrances. The family has many well-known operating systems under it’s belt like Debian, Ubuntu, Fedora, Arch along with Android in recent years. All these together comprise of the highest used operating systems on this plant. … 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

Explained: Linux Directories

If you are planning to move and start using any Linux system, it’s essential to understand the directory structure for optimal operating system usage. Linux being one of the most powerful platforms, can be used for various purposes, and for the best use case, you should be able to understand and make modifications to the … Read more