Installing phpMyAdmin on Ajenti V
phpMyAdmin is a free, web-facing control panel that can access and edit MySQL databases hosted on your server. It integrates with all existing and future databases on your Ajenti server automatically.
phpMyAdmin is a free, web-facing control panel that can access and edit MySQL databases hosted on your server. It integrates with all existing and future databases on your Ajenti server automatically.
ProcessWire is a flexible, open-source PHP Content Management System. It is easy to update for clients and a pleasure to work with for developers. Here’s how to migrate a ProcessWire website to an Ubuntu VPS.
In this article, we will begin to dive into configuration management by creating Salt state files for Nginx. Nginx will be used on our web server nodes in all three environments in order to handle web requests.
Linux can be hard work. This article was made to show the other side of Linux, where things don’t have to be so serious all of the time. Many of the people who contribute to open source projects have a great sense of humor.
VNC (расшифровывается как Virtual Network Computing) – это система, позволяющая вам использовать клавиатуру и мышь для взаимодействия с графическим интерфейсом пользователя на удалённом сервере. Эта система позволяет управлять файлами, программным обеспечением и настройками на…
Consul is a distributed, highly available, datacenter-aware service discovery system. It has many compelling features, including a key-value storage system, DNS and http APIs, and on-the-fly service definitions. In this guide, we’ll introduce the basics of working with Consul on some Ubuntu 14.04 servers.
Justin Ellingwoodescreveu uma versão anterior deste tutorial. Uma das formas mais fáceis de se proteger contra erros fora da memória em aplicativos é adicionar um pouco de espaço de swap no seu servidor. Neste…
Sistemas de gerenciamento de configuração são projetados para facilitar o controle de um grande número de servidores aos administradores e equipes de operações. Isso permite que você controle sistemas diferentes de forma automática a partir de um local central. Embora existam…
Nginx es uno de los servidores web más populares del mundo y es responsable de alojar algunos de los sitios más grandes y de mayor tráfico en Internet. Es más fácil de usar que Apache en la mayoría de los casos y puede usarse como un servidor web o un proxy inverso. En esta…
Docker es una aplicación que hace que sea sencillo y fácil de ejecutar procesos de aplicación en un contenedor, que son como máquinas virtuales, sólo más portátil, más amigable con los recursos y más dependiente del sistema operativo del host. Para una introducción detallada a…