This is an installation guide on how to get Garmin Express on Linux working. In this Step by Step Guide, I go over creating a new wine bottle and installing Garmin Express in it. Linux Package Requirements: wine-devel Note:3.19 or higher winetricks Installation Steps First we start by creating a wineprefix and installing our prerequisites from terminal: […]
Manjaro Architect Installation Guide
In this book, I go over step by step the entire Manjaro Architect installation. This guide is suitable for any knowledge level from beginner to expert. I published “The Complete Manjaro Architect Installation Guide” on Amazon so, if you are installing on your main PC you can follow along without constantly scrolling through on your […]
Resize LVM Partition | Fedora 29 | Step by Step Guide
In this guide, I show you how to Resize LVM Partition in Fedora 29. I recently ran out of space and had to clone my install from a 120SSD ssd to a 240 GB SSD. I first had issues with boot timing out and causing the /dev/mapper/home, /dev/mapper/swap, and /dev/mapper/root not being found. To fix this, I simply […]
Logitech C920 Linux Driver | Fix Lag and Disable Auto-Focus
With my webcam, I was having major issues and tried looking for a Logitech C920 Linux Driver, as I have a Logitech C920 Webcam that is very laggy in Linux, but in Windows, I don’t have any issues. I found out that the autofocus and exposure were causing a ton of issues and I had […]
Why should I switch to Linux from Windows?
This will be the first video in a series of Linux videos and in it, I am going over 6 reasons to switch to Linux and 1 big reason not to. Many people ask “Why should I switch to Linux from Windows?” and in the video below I break it down for you. Why should […]
Optimizing Apache Memory Usage using mpm prefork
This guide goes over optimizing apache memory usage by configuring mpm prefork module to the best values for your server. Afterword, you should notice substantial increases in performance especially if you are using free micro instances from Google Cloud or AWS. Commands used: Check Apache Memory usage ps -ylC apache2 –sort:rss | awk ‘{sum+=$8; ++n} END {print […]