Skip to content

Instantly share code, notes, and snippets.

@d-513
d-513 / arch-ovh.md
Last active October 9, 2023 18:38
Arch Linux on OVH VPS

Install Arch on OVH VPS

This guide will show you how to install Arch Linux on an OVH VPS.
As you may have noticed, OVH does not have an Arch image, which is a problem. Follow these instructions to install Arch using recovery mode.

Conventions

Assume anything reffered to as low ram vps in the guide to be a VPS with <8gb ram

This guide assumes the following:

  • Your VPS has one drive
@d-513
d-513 / Dream.txt
Created June 1, 2021 18:13
dream admitting to cheating: archive
https://web.archive.org/web/20210531054715/https://twitter.com/dreamwastaken/status/1398959443409358855
https://web.archive.org/web/20210601093848/https://pastebin.com/7nfjLwi3
@d-513
d-513 / index.js
Last active March 26, 2021 17:07
mineflayer - drop every item in bot's inventory
// JS Standard Code Style
/*
Simple
*/
const items = bot.inventory.items() // get the items
// dropper is a recursive function
const dropper = (i) => {