Tutorials
How To Install and Use PostgreSQL 9.4 on Debian 8
Tutorials
Debian
PostgreSQL
Introduction> Introduction # Relational databases are the cornerstone of data organization for a multitude of needs. They power everything from online shopping to rocket launches. A database that is both venerable but very much still in the game is PostgreSQL.
How To Install LAMP on Ubuntu 14.04 [Quickstart]
Tutorials
LAMP Stack
Quickstart
Ubuntu
Introduction> Introduction # The LAMP stack (Linux, Apache, MySQL, PHP) is a group of open source software that is typically installed together to enable a server to host dynamic PHP websites and web apps.
How to Set Up an IKEv2 VPN Server with StrongSwan on Ubuntu 18.04
Tutorials
Security
Ubuntu 18.04
VPN
Introduction> Introduction # A virtual private network, or VPN, allows you to securely encrypt traffic as it travels through untrusted networks, such as those at the coffee shop, a conference, or an airport.
How To Back Up and Restore Your Redis Data on Ubuntu 14.04
Tutorials
Backups
NoSQL
Ubuntu
Introduction> Introduction # Redis is an in-memory, key-value cache and store (a database, that is) that can also be persisted (saved permanently) to disk. In this article, you’ll read how to back up a Redis database on an Ubuntu 14.
How To Use LDIF Files to Make Changes to an OpenLDAP System
Tutorials
System Tools
Introduction> Introduction # LDAP is a protocol for managing and interacting with directory services. The OpenLDAP project provides an LDAP-compliant directory service that can be used to store and provide an interface to directory data.
How To Install Apache Tomcat on Ubuntu 12.04
Tutorials
Apache
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 Change Your PHP Settings on Ubuntu 14.04
Tutorials
LAMP Stack
LEMP
PHP
Server Optimization
Ubuntu
Introduction> Introduction # PHP is a server side scripting language used by many popular CMS and blog platforms like WordPress and Drupal. It is also part of the popular LAMP and LEMP stacks.
How To Use Break, Continue, and Pass Statements when Working with Loops in Python 3
Tutorials
Development
Python
Introduction> Introduction # Using for loops and while loops in Python allow you to automate and repeat tasks in an efficient manner.
But sometimes, an external factor may influence the way your program runs.
How To Create a Redundant Storage Pool Using GlusterFS on Ubuntu Servers
Tutorials
Networking
Scaling
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 Cassandra and Run a Single-Node Cluster On a Ubuntu VPS
Tutorials
NoSQL
Ubuntu
Introduction> Introduction # Cassandra, or Apache Cassandra, is a highly scalable open source database system, achieving great performance on multi-node setups.
In this tutorial, you’ll learn how to install Cassandra, the Oracle Java VM, which is highly recommended for Cassandra, and how to run your first test single-node cluster.
How To Install the BIND DNS Server on CentOS 6
Tutorials
CentOS
DNS
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
What’s New in Ubuntu 16.04
Tutorials
Conceptual
Linux Basics
Miscellaneous
Ubuntu 16.04
Introduction> Introduction # The Ubuntu operating system’s most recent Long Term Support version, version 16.04 (Xenial Xerus), was released on April 21, 2016.
This guide is intended as a brief overview of new features and significant changes to the system as a whole, since 14.
How To Install and Configure Elasticsearch on CentOS 7
Tutorials
CentOS
Miscellaneous
The author selected the COVID-19 Relief Fund to receive a donation as part of the Write for DOnations program.
Introduction> Introduction # Elasticsearch is a platform for the distributed search and analysis of data in real time.
How To Install Cassandra and Run a Single-Node Cluster on Ubuntu 14.04
Tutorials
Apache
NoSQL
Ubuntu
Introduction> Introduction # Cassandra, or Apache Cassandra, is a highly scalable open source NoSQL database system, achieving great performance on multi-node setups.
In this tutorial, you’ll learn how to install and use it to run a single-node cluster on Ubuntu 14.
How To Configure a Mail Server Using Postfix, Dovecot, MySQL, and SpamAssassin
Tutorials
Email
Ubuntu
Introduction> Introduction # In this tutorial, we are going to configure a mail server using Postfix, Dovecot, MySQL and SpamAssassin on Ubuntu 12.04.
Following this tutorial you’ll be able to add virtual domains, users, and aliases.
How To Use Custom SVG Icons in Angular Material
Tutorials
Angular
Introduction> Introduction # The Angular Material library offers a suite of Angular components styled with Material Design. One such component is the <mat-icon> component. There are a wide range of ready-made Material icons.
Using TypeScript with React
Tutorials
React
Introduction> Introduction # TypeScript is awesome. So is React. Let’s use them both together! Using TypeScript allows us to get the benefits of IntelliSense, as well as the ability to further reason about our code.
How To Install MySQL on CentOS 7
Tutorials
CentOS
Databases
MariaDB
MySQL
Introduction> Introduction # MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data.
How To Install WordPress with LAMP on Ubuntu 18.04
Tutorials
Apache
LAMP Stack
Ubuntu
Ubuntu 18.04
WordPress
Introduction> Introduction # WordPress is the most popular content management system (CMS) on the internet. It allows you to set up flexible blogs and websites on top of a MySQL backend with PHP processing.
How To Change a MariaDB Data Directory to a New Location on CentOS 7
Tutorials
Block Storage
CentOS
Databases
MariaDB
Introduction> Introduction # Databases grow over time, sometimes outgrowing the space on the file system. You can also run into I/O contention when they’re located on the same partition as the rest of the operating system.