Five commands to Check the AlmaLinux or Rocky Linux version

Check the AlmaLinux or Rocky Linux version

This tutorial explains how to check the current version of our Almalinux or Rocky server systems using the command line or GUI. These two are REHL-based Linux systems mainly used in server environments; hence, the article primarily discusses the different ways to find the Linux …

Read more

How to Cherry-pick a commit in GitHub

How to Cherry pick a commit in GitHub

As its name suggests, Cherry-picking on GitHub is a valuable developer feature. It allows them to apply selective commits from one existing branch to another. The Cherry-pick technique is very beneficial when developers want to use a bug fix; some branches need a feature from …

Read more

How to Add User to Group on Ubuntu 24.04

How to Add User to Group on Ubuntu 24.04

Managing users and groups is one of the significant tasks, but only root users (who have administrative privileges) can add a user to a group. Linux has two major types of groups: Primary Group: This group is the same as the username. When a user …

Read more

How To Use traceroute Command in Linux such as Ubuntu

How to install and use Traceroute command in Linux

The “traceroute” command tracks the path of network packets from the source to the destination. It is used to identify issues with network connectivity and detect packet loss or delay. The traceroute command provides insights into the number of routers between the internet source and …

Read more

How to Check Linux Terminal Command History

Get Linux History command help options

The history command is a built-in shell command which is used to display previously executed commands in the terminal. Sometimes users want to revisit the past executed command, and this history command helps the users to go back in the command history. Through the additional …

Read more

How to install Virtualbox Software on Ubuntu 24.04 for VMs

Installing VirtualBox app on Ubuntu 24.04

Well, VirtualBox doesn’t need any introduction, it is one of the oldest virtualization solutions in the open-source category for easily creating virtual machines using a graphical interface. Being a cross-platform Type-2 Virtualization software, we can easily install VirtualBox on Ubuntu 24.04 Noble LTS desktop or …

Read more