Top 10 Linux Easter Eggs
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.
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.
One of the easiest way of guarding against out-of-memory errors in applications is to add some swap space to your server. In this guide, we will cover how to add a swap file to a Debian 10 server. <$>[warning] Warning: Although swap is generally recommended for systems…
A SSL certificate is a way to encrypt a site’s information and create a more secure connection. While Certificate authorities can issue SSL certificates that verify the server’s details, a self-signed certificate has no third party corroboration. This tutorial explains how to create a self-signed SSL certificate, add it to your VPS, and configure the SSL file to display the certificate to the world.
Apache Tomcat is an application server that can be used to easily serve Java applications. In this guide, we will discuss how to install and configure Tomcat and its associated tools on a Debian VPS.
OpenERP is probably the most well-known open-source ERP solution that exists today. With over 3,000 modules, its capabilities are vast – and so are possible benefits it brings for businesses and organizations. Thanks to its release under the terms of GNU Affero General Public License (AGPLv3), OpenERP is **free** to use and share. This tutorial will demonstrate how easy it is to have a running copy of OpenERP 7.0 in less than 15 minutes on a Debian/Ubuntu VPS.
Docker est un excellent outil pour automatiser le déploiement d’apps Linux à l’intérieur de conteneurs de logiciels, mais pour tirer pleinement parti de son potentiel, chaque composant d’une application doit s’exécuter dans son propre conteneur…
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in the MySQL database and the dynamic processing…
Munin is a system, network, and infrastructure monitoring application that provides information in graphs through a web browser. It is designed around a client-server architecture and can be configured to monitor the machine it’s installed on (the _Munin master_) and any number of client machines, which in Munin parlance, are called _Munin nodes_.
Forgetting passwords happens to the best of us. If you forget or lose the root password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account. This tutorial will cover how to…
This tutorial will show you how to set up a firewall with UFW on Debian 9.