In this tutorial we’ll install the Debian Linux 9 (squeeze), Apache 2 with mpm-itk (to run each web as a isolated user), PHP 7 support and MySql 5.7 database server. Additionally the tutorial covers installation of the vsftp server to provide FTP service, setting up letsencrypt and requesting a free certificate, installation of [...]
Ástþór IP
1. Update all packages currently installed to the latest versions apt-get update apt-get upgrade
Ástþór IP
VMware recommends using open-vm-tools instead of VMware tools as outlined in this article. The benefits of using open-vm-tools include improved stability as the package is optimized for each distribution, automatic updates smaller footprint. Installing open-vm-tools on Debian Linux is very easy, just install the package using apt-get and [...]
Ástþór IP
Please note that VMware recommends using open-vm-tools instead of VMware tools as outlined in this article. The benefits of using open-vm-tools include improved stability as the package is optimized for each distribution, automatic updates smaller footprint. You can find a tutorial on installing open-vm-tools on Debian Tutorials: How to [...]
Ástþór IP
We’ll use the certbot to handle the verification and deployment, so the first step is to install certbot. 1. Add the jessie backports apt repository (not needed when running Debian Linux 9, stretch) echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list apt-get update 2. Install certbot For [...]
Ástþór IP
Here’s a tutorial on how to install MySQL server 5.6 or 5.7 (selectable in the process). 1. Download the MySQL APT repository config tool (you can see more details and the latest version of the tool here: http://dev.mysql.com/downloads/repo/apt/) wget https://dev.mysql.com/get/mysql-apt-config_0.8.9-1_all.deb
Ástþór IP
1. Install required dependencies apt-get install apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
Ástþór IP
1. Update all packages currently installed to the latest wheezy versions apt-get update apt-get upgrade
Ástþór IP
PageSpeed (ngx_pagespeed) is a Nginx module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth. The version included with Debian Wheezy is 1.2 which is getting pretty old. Here’s how to install the latest stable version of Nginx with the PageSpeed module. This tutorial is tested on [...]
Ástþór IP
PageSpeed (ngx_pagespeed) is a Nginx module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth. In this tutorial you’ll be installing Nginx 1.2. If you want to install the latest stable version of Nginx (1.6), read this instead: How to compile and install latest version of Nginx [...]
Ástþór IP