Flexible support contracts or Pay-as-you-Go. We support all flavours of Linux both server and desktop including hosted, local and virtualised systems.
Nobody knows Linux better
Live chat, call 01924 950 900 or email support@withsupport.co.uk
We are open-source gurus! Early pioneers in bringing open-source software into everyday business use since 2005. Indeed we were one of the very first companies to provide a dedicated professional and commercial open-source support service.
Our team is diverse and our work is highly specialised. We are well respected within the technical community as the go-to people for open-source expertise in all areas. To this day we are are leading the way for other companies to adopt open-source and we are at the cutting edge of new technology implementation into business environments. Quite simply when it comes to supporting open-source, we are the number 1. Our name may not be well known, but do not let that fool you - we are behind many other technical companies and escalation points for developers and users of open-source technology worldwide.
We needed to install Mariadb 11.3.2 as a galera node for a customer who had an ubuntu 24.04 container. The usual repository script for Mariadb doesn't yet support 24.04 so here is a quick hack to get you going:
apt install gnupg
curl -fsSL https://mariadb.org/mariadb_release_signing_key.asc | sudo gpg --dearmor -o /...
We're now taking sales and tech support queries via our telegram channel. Pop in and tell us how we can help you right now :)
If you're using ZFS as your LXD storage backend (and you should be!) then it's really easy to make a container's rootfs available to the host for operations such as rsyncs. Make migrating LXC from one machine to another super easy :)
mkdir /mnt/mountpoint
zfs set mountpoint=/mnt/mountpoint yourpool/containers/yourvm
mount /mnt/mountpoint
We dediced to share a bunch of little howto's with you guys, keep an eye out.