ubuntu

How to Use Ansible to Install and Set Up Docker on Ubuntu 22.04 — step-by-step Docker tutorial on Progressive Robot

How to Use Ansible to Install and Set Up Docker on Ubuntu 22.04

Docker is an application that simplifies the process of managing application processes in *containers*. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docker on Ubuntu 22.04. Ansible is a modern configuration management tool that can be used to automate the provisioning and configuration of remote systems.

Read more
How To Use Fabric To Automate Administration Tasks And Deployments — step-by-step Linux tutorial on Progressive Robot

How To Use Fabric To Automate Administration Tasks And Deployments

In this the cloud provider article, the system administration and application deployment streamlining library “Fabric” is our subject. We will learn how to install this wonderful tool, as well as see how easy things can become by simply automating mundane management tasks that would otherwise require jumping through hoops with bash hacks and hard-to-maintain, complex scripts.

Read more
How To Use IPRoute2 Tools to Manage Network Configuration on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Use IPRoute2 Tools to Manage Network Configuration on a Linux VPS

The IPRoute2 suite of tools was created to replace an aging and patchwork set of utilities for managing network interfaces, addresses, routing, etc. In this guide, we will discuss some of the basics of how to use the iproute2 set of tools, and how you can transition from your normal way of querying and manipulating network resources.

Read more
How To Use psad to Detect Network Intrusion Attempts on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Use psad to Detect Network Intrusion Attempts on an Ubuntu VPS

A network intrusion detection application can monitor your network interfaces for suspicious traffic and attempted security breaches. In this guide, we will configure a tool called psad to monitor our firewall logs and determine if there is a problem. We will be configuring psad on an Ubuntu 12.04 machine to detect intrusion attempts on our servers.

Read more
How To Use the Bottle Micro Framework to Develop Python Web Apps — step-by-step Linux tutorial on Progressive Robot

How To Use the Bottle Micro Framework to Develop Python Web Apps

Python is a flexible programming language that works great for web applications. There are many frameworks available that can help you get your application running quickly. One of the most minimal of these frameworks is Bottle. In this guide, we will discuss how to install and use this framework to build Python web applications.

Read more
Ubuntu 20.04を使用するための初期サーバーセットアップ — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04を使用するための初期サーバーセットアップ

最初に新しいUbuntu 20.04サーバを作成するときは、基本的なセットアップの一部として、いくつかの重要な設定手順を実行する必要があります。これらの手順を踏むことで、サーバーのセキュリティと使い勝手が向上し、その後のアクションに必要な強固な基盤を手にすることができます。

Read more
Installing and Configuring Graphite and Statsd on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

Installing and Configuring Graphite and Statsd on an Ubuntu 12.04 VPS

This tutorial will cover how to set up Graphite and Statsd on your server. Graphite is a graphing library that can be used to plot data-sets in a visually appealing way. Statsd is a program that can collect data on your system. When these programs are combined, you can generate useful graphs that describe the trends of your server.

Read more
CHAT