Author Archives: Dave McKay

How to Use tmux on Linux (and Why It’s Better Than Screen)

The Linux tmux command is a terminal multiplexer, like screen. Its advocates are many and vocal, so we decided to compare the two. Is tmux really better, or is it just a case of preferring what you know?Read This Article on How-To Geek › Continue reading

Comments Off on How to Use tmux on Linux (and Why It’s Better Than Screen)

How to Use the Linux top Command (and Understand Its Output)

The Linux top command is one of the stalwarts of Unix-like operating systems. Its utilitarian display is packed with useful information about your system’s running processes and resource usage. But, did you know it also supports color, highlight… Continue reading

Comments Off on How to Use the Linux top Command (and Understand Its Output)

How to Change Your Default Shell on Linux with chsh

Bash isn’t the only Linux shell. It’s easy to try out other shells, like Zsh, which is very popular. When you’ve found one you like, use the chsh command to make it your default shell. We’ll show you how.Read This Article on Ho… Continue reading

Comments Off on How to Change Your Default Shell on Linux with chsh

What You Need to Know About Snaps on Ubuntu 20.04

Ubuntu 20.04 Focal Fossa is a fantastic release that’s been widely praised. However, the decision to change the Software Center to install snap-based applications is controversial. We’ll explain what that means for you.Read This Article on … Continue reading

Comments Off on What You Need to Know About Snaps on Ubuntu 20.04

How to Set Environment Variables in Bash on Linux

There’s more than one type of environment variable on Linux. Learn how to see them, create them for local and remote logins, and make them survive reboots.Read This Article on How-To Geek › Continue reading

Comments Off on How to Set Environment Variables in Bash on Linux

What’s New in Ubuntu 20.04 LTS “Focal Fossa”

Canonical released Ubuntu 20.04 LTS on April 23, 2020. This Long Term Support release includes a shiny new desktop theme and dark mode. Under the hood, you’ll find an upgraded Linux kernel and a new way of installing applications.Read This Articl… Continue reading

Comments Off on What’s New in Ubuntu 20.04 LTS “Focal Fossa”

How to Use the sed Command on Linux

It might sound crazy, but the Linux sed command is a text editor without an interface. You can use it from the command line to manipulate text in files and streams. We’ll show you how to harness its power.Read This Article on How-To Geek › Continue reading

Comments Off on How to Use the sed Command on Linux

What Is COBOL, and Why Do So Many Institutions Rely on It?

The governor of New Jersey recently mentioned COBOL, a 60-year-old programming language. What exactly is it? And why is it still the lynchpin of the financial world, despite the fact that few people still know how to use it?Read This Article on How-To … Continue reading

Comments Off on What Is COBOL, and Why Do So Many Institutions Rely on It?

How to Use the cd Command on Linux

Some Linux commands are so familiar, we don’t even notice we’re using them. The cd command for changing directories is one of these. There are some tricks that can help you become more efficient with cd—or you can ditch it, altogethe… Continue reading

Comments Off on How to Use the cd Command on Linux

How to Use bmon to Monitor Network Bandwidth on Linux

With the bmon Linux application, you can see the bandwidth usage on your network connections. However, understanding the finer details requires some detective work, so we’ve done it for you!Read This Article on How-To Geek › Continue reading

Comments Off on How to Use bmon to Monitor Network Bandwidth on Linux