Unlock Firefox’s Full Potential with JavaScript

We showed you how to break the styling monopoly on Firefox with CSS. Now we go a step further. Basically, remaking your browser into what you want to the core. We will cover how JavaScript plays a role in how the security on your browser is set up. JavaScript also dictates the overall behavior of […]
Kicking out unwanted SSH Sessions the right way! | SSH Security

Have you ever ran a process on a server that just took forever, so you left it to run? Perhaps you forgot to plug in your laptop and your terminal’s processes were just left out to dry. Only to log in and see those very same session looming around. You think, “Well, I could just […]
This is How You Watch Movies the Linux way with MPV

MPV is the best way to view media on Linux by a long shot. You can also do a few things you would not expect. MPV can do some crazy magic tricks with how script friendly it really is. You can use several languages to accomplish this. You can watch movies with senselessness, as in […]
The Pacman Cheatsheet That Will Make Your Life Better

Here’s one for the ArchArch-based gang! Today I’ll be covering basic pacman commands that you need to know in order to really use pacman to its fullest potential. I’ll also be covering some more exotic/situational commands that are just helpful to know up to the plain ol’ dangerous to your system ones. Now let’s delve […]
5 Things to do IMMEDIATELY After Installing Arch Linux

Today we are going to start out with a base installation of Arch Linux. This can be done in 20 minutes on a good connection when nothing goes wrong. So, we will be starting with nothing more than a console to log into and enough packages to build whatever we need. Arch was built from […]
Maximize Your Productivity with Vim Plugins and .vimrc

Vim, the text editor of choice for so many. Why might you ask? Why would someone use technology that is nearly 30 years old? The reason is it does its job with no distraction. Vim is lightweight and runs on servers and workstations alike. You can use plugins to customize Vim to suit you. Be […]
How to Install Arch Linux for Newbies

So, you’re new to Linux and you want to try out that distribution that many say is bad for newbies. Well, to be honest, it is up to you and how manual you would like to get. So if you intend to use just plain Arch, then you are in the right place. We are […]
5 Things to do IMMEDIATELY After Installing Manjaro

So, you installed Manjaro and you have never used it before, then this is the right place for you. We are going to go over 5 things to do once you have installed Manjaro. Manjaro is daily driver focused linux distribution with a ton of applications right out of the box. It is also available […]
How to Migrate From Compton to Picom

For years Compton has been the go-to compositor for those that want to control panel opacity or smooth window animations. Turns out a few years ago they transitioned over and remained legacy friendly. Well, currently they are issuing a warning that they will be getting rid of legacy compatibility very soon. There is nothing to […]
How To Monitor Linux Resources Using The BTOP Command

We brought you top, htop, and now we are bringing you btop. A clickable interface with some fun styling options right out of the box. You get everything you get traditionally from a top implementation, with a unique and playful interface. The oldest commit to date, as per the time of writing this blog, btop […]