SysAdmin

How to Set Environment Variables in MacOS

January 18, 2021

Environment variables store values that help build the system environment and run processes.
In this tutorial, learn how to set, view, and unset environment variables in macOS.

Read more

What Is Git Upstream And How To Set Upstream Branch


In order to properly track your changes and push them to Git, you need to set a remote upstream branch. Learn about upstream branches and how to set them in this tutorial.

Read more

How to Check PHP Version

January 14, 2021

To avoid compatibility problems when implementing new PHP-related features or debugging a website, it is useful to know the PHP version you are working with. This tutorial explains how to check the PHP version running on your website or a local machine.

Read more

How to Install and Use ifconfig on CentOS 7

January 12, 2021

The ifconfig command is a tool for network interface management that is used to enable/disable interfaces, manage IP addresses, netmasks, MAC addresses, etc. This tutorial shows how to install and use the ifconfig command on CentOS 7.

Read more

What is Umask and How to Use It

December 30, 2020

The umask command on Linux lets you interact with your system's default permissions and fine-tune permissions for new files and folders.
This tutorial shows you what umask is, how it works, and how best to use it.

Read more

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

How to Configure Proxy Settings on Ubuntu 20.04

December 10, 2020

Proxy servers are commonly found on local business networks, providing an additional security layer. Among personal users, they are popular because they help increase privacy and speed. This tutorial shows how to set up a proxy on Ubuntu 20.04.

Read more

CentOS 8 Early EOL in 2021 and CentOS Stream


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 Create an External Table in Hive

December 9, 2020

External tables in Hive are used to access and query data stored outside of a database. Follow the steps of this tutorial to learn how to create, query and drop external tables.

Read more
1 53 54 55 56 57 75