Abhilash Mhaisne

Abhilash Mhaisne

61 posts
How to Install Wordpress with Nginx on Ubuntu 20.04 LTS

How to Install Wordpress with Nginx on Ubuntu 20.04 LTS

WordPress is without doubt the most popular content management software in the world at the moment. It is estimated that more than 27 million live websites on the Internet have been created using WordPress. Even Allthings.how is created using WordPress! As you might know, WordPress needs a web server...

How to Install TensorFlow on CentOS

How to Install TensorFlow on CentOS

TensorFlow is a machine learning platform by Google. It is open source and has a huge number of tools, libraries and other resources developed by both its developer community as well as Google and other corporations. TensorFlow is available for all the popularly used operating systems, viz. Windows, Mac OS,...

How to Set up an FTP Server on Ubuntu

How to Set up an FTP Server on Ubuntu

File Transfer Protocol (FTP) is a commonly used networking protocol, used to transfer files between two computers. The protocol is based on a client-server architecture. One of the computers runs an FTP server program, while the other computer runs an FTP client program, which can download or upload files to...

How to Enable SSH on Ubuntu 20.04

How to Enable SSH on Ubuntu 20.04

Secure Shell, or SSH in short, is a remote connection protocol. It is meant for establishing secure connections to a remote computer. It uses advanced cryptographic algorithms, Eg. RSA., to encrypt data, unlike its predecessor telnet, which sends packets of data containing plain text, which may include passwords and compromise...

How to Change Branch in Git

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 to this branch without messing the original 'master' branch. Usually, each developer working on a code makes his/her changes in a separate branch....

How to Change the URL of a Git Remote

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 products, everything uses Git today. Although Git is used as a decentralized version control system, i.e., each user can have his/her own version of...

How to Extract tar.gz File in Linux

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 in Windows, though Linux utilities support these formats. tar.gz format is popularly used by software available for Linux both in official repositories as well...

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 distributions. Conditional statements are vital in any programming language, compiled as well as scripted. They let the user execute a piece of code based on...

How to Update NodeJS to Latest Version in Ubuntu

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 used for developing lightweight backend servers, REST APIs, etc. Its package manager, npm is one of the biggest repositories for Javascript libraries. In this tutorial, we...

How to Clear Terminal in Ubuntu and Other Linux Distros

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 unorganised, especially when the previous output is no longer required by the user. Hence, it is a good practice to clear the terminal screen after it...

You’ve successfully subscribed to All Things How
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.