SysAdmin

Linux cut Command: Syntax, Options, Examples

October 24, 2024

The cut command allows you to extract information from files or piped data. This tutorial shows how to use the cut command and its options.

Read more

Bash case Statement: Syntax and Examples


The bash case statement simplifies complex conditional statements and tests input strings against specified patterns to execute a command when the condition is met. This tutorial shows how to use the bash case statement.

Read more

Linux File System: Types, Features, Limitations


A file system is a set of processes that controls how, where and when data is stored and retrieved from a storage device. This article will help you learn about different Linux file systems, their main features, pros, and cons.

Read more

Linux dd Command


This article explains how to use the powerful dd command in Linux and why it's necessary to exercise caution through a set of practical command examples.

Read more

lsof Command in Linux with Examples

October 23, 2024

lsof is a practical sysadmin tool that prints a list of all open files. Read this guide to learn how to use the lsof command.

Read more

Linux make Command with Examples


The make command is a widely used Linux tool. Makefiles and make cut down the time and effort needed to compile files. Read this guide to learn how to use make.

Read more

Legacy Application Migration: Benefits, Challenges & Best Practices

October 17, 2024

Legacy application migration is often a necessary and difficult process. This guide takes you through the benefits, challenges, and best practices when moving legacy applications to a new and modern system.

Read more

How to Use GRUB Rescue to Fix Linux Boot Failure


The most common reasons for GRUB not booting into the OS are another OS's bootloader overwriting the GRUB's boot configuration, or the missing GRUB configuration files. Read this tutorial to learn how to resolve the Linux boot failure issues.

Read more

How to Create MySQL Database in Workbench


Workbench is a cross-platform, open-source, visual tool for database management. It provides a user-friendly GUI in which you can create and maintain databases. Learn how to create a MySQL database and table in Workbench, as well as how to add data to a table.

Read more

How to Install Rust on Ubuntu


Rust is a general-purpose programming language known for its speed, memory efficiency, and seamless integration with other languages.
Read this tutorial to learn how to install Rust on Ubuntu.

Read more