<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ubuntu on leonroy.</title><link>https://leonroy.com/tags/ubuntu/</link><description>Recent content in ubuntu on leonroy.</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Fri, 17 Jul 2020 22:58:26 +0000</lastBuildDate><atom:link href="https://leonroy.com/tags/ubuntu/index.xml" rel="self" type="application/rss+xml"/><item><title>Keeping Debian and Ubuntu Machines up to date, Automatically</title><link>https://leonroy.com/2020/07/keeping-debian-and-ubuntu-machines-up-to-date-automatically/</link><pubDate>Fri, 17 Jul 2020 22:58:26 +0000</pubDate><guid>https://leonroy.com/2020/07/keeping-debian-and-ubuntu-machines-up-to-date-automatically/</guid><description>Debian and Ubuntu are excellent operating systems with (very) long term support and product updates - making them popular both at work and in my homelab.
As someone famous probably said: If you have to do something more than once - script it. To that end I am an avid user of Debian and Ubuntu&amp;rsquo;s automatic update feature.
To get going first install unattended-upgrades:
sudo apt install unattended-upgrades
Then reconfigure it for installing unattended upgrades:</description></item><item><title>Securing a multi-user Apache Web Server</title><link>https://leonroy.com/2014/10/securing-a-multi-user-apache-web-server/</link><pubDate>Tue, 28 Oct 2014 19:49:14 +0000</pubDate><guid>https://leonroy.com/2014/10/securing-a-multi-user-apache-web-server/</guid><description>As part of refining my Apache web server which runs multiple sites I’ve create a user account, database account and home folder per site so for example the site example.com has a user account example, a database account example and a web folder located at:
/home/example/public_html
The corresponding Apache VirtualHost for this site is:
&amp;lt;VirtualHost *:80&amp;gt; ServerAdmin admin@example.com ServerName www.example.com ServerAlias example.com ErrorLog /var/log/apache2/error.example.com.log LogLevel warn CustomLog /var/log/apache2/access.example.com.log combined DocumentRoot /home/example/public_html &amp;lt;IfModule mod_suexec.</description></item></channel></rss>