What Is Void Linux? A Lightweight Linux Distro Explained
Void Linux is a fast systemd-free Linux distribution built for performance and control. Discover features, installation steps, and use cases in this guide
Void Linux is a fast systemd-free Linux distribution built for performance and control. Discover features, installation steps, and use cases in this guide
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…
Learn how to deploy a React app with Nginx on Ubuntu. Step-by-step guide covering build, server config, reverse proxy, SSL, and production optimization.
Oftentimes, the root cause of slowdowns, crashes, or other unexpected behavior in MySQL can be determined by analyzing its error logs. On Ubuntu systems, the default location for the MySQL is /var/log/mysql/error.log. In many cases, the error logs are most easily read with the less program, a…
Salah satu cara untuk menghindari kesalahan kehabisan memori dalam aplikasi adalah dengan menambahkan sejumlah ruang swap ke server Anda. Dalam panduan ini, kita akan membahas cara menambah suatu berkas swap ke server Ubuntu 20.04.
Continuous Integration/Continuous Deployment (CI/CD) is a development practice that allows software teams to build, test, and deploy applications easier and quicker on multiple platforms. CircleCI is a popular automation platform that allows you to build and maintain CI/CD workflows for your projects. In this tutorial, you’ll go through the steps to set up a sample Node.js app for auto-deployment on an Ubuntu 18.04 server using CircleCI.