Skip to content
Home » productivity » Page 3

productivity

Maximize Your Productivity in Windows 11 Terminal

Windows 11 introduces a new and improved Terminal application, which includes PowerShell by default. PowerShell is a powerful tool for automating tasks and managing systems, and it’s now more accessible than ever. In this blog post, we’ll explore some ways to maximize your productivity in the Windows 11 Terminal using… Read More »Maximize Your Productivity in Windows 11 Terminal

Play it Safe: How a Virtual Machine Sandbox Can Protect Your Main System

Have you ever found yourself constantly resetting your development environment or worrying about breaking something while trying out a new technology? A virtual machine (VM) sandbox can be the perfect solution for those looking to test out new ideas or technologies without the fear of damaging their main system. But… Read More »Play it Safe: How a Virtual Machine Sandbox Can Protect Your Main System

Optimize SSH Config File

  • SSH
  • 3 min read

Before we dive into the specific options and wild cards that you can use, let’s first make sure you have an SSH config file set up. This file is located at ~/.ssh/config and is used to store all of your ssh connection settings. If you don’t have this file already,… Read More »Optimize SSH Config File