Differences between revisions 61 and 82 (spanning 21 versions)
Revision 61 as of 2021-01-09 19:32:41
Size: 2820
Comment:
Revision 82 as of 2021-12-30 18:59:33
Size: 4716
Comment:
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
 * https://bugzilla.redhat.com/show_bug.cgi?id=1058526
Line 46: Line 47:
 * https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.cdot-famg-nfs%2FGUID-0D282583-0A6F-4556-AF94-4B08FC5ADDE8.html
 * https://wiki.debian.org/OpenStackCephHowto
 * ceph, drbd, tahoe-lafs, moosefs, sheepdog, petasan
 * bug in virt-clone https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947150
 * https://www.dedoimedo.com/computers/kvm-bridged.html
 * https://www.dedoimedo.com/computers/kvm-intro.html --accelerate
 * syncthing on central server https://theselfhostingblog.com/posts/how-to-set-up-a-headless-syncthing-network/
 * https://wiki.libvirt.org/page/Networking
 * https://unix.stackexchange.com/questions/148794/how-to-create-kvm-guest-with-spice-graphics-but-tls-disabled-using-virt-install
 * Debian does raid resync on sundays, https://serverfault.com/questions/255544/reason-for-automatic-raid-resync
 * https://www.techspot.com/guides/287-default-router-ip-addresses/
 * https://www.youtube.com/watch?v=_yIq3GM4gjA
 * https://serverfault.com/questions/9708/what-is-a-pem-file-and-how-does-it-differ-from-other-openssl-generated-key-file

alternative bridge settings might be required
{{{
# bridging eth0 as br0
auto br0
iface br0 inet dhcp
        # bridge specific settings
        #bridge_stp on
        #bridge_maxwait 0
        #bridge_fd 0
        #bridge_ports eth0
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        # network settings
}}}

 * https://fedoraproject.org/wiki/Xfce
 * https://community.volumio.org/t/raspberry-pi-zero-w-and-buildin-bluetooth-chip-not-detected/7312/8
 * https://www.youtube.com/watch?v=Ow5rhYTbT34
 * spice client for windows systems: https://virt-manager.org/download/
 * https://wiki.libvirt.org/page/VNCTLSSetup
 * https://libvirt.org/formatdomain.html

TODO

Various Articles

misc

alternative bridge settings might be required

# bridging eth0 as br0
auto br0
iface br0 inet dhcp
        # bridge specific settings
        #bridge_stp on
        #bridge_maxwait 0
        #bridge_fd 0
        #bridge_ports eth0
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        # network settings

None: TODO (last edited 2021-12-30 18:59:33 by Kristian Kallenberg)