ubuntu

How To Use Git to Manage your User Configuration Files on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Git to Manage your User Configuration Files on a Linux VPS

The ability to customize tools to suit your needs is one of the great advantages of many Linux utilities. However, when you find yourself working on a new server, there is the issue of getting the settings you are comfortable with working in a new environment. Keeping your personal configuration tools in version control can help you easily pull in your settings to a new environment. In this guide, we’ll discuss exactly how you can do that.

Read more
How To Use Martini to Serve Go Applications Behind an Nginx Server on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Use Martini to Serve Go Applications Behind an Nginx Server on Ubuntu

Web frameworks allow you to quickly program web applications without having to worry about the underlying glue that holds everything together. Martini is a modern web framework for the Go programming language that makes it easy to write web applications. In this guide, we will discuss how to create a Martini application and use Nginx as a reverse proxy to serve it requests.

Read more
How to Use the OpenResty Web Framework for Nginx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Use the OpenResty Web Framework for Nginx on Ubuntu 16.04

OpenResty is a web server which extends Nginx by bundling it with many useful Nginx modules and Lua libraries. OpenResty excels at scaling web applications and services. For example, one module it includes enables you to write Lua code which will execute directly in an Nginx worker, enabling high-performance applications.

Read more
Initial Server Setup with Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Ubuntu 12.04

This tutorial covers how to login with root, how to change the root password, how to create a new user, how to give the new user root privileges, how to change the port, and how to disable root login in. This tutorial is written for Ubuntu. When you first create your server, this tutorial explains the first steps you need to take. This tutorial is written for Ubuntu 12.04.

Read more
How to Install OpenStack on Ubuntu 18.04  with DevStack — step-by-step Linux tutorial on Progressive Robot

How to Install OpenStack on Ubuntu 18.04 with DevStack

URL: https://www.progressiverobot.com/install-openstack-ubuntu-devstack/ Openstack is a free and opensource IaaS cloud platform that handles cloud compute, storage and network resources. It comes with an intuitive dashboard that enables systems administrators to provide and monitor these resources. You can seamlessly install OpenStack locally on your Ubuntu 18.04 instance for learning and testing purposes using Devstack. Devstack is […]

Read more
Installing WordPress on Ajenti V — step-by-step Linux tutorial on Progressive Robot

Installing WordPress on Ajenti V

Ajenti is an open source, web-based control panel that can be used for a large variety of server management tasks. In this tutorial we will install a WordPress blog, using the tools Ajenti V provides.

Read more
Security Checkpoint — step-by-step Linux tutorial on Progressive Robot

Security Checkpoint

This checkpoint is intended to help you assess what you learned from our introductory articles to Security, where we introduced recommended security practices and commonly used security tools.

Read more
CHAT