SysAdmin

How to Install Node.js on Debian

October 6, 2022

Node.js is an open-source JavaScript runtime used for creating fast and scalable network applications. This guide will show you how to install Node.js on Debian.

Read more

How to Clear Terminal in Linux {Clear Screen in Linux}


While clear is the ultimate command for clearing your screen in Linux, some alternatives are also useful. This guide shows you how to clear your Linux screen fast.

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

How to Use Sed to Find and Replace a String in a File

September 22, 2022

The sed command is one of the oldest and most useful command-line tools for text transformation. Learn how to utilize the most commonly used feature of sed: finding and replacing a string in a file.

Read more

Bash String Comparison


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 28 29 30 31 32 75