Abhilash Mhaisne

Abhilash Mhaisne

61 posts
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
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
Git

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...

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.