DevOps and Development

How to Remove a Git Remote From Repository

November 17, 2020

When a remote repository moves to another host or a team member stops working on a project, the related git remote pointer may not be needed anymore. This tutorial shows you how to remove a git remote from your machine.

Read more

How to Clear Redis Cache

October 26, 2020

Redis is used as a database, cache storage, and message broker thanks to its ability to store key-value pairs. This tutorial covers different ways to clear Redis cache and delete key-value pairs.

Read more

How to Update Apigee Developer Portal APIs

October 21, 2020

Learn how to keep your Apigee developer portal APIs up to date by creating scripts that leverage calls done either in the Apigee UI or available in the Apigee Management API. This article explains how to make an API spec appear in the Apigee Developer Portal.

Read more

How to Use Disown Command in Linux

October 15, 2020

The disown command is a part of the default Unix shell. You can use it to delete jobs or keep them running after you exit the terminal window.
This tutorial goes over different ways you can use the disown command.

Read more

How to Delete a Git Branch Remotely and Locally

October 13, 2020

This article provides a quick overview of basic commands and processes necessary for deleting both local and remote Git branches.

Read more

How to Make curl Ignore Certificate Errors


Learn how to make curl ignore certificate errors by adding the required option to the command. Ignoring certificate errors, should only be practiced for development purposes. Skip checking for SSL certificates only if needed.

Read more

How to Create a File in Ansible

October 7, 2020

Ansible allows you to quickly and easily use a single control node to manage a multiple remote servers. You can use Ansible to create files and folders on remote servers. This tutorial covers several ways to do that.

Read more

Date Command in Linux: How to Set, Change, Format and Display Date

October 1, 2020

The date command is used to display and set the system date and time. Learn how to use the date command and set the date/time/timezone of your Linux server.

Read more

How to Create and Use ConfigMap with Kubernetes


Create ConfigMaps for your pods configuration settings to keep your images light and portable. This guide shows four different ways how to create a ConfigMap. Additionally, it teaches you how to configure a pod to use a ConfigMap by using volumes or environment variables.

Read more

19 Kubernetes Best Practices for Building Efficient Clusters

September 23, 2020

Kubernetes is a feature-rich orchestration tool. The best practices outlined in this article are going to help you create a stable and efficient Kubernetes cluster.

Read more
1 34 35 36 37 38 46