Category Tutorial

How to Use GNOME Disks to Check SSD Drive Health

Solid State Drives (SSDs) are now a standard part of most computing devices due to their speed and durability. However, like any piece of technology, SSDs can wear out over time, especially depending on how often they’re used and how…

How to Remove UFW and Configure iptables on CachyOS

If you’re running CachyOS, an Arch-based Linux distribution, and need to configure a more manual approach to firewall management, you may want to replace the Uncomplicated Firewall (UFW) with iptables. While UFW is easy to use, it can sometimes interfere…

Setting Up the Ultimate Creative Workstation on Ubuntu

Ubuntu is undoubtedly one of the most popular and versatile Linux distributions. Whether you’re a graphic designer, web developer, or programmer, Ubuntu can serve as a reliable and robust foundation for your work environment. With just a few tweaks and…

Manjaro QEMU Virtmanager: Resolve VM Internet Issues

If you’re using Manjaro and have encountered frustrating issues with virtual machines in QEMU Virtmanager not connecting to the internet, you’re not alone. This guide will help you troubleshoot the problem by switching from UFW to firewalld, ensuring seamless internet…

Creating a Sample Flask Web App for Tracking Updates

how to create a simple FLASK web app

Welcome back to our blog series on deploying web applications! In our previous post, we walked you through setting up a simple Flask site on a Proxmox server. If you haven’t read it yet, we highly recommend checking it out…

Setting Up Flask on a Proxmox Server

tutorial how to install Flask on Proxmox server

Introduction In this tutorial, we’ll walk through the steps to install and set up Flask, a popular Python web framework, on a Proxmox server using LXC containers. Flask is known for its simplicity and ease of use, making it a…

Welcome to the World of Linux and Python GUI Programming!

Learn Python GUI programming with free sample code QT6

Hey there, fellow Linux enthusiasts! If you’ve recently chosen to step into the exciting universe of Arch Linux or Cachyos, you’ve made a fantastic decision. Not only does Linux offer a powerful and flexible operating system, but it also opens…