DevOps and Development

How To Install Git on Ubuntu 20.04 / 22.04

December 1, 2022

Git is a widely-used software package in Linux. Its main purpose is to track changes in software code during development. It is is especially helpful in a team of developers, with multiple contributors to the same project. It focuses on non-linear workflows, data integrity, and speed. It also provides a safe way to test and experiment with code. Though Git was designed for programmers, it can also be applied to track changes in any sort of file. This guide will walk you through installing and configuring Git on an Ubuntu 20.04 or 22.04 system.

Read more

How to Install TensorFlow on Ubuntu

November 29, 2022

Designed to simplify the process of implementing machine-learning models, TensorFlow is Google’s open-source platform for machine learning. This article shows how to install TensorFlow on Ubuntu both for CPU or GPU support.

Read more

How To Install PHP On Ubuntu 20.04 or 22.04

November 24, 2022

PHP is a script-based server-side programming language. PHP is often used to automate server tasks and is the component that handles tasks like dynamic content, database requests, and processing and displaying data. This guide will walk you through installing PHP on Ubuntu.

Read more

How to Set Docker Environment Variables


Docker environment variables are a practical way of externalizing containerized app configuration. This article shows you how to set Docker environment variables in the Dockerfile, and override them using Docker CLI and Docker Compose.

Read more

How to Install Terraform on Windows, Linux, and MacOS

November 23, 2022

This guide will show you how to install Terraform on Windows, Linux, and macOS. Choose the section for your OS and follow the instructions.

Read more

IaaS API Explained

November 17, 2022

Infrastructure management is a significant factor in the SDLC, and the DevOps approach requires effective Infrastructure-as-a-Service (IaaS) solutions to ensure smooth and performant pipeline. This article discusses the role of the API in the Infrastructure-as-a-Service business model.

Read more

How to PrettyPrint a JSON File with Python?

November 15, 2022

Learn how you can use Python to PrettyPrint a JSON file. PrettyPrinting helps reformat the JSON file into a readable and visually clear format.

Read more

Server Automation Guide

November 10, 2022

Infrastructure automation allows operations engineers to achieve greater agility in the DevOps pipeline. This guide discusses server automation and the role it plays in infrastructure management procedures. It will also introduce you to the relevant tools and explain numerous benefits of server automation.

Read more

Cloud APIs Ultimate Guide


Learn how cloud APIs help integrate server provisioning into DevOps and how you can use phoenixNAP's APIs to manage your infrastructure.

Read more

Python: How to Add Items to Dictionary


Learn how to add new items to a Python dictionary in this guide.

Read more
1 14 15 16 17 18 46