Wireguard on Proxmox

Wireguard on proxmox: https://securityboulevard.com/2019/04/howto-install-wireguard-in-an-unprivileged-container-proxmox/ https://www.digitalocean.com/community/tutorials/how-to-create-a-point-to-point-vpn-with-wireguard-on-ubuntu-16-04 https://wiki.archlinux.org/index.php/WireGuard Add Wireguard debian unstable source echo “deb http://deb.debian.org/debian/ unstable main” > /etc/apt/sources.list.d/unstable-wireguard.list printf ‘Package: *\nPin: release a=unstable\nPin-Priority: 90\n’ > /etc/apt/preferences.d/limit-unstable Update, install wireguard and kernel headers apt update apt install wireguard pve-headers Run DKMS autoinstall, probe kernel module, and add to conf file dkms autoinstall modprobe wireguard echo “wireguard” … Continue reading “Wireguard on Proxmox”

Deluge web UI disable password

## Allow correct AND incorrect password to be submitted sed -i ‘s/if s.hexdigest() == config\[“pwd_sha1″\]:/if True:/’ /usr/lib/python2.7/dist-packages/deluge/ui/web/auth.py ## Auto submit blank password sed -i ‘s/onShow:function(){this.passwordField.focus(.*)}/onShow:function(){this.onLogin();}/’ /usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js https://forum.deluge-torrent.org/viewtopic.php?f=7&t=54769&p=227493 https://dukrat.net/124/deluge-webui-1-3-6-autologin-disable-password

List of GameCube games with alternate display modes

The following is a list of Nintendo GameCube games that support progressive scan (480p), PAL60, and widescreen (16:9) display modes. The GameCube’s 480p signal, which is the highest quality video it can provide, is only natively supported by certain NTSC region games and can only be utilized if specific hardware is provided. For PAL region … Continue reading “List of GameCube games with alternate display modes”

List of PlayStation 2 games with alternate display modes

List of PlayStation 2 games with alternate display modes The PlayStation 2 offers advanced video modes for non-SD televisions. Progressive scan is intended for use with component cables. The following is a list of PlayStation 2 games with support for HDTVs and EDTVs as well as the games that have a 16:9 widescreen mode. Generally, … Continue reading “List of PlayStation 2 games with alternate display modes”

List of Xbox games with alternate display modes

List of Xbox games with alternate display modes The Xbox was the first home gaming console to offer 720p support. An additional High Definition AV Pack is required for progressive video output. The following is a list of Xbox games with support for high definition or enhanced definition output. The Xbox supports enhanced definition 480p … Continue reading “List of Xbox games with alternate display modes”

0800 Xbox 360 Information

References: https://web.archive.org/web/20121010000055/http://forums.xbox-scene.com/index.php?s=&showtopic=651212&view=findpost&p=4278854 https://www.se7ensins.com/forums/threads/how-to-determine-which-xbox-360-drive-you-have.362322/ https://web.archive.org/web/20161003130035/https://www.se7ensins.com/forums/threads/simple-360-0800-drive-power-adapter-inc-3-3vdc-reg-to-pc-psus-molex.1467902/ https://www.se7ensins.com/forums/threads/how-to-power-your-360-drive-with-pc-power-supply.922434/ https://www.youtube.com/watch?v=O-3Zwirxg2c https://louddeafmute.blogspot.com/2010/07/xbox-360-dvd-drive-in-my-pc-continued.html

Halo Online (Eldewrito 0.6) Dedicated Server Setup Guide

This will be a guide for those not using the Docker container provided by DomiStyle. In the guide we will be using Debian 9 Stretch and the latest wine-staging release (3.7 at the time of writing).   Starting with installing wine-staging, let’s follow the instructions that wine-staging.com provides: