Category: System Admin

Windows 11 version 22H2: file explorer changes

In the fourth part of the series, we are taking a look at the default file manager tool File Explorer and the changes that Microsoft plans to introduce in the Windows 11 2022 update. Microsoft changed File Explorer in several key areas when it launched the …

Micro: Making File Editing Easier in Linux Terminal

While modern open source code editors have taken the programming world by storm, Linux command line is still ruled by a selected set of text editors. Popular command line editors like Vim and Emacs are also infamous for their weird keyboard shortcuts. There are several jokes …

Compare Files in Linux With These Tools

Whether you’re a programmer, creative professional, or someone who just wants to browse the web, there are times when you find yourself finding the differences between files. There are two main tools that you can use for comparing files in Linux: diff: A command line utility …

7 Minimalist Linux Distributions Featuring Openbox

Openbox is a lightweight, configurable, stacking window manager available for Linux. It supports many standards making it a good fit for any desktop. You will be surprised to know that LXDE and LXQT desktop environments are built around Openbox. You can even replace the window manager …

sudo apt update vs upgrade: What’s the Difference?

If you want to keep your Ubuntu or Debian system updated, you use the combination of sudo apt update and sudo apt upgrade commands. Some older tutorial also mention sudo apt-get update and sudo apt-get upgrade. Both apt and apt-get commands work pretty much the same …

How to Create and Switch Workspaces in Linux Mint

Workspaces are a nice, neat way to organize your work. Suppose you have too many applications open. Your taskbar will be cluttered and it might be difficult for you to find/move between different programs. Workspaces come in handy in this situation. You can group applications in …