DevOps and Development

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

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 Run A Bash Script {7 Methods}

December 9, 2021

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

Git Fetch: Definition & Examples

December 8, 2021

The git fetch command helps retrieve new contents from a remote repository, without applying the changes immediately. Follow this guide to learn how to use git fetch.

Read more

BMC Server Management via API

December 2, 2021

This guide shows you how to effectively manage BMC servers by using phoenixNAP APIs. This includes Server Tag Manager API, Audit Log API, Multi-Private Backend Network API

Read more

Git Checkout Tag


Git tags help track program versions by creating reference points for release versions. Learn how to checkout a Git tag, how to connect it to a branch and how to fetch the latest changes in this tutorial.

Read more

How to Comment in Bash

November 30, 2021

Comments are an essential part of programming. Learn how to use comments and the best practices to apply to your Bash script commenting techniques.

Read more

How to Optimize Docker Performance

November 25, 2021

Docker containers tend to outperform other virtualization methods out of the box, but they can be further optimized to offer even better performance. This article discusses the reasons behind sub-optimal Docker performance in some scenarios and offers solutions you can apply to your system in order to optimize your Docker deployments.

Read more

ELK Stack Tutorial: Get Started with Elasticsearch, Logstash, Kibana, & Beats

November 24, 2021

Elastic Stack generates data that can help you to solve problems and make good business decisions. In consist of open-source software (Elasticsearch, Logstash, Kibana and Beats), each playing an important role in managing and viewing file logs.

Read more
1 26 27 28 29 30 46