Today, we have q very short video. We'll go over what setting we need to change on both AMD and Intel machines so that we can enable 64bit virtual machine and start using wake on lan.
Easy Automated Home Media Server: VPN, Radarr, Sonarr, Lidarr, Librarian
Easiest Home Media Setup. VPN Docker: https://haugene.github.io/docker-transmission-openvpn/ Lidarr: https://docs.linuxserver.io/images/docker-lidarr Radarr: https://docs.linuxserver.io/images/docker-radarr Sonarr: https://docs.linuxserver.io/images/docker-sonarr Librarian: https://docs.linuxserver.io/images/docker-lazylibrarian Compose file version: '2.1' services: transmission-openvpn: volumes: - /srv/dev-disk-by-label-media/downloads/:/data - /etc/localtime:/etc/localtime:ro environment: - PGID=1000 - PUID=100 - CREATE_TUN_DEVICE=true - OPENVPN_PROVIDER=NORDVPN # - OPENVPN_CONFIG=default - NORDVPN_COUNTRY=US - NORDVPN_CATEGORY=legacy_p2p - NORDVPN_PROTOCOL=udp - OPENVPN_USERNAME=1234567890987654321 - OPENVPN_PASSWORD=1234567890987654321 - OPENVPN_OPTS=--inactive 3600 --ping ...
Comments
Post a Comment