Install and Configure VNC on Ubuntu 20.04
VNC stands for Virtual Network Computing. It helps you to control your Ubuntu machine remotely. VNC server uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. When a...
View ArticleExa - A Modern Replacement for ls Command
Exa is a nifty command-line tool that has received lots accolades for being a contemporary replacement for the good old ls command. And rightfully so given its ability to use different colors in...
View ArticleLinux wget Command Explained with Examples
The Linux wget command-line tool is a nifty utility used to download files over the internet. It's usually used when you want to download tarball & zipped files, deb & rpm packages from a...
View ArticleBpytop - An Efficient Resource Monitor in Linux
For terminal lovers, having the ability to monitor your system resource usage is just as crucial. Being aware of your systems' resource utilization helps you make informed decisions in general system...
View ArticleHow to Install Zsh on Linux
This tutorial shows how to install zsh and configure 'Oh my zsh' framework on the Linux machine. Z shell (Zsh) is one of the most powerful shell interpreters which is an extended version of bash, tcsh,...
View ArticleAuto-cpufreq - CPU Speed and Power Optimizer for Linux Systems
This guide, we explore yet another monitoring tool - auto-cpufreq - a CPU speed and power optimizer. In an earlier article, we looked at a user-friendly resource monitor known as Bashtop and saw just...
View Article13 Cool Things to Do with Linux
Linux is an open-source operating system that allows you to run almost every major web development language available. You don't need to pay for any software installation and you can find everything on...
View Article12 Best Tools to Connect Linux Remote Desktop
A remote desktop is a software that allows a computer system’s desktop environment to be run by another computer system. Remote desktop environments are used in organizations where applications are...
View ArticleHow to Create Linux Swap File
One of the recommended ways of boosting your server's performance and avoiding running out of memory is by creating a swap space or swap file. Swap is virtual memory located on your hard disk and...
View ArticleAwk Command in Linux
AWK is one of the most powerful command in Linux. You can manage data and generate reports using the awk command. It also allows us to use logical operation, variables, print functions and many more....
View ArticleHow to Check Which Shell You are Using on Linux
Out of the box, Linux provides a wide variety of shells. There's bash (Bourne Again shell) shell which ships by default in many Linux distributions. We also have sh (Bourne Shell), tcsh (TC shell), csh...
View ArticleHow to Use Docker Run Command [Beginners Guide]
The docker run command is used to launch and run containers. Learning how to use docker run command is a recommendation for any developers who want to get familiar with Docker. When working with...
View ArticleGzip and Keep Original File in Linux
Gzip command by default delete the original file and replace it with a new compressed file with .gz extension. In this article, I am going to show you how to gzip file and keep the original ones...
View ArticleWhat are the Best Linux Distros for 2020
In this tutorial, we shall focus on the 10 + 1 best Linux distributions for the year 2020 for new and experienced users. As per distrowatch below are the top 10 Linux distributions based on website...
View Article5 Ways to Install Deb File from Command Line
This tutorial, I will show you several ways how to install deb packages on Ubuntu and other Debian-based Linux Distributions. We will see how to install .deb file using dpkg command, using apt, using...
View ArticleUseful AWK One-Liners to Keep Handy
Awk is a very powerful and handy tool designed for advanced text processing. It searches and scans a file line by line, splits each input line into fields, compares the input line or fields to pattern...
View ArticleHow to Upgrade Linux Kernel on CentOS 7
The Linux kernel is the core or main component of the Linux operating system. The first kernel release was first written in 1991 by Linus Torvalds, who at the time, was a computer science student at...
View ArticleHow to Get Last Modified Date of File in Linux
Sometimes, you may be required to check detailed information about a file (timestamp) such as its last modified date. This can come in handy when you want to check when the file was last edited....
View ArticleLinux Find Files Modified in Last Number of Days
The Linux find command is a handy tool that lets you find or locate files on your system. You can specify to locate a file based on wide criteria such as file type, file location, and file permissions...
View ArticleHow to Make Bash Script Executable Using Chmod
In this tutorial, I am going through the steps to create a bash script and to make the script executable using the chmod command. After that, you will be able to run it without using the sh or bash...
View Article