All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:23, 14 May 2023 Busk talk contribs created page Lxc disable autostart (Created page with "``` #!/bin/bash set -eu hosts=$(lxc list --format=json | jq -r '.[] | select(.state.status == "Stopped") | .name') for i in $hosts; do echo $i lxc config set $i boot.aut...")