Category: Ubuntu
How To Install Webmin on Ubuntu 18.04
Webmin is a web-based control panel which is supported on many Linux distributions. Webmin is among the most popular open-source control panels – these are…
Install WordPress in Ubuntu server
WordPress is a popular open source content management system, most commonly used as a blogging tool, based on PHP5 and MySQL. Local LAMP Installation WordPress…
How to Install Apache Cassandra on Ubuntu 20.04
Apache Cassandra is a NoSQL database used for storing large amounts of data. It has a distributed architecture and is designed to manage large volumes…
The Perfect Server – Ubuntu 17.04 (Zesty Zapus) with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.1
This tutorial shows the installation of an Ubuntu 17.04 (Zesty Zapus) web hosting server with Apache2, Postfix, Dovecot, Bind and PureFTPD to prepare it for the…
How to join your Linux server to the NTP pool project
This tutorial explains how to configure a NTP (Network Time Protocol) server (using ntpd) and join it to the continuously more demanded NTP pool project….
Download Ubuntu 20.04 Server install
Ubuntu Server 20.04 LTS (long-term support) is here with enterprise-class stability, resiliency and even better security. As an LTS release, it will be supported by…
Dockerizing WordPress with Nginx and PHP-FPM on Ubuntu 16.04
In this tutorial, I will guide you step-by-step to use docker-compose. We will deploy ‘WordPress‘ with Nginx, MySQL, and PHP-FPM. Each service has its own…
How to deploy Node.js Applications with pm2 and Nginx on Ubuntu
In this tutorial, I will show you how to install and configure pm2 for the simple ‘Express’ application and then configure Nginx as a reverse…
Download Ubuntu 18.04
The server install image allows you to install Ubuntu permanently on a computer for use as a server. It will not install a graphical user…
How to Install and Use SVN with apache dav_svn on Ubuntu 14.04
SVN-An Overview Subversion is a popular open source version control system that enables users to record the history of source files and documents, and manage…
How to Install and Configure Apache Tomcat 9 on Ubuntu 18.04 LTS
Apache Tomcat is an open source Java Servlet implementation developed by the Apache Software Foundation. In addition to the implementation of Java Servlets, Tomcat supports…
How to Install Jenkins on Ubuntu 16.04
How to Install Jenkins on Ubuntu 16.04, in few simple steps. Jenkins is a simple, free and open-source Continuous Integration tool (CI), which is is…
Distributed Replicated Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04
This tutorial shows how to combine four single storage servers (running Ubuntu 12.04) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1)…
Password protecting a directory with Apache and .htaccess
The Apache web server can read .htaccess files located anywhere in your document root to perform different tasks and control settings without changing the configuration…
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 12.04 LTS)
The resulting Postfix server is capable of SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I’ll show how to patch…