SysAdmin

How to Upgrade or Downgrade TensorFlow

September 20, 2021

Learn how you can use the Python package manager PIP to upgrade or downgrade TensorFlow automatically.

Read more

DNS Record Types Explained


DNS (Domain Name System) records are used to store information about domains such as IP addresses, aliases, and security certificates. Learn more about different types of DNS records in this tutorial.

Read more

How to Install PuTTY on Ubuntu

September 17, 2021

PuTTY is an open-source session management client. Although it was originally developed for Windows, it is available on Linux, too. This tutorial shows how to install PuTTY on Ubuntu.

Read more

Linux curl Command Explained with Examples

September 16, 2021

Linux offers multiple tools for data transfer to and from a server, the most popular being curl and wget. This tutorial will show you how to use the curl command, and provide you with an exhaustive list of the supported protocols and available options.

Read more

How Does Git Work?


Git is the world's most popular version control system. This article showcases how Git works and explains each Git function in detail.

Read more

How to Install Webmin on Ubuntu

September 10, 2021

Webmin is a web-based dashboard that allows administrators to manage Linux and Unix systems and servers remotely. This tutorial takes you through the step-by-step process of installing Webmin on Ubuntu 18.04 and 20.04.

Read more

How to Install Node.js and NPM on Mac

September 9, 2021

Node.js is a popular back-end JavaScript runtime used for creating web servers and scalable network apps. NPM is a package manager for JavaScript and the default package manager for Node.js. This tutorial will show you how to install Node.js and NPM on MacOS.

Read more

Deploying MySQL on Kubernetes {Guide}


Deploying a functional database in a containerized environment can be a demanding task. This article will show you how to deploy a MySQL database instance on Kubernetes using persistent volumes, the feature that enables stateful apps to overcome the problem of the inherent transience of the K8s pods.

Read more

What Is Git Bash; Working with Git Bash Commands

September 8, 2021

Git Bash lets you manage your code and repository using a command-line interface on Windows. Learn how to use Git Bash effectively.

Read more

How to Move Directories in Linux


This tutorial shows you how to move directories in Linux using the GUI or the built-in mv command.

Read more
1 44 45 46 47 48 75