DevOps and Development

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

Linux set Command & How to Use it {9 Examples}

November 23, 2021

The set command allows you to show or change the shell and environment variables in a Linux system. Follow this tutorial to learn how to use the set command and see practical examples.

Read more

16 Best Java IDEs {With Pros and Cons}

November 10, 2021

Java IDE bundles all the useful tools for writing, debugging, and testing your Java code. Take a look at the best Java IDEs you can use.

Read more

Install Jenkins on Windows: A Step-By-Step Guide


Jenkins allows developers to automate build, test, and deploy their applications. This tutorial shows you how to install Jenkins on Windows 10.

Read more
1 25 26 27 28 29 46