In 18.1-RC2 the new page ui/routes/ show column header 'Beschreibung' instead of 'Description' in the English UI.
It's just a small detail I noticed while exploring the new RCs.
It's just a small detail I noticed while exploring the new RCs.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu# Connect to an OPNsense
Connect-OPNsense -Url 'https://opnsense.localdomain:8080' -Credential $apiCred -WebCredential $webCred -Verbose -Debug
# Get the config.xml
$xml = Backup-OPNsenseConfig -RRDdata
# Add some packages
Install-OPNsensePackage -Name 'unixODBC','xen-guest-tools' -Verbose
# Install updates & Reboot
Update-OPNsense -Verbose