Linux

How To Upgrade to PHP 7 on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Upgrade to PHP 7 on CentOS 7

PHP 7.0 was released on December 3, 2015. It promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade a PHP 5.x installation on a CentOS 7 system with Apache or Nginx, using community-provided packages.

Read more
How to Use Ansible to Automate Initial Server Setup on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Ubuntu 18.04

Ansible offers a simple architecture that doesn’t require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts. This guide explains how to use Ansible to automate the steps contained in our Initial Server Setup Guide for Ubuntu 18.04 servers.

Read more
How To Use BitTorrent Sync to Synchronize Directories in Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use BitTorrent Sync to Synchronize Directories in Ubuntu 14.04

BitTorrent Sync allows you to sync directories across servers by leveraging an encrypted version of the BitTorrent protocol. In this guide, we will demonstrate how to configure BitTorrent Sync between two servers. We will also configure an SSL reverse proxy through Nginx in order to encrypt our traffic with the web interface.

Read more
Использование Cron для автоматизации задач в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Использование Cron для автоматизации задач в CentOS 8

Предыдущая версия данного обучающего руководства была написана Шоном Льюисом. Cron — это хронологический демон-планировщик задач, работающий в операционных системах типа Unix, включая дистрибутивы Linux. Cron запускается в фоновом режиме,…

Read more
Cómo usar Find y Locate para buscar archivos en Linux — step-by-step Linux tutorial on Progressive Robot

Cómo usar Find y Locate para buscar archivos en Linux

Buscar archivos es una tarea frecuente en cualquier sistema operativo. Los comandos “find” y “locate” de Linux se pueden utilizar para buscar archivos en el sistema de archivos. En este guía, se explicará cómo utilizar estas dos herramientas para hacer consultas específicas para los archivos.

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
CHAT