Complete guide to running World of Warcraft 3.3.5a (Wrath of the Lich King) on Linux for private servers.
Warmane Client (~15 GB): Official Download
Alternative: Any 3.3.5a (12340) client works.
Complete guide to running World of Warcraft 3.3.5a (Wrath of the Lich King) on Linux for private servers.
Warmane Client (~15 GB): Official Download
Alternative: Any 3.3.5a (12340) client works.
Complete guide to running Sid Meier's Railroads! on Linux with optimal performance.
GOG Version (~500 MB): 1337x Torrent
Complete guide to running Command & Conquer Generals Zero Hour on Linux with optimal performance.
DODI Repack (~1.2 GB): 1337x Torrent
| sudo apt update | |
| sudo apt install libjemalloc-dev libffi-dev libpq-dev libz-dev libyaml-dev build-essential -y | |
| curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
| git clone https://github.com/rbenv/rbenv.git ~/.rbenv | |
| echo 'eval "$(~/.rbenv/bin/rbenv init - bash)"' >> ~/.bashrc | |
| # new terminal |
| import Mark from 'mark.js'; | |
| document.addEventListener('DOMContentLoaded', () => { | |
| // only run in electron | |
| if (!window.navigator.userAgent.toLowerCase().includes('electron')) return | |
| let inputOpened = false; | |
| let markedElements = []; | |
| let currentMarkedElIndex = 0; | |
| let markedEl; |
Hatchbox is also much cheaper
| module ChatApp | |
| VERSION = "1" # String | |
| class User | |
| attr_reader :login, :email, :friends # String, String, Array[User | Bot] | |
| def initialize(login, email) # String, String -> void | |
| @login = login | |
| @email = email | |
| end |
| # cd into the backup | |
| tar -xvf DATABASE.tar | |
| cd DATABASE/databases | |
| gunzip -k PostgreSQL.sql.gz | |
| psql DATABASE_URL < Postgresql.sql |
| echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER |