SysAdmin

How to Configure Docker in Jenkins

April 28, 2022

Jenkins is designed to balance parallel jobs from multiple build agents. The agents connect either locally or via the cloud. This article will show you how to configure Docker containers to work as Jenkins build agents.

Read more

What is ACL in Networking & How to Implement It?

April 21, 2022

The ACL (Access Control List) controls user privileges for accessing system locations and resources. This article will focus on the role of ACLs in networking. It will explain ACL components and common ACL types and provide advice on how best to implement the ACL on a network.

Read more

How to Install winget (Windows Package Manager)


winget is Microsoft's package manager for Windows 10 and 11. This tutorial shows how to install and use winget.

Read more

Veeam Plugin for VMware Cloud Director

April 20, 2022

Veeam Plugin for VMware Cloud Director brings convenience to Cloud Director users. You do not have to switch accounts and portals to perform backup activities.

Read more

How to Install Ubuntu 22.04 LTS Desktop (Jammy Jellyfish)


Ubuntu 22.04 LTS is the newest Ubuntu version with great new features. Follow this guide to install Ubuntu 22.04 in no time.

Read more

How to Install Odoo on Ubuntu

April 15, 2022

Odoo is a business management platform written in Python and JavaScript that uses PostgreSQL as a backend. Learn how to install Odoo 15 on Ubuntu 20.04 in this step-by-step guide.

Read more

IMAP vs. POP3 vs. SMTP: What Are the Differences?

April 14, 2022

Email messages are transferred over the internet using email protocols, i.e., rules for routing and addressing email data over the network. This article will compare three popular email transfer protocols - IMAP, POP3, and SMTP, explain how each of them works and how they work together to enable email messaging.

Read more

Bash Math Operations (Bash Arithmetic) Explained


You can perform math and arithmetic operations in Bash directly. Although the functionalities are basic, the examples from this tutorial show how to maximize the use of math in Bash scripts.

Read more

Grep Regex: A Complete Guide

April 7, 2022

The core of the grep command (Global Regular Expressions Print) is regular expressions. Master grep regex through the hands-on examples in this guide.

Read more

How To Install and Use Linux Screen, With Commands


Screen is a powerful tool for working in the command line. It lets you create, monitor, and switch between several different windows. With Screen, you can multitask much like a graphical interface. It can also run in the background, waiting for you to reattach to the session. This makes it an excellent option for preserving work if a remote connection is lost.

Read more
1 37 38 39 40 41 76