Skip to content

Instantly share code, notes, and snippets.

View evgkarasev's full-sized avatar
🎯
Focusing

Eugene Karasev evgkarasev

🎯
Focusing
View GitHub Profile
@evgkarasev
evgkarasev / readme.md
Last active February 20, 2024 02:44 — forked from noahcoad/readme.md
Code Minecraft with Python on Linux

Code Minecraft with Python on Linux

Here's a step-by-step to get started scripting Minecraft with Python on Linux

@evgkarasev
evgkarasev / install pihole
Created March 7, 2019 13:46 — forked from ridingintraffic/install pihole
recipe for pihole
PI install (scroll down for docker)
1. install raspbian lite
2. setup ssh
3. change hostname
4. set static ip on router, see why you changed the hostname now ;)
5. $ curl -sSL https://install.pi-hole.net | bash
6. follow the prompts and get everything turned on.
- set upstream DNS, google 8.8.8.8 or cloudflare 1.1.1.1
- use ipv4, ipv6 comes later
- enable the webinterface, we can script later