Skip to content

Instantly share code, notes, and snippets.

@srlemke
srlemke / Automobilista2 Content Manager on Linux
Last active February 21, 2026 04:12
Automobilista 2 Content Manager Linux
winetricks -q dotnetdesktop6
#Download AMSCM from:
https://www.overtake.gg/downloads/automobilista-2-content-manager.59727/
wine AMS2CM.msi (Do not forget to install CLI that you have to select in the AMS2CM installer)
#Double check the path on the bellow file, this is the most important:
vim /home/slemke/.wine/drive_c/Program\ Files/AMS2CM/Config.yaml
Path: Z:\home\slemke\.steam\steam\steamapps\common\Automobilista 2
@themagicalmammal
themagicalmammal / Optimizations_Void.md
Last active April 13, 2026 00:40
Set of optimizations, I use on my Void Setup

Void Linux — Complete System Optimization Guide

Warning: This guide contains system-level modifications. Some steps are irreversible or can render your system unbootable. Read every section fully before executing any command. Know what you are doing, or do not proceed.


Table of Contents

# Section
@ur4ltz
ur4ltz / i3-cheat-sheet.md
Created August 14, 2020 07:46 — forked from schuerg/i3-cheat-sheet.md
[i3/sway cheatsheet] List of key bindings for i3wm/swaywm #linux #tiling-wm #desktop #cheat-sheet
@Wizermil
Wizermil / build_openssl_curl_android.sh
Last active December 11, 2024 04:45
Script to compile openssl + curl static library for android
#!/bin/bash
set -e
TARGET_ARCHS=("armv7" "arm64" "x86" "x86_64")
CURL_VERSION="7.64.1"
OPENSSL_VERSION="1.1.1b"
ROOT_DIR=$(pwd)
WORKER=$(getconf _NPROCESSORS_ONLN)