Skip to Content

Scott McBrien

If you’re a Linux user, you know that the bash shell is a powerful tool. With shortcuts, you can speed up your work and be more productive. In this blog post, we will discuss some of the most useful bash shortcuts that every Linux user should know. These shortcuts will help you save time and …

Read More about Bash shortcut in Ubuntu

There are different ways to check the Ubuntu version from the command line. Here are some commands you can use: In this article, I will explain each command in detail and its use cases. Steps to check Ubuntu version Check Ubuntu version with cat /etc/os-release command The cat /etc/os-release command is used to display the …

Read More about Check Ubuntu version in 4 ways