SysAdmin

How to Comment in Python

November 25, 2019

The ability to use comments while writing code is an important skill valued among developers. These comments can be used to leave notes about the function of the code or to turn parts of code off.
This article teaches you the comment basics as well as some tips on using this feature wisely.

Read more

How to Use IP Command in Linux with Examples

November 22, 2019

The ip command is a Linux net-tool for system and network administrators used for configuring network interfaces. Learn about the important operations the ip command can perform with21 commonly used commands.

Read more

How to Set Up Hardware RAID Using MegaCLI

November 20, 2019

This article explains how to set up hardware RAID using MegaCLI. RAID (redundant array of independent disks) consists of multiple disks that are linked together to prevent data loss and speed up performance. Use MegaCLI to create, gather and monitor physical RAIDs.

Read more

How to Install Docker Compose on CentOS 7

November 19, 2019

If you are a Docker user, you are most likely running and managing multiple containers at the same time. Docker Compose is a software tool designed to simplify dealing with multi-container applications by allowing control over all Docker containers through a single coordinated command. Go through the installation process for Docker Compose by following the steps in this article.

Read more

How to Enable Ubuntu Remote Desktop

November 7, 2019

Remote Desktop is a useful and user-friendly service allowing you to control another computer remotely. It is excellent for users who prefer having a graphical interface instead of a command line. Learn how to enable remote desktop and establish a connection with the help of this tutorial.

Read more

How To Install Docker on Debian 10 Buster

October 28, 2019

Docker is a virtual container management tool that speeds up and improves application development. Created containers share the kernel and other resources, but are also isolated from one another. The software allows you to make highly compatible applications using its uniform interface.

Read more

How To Install Debian 10 (Buster)

October 14, 2019

Debian has released its newest stable version Debian 10, nicknamed Buster. The latest release includes many updates. This article will help you how to install Debian 10 Buster as your operating system with easy to follow, step-by-step instructions.

Read more

How to Install and Use TensorFlow on CentOS 7

October 8, 2019

TensorFlow is Google’s open-source platform for machine learning. It was designed to simplify the process of implementing machine-learning models. This article shows how to install TensorFlow on CentOS no matter whether you need it for CPU or GPU support.

Read more

How to Upgrade Linux Kernel in CentOS 7


The Linux kernel is the underlying software architecture of each Linux distribution. It provides and defines all the major functionalities on a Linux system. Each newer version of the kernel introduces new functionalities, applies critical security patches, and improves performance. This article guides users on how to upgrade the kernel on CentOS 7 systems.

Read more

How to Install Nmap on Ubuntu

October 7, 2019

This article will help you how to install Nmap on Ubuntu. Use Nmap to discover network vulnerabilities on remote computer networks.

Read more
1 65 66 67 68 69 75