OpenStack-VMs-Affinity-AntiAffinity-Policy

How to Create Affinity and Anti-Affinity Policy in OpenStack

In the organizations where the OpenStack is used aggressively, so in such organizations application and database teams can come up with requirement that their application and database instances are required to launch either on same compute nodes (hypervisor) or different compute nodes. So, this requirement … Read more

Schedule -tasks-in-Linux-using cron

How to Automate tasks in Linux using Crontab

Sometimes, you may have tasks that need to be performed on a regular basis or at certain predefined intervals. Such tasks include backing up databases, updating the system, performing periodic reboots and so on. Such tasks in linux are referred to as cron jobs (Crontab). … Read more

Linux-History-Command-Timestamp

How to Enable Timestamp in Linux History Command Output

If you’re a command-line enthusiast, you probably use the history command regularly to recall past commands. It’s a handy feature that allows you to review your actions, streamline your workflow, and even troubleshoot if needed. However, there’s a way to supercharge your history logs by … Read more

How-to-dual-boot-Windows-and-Debian10

How to dual boot Windows 10 and Debian 10

So, you finally made the bold decision to try out Linux after much convincing. However, you do not want to let go of your Windows 10 operating system yet as you will still be needing it before you learn the ropes on Linux. Thankfully, you … Read more

configure-rsyslog-centos8-rhel8

How to Configure Rsyslog Server in CentOS 8 / RHEL 8

Rsyslog is a free and opensource logging utility that exists by default on  CentOS 8 and RHEL 8 systems. It provides an easy and effective way of centralizing logs from client nodes to a single central server. The centralization of logs is beneficial in two … Read more

EPEL-Repo-CentOS8-RHEL8

How to Install EPEL Repository on RHEL 9 / RHEL 8

In this article, we will demonstrate how to install epel repository on RHEL 9 and RHEL 8 system. EPEL Stands for Extra Packages for Enterprise Linux, it is a free and open-source additional packages repository available for RHEL, CentOS Stream, AlmaLinux and Rocky Linux servers. … Read more

CentOS8-cockpit-login-screen

How to Install and Use Cockpit on CentOS 8 / RHEL 8

Cockpit is a Web based server management tool available for CentOS and RHEL systems, recently CentOS 8 and RHEL 8 are released where cockpit is kept as default server management tool. Its package is available in the default CentOS 8 and RHEL 8 package repositories. … Read more