SysAdmin

The pwd Linux Command

December 22, 2021

The pwd command outputs your current working directory in Linux. This tutorial shows how to use the command and showcases different examples of using the command.

Read more

Bash trap Command Explained

December 16, 2021

A Bash shell script can run into problems during its execution, resulting in an error signal that interrupts the script unexpectedly. This tutorial will show you how to use the trap command to ensure your script always exits in a predictable manner.

Read more

How to Use Linux nohup Command


Learn how to use the nohup command to continue running commands and processes in Linux even after the shell closes.

Read more

How to Restart Jenkins Manually


Jenkins offers a way for developers to automate building, testing, and deploying their applications. This tutorial show you how to restart Jenkins manually.

Read more

Bash Script for Loop Explained with Examples

December 15, 2021

This article shows how to use the for loop in bash scripts through various hands-on examples.

Read more

NFS Docker Volumes: How to Create and Use


Using Docker volumes is a convenient way to set up persistent storage for your Docker containers. Aside from normal directories, Docker allows users to mount directories shared over NFS. This tutorial will show you how to create and mount NFS Docker volumes.

Read more

How to Use the ulimit Linux Command

December 9, 2021

The ulimit shell command allows you to view or limit the amount of resources a user can consume. Limiting resources prevents adverse effects in the system when a user or program consumes all the available resources.

Read more

How To Run A Bash Script {7 Methods}


There are multiple ways to run Bash scripts, and each method has a purpose. Learn how to run scripts through the hands-on examples provided in this tutorial.

Read more

How to Install Dig on Windows

December 8, 2021

The dig command is frequently used by network and system administrators to perform DNS lookups. This tutorial shows you how to install dig on Windows using BIND.

Read more

How to Use SFTP Commands and Options

December 1, 2021

SFTP allows users to securely transfer files using SSH. This tutorial offers an overview of SFTP commands and options, explains how they work, and provides examples.

Read more
1 51 52 53 54 55 77