In this tutorial, I'm going to walk through some common problems you may find yourself in when using Git and how to solve them.
In this beginner tutorial, I will show you how to work with git branches. This includes checking out branches, tagging commits, and more.
In this post, I'll show you several Bash commands that every developer should know to boost their productivity at the command line.
One of the most important components to a good development environment is a properly configured $PATH variable. Learn about it in this post.
In this post, I will explain what the SSH utility is in the Bash scripting language and how to use it to remote into virtual private servers (VPS).
In this post, I'll show you how to write Bash scripts, which can be great for systems admin or ad-hoc tasks and DevOps configurations in a codebase.
In this post, I'll explain the basics of reading, writing, and leveraging regular expressions with Bash for systems administrators and developers.
This post will get into the most common Bash networking utilities like lsof that you can use to diagnose network issues on your computer.
In this post, I'll explain why we have Bash permissions, how to set them, and how to manage the users and groups that these permissions apply to.
Knowing how to see running processes on your computer is an essential skill. In this post, you'll learn how to use the ps command with Bash.