Skip to content
Menu
vernon.wenberg.net
vernon.wenberg.net

Category: Linux

June 3, 2020February 21, 2022

Manage Mayan EDMS in Docker

docker exec -ti mayan-edms /bin/bash cd /opt/mayan-edms/bin Execute ./mayan-edms.py to get a list of available commands

Read More
May 30, 2020February 21, 2022

Ubuntu 18.04 to 20.04 Upgrade Notes

Upgrading might break your local resolver, DNSMasq. When you issue the command systemctl status dnsmasq, you might get an error that looks something like, dnsmasq: cannot access /etc/dnsmasq.d/lxd: No such file or directory. DNSMasq does not start because it cannot find this file. This file is simply a dangling symlink that needs to be removed,…

Read More
May 21, 2020March 2, 2022

Fix DNS after upgrading to Ubuntu Server 20.04

The way DNS is configured in Ubuntu has become overly complicated in the last few versions. Insteadof configuring /etc/network/interfaces, it is now configured using Netplan. But sometimes thatdoesn’t even work because DNS is ultimately controlled by systemd-resolv. systemd-resolvgenerates /etc/resolv.conf and the default stub DNS uses a local resolver to resolve DNShostnames. For some reason, after…

Read More
October 18, 2019February 21, 2022

Install PowerDNS with PowerDNS-Admin

There are several places where you will need to choose a custom value, such as password. Pleasekeep that in mind. Update Ubuntu Install MariaDB Run MySQL security Login to MySQL as root We will now create the powerdns table. Use the following commands within the MySQL console line byline. Disable systemd-resolved. Replace resolv.conf. Install PowerDNS…

Read More
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5

Disclaimer

These posts are notes for me. These are not guides and you should not use these instructions as step-by-step instructions without knowing what they do.

Recent Posts

  • HPE Aruba-CX Notes
  • Docker Reference
  • Useful Commands for Windows Subsystem for Linux
  • FortiManager Local-In Policy
  • Mount Google Drive in Linux using rclone

Mastodon

  1. Loading Mastodon feed...

©2025 vernon.wenberg.net | Powered by WordPress and Superb Themes!