Skip to content

Instantly share code, notes, and snippets.

View bullshit's full-sized avatar
👨‍⚕️
Solutionist

Oskar bullshit

👨‍⚕️
Solutionist
View GitHub Profile
@depwl9992
depwl9992 / Rendering-the-Nether-Roof.md
Last active November 18, 2024 17:30
A fully comprehensive tutorial for webbukkit/dynmap to render the nether roof in Minecraft

Initial Setup of the Nether Roof Map

  1. Assuming dynmap is already initialized and the folder structure has been generated during a first-time run, <Spigot_Server>/plugins/dynmap/custom-perspectives.txt should exist.
  2. Open custom-perspectives.txt in a text editor.
  3. In this file below the line perspectives: add the following lines of text.
  - class: org.dynmap.hdmap.IsoHDPerspective
    name: nether_top_map_lowres
    maximumheight: 256
    minimumheight: 129
    inclination: 90
@gawainXX
gawainXX / Foreman_Puppet_7.x_Raspbian.md
Last active January 25, 2023 07:24 — forked from aaroncoffey/Puppet_6.3_Raspbian.md
How to add a Raspberry Pi 10 (Buster) agent device to Foreman for management and Remote Execution

How to add a Raspberry Pi 10 (Buster) agent device to Foreman for management and Remote Execution

These instructions were tested on a pi 3b and 4b with the latest version of raspbian (Raspbian GNU/Linux 10 (Buster)).

This guide assumes basic competency with the command line. It also assumes your Foreman Proxy/Server and the client device you are going to be managing meet the following criteria.

Raspberry Device Configuration Requirements

  • OS is Raspbian 10 Buster (armhf)
  • Root is enabled with a set password.
  • SSH is enabled with PermitRootLogin is either set to prohibit-password or yes in /etc/ssh/sshd_config
sudo sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
sudo sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
@kippuga
kippuga / README.md
Last active November 23, 2024 11:35
Thrustmaster T.A.R.G.E.T configuration script for my TCA Officer Pack HOTAS. This is meant to serve as an example script or something to base your own script on.

To keep the script profile running after you close the editor, click on "OPTIONS" and make sure the "DO NOT STOP SCRIPT WHEN THE EDITOR EXITS" option is checked like so – https://imgur.com/UZNHfsc

@kconner
kconner / macOS Internals.md
Last active March 4, 2026 17:23
macOS Internals

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options: