Free Post ubuntu Install Docker on Ubuntu 21.04+ Docker has become a crucial server platform for a lot of companies or even personal projects. Here's the easiest way that I have found to install the main engine on Ubuntu 21.04+. This works with both Server and Non-Server configurations.
Free Post linux Mount Samba Share in Linux Samba is one of the easiest ways to create a network share on a Linux computer, however consuming those shares on a headless server client, while fairly simple, can have a lot of confusing options. Here is the simplest method I have seen:
Free Post linux Search for a string in text files on Linux Ever be SSH'd into a server and need to track down an instance of a word that's causing an error, but don't know how
Free Post linux AD-Blocking on your network with PI-Hole! Web ads suck. From annoying, auto-playing video ads to full-screen take over ads on mobile devices, they simply suck. I have found a solution, and this is how I got it setup and running.
Free Post ACPI Ubuntu: Fix Unintended ACPI Wakeups Now that I am rolling Kubuntu as my daily, I’ve had a chance to experience some of the more nuanced bugs that seem to plague different types of hardware
Free Post cli Spruce Up Your CLI The CLI has become an essential tool for most all developers as of late. From debugging complex code issues to simply managing a source-controlled project with Git, few people can escape the world that is the black-screen with green text.
Free Post kde ZSH and Snaps integration for KDE I recently switched my main desktop environment from Ubuntu to Kubuntu which uses KDE instead of Gnome. KDE by default assumes that you are using BASH as your shell, however
Free Post computers Install PhantomJS on Ubuntu If you are running Selenium or other kind of application testing platform, you may have a need to install the PhantomJS package to make it work properly. Unfortunately, if you
Free Post Hosting Debian 9: Server Security with Fail2Ban Linux server security is always a good topic of discussion that everyone seems to have a different opinion about. I have recently been building a number of new production servers
Free Post linux Mount + Write to a Windows 10 partition IN Linux I have recently made the switch from OSX as my daily to Ubuntu Gnome and it has been largely successful, thanks in no small part to the Lenovo X240 laptop
Free Post linux Plex Media Server From Scratch So… I have built a million of these things and I figured it’s finally about time I document what I had to do to get it running. I am
Free Post android Fix ADB permission issue on Ubuntu (Linux) So this is apparently a pretty simple problem, but it was one that perplexed me for quite a while. Being an OSX native that recently converted to Ubuntu full-time, I
Free Post linux Tilix Terminal for Linux As a MacOS user for the majority of my development career, the one thing that I really missed when I switched over to Linux full-time was the multi-pane-ability of iTerm2.
Free Post Hosting Ubuntu dynamic MOTD on Debian 8 One thing I really do like about Ubuntu was the nice, concise little screen that you get when you SSH into a host. It was a very nice, very quick
Free Post linux Bash Shell Tricks & Shortcuts The more my web development skills evolve, I have noticed the more time I spend in a terminal window. There’s something serene about a black background with green text