apt command in Linux [Complete Guide]
apt is a useful command that stands for Advanced Package Tool and is used for installing, updating, removing, and overall managing deb packages on Ubuntu, Debian, and other…
Read More402 articles found
CentOS
apt is a useful command that stands for Advanced Package Tool and is used for installing, updating, removing, and overall managing deb packages on Ubuntu, Debian, and other…
Read More
CentOS
The commands df (Disk Free) and du (Disk Usage) are both used to get a snapshot of the disk utilization of the system. The df command provides a…
Read More
CentOS
A guide on how use adduser command in Linux with examples
Read More
CentOS
“In the Linux operating system, all the different entities are considered as files. Even the physical and virtual devices that you use within the Linux environment are referred…
Read More
CentOS
A step-by-step guide that effectively shows how to create a network bridge in CentOS 8 using the nmcli command and how to create device type state connection.
Read More
CentOS
Practical tutorial on how to replace all the occurrences of your desired text within a file using the VI editor and learning its different modes.
Read More
CentOS
A step-by-step guide on how to upgrade CentOS 7 to CentOS 8 in order to benefit from a better and more optimized operating system.
Read More
CentOS
Practical guide on how to use the tags with Ansible playbooks for imparting flexibility in the automation process through some basic examples.
Read More
CentOS
A step-by-step guide that shows how to set up a Syslog server on CentOS8 to receive and store network logs from network activity from network devices.
Read More
CentOS
In this post, we will explore how to replace any string in a file using Ansible. Ansible has a ‘ansible.builtin.replace’ module for the same purpose.
Read More