Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 2.73 KB

SYSTEM--Ubuntu-pro.md

File metadata and controls

41 lines (24 loc) · 2.73 KB

Ubuntu Pro

Ubuntu Pro is a great service if you have an Ubuntu One account already anyway. Most Ubuntu fans have an Ubuntu One account since its kick off way back when you got free 10GB cloud storage. Cloud storage was discontued, but I kept my account.

grafik

For a self hosted Nextcloud I turned to Ubuntu Server and LXD to create an LXC container for Nextcloud snap. Ubuntu one is great for running an almost mainenence free internet facing server with near zero downtime.

Advantages and opinions:

  • 5 free subscriptions for private use --> (included in Ubuntu One)
  • 10 years support instead of 5 for 'Universe' and 'Main' --> (personally I'd upgrade LTS nonetheless)
  • peace of mind
  • easy to set up and manage
  • Kernel Livepatch (this is kind of a hack! At least its optional. Personally I prefer unattended upgrades)

NB.

Any of: KVM | Qemu | Boch, VMWare ESXi, LXD | LXC, Xen, Hyper-V (WSL, Multipass), VirtualBox, z/VM, Docker. All Nodes in the cluster have to be subscribed to the service in order to benefit from the unlimited VM support

Disable Ubuntu Pro ads

Issue command in shell:

sudo pro config set apt_news=false

How to get rid of Ubuntu Pro advertisement when updating apt?


Alternative

Unattended upgrades

Ubuntu Unattended Upgrades (UAU) is an automated tool that allows you to manage software updates on your Ubuntu systems without manual intervention. It automatically installs security updates, as well as other updates deemed important by the system administrators or package maintainers. The purpose of UAU is to ensure that your systems are always up-to-date with the latest security patches and bug fixes while minimizing disruption to your work environment.

UAU can be configured to automatically install updates at specific times, such as overnight when system usage is typically low or during off-peak hours. This helps reduce downtime and potential interruptions to your workflow. Additionally, UAU provides a log file that details the status of each update installation, which can be useful for auditing purposes or troubleshooting any issues that may arise during the upgrade process.

See my Wiki for Unattended upgrades