Install or Uninstall Software from FreeBSD Ports Collection
In this guide, we are going to learn how to install or uninstall software from FreeBSD Ports Collection. Ports Collection is is a set of Makefiles,
In this guide, we are going to learn how to install or uninstall software from FreeBSD Ports Collection. Ports Collection is is a set of Makefiles,
In this tutorial, you will learn how to use htop command in Linux. An interactive process viewer (htop) is a free GNU GPL process viewer
Good day all. This guides is about installing Perf performance analysis tool on Ubuntu 18.04. Perf, also known as perf_events is a powerful performance counter
In this tutorial, we will learn how to check hardware information on Linux system. Many a time as we interact with the Linux system in
Good day folks. Today, we would like to discuss how to extract log lines of specific dates from a log file. If you are a
In this tutorial, you will learn how to create user account using useradd/adduser commands in Linux. User management is one of the most common task
In this tutorial, we will provide you with a step by step guide on how to install Helm on Kubernetes cluster. We are running a
Want to upgrade a single package on CentOS/Fedora systems? Worry not, because, CentOS/Fedora or any other RHEL based distribution provides a way to upgrade a
Welcome to our guide on using find command to search for files and directories in Linux. find is a command-line utility that searches one or more
In this guide, you are going to learn how to run only specific commands with sudo in Linux. Our previous guide covered how to add