cURL is a command-line utility for transferring data from or to a remote server using one of the supported protocols. It is installed by default on macOS and most Linux distributions. cURL is used by developers for testing APIs , viewing response headers, and making HTTP requests. In this article, we’re going to explain how
Make Linux Great Again
How to Install TensorFlow on CentOS 8
TensorFlow is an open-source and free software library for machine learning developed by Google. It can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda. Also, large companies like Airbus, Intel, Twitter, PayPal, and Lenovo using TensorFlow. In this tutorial we will show you how to install TensorFlow in
How to Create Tar Gz File
A tar archive is a file that stores a collection of other files, including information about them, such as the ownership, permissions, and timestamp. In Linux operating systems, you can use the tar command to create tar archives. The command can also compress archives using a vast range of compression programs with gzip is the
How to Install Steam on Ubuntu 20.04
Steam is a digital service to distribute video games developed by Valve Corporation. There are numerous games free and paid games available on Steam store. This article explains how to install the Steam client on Ubuntu 20.04. Prerequisites# You must be logged in as a user with sudo privileges on your Ubuntu system. Install Steam
How to Rename Directories in Linux
Renaming directories is one of the most basic operations you often need to perform on a Linux system. You can rename directories from the GUI file manager with a couple of clicks or using the command-line terminal. This article explains how to rename directories using the command-line. Renaming Directories # In Linux and Unix-like operating
How to Install Gradle on Ubuntu 20.04
Gradle is free and open-source build tool used for the Java projects, combining the best features of Ant and Maven. It is flexible and helps developers team to automate and build easier and faster software. In this tutorial we will explain how to install Gradle on Ubuntu 20.04. Prerequisites# Ensure that you are logged in
Secure Nginx with Let’s Encrypt on Ubuntu 20.04
Let’s Encrypt is a free, automated, and open certificate authority developed by the Internet Security Research Group (ISRG) that provides free SSL certificates. Certificates issued by Let’s Encrypt are trusted by all major browsers and valid for 90 days from the issue date. This tutorial explains how to install a free Let’s Encrypt SSL certificate
How to Install Elasticsearch on Ubuntu 20.04
Elasticsearch is a powerful open-source analytics and full-text search engine. It provides a distributed, multitenant-capable architecture which enables you to store, search and analyze large volumes of data faster. Elastic search is freely available under the Apache 2 license, which provides the most flexibility. In this tutorial we will show you how to install Elasticsearch
How to Delete Lines in Vim / Vi
Vim or its precursor Vi comes preinstalled on most Linux distributions and macOS. Knowing the basics of Vim is important if you are a system administrator or just a regular Linux user. Quite often, when working with text files, you’ll need to delete one or more lines. This article shows how to delete lines in
How to Install TensorFlow on Ubuntu 20.04
TensorFlow is an open-source and free software library for machine learning developed by Google. It can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda. Also, large companies like Airbus, Intel, Twitter, PayPal, and Lenovo using TensorFlow. In this tutorial we will show you how to install TensorFlow in