Skip to content

Instantly share code, notes, and snippets.

View ta3113ta's full-sized avatar
🎯
Focusing

Ta ta3113ta

🎯
Focusing
View GitHub Profile
@ta3113ta
ta3113ta / script
Last active November 23, 2020 05:49
DST dedicated server linux script
# Install dependencies:
# For a 64-bit machine: sudo apt-get install libstdc++6:i386 libgcc1:i386 libcurl4-gnutls-dev:i386
# For a 32-bit machine: sudo apt-get install libstdc++6 libgcc1 libcurl4-gnutls-dev
# Ubuntu
sudo dpkg --add-architecture i386
sudo apt-get update && time sudo apt-get dist-upgrade
sudo add-apt-repository multiverse
sudo apt install lib32gcc1 steamcmd
# install steamCMD
@ta3113ta
ta3113ta / Common-Currency.json
Last active April 2, 2020 03:14 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON Don't Delete
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},