How to Enable TLS 1.3 in Apache on FreeBSD 12
Machine LearningTLS 1.3 is a version of the Transport Layer Security (TLS) protocol that was published in 2018 as a proposed standard in RFC 8446. It offers security and performance improvements over its predecessors. This guide will demonstrate how to enable TLS 1.3 using the Apache web server on FreeBSD 12. Requirements…
How to Install Attendize on Ubuntu 18.04 LTS
LinuxAttendize is an open source ticket selling and event management platform based on the Laravel PHP Framework. Attendize source code is publicly hosted on Github. This guide will show you how to install Attendize on a fresh Ubuntu 18.04 LTS Vultr instance. Requirements Nginx MySQL PHP version 7.1.3 or greater with the…
Initial Secure Server Configuration of Ubuntu 18.04
LinuxIntroduction Throughout this tutorial you will learn how to configure a basic level of security on a brand new Vultr VC2 virtual machine running Ubuntu 18.04. Prerequisites A Vultr account, you can create one here A new Ubuntu 18.04 Vultr VM Create and modify a user The first thing we are going…
Add Brotli support to Nginx on Ubuntu 18.04
LinuxBrotli (br) is a new open source compression algorithm, developed by Google as an alternative to Gzip, Zopfli and Deflate. It is formally defined in Internet Engineering Task Force (IETF) as RFC 7932. Google’s case study on Brotli has shown compression ratios of up to 26% smaller than current methods, with less…
How to Enable TLS 1.3 in Nginx on Ubuntu 18.04 LTS
LinuxTLS 1.3 is a version of the Transport Layer Security (TLS) protocol that was published in 2018 as a proposed standard in RFC 8446. It offers security and performance improvements over its predecessors. This guide will demonstrate how to enable TLS 1.3 using the Nginx web server on Ubuntu 18.04 LTS.…
Install Pydio 7 on CentOS 7
LinuxPydio is an alternative to software such as ownCloud and NextCloud. Pydio is open source as well, which means that it costs nothing to use and is managed by an active community. Furthermore, it is relatively lightweight and has synchronization clients for all of your devices, such as iOS, macOS,…