Free Post macos Add spacers to MacOS Dock Step-by-step guide on how to add spacers to your MacOS dock.
Free Post mac See MacOS System Information without logging in If you have ever worked IT at a company that uses Mac's for their employees, you've had a need to get system information from a computer
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 AWS-CLI > Get All Public IP Addresses Want the list of all Public IP addresses associated with your Amazon Web Services account? Install aws-cli, configure, then: aws ec2 describe-network-interfaces --query NetworkInterfaces[].Association.PublicIp The result is a
Free Post ZSH Auto CD into directory If you are using ZSH or running any current MacOS, you can save a step when navigating the command prompt by enabling the following config option: echo "setopt autocd&
Free Post MacOS: Colorize VIM Editor in Terminal I have been using VIM as my command-line editor of choice for years and years (aside from my brief affair with EMACS), and one thing that was missing was colorization
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 oh-my-zsh Install ZSH and Oh-My-Zsh on Ubuntu 20.04 & 20.10 ZSH is the new shell hottness and like any good tech, people have now made a way to customize it. While this is easier on some platforms more than others,
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 Integrate AppImages into your Linux Distro AppImages are a really nice way for developers to release applications for multiple platforms more quickly. The problem however was that if you were like me, all of those wonderful