Skip to main content

Ubuntu

How To Use Apache HTTP Server As Reverse-Proxy Using mod_proxy Extension
Tutorials Apache Debian Ubuntu
Introduction> Introduction # Apache is a tried and tested HTTP server which comes with access to a very wide range of powerful extensions. Although it might not seem like the go-to choice in terms of running a reverse-proxy, system administrators who already depend on Apache for the available rich feature-set can also use it as a gateway to their application servers.
How To Add Swap on Ubuntu 12.04
Tutorials Linux Basics Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Create a Self-Signed SSL Certificate for Apache in Ubuntu 16.04
Tutorials Apache Security Ubuntu Ubuntu 16.04
Introduction> Introduction # TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper.
How To Add and Delete Users on an Ubuntu 14.04 VPS
Tutorials Getting Started Linux Basics Ubuntu
Introduction> Introduction # One of the most basic tasks to that you should know how to do on a fresh Linux server is add and remove users. When you create a new server, you are only given the root account by default.
How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 16.04
Tutorials Elasticsearch Logging Monitoring Nginx Ubuntu Ubuntu 16.04
Introduction> Introduction # The Elastic Stack — formerly known as the ELK Stack — is a collection of open-source software produced by Elastic which allows you to search, analyze, and visualize logs generated from any source in any format, a practice known as centralized logging.
How To Install and Use Docker on Ubuntu 16.04
Tutorials Docker Ubuntu Ubuntu 16.04
Introduction> Introduction # Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on the host operating system.
How To Create Ansible Playbooks to Automate System Configuration on Ubuntu
Tutorials Ansible Configuration Management Nginx Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS
Tutorials Scaling Ubuntu
About HAProxy> About HAProxy # HAProxy(High Availability Proxy) is an open source load balancer which can load balance any TCP service. It is particularly suited for HTTP load balancing as it supports session persistence and layer 7 processing.
How To Set Up Password Authentication with Apache on Ubuntu 14.04
Tutorials Apache Security Ubuntu
Introduction> Introduction # When setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide their own authentication and authorization methods, but the web server itself can be used to restrict access if these are inadequate or unavailable.
How To Use HAProxy As A Layer 4 Load Balancer for WordPress Application Servers on Ubuntu 14.04
Tutorials HAProxy Load Balancing Ubuntu
Introduction> Introduction # In this tutorial, we will teach you how to use HAProxy as a layer 4 load balancer for your WordPress servers–specifically the web application tier. Load balancing the application servers adds redundancy to your setup, which increases reliability in case of server failures or networking issues, and spreads the load across multiple servers for increased read performance.
How To Migrate WordPress from Shared Hosting to a Cloud Server with Zero Downtime
Tutorials Apache Getting Started Ubuntu WordPress
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To View System Users in Linux on Ubuntu
Tutorials Ubuntu
Introduction> Introduction # A fundamental part of system administration is configuring and managing users and groups. Part of this task involves monitoring the log in capabilities of all system entities.
How To Serve Django Applications with Apache and mod_wsgi on Ubuntu 16.04
Tutorials Apache Django Python Python Frameworks Ubuntu Ubuntu 16.04
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground quickly. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Build Android Apps with Jenkins
Tutorials Java Ubuntu
In this article, Jenkins will be setup to build Android apps. Jenkins will already need to be installed, so if it hasn’t been installed yet, please follow the steps here first.
How To Set Up Automatic Deployment with Git with a VPS
Tutorials Configuration Management Git Ubuntu
Introduction> Introduction # For an introduction to Git and how to install, please refer to the introduction tutorial. This article will teach you how to use Git when you want to deploy your application.
How To Set Up an OpenVPN Server on Ubuntu 14.04
Tutorials Networking Ubuntu VPN
Introduction> Introduction # Want to access the Internet safely and securely from your smartphone or laptop when connected to an untrusted network such as the WiFi of a hotel or coffee shop?
How To Configure WebDAV Access with Apache on Ubuntu 12.04
Tutorials Apache Networking Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install Drupal on an Ubuntu 14.04 Server with Apache
Tutorials CMS Drupal LAMP Stack Ubuntu
Introduction> Introduction # Drupal is a popular content management system (CMS) used to run some of the largest blogs and websites across the internet. Due to the stability of the base, the adaptability of the platform, and its active community, Drupal remains a popular choice after more than a decade on the scene.
Getting Started With Puppet Code: Manifests and Modules
Tutorials Conceptual Configuration Management Ubuntu
Introduction> Introduction # After setting up Puppet in an agent/master configuration, you may need some help writing Puppet manifests and modules. In order to use Puppet effectively, you must understand how manifests and modules are constructed.
How To Install and Manage Supervisor
Tutorials Debian System Tools Ubuntu
Introduction> Introduction # In many VPS environments, it is often the case that you will have a number of small programs that you want to run persistently, whether these are small shell scripts, Node.