SysAdmin

List of kubectl Commands with Examples (+kubectl Cheat Sheet)

December 24, 2020

The Kubernetes command-line tool, kubectl, allows you to control Kubernetes by carrying out HTTP requests to the Kubernetes API. This reference guide provides a list of the most common kubectl commands, along with a handy, downloadable cheat sheet.

Read more

How to Set Environment Variables in Linux

December 17, 2020

Environment variables play a significant role in setting up the system and shell configuration at the beginning of every shell session. This tutorial explains how to view, set, manage, and unset environment variables in Linux.

Read more

CentOS 8 Early EOL in 2021 and CentOS Stream

December 10, 2020

CentOS 8 was released in 2019 and brought promising features to the popular Linux distro. Although it had an EOL scheduled for 2029, it was cut short with RHEL ending support of CentOS 8 in December 2021. Learn more about the sudden change and what to expect in the future.

Read more

How to Set Up a Dedicated Minecraft Server on Linux

December 3, 2020

The main advantages of setting up a Minecraft server with dedicated resources are improved performance, full use of resources and bandwidth, control over mods and plugins, and better security.

Read more

How to Format Disk Partitions in Linux

December 2, 2020

Formatting and mounting disk partitions in Linux is common because partitions cannot be used without this process. In this tutorial you will learn how to format and mount disk partitions with ext4, FAT32, or NTFS file systems.

Read more

How to Test Network Speed in Linux via CLI

November 25, 2020

This article shows you numerous ways to test network speed in Linux via CLI. Learn how to install and use 9 online tools to test internet speed from the command prompt window,

Read more

How to Remove a Git Remote From Repository

November 17, 2020

When a remote repository moves to another host or a team member stops working on a project, the related git remote pointer may not be needed anymore. This tutorial shows you how to remove a git remote from your machine.

Read more

How to Build Linux Kernel From Scratch {Step-By-Step Guide}

November 12, 2020

All Linux distributions come with a predefined kernel. However, they are usually outdated. Follow this step-by-step guide to learn how to build a Linux kernel from scratch.

Read more

Install NFS Server on Ubuntu

November 10, 2020

NFS is a Linux file sharing system, allowing users to view, store, share or update files on remote computers. This tutorial covers simple steps to install and set up NFS on your network.

Read more

How to Install Redis on Mac

November 5, 2020

Redis is an open-source solution for data storage, most often used as a database, cache storage, or a message broker. This tutorial covers different ways to install, configure, and uninstall Redis on Mac.

Read more
1 63 64 65 66 67 77