Author
Abhilash Mhaisne
-

How to Set up an FTP Server on Ubuntu
File Transfer Protocol (FTP) is a standard network protocol used for transferring files between a client and a server on a computer network. In…
-

How to Enable SSH on Ubuntu 20.04
SSH (Secure Shell) enables secure communication between computers over an unsecured network, allowing you to remotely manage and administer your system. Enabling SSH on…
-

How to Change Branch in Git
A Git Branch is a separate line of development in a software project. User can create a branch, and keep on committing their changes…
-

3 Ways to Check Ubuntu Version and Code Name from Command Line
Ubuntu has a new release every six months; in April and October of every year. The version number is represented as ., for example,…
-

How to Change the URL of a Git Remote
Git is one of the most widely used version control systems today. All kinds of software development, from tiny projects to production level enterprise…
-

How to Check if a File or Directory Exists in a Bash Shell Script
Bash is used for automating regularly executed commands in Linux. Commands which are meant for operations on files/directories are quite frequently used, and usually,…
-

How to Extract tar.gz File in Linux
Most of the software, documents, files, etc. in Linux are archived in the tar.gz format instead of the zip or rar formats usually used…
-

Bash ‘if else’ Statement: Tutorial and Examples
Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux…
-

How to Update NodeJS to Latest Version in Ubuntu
NodeJS is one of the most popular Javascript frameworks nowadays. It has been widely accepted in the world of web development and is commonly…
-

How to Clear Terminal in Ubuntu and Other Linux Distros
Many a times it happens that the terminal in Linux gets filled with outputs from previous commands. It makes the terminal display chaotic and…