ubuntu

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS

Git is a very popular distributed version control system. When working on multiple projects in git with different collaborators, you need to control who has access to what. Gitolite is an access control layer that can be implemented on top of git to provide that level of control. In this guide, we will discuss how to install and configure gitolite on an Ubuntu 12.04 system.

Read more
How To Use the Pyramid Framework To Build Your Python Web App on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Use the Pyramid Framework To Build Your Python Web App on Ubuntu

Pyramid is a very flexible, lightweight framework for Python which can be used to quickly develop a complex application. Pyramid can be used to create a web application with full MVC functionality within a single file, and can also scale to much larger applications. In this guide, we will install Pyramid and explore two separate ways of creating simple web applications.

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

Initial Server Setup with Ubuntu 16.04

When you start a new server, there are a few steps that you should take every time to add some basic security and give you a solid foundation. In this guide, we’ll walk you through the basic steps necessary to hit the ground running with Ubuntu 16.04.

Read more
How To Install Apache Tomcat 9 on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 9 on Ubuntu 18.04

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. In this tutorial, you will install and configure Tomcat 9 on your Ubuntu 18.04 server.

Read more
An Introduction to Queries in PostgreSQL — step-by-step Linux tutorial on Progressive Robot

An Introduction to Queries in PostgreSQL

In this guide, we will discuss the basic syntax of SQL queries as well as some of the more commonly-employed functions and operators. We will also practice making SQL queries using some sample data in a PostgreSQL database.

Read more
Как установить Nginx в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Nginx в Ubuntu 16.04

Nginx является одним из самых популярных веб-серверов в мире, его используют для хостинга самых больших и нагруженных сайтов в Интернете. Nginx в подавляющем большинстве случаев менее требователен к ресурсам, чем Apache; его можно использовать как в качестве веб-сервера, так и в…

Read more
CHAT