Linux

Be a Better Programmer

Many people want to be a programmer, but often find themselves flailing around in the dark. These are the things I’ve done to help aid myself in coding more, learning new things, and just becoming a better programmer.

read more

Setting up Windows inside Linux

Running Windows inside of Linux is essential for those that are trying to convert to Linux. There will always be a transition period and need to fallback to Windows. It is also nice to have for many Windows only programs that you may need while inside Linux.

read more

You are using GitHub WRONG!

GitHub is an incredible powerful tool, but using it in command line can be frustrating. So instead of doing something dumb like using SSH agent workarounds or Token exporting shenanigans to make git work in command line. We are going to use an amazing utility called gh to authenticate.

read more

Linux for Beginners

So you want to use Linux? It is truly an amazing operating system and probably my favorite one to use. However, it is not for everyone and you’ll need to learn a few things before you can understand it.

read more

Laptop Power Management

Power management is a critical thing to understand in laptops. It’s possible to buy an expensive laptop and end up not using it because of bad power management practices.

read more

Best Package Manager

Instead of using the built-in package manager in Linux or some container that never puts the programs files in a usable spot, we will use Homebrew!

read more