After finally getting a chance to reflefct on my server management when I realized I still haven’t solved a problem that I gave up on solving for a while when I couln’t find proper documentation on...
Creating a Discord Webhook using Tautulli for Plex
Discord is a popular messaging platform used by millions of people around the world. It allows users to communicate with others via text, voice, and video, making it a great tool for online communi...
Using Mullvad VPN with WireGuard and Qbittorrent on Docker
In recent years, the use of VPNs has become increasingly popular due to their ability to provide privacy, security, and anonymity while browsing the internet. Mullvad VPN is one such VPN provider t...
Dockerizing Rclone With Google Drive Storage
Mounting a Google Drive Cloud Storage Drive Using Rclone with Docker Volumes Introduction In the era of cloud-based infrastructure, Docker has become a vital tool for developers to create, deploy...
Hosting a Web Server using Nginx with Docker Compose
In this post, we will discuss the benefits and capabilities of hosting a web server using Nginx with Docker Compose and provide step by step instructions to set it up. Benefits of using Nginx with...
Solving Beginner Level Python Problems
Here are a few beginner-level problems in Python that you can try solving: Calculate the factorial of a number. Check if a number is prime or not. Print the first n Fibonacci numb...
Pi-hole: Pi Rasbian and Ubuntu Installation
Pi-hole is an open-source project that provides a network-wide ad-blocker that can be installed on a variety of devices, including the Raspberry Pi 4 and Ubuntu Linux. With its ability to block ads...
Docker Compose on Raspberry Pi: A Comprehensive Installation Guide
The Raspberry Pi 4 is a small, single-board computer that has become popular among hobbyists and makers. With its low power consumption, compact size, and affordability, the Raspberry Pi 4 is an id...
Tom Looman's Game Development in C++ and Unreal Engine
Based on Tom Looman’s Game Development in C++ and Unreal Engine To follow my progress on this course visit my github repo
MySQL on Docker: A Comprehensive Guide
MySQL is a widely used open-source relational database management system that provides a reliable and efficient way to store and manage data. With the rise of Docker and containerization, it has be...