SysAdmin

What Is sudo rm -rf in Linux and Is It Dangerous?

October 19, 2022

The sudo rm -rf command removes a non-empty file directory with elevated permissions. But is there any danger to using this command? Find out by reading this article.

Read more

Installing FFmpeg on Ubuntu

October 13, 2022

FFmpeg is an open-source tool that helps users record, convert, and play audio and video content. This guide shows you how to install FFmpeg on Ubuntu.

Read more

apropos Linux Command Explained {with Examples}

October 11, 2022

This tutorial shows you how to use the apropos command. Use apropos to search for keywords in names and descriptions of every man page, finding the command you need.

Read more

Linux Commands All Users Should Know {Ultimate List}

October 4, 2022

This article contains a list of commands all Linux users should know. Whether you're new to Linux or want to learn additional useful commands, the list contains many useful tips and tricks.

Read more

How To Install Vim on Ubuntu

September 29, 2022

VIM, known as the programmer’s editor, is highly configurable and customizable. Also, it allows syntax highlighting is a great tool when it comes to editing. In this tutorial, we learn how to install VIM editor on the Ubuntu operating system.

Read more

Linux split Command with Examples

September 28, 2022

The split command breaks files into smaller parts. Read this tutorial to learn how to use the Linux split command.

Read more

Bash String Comparison

September 22, 2022

This tutorial shows how to use the Bash shell in Linux to compare two strings in different ways. See examples for each comparison and create example scripts.

Read more

Linux: Add a Directory to PATH


PATH is an environmental variable that shows Linux where to search for executables. Read this guide and learn how to add a directory to PATH.

Read more

bashrc vs. bash_profile: What Is the Difference?


The Bash shell holds custom information in hidden files such as .bashrc and .bash_profile. But what's the difference between the two? Find out when to use which file in this guide.

Read more

How to Save a File in Vi / Vim & Exit


Vim (Vi IMproved) is a well-known, open-source text editor for Linux or Unix systems. It is a powerful and stable tool for editing and writing text, both in the command-line interface and as an independent application in a GUI. Take the first step by learning some of the basic commands and building up from there. Follow this guide and learn how to open, save and exit a file in Vi/Vim.

Read more
1 41 42 43 44 45 77