Skip to content

Instantly share code, notes, and snippets.

@it-eddy
it-eddy / gta2_internet.txt
Last active March 30, 2020 13:47
Instructions to play GTA2 over internet
download installation files from
https://www.chip.de/downloads/Grand-Theft-Auto-GTA-2_13015291.html
extract GTA2INSTALLER.ZIP
run GTA2.exe to install
terminate installation. do not start gta2 manager from installer.
wide screen hack (optional): if one uses it then all have to use it.
download widescreenFixGTA2_by_iteddy.zip from: http://ul.to/rbs0niu2
extract all files into game directory. normaly 'C:\Program Files (x86)\Rockstar Games\GTA2'.
frist run gta2 in single player mode. any map. then exit game completely.
@it-eddy
it-eddy / modern_internet_stack.txt
Last active May 3, 2021 11:47
Describe modern aproches to improve your internet access experience
MPTCP:
included in Linux Kernel vers 5.6
https://github.com/multipath-tcp/mptcp_net-next/wiki
Config multi home routing: https://github.com/kristrev/multihomed-routing
Config routing: https://multipath-tcp.org/pmwiki.php/Users/ConfigureRouting
Load balance traffic over multiple gateways, distribute multiple streams:
https://github.com/it-eddy/go-dispatch-proxy
balance one stream over multiple gateways by using one upstream server as proxy
### ./.bashrc # autocomplete with Page-Up/Page-Down buttons
if [[ $- == *i* ]]
then
bind '"\e[5~": history-search-backward'
bind '"\e[6~": history-search-forward'
fi
### ./.bashrc # vars for dch (debian package building)
export DEBEMAIL="forename.surname@company.tld"
export DEBFULLNAME="Forename Surname"
# moved to 'https://github.com/it-eddy/new_system_setup/'
# file 'workstation_install_software.sh'
# checkout by cloning repo
git clone 'https://github.com/it-eddy/new_system_setup.git'
# moved to 'https://github.com/it-eddy/new_system_setup/'
# file 'workstation_configure.sh'
# checkout by cloning repo
git clone 'https://github.com/it-eddy/new_system_setup.git'