Linux

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
Como usar o ps, kill e nice para gerenciar processos no Linux — step-by-step Linux tutorial on Progressive Robot

Como usar o ps, kill e nice para gerenciar processos no Linux

O gerenciamento de processos é uma habilidade essencial ao usar qualquer sistema de computador. Isso é ainda mais importante ao administrar um ambiente de servidor. Este artigo irá introduzir algumas ferramentas poderosas que podem ser usadas para gerenciar processos em um sistema Linux.

Read more
CHAT