Commonly used Tar and Gzip Commands in Linux With Examples
In this article, we will review commonly used tar and gzip commands in Linux with some examples. Linux users and IT professionals alike, ought to be familiar with most if not all these commands. Table of Contents Introduction In Linux, Tar and Gzip commands are used to compress and archive files and directories. These commands […]
Install VMware Workstation Player 16 on RHEL7 or CentOS7
In this article, we will review how to install VMware Workstation Player on a RHEL7 or CentOS7 Linux machine, guiding you through the installation process step by step to ensure a successful setup of the virtualization software on your Red Hat Enterprise Linux 7 or CentOS 7 system. Table of Contents Introduction Whether you’re a […]
Installing and Using Git on Linux Machines
In this article, we will review installing and using Git on Linux machines. Besides minor differences in syntax, the install commands and procedures are similar across any of the major Linux distributions. The “Git” in Git-SCM stands for “pig-headed”. It is a British slang term referring to someone who is argumentative and always thinks he […]
Enable TLS1.2 on Cockpit Server
Your security team has just informed you that TLS Version 1.1 Protocol Deprecated (157288) was found on your cockpit server on port 9090. What do you do? In this article, we will explore how to mitigate this Tenable finding. Table of Contents Introduction In today’s world, securing our online communication and protecting sensitive information has […]
Install SSL Certificates on Cockpit
Are you looking to secure your Cockpit server and protect sensitive data? Follow these steps to Install SSL Certificates on Cockpit and protect your server infrastructure. Table of Contents Introduction Cockpit is a popular open-source web-based interface for managing Linux systems. It is designed to make Linux system administration tasks easy and user-friendly. Cockpit was […]
Install MariaDB on CentOS7
In this step-by-step guide, we will show you how to install mariaDB on CentOS7. MariaDB is a fork of MySQL relational database management systems (RDBMS). Table of Contents Introduction MariaDB originated from the apprehensions of the initial developers that Oracle might acquire it in 2009. It was crafted with a focus on upholding compatibility with MySQL, […]
Write a play that checks for the timezone of a system and outputs the results to a file
In this article, we will review how we can automate a task that checks the timezone using Ansible, offering a detailed walkthrough of the steps involved in automating the verification and configuration of time zones across target machines. Table of Contents Introduction Welcome to our latest blog post, where we delve into the world of […]
Install Jenkins on RHEL9 or CentOS9
Are you tired of manually building, testing, and deploying your software? Learn how to install Jenkins on RHEL9 or CentOS9 and automate your software development processes to increase productivity and reduce time to market. Table of Contents Introduction Jenkins is a popular open-source automation server that helps to automate software development processes like building, testing, […]
Install Gedit on RHEL8 or CentOS8
In this article, we will review how to install Gedit on RHEL8 or CentOS8. Whether you’re a developer, writer, or simply someone who frequently works with text files on RHEL8, installing gedit can be a game-changer. Find out how this popular and customizable text editor can improve your productivity and simplify your tasks. Introduction Gedit […]
10 popular AWK command examples in Linux
Unlock the full potential of AWK with these popular commands that will streamline your text processing tasks and increase your productivity. Table of Contents Introduction AWK is a powerful text processing tool that is widely used in the Linux environment. The name AWK comes from the initials of its creators: Alfred Aho, Peter Weinberger, and […]