Skip to content

Instantly share code, notes, and snippets.

Updated more detailled guide: https://gist.github.com/ANBAL534/8057b5200ace9bdd98795b627e550ba0
Make steam force Proton 5.0-10 (Needs to be this version, no modern one because modern proton/wine versions have broken dotnet winetricks installs, needed to run the game)
* If at any stage of the steps wine asks you to install mono or gecko, just cancel/press 'no' on the popup and continue.
* If at any stage of the steps a info/warning/error message appears and asks you if you want to get more information in a webpage just cancel/press 'no' on the opoup and continue.
* If you mess up and need to restart the process from the start you have to manually delete the 'pfx' (steam's wine bottle folder) (/path/to/SteamLibrary/steamapps/compatdata/244210/pfx) and restart the process from the very begining.
Execute the game once and let it close
Then:
@mohamadaliakbari
mohamadaliakbari / ubuntu-run-dhclient-on-startup.md
Last active July 31, 2024 08:46
Run dhclient on Startup in Ubuntu 18.04

dhclient is the Dynamic Host Configuration Protocol (DHCP) Client one would use to allow a client to connect to a DHCP server.

$ sudo nano /etc/rc.local

#!/bin/bash
dhclient
exit 0
@douglasmiranda
douglasmiranda / gist:e5bd76d0b85a95f74b38b94528c52910
Created July 24, 2017 06:21
Fix: dpkg: error: cannot remove architecture X currently in use by the database
# You try:
sudo dpkg --remove-architecture armhf
# and get:
# dpkg: error: cannot remove architecture 'armhf' currently in use by the database
# So you have to remove the armhf packages installed to be able to `dpkg --remove-architecture armhf`
apt-get remove --purge `dpkg --get-selections | grep armhf | awk '{print $1}'`
# Then:
sudo dpkg --remove-architecture armhf
# SUCCESS!!!
@zellio
zellio / fbterm-hacks.md
Last active June 26, 2025 20:18
fbterm, installation and configuration hacks

fbterm setup and config hacks

Installation and setup

Install fbterm via your favorite package manager

pacman -S fbterm