nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

How to install MySQL server on Ubuntu 20.04 LTS Linux

Posted: 23 Oct 2020 03:15 AM PDT

How do I install MySQL server 8.0 on Ubuntu 20.04 LTS Linux server? How can I add a new MySQL user and database on the newly set up Ubuntu server?

The post How to install MySQL server on Ubuntu 20.04 LTS Linux appeared first on nixCraft.

How To check LXD container BTRFS disk usage on Linux

Posted: 22 Oct 2020 10:58 PM PDT

Here is a quick and dirty shell script I put to check LXD container size and how much space they are taking on the BTRFS subvolume. Naturally, you must run the script as a root user, and LXD must be configured with BTRFS storage backend on Linux operating systems. See how to set up and install LXD on Ubuntu 20.04 LTS using the apt command