fosstechi

How to List or Display all Cron Jobs in Linux

Cron is a command-line job scheduler available on Linux operating systems that allows users to schedule jobs at specified intervals,…

1 year ago

How to Disable IPv6 on RHEL System

In computing, there are two types of IP addresses, IPv4 and IPv6. By default, IPv6 is enabled on RHEL 7,8…

1 year ago

How to View Contents of tar.gz File in Linux

A tarball is commonly known as a TAR file, short for tape archive, which is an archive file type commonly…

2 years ago

How to Create tar.gz File in Linux

A tar archive is a file that stores a collection of directories and files, also known as 'tarballs'. The tar…

2 years ago

How to Identify LUN Mapped to VxVM Disk in Linux

On Linux, you can quickly find out how LUNs are mapped to the underlying OS disk using the lsscsi command.…

2 years ago

How to List Available Package Updates in Ubuntu

Keeping your Ubuntu system up-to-date is critical to ensuring a system's stability and security. This is common to all Unix/Linux…

2 years ago

How to Check if Your Linux System Uses UEFI or BIOS

When you boot a Linux system, it boots into legacy BIOS (Basic Input/Output System) mode or modern UEFI (Unified Extensible…

2 years ago

How to Find SAN Disk LUN Number in Linux

When your dealing with SAN attached disks on Linux system, you may need to increase or release them for various…

2 years ago

How to List All Running Services under systemd in Linux

When you boot a Linux system, a lot of background tasks are kicked in as part of the booting process,…

2 years ago

How to Find CPU Cores in Linux

Sometimes, you may need to check how many CPUs a Linux system has for various reasons. I can name a…

2 years ago

This website uses cookies.