Miscellaneous

How To Install and Configure Sphinx on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Sphinx on CentOS 7

Sphinx is an open source search engine that allows full-text searches. It is best known for performing searches over large data very efficiently. The data to be indexed can generally come from very different sources: SQL databases, plain text files, HTML files, mailboxes, and so on. In this tutorial, we will set up Sphinx with MySQL server using the sample SQL file included in the distribution package.

Read more
Cómo leer y configurar variables de entorno y de shell en Linux — step-by-step Linux tutorial on Progressive Robot

Cómo leer y configurar variables de entorno y de shell en Linux

En los sistemas Linux, se utilizan variables de entorno y de shell para determinar las condiciones de funcionamiento del shell. Se pueden transmitir a procesos secundarios y utilizar para establecer opciones y hacer que cierta información esté disponible para los procesos que se producen en la sesión. En esta guía, hablaremos de cómo leer, modificar, crear y eliminar variables de entorno y de shell

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

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

VNC (расшифровывается как Virtual Network Computing) – это система, позволяющая вам использовать клавиатуру и мышь для взаимодействия с графическим интерфейсом пользователя на удалённом сервере. Эта система позволяет управлять файлами, программным обеспечением и настройками на…

Read more
Building for Production: Web Applications — Recovery Planning — step-by-step DevOps tutorial on Progressive Robot

Building for Production: Web Applications — Recovery Planning

In this part of the “Building for Production: Web Applications” series (3 of 6), we will devise a recovery plan. A recovery plan is a set of documented procedures to recover from potential failures or administration errors within your server setup. Creating a recovery plan will also help you identify the essential components and data of your application server setup.

Read more
How to Create a Blog with Hexo On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Create a Blog with Hexo On Ubuntu 14.04

Hexo is a static blogging framework built on Node.js which allows you to publish Markdown documents in the form of blog posts. All of the software in Hexo is modular, so you can install and set up exactly what you need. This tutorial will set up Hexo with deployment supported by GitHub and Nginx.

Read more
CHAT