Linux

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
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 CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with CentOS 7

This tutorial explains the first steps you need to take after creating your CentOS 7 server, including how to login with root, change the root password, create a new user, give the new user root privileges, change the SSH port, and how to disable root login in.

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 and Use OTPW for Single-Use SSH Passwords on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use OTPW for Single-Use SSH Passwords on Ubuntu 14.04

SSH is a way of connecting to a remote server securely. It includes a number of mechanisms to perform this task in a safe way. However, the protocol assumes that the computer that you are connecting from is secure. In this guide, we will instruct you on how to set up one time passwords as an option for connecting to your server from an insecure location. We will do this by configuring the OTPW utility on an Ubuntu 14.04 machine.

Read more
CHAT