ubuntu

How to restore default repositories in Ubuntu? — step-by-step Linux tutorial on Progressive Robot

How to restore default repositories in Ubuntu?

URL: https://www.progressiverobot.com/restore-default-repositories-in-ubuntu/ Getting errors while updating system repositories or installing new software? You may get errors because your /etc/apt/source.list file is corrupted which contains the repositories details. In this article, We will see how to restore the default repositories in Ubuntu. There are four standard repositories in Ubuntu: Main Universe Restricted Multiverse Restore default repositories […]

Read more
Building for Production: Web Applications — Overview — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Overview

This tutorial will demonstrate how to plan and set up a sample production application from start to finish. Hopefully, this will help you plan and implement your own production server environment, even if you are running a different application on a completely different technology stack. Because this tutorial covers many different system administration topics, it will often defer the detailed explanation to external supporting articles that provide supplemental information.

Read more
¿Cómo instalar WordPress con LAMP en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar WordPress con LAMP en Ubuntu 16.04?

WordPress es el CMS (Sistema de Gestión de Contenido) más popular en Internet. Te permite configurar sitios y blogs fácilmente sobre MySQL y PHP manejando el backend. Wordpress ha tenido amplia aceptación y es una buena opción para tener un sitio en linea rápidamente. Después…

Read more
Configuración Inicial del Servidor en Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Configuración Inicial del Servidor en Ubuntu 16.04

Cuando se crea un nuevo servidor de Ubuntu 16.04, hay algunos pasos de configuración que se deben tener desde el principio como parte de la configuración básica. Esto aumentará la seguridad y la usabilidad de su servidor y le dará una base sólida para las acciones…

Read more
Getting Started with LXC on an Ubuntu 13.04 VPS — step-by-step Linux tutorial on Progressive Robot

Getting Started with LXC on an Ubuntu 13.04 VPS

LXC, or Linux Containers, is a system built upon a number of features included in modern Linux kernels that allows for creation and management of many virtualized Linux systems on a single parent host system. However, unlike some virtualization solutions, no hardware emulation is used and the container shares the kernel with the host, which makes LXC incredibly lightweight and easy to use.

Read more
How To Add Swap Space on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap Space on Ubuntu 16.04

One of the easiest way of increasing the responsiveness of your server and guarding against out of memory errors in your applications is to add some swap space. In this guide, we will cover how to add a swap file to an Ubuntu 16.04 server. <$>[warning] [label…

Read more
CHAT