Ansible Tasks to Configure Network Manager on Ubuntu 22
Here are the steps I am using to configure Network Manager on Ubuntu 22 systems.
Random Linux Notes ...
Here are the steps I am using to configure Network Manager on Ubuntu 22 systems.
Due to an issue with the Ubuntu motd message regarding the changelogs I needed to reinstall the ubuntu-release-upgrader-core deb package on the new vm. The below task will resinstall the package only on those...
Since getting Zabbix up and running on docker with HTTPS wasn’t as straight-forward as I would have liked it to be I am providing a few notes on what I did to get up...
Here is a simple example of using awk to add mount options to /etc/fstab entries. In this example we are adding the ‘nofail’ option to all entries starting with UUID that don’t already have...