Category
Linux
Ubuntu, Linux servers, command-line tools.
-

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

How to Fix a Broken Windows NTFS Partition in Ubuntu and Windows Dual Boot
It is a common practice nowadays, especially for advanced users and software developers, to configure their computer with a dual boot system; usually, one…
-

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

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

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

How to Create and Add Cron Jobs in Linux
Automating routine tasks in Linux can save time and reduce the risk of human error. The cron utility provides a straightforward way to schedule…