SysAdmin

Using the Linux free Command

December 29, 2021

The free command in Linux is a utility that helps monitor RAM usage on a system. This guide shows how to use the free command and determine if there are enough resources for running new apps.

Read more

Jenkins Environment Variables: Ultimate Guide

December 23, 2021

Jenkins is an open-source automation server used for automating code development. In this tutorial, we show you how to use environment variables in Jenkins to make automation even easier.

Read more

How to Write a Bash Script with Examples


Bash scripting is a key skill for both system administrators and developers. Learn how to write a Bash through a practical example.

Read more

Bash declare Statement: Syntax and Examples


Although the builtin declare statement does not need to be used to explicitly declare a variable in Bash, the command is often used for more advanced variable management tasks. This tutorial shows how to use the declare command to set and display the variables and their attributes.

Read more

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 case Statement Syntax and Examples

December 15, 2021

The bash case statement simplifies complex conditional statements and tests input strings against specified patterns to execute a command when the condition is met. This tutorial shows how to use the bash case statement.

Read more

Bash Script for Loop Explained with Examples


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

Read more
1 42 43 44 45 46 76