SysAdmin

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

How to Install KVM on CentOS 8


A CentOS 8 machine can be turned into a hypervisor by installing KVM (short for "Kernel-based Virtual Machine"). This virtualization technology gives users the ability to run multiple virtual machines in isolated environments.

Read more

How to Create a Table in Hive

October 28, 2020

Apache Hive is a data warehousing tool used to perform queries and analyze structured data in Apache Hadoop. Use this clear-cut tutorial to learn how to create tables in Hive.

Read more

Crontab Reboot: How to Execute a Job Automatically at Boot


Cron jobs are a built-in Linux utility that allow you to automate and schedule recurring tasks. We go over different ways you can schedule jobs to run at system boot.

Read more

How to Upgrade From Ubuntu 16.04 to Ubuntu 18.04

October 22, 2020

Upgrade from Ubuntu 16.04 to Ubuntu 18.04 (Bionic Beaver) in a couple of simple steps. This guide shows you two different ways to upgrade your Ubuntu 16.04 system - through the graphical user interface or the command line.

Read more

How to Use apt-get reinstall on Debian and Ubuntu


When packages are accidentally removed or modified on Debian or Ubuntu, reinstalling them usually resolves the problem. The --reinstall flag is an apt-get command shortcut for reinstalling packages using the command line.

Read more

Ubuntu 16.04 End of Life in April 2021

October 21, 2020

Ubuntu 16.04 EOL is coming up on April, 2021. This Linux distribution will no longer be supported with updates and patches, so make sure you upgrade or mitigate your systems on time.

Read more
1 55 56 57 58 59 75