SysAdmin

Bash if elif else Statement: A Comprehensive Tutorial

October 21, 2021

Conditional statements help automate decision making processes in scripts. Learn how to use the if elif else statement in bash scripts and the difference between the various syntax options.

Read more

How to Install Yarn on Windows

October 14, 2021

Yarn is an alternative to NPM (Node Package Manager) developed by Facebook. This tutorial takes you through the different methods of installing Yarn on Windows.

Read more

How to Fix Broken Packages in Ubuntu


A bad internet connection or misconfigured third-party installers can corrupt packages and cause problems on your computer. This article will show you how to troubleshoot and fix broken packages on Ubuntu using the available APT and DPKG tools.

Read more

How to Install Nvidia Drivers on Fedora

October 7, 2021

Like many other Linux distributions, Fedora doesn't include Nvidia drivers out-of-the-box. This tutorial shows you how to install Nvidia GPU drivers on Fedora.

Read more

How to Enable SSH on VMware ESXi


Choose an option to enable SSH on ESXi and follow the steps in one of the three methods. The guide provides detailed instructions how to successfully complete the task.

Read more

How to Deploy Redis Cluster on Kubernetes

September 30, 2021

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

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 a Pretty Hostname and How to Set It Up

September 22, 2021

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
1 56 57 58 59 60 77