Skip to content

Instantly share code, notes, and snippets.

@timothyham
timothyham / ipv6guide.md
Last active September 12, 2024 11:57
A Short IPv6 Guide for Home IPv4 Admins

A Short IPv6 Guide for Home IPv4 Admins

This guide is for homelab admins who understand IPv4s well but find setting up IPv6 hard or annoying because things work differently. In some ways, managing an IPv6 network can be simpler than IPv4, one just needs to learn some new concepts and discard some old ones.

Let’s begin.

First of all, there are some concepts that one must unlearn from ipv4:

Concept 1

@Software-Noob
Software-Noob / migrate-pterodactyl.md
Last active August 18, 2024 03:47
Pterodactyl panel and wings migration

Pterodactyl Migration

Migrating panel

  1. Backup your hidden .env file containing the decryption APP_KEY from /var/www/pterodactyl

  1. Export the database, in this case ours is named panel
@joeytwiddle
joeytwiddle / async-await-forEach-alternatives.md
Last active September 10, 2024 14:05
Do not use forEach with async-await

Do not use forEach with async-await

TLDR: Use for...of instead of forEach() in asynchronous code.

For legacy browsers, use for...i or [].reduce()

To execute the promises in parallel, use Promise.all([].map(...))

The problem

@JTBrinkmann
JTBrinkmann / must-have-tools_windows.txt
Created July 26, 2016 18:22
Brinkie Pie's List of Must-Have Tools (Windows)
== Brinkie Pie's List of Must-Have Tools (Windows) ==
List is optimized for Win8 and above.
My list for older versions of Windows would have the exact same tools, but also a few more to cover features that are now built-in in Windows 8 and above.
note: since Windows 8, apps cannot make themselves default for certain filetypes anymore. Instead, you have rightclick a file of each desired type and select "open with" to make the app default. For some well configured applications, you can also use Default Programs in the settings.
= Look'n'Feel =
Screen Dimmer:
- f.lux
https://justgetflux.com/