Easy OS drive backup. lsblk ---lists disk and partitions sudo dd if=/dev/from of=/dev/to
Posts
Showing posts from July, 2020
Easy Automated Home Media Server: VPN, Radarr, Sonarr, Lidarr, Librarian
- Get link
- Other Apps
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
Ultimate KVM switch : 4k Three Display, Cinema 60Hz, 7.1 HD audio
- Get link
- Other Apps
Easy Nextcloud Install in 6 Minutes with Stacks!
- Get link
- Other Apps
Heimdall, Organizr or Muximux, Which is the best Organizer for your server?
- Get link
- Other Apps