In this tutorial, we’ll show you how to install CachetHQ on Ubuntu 16.04, with MySQL and Apache2. CachetHQ makes it simple to create a status page for your application, service or network and it’s based on Laravel framework. This guide should work on other Linux VPS systems as well but was tested and written for Ubuntu 16.04 VPS.
ubuntu
How to Open Ports in Ubuntu and CentOS using IPtables
We’ll show you, How to Open Ports in Ubuntu and CentOS using IPtables. Having a properly configured firewall is very important for the overall security on your server. In this tutorial, we are going to show you how to set up your firewall and open the ports you need on your Linux VPS, using iptables. Let’s get started.
Apt-Get List Installed Packages | List Installed With Apt on Ubuntu
Apt-Get List Installed – step by step tutorial. Apt is a command-line interface that allows you to perform actions such as installing new software packages, removing unnecessary software packages, updating the existing software packages, searching for specific software packages etc. on a Linux VPS running Debian as an operating system or Debian-based Linux distributions like Ubuntu. In this tutorial, we will show you how to list all installed packages with apt on Ubuntu (show all installed software on your VPS).
How to Enable HTTP/2 in Nginx on Ubuntu and CentOS
QWe’ll show you, how to enable HTTP/2 in Nginx on Ubuntu and CentOS. HTTP/2 is a major revision of the HTTP network protocol and it focuses on performance improvements. Its goal is to reduce the latency as well as to make the web applications faster by allowing multiple concurrent requests between the web browser and the server across a single TCP connection. In this tutorial, we are going to show you how to enable HTTP/2 in Nginx on a Linux VPS using Ubuntu or CentOS as an operating system. If you use Apache, you can check our tutorial on how to enable HTTP/2 in Apache on Ubuntu.
How to change hostname on CentOS and Ubuntu
Changing the hostname on CentOS and Ubuntu is an easy task, just follow our guide carefully and you should have the hostname changed on CentOS or Ubuntu in less than 5 minutes. The hostname is used to identify the server when connected on a network and it is configured during the initial server setup. Changing the initial server hostname is a task that you might like to perform while you are using the server and in this tutorial, we will show you how to change the hostname on a Linux VPS running CentOS 7 or Ubuntu 16.04 as an operating system.
How to Set up Nginx Server Blocks on Ubuntu and CentOS
In this tutorial, we are going to provide you with step by step instructions on how to set up nginx server blocks on Ubuntu 16.04 and CentOS 7. Nginx server blocks are often used to run multiple websites on a single IP address.
How to Install Jupyter Notebook on Ubuntu 16.04
We’ll show you how to install Jupyter on Ubuntu 16.04. Jupyter Notebook is an open source and interactive web app that you can use to create documents that contain live code, equations, visualizations, and explanatory text. Jupyter Notebook supports more than 40 programming languages. Installing Jupyter on Ubuntu 16.04 is quite an easy task and it should not take more than 10 minutes to finish the installation. Let’s get started.
How to Install Django on Ubuntu 16.04
We’ll show you How to Install Django on Ubuntu 16.04. Django is a free and open source, Python-based web application framework. It is a set of useful components that help developers to easily and quickly create their applications. Django is built and maintained by experienced developers and used by some of the world’s biggest companies and governments. Also, some of the most popular websites such as Instagram, Mozilla, Pinterest, The Washington Times and Disqus are using Django. Installing Django on Ubuntu 16.04, is an easy task if you follow the steps bellow carefully.