Skip to content

Instantly share code, notes, and snippets.

@famellad
famellad / frosty_on_ice_i_mean_linux.md
Last active September 5, 2026 06:59
How I got NFS:Heat UNITE running on Linux, this probably works on Steam Deck as well

What is this??

Ok first of all why are you here if you don't know what this is, touch grass.

So I was unable to find one guide that would walk me through the process of installing a NFS: Heat mod on Linux from start to finish without running into some issue without running into some issue or another, this is what worked for me, your mileage may vary, but even if you succeed I hope you learned something, got some inspiration to try something else, and keep trying, I wish you luck <3.

If you're still here I will assume you have no interest in touching grass and you want to read this full-of-nonsense guide on how to install UNITE on your Linux machine, where nothing is ever easy. Fear not, I gotcha.

Full disclaimer: This guide is the combination of two tutorials, and resources, I came up with very little of what you're about to read.

@devinschumacher
devinschumacher / README.md
Last active September 5, 2026 06:56
Alamy Video Downloader
@emtee40
emtee40 / Fdroid Repository List.md
Created May 19, 2023 19:59
List of F-Droid Repositories

State: Dec. 2021


----------------------------- Main repos -----------------------------

F-Droid Main

Description: Official F-Droid repository, serving apps build directly from its source code & signed by F-Droid.

@sgfbhjgdsrhbg
sgfbhjgdsrhbg / Dark Verse APK.md
Created September 27, 2025 07:47
Dark Verse APK v4 (Bug) Gratis untuk Android - Unduh Versi Terbaru
image

Dark Verse APK: Panduan Lengkap 🌑📱

Dark Verse APK adalah aplikasi Android inovatif yang dirancang untuk pengguna yang mengutamakan pengalaman komunikasi yang lancar dan stabil. Aplikasi ini bertujuan untuk menguji dan meningkatkan kinerja serta keandalan aplikasi pesan populer, memastikan komunikasi berjalan mulus dan tanpa gangguan. Baik Anda pengguna kasual maupun komunikator profesional, Dark Verse APK menawarkan solusi sempurna untuk mengoptimalkan pengalaman pesan Anda.

Pengenalan Dark Verse APK

@nullstalgia
nullstalgia / usbasploader-qmk-atmega328p.md
Created May 22, 2020 03:34
USBaspLoader and QMK on ATmega328P
@Always-Self-Hosted
Always-Self-Hosted / suno_download_by_username.py
Last active September 5, 2026 06:31
I wrote this script because beginbot is publishing absolute fire on suno right now and looking around all the current scripts/cli tools only work if you give them song ids or at best a playlist id, But i just wanted an easy way to give a username and get all the songs downloaded
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2025 Ash <always-self-hosted@protonmail.com>
# This file is released under MIT license
"""This script accepts a suno username and will download all public songs found."""
from argparse import ArgumentParser, Namespace
from datetime import datetime
from enum import Enum
from json import loads
@coenraadhuman
coenraadhuman / inotify.md
Last active September 5, 2026 06:23
Increasing the amount of inotify watchers

Increasing the amount of inotify watchers

Take note this is my personal edited version and the command related to Arch has been changed to work on my Arch system.

Increase inotify watchers

@purp
purp / EdgeOS_SSH_Tricks.md
Last active September 5, 2026 06:23
Adding SSH keys to Ubiquiti EdgeRouter X / EdgeOS

Adding SSH keys to EdgeOS-based devices like Ubiquiti Edge Router X

Maybe, like me, you're tired of typing a password and prefer to disable password auth for ssh anyway. Maybe, like me, you want to point VS Code at your Edge Router and be able to read configs and things. Maybe, like me, you'll discover that VS Code's Remote-SSH extension doesn't support the ERX architecture and be mildy bummed, but still happy to have passwordless SSH (via ssh-agent) and know that no password will get some rando into your ERX.

Here's how.

Cribbed from the VyOS Login/User Management docs

Configuring SSH for less typing

@fnky
fnky / ANSI.md
Last active September 5, 2026 06:18
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27