Skip to content

Installing and Using WSL2 (Windows Subsystem for Linux) on Windows 11

Are you a Windows user looking to up your productivity and efficiency by using Linux tools and utilities without the hassle of dual-booting or using a virtual machine? Look no further, because Windows Subsystem for Linux (WSL) is here to save the day! And with the recent release of WSL2,… Read More »Installing and Using WSL2 (Windows Subsystem for Linux) on Windows 11

Streamline Your Package Management with DNF in RedHat-Based Distros

If you’re using a RedHat-based distro, chances are you’re familiar with the package manager YUM (Yellowdog Updater, Modified). However, did you know that YUM has been replaced by DNF (Dandified YUM) as the default package manager? While DNF still uses the same command line interface as YUM, it boasts faster… Read More »Streamline Your Package Management with DNF in RedHat-Based Distros

Bash Arithmetic 101: The Beginner’s Guide to Calculating in the Shell

Bash is a Unix shell, which is a command-line interface for interacting with an operating system. One of the useful features of Bash is the ability to perform arithmetic operations and manipulate numbers directly within the shell. In this blog, we will discuss how to perform arithmetic operations in Bash… Read More »Bash Arithmetic 101: The Beginner’s Guide to Calculating in the Shell

Bash Variables 101: A Beginner’s Guide to Working with Arguments, Strings and Integers

Welcome to this blog on bash variables! In this post, we will discuss various types of variables that can be used in bash scripts, as well as some examples of how they can be used to increase productivity and efficiency. Variables with arguments First, let’s start with bash variables that… Read More »Bash Variables 101: A Beginner’s Guide to Working with Arguments, Strings and Integers

10 things you should know about Vim

  • Vim
  • 3 min read

Vim is a highly configurable, modal text editor with a command line interface, syntax highlighting, code folding, support for multiple buffers and plugins, regular expression support, undo and redo functionality, macro recording, and many customization options.