Skip to main content

Ubuntu

How To Configure Secure Updates and Installations in WordPress on Ubuntu
Tutorials Security 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 Install the Apache Web Server on Ubuntu 20.04
Tutorials Apache Ubuntu Ubuntu 20.04
Introduction> Introduction # The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, robust media support, and extensive integration with other popular software.
How To Install Apache Tomcat 7 on Ubuntu 14.04 via Apt-Get
Tutorials Apache Java Ubuntu
About Apache Tomcat> About Apache Tomcat # Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation.
How To Set Up Highly Available HAProxy Servers with Keepalived and Reserved IPs on Ubuntu 14.04
Tutorials High Availability Load Balancing Ubuntu
Introduction> Introduction # High availability is a function of system design that allows an application to automatically restart or reroute work to another capable system in the event of a failure.
How To Set Up Highly Available Web Servers with Keepalived and Reserved IPs on Ubuntu 14.04
Tutorials High Availability Nginx Ubuntu
Introduction> Introduction # High availability is a function of system design that allows an application to automatically restart or reroute work to another capable system in the event of a failure.
Docker Explained: How To Create Docker Containers Running Memcached
Tutorials Docker Server Optimization Ubuntu
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained. Reason> Reason # The techniques in this article are outdated and may no longer reflect Docker best-practices.
Initial Server Setup with Ubuntu 20.04
Tutorials DigitalOcean Droplets Getting Started Initial Server Setup Security Ubuntu Ubuntu 20.04
Introduction> Introduction # When you first create a new Ubuntu 20.04 server, you should perform some important configuration steps as part of the initial setup. These steps will increase the security and usability of your server, and will give you a solid foundation for subsequent actions.
How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 18.04
Tutorials Configuration Management Elasticsearch Monitoring Ubuntu Ubuntu 18.04
The author selected the Internet Archive to receive a donation as part of the Write for DOnations program. 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 WordPress with LEMP on Ubuntu 16.04
Tutorials LEMP Nginx Ubuntu Ubuntu 16.04 WordPress
Introduction> Introduction # WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing.
How To Configure Nginx to Use Custom Error Pages on Ubuntu 14.04
Tutorials Nginx Ubuntu
Introduction> Introduction # Nginx is a high performance web server capable of serving content with flexibility and power. When designing your web pages, it is often helpful to customize every piece of content that your users will see.
How To Create RAID Arrays with mdadm on Ubuntu 16.04
Tutorials Block Storage Storage Ubuntu Ubuntu 16.04
Introduction> Introduction # The mdadm utility can be used to create and manage storage arrays using Linux’s software RAID capabilities. Administrators have great flexibility in coordinating their individual storage devices and creating logical storage devices that have greater performance or redundancy characteristics.
How To View and Configure Linux Logs on Ubuntu, Debian, and CentOS
Tutorials CentOS Debian Linux Basics Logging Ubuntu
Introduction> Introduction # Linux system administrators often need to look at log files for troubleshooting purposes. This is one of the first things a sysadmin would do. Linux and the applications that run on it can generate all different types of messages, which are recorded in various log files.
How to Install and Secure the Mosquitto MQTT Messaging Broker on Ubuntu 16.04
Tutorials Let's Encrypt Miscellaneous Ubuntu Ubuntu 16.04
Introduction> Introduction # MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. It is commonly used for geo-tracking fleets of vehicles, home automation, environmental sensor networks, and utility-scale data collection.
How To Monitor System Authentication Logs on Ubuntu
Tutorials Monitoring Security System Tools Ubuntu
How To Monitor System Logins> How To Monitor System Logins # A fundamental component of authentication management is monitoring the system after you have configured your users. We will be exploring these concepts on a Ubuntu 22.
How To Install nginx on Ubuntu 12.04 LTS (Precise Pangolin)
Tutorials 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 Fabric To Automate Administration Tasks And Deployments
Tutorials Configuration Management Python Ubuntu
Introduction> Introduction # Let’s automate things. Everything. Let’s also figure out a way to do this using a single tool. One that is easy to program, easy to use. And why not do all this with nothing but SSH installed on the remote machine – all commands scripted at a single location for executing locally or on any number of various servers.
How To Configure a Linux Service to Start Automatically After a Crash or Reboot – Part 2: Reference
Tutorials CentOS Debian Linux Basics Linux Commands System Tools Ubuntu
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction> Introduction # In this tutorial you will use systemd to configure MySQL to restart automatically after a reboot or crash.
How to Setup Additional Entropy for Cloud Servers Using Haveged
Tutorials CentOS Debian Fedora Security Ubuntu
Brief Introduction to Entropy and Randomness> Brief Introduction to Entropy and Randomness # The Linux pseudo random number generator (PRNG) is a special device that generates randomness from hardware interrupts (keyboard, mouse, disk/network I/O) and other operating system sources.
How To Use MySQL with Your Ruby on Rails Application on Ubuntu 14.04
Tutorials MySQL Ruby Ruby on Rails Ubuntu
Introduction> Introduction # Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, such as PostgreSQL or MySQL, you will need to perform a few additional steps to get it up and running.
How To Install and Secure phpMyAdmin on Ubuntu 14.04
Tutorials Apache MySQL Security Ubuntu
Introduction> Introduction # While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt.