SysAdmin

How to Install Nvidia Drivers on Debian

September 30, 2021

Installing the right drivers for your GPU is necessary to keep your system running efficiently. This tutorial shows you how to install Nvidia rivers on Debian 10.

Read more

How to Deploy Redis Cluster on Kubernetes


Redis is an in-memory data store supporting multiple abstract data structures. Redis Cluster is a set of Redis instances that automatically shards data across nodes. This tutorial shows you how to deploy a Redis Cluster on Kubernetes.

Read more

How to Rename a Directory in Linux

September 28, 2021

Renaming directories is one of the most basic tasks for a Linux system administrator. This tutorial shows you how to rename directories using the terminal window.

Read more

Bash wait Command with Examples

September 23, 2021

The wait command helps control the execution of background processes. Learn how to use the wait command through hands-on examples in bash scripts.

Read more

What is SSH?

September 22, 2021

The SSH protocol offers system administrators a way to establish a secure connection that will protect them against malicious cyber-attacks, such as password-sniffing. This article offers an overview of the function, terminology and use cases of SSH.

Read more

What Is a Pretty Hostname and How to Set It Up


A pretty hostname is a high-level, free-dorm label used to identify a system in a network. This tutorial shows different ways you can set up a pretty hostname on a Linux system.

Read more

How to Install PuTTY on Mac

September 21, 2021

This step-by-step tutorial shows how you can install PuTTY on your macOS. PuTTY is a popular, open-source Telnet and SSH client, originally developed for Windows, and later ported to macOS.

Read more

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
1 42 43 44 45 46 75