This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### ./.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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |