Skip to content

Instantly share code, notes, and snippets.

From 63a7e059e84911556ef4584b9feb39915f8ccd33 Mon Sep 17 00:00:00 2001
From: Damien Miller <djm@mindrot.org>
Date: Fri, 2 Jun 2023 14:09:29 +1000
Subject: [PATCH 1/2] separate force/never flags for askpass and notify
---
readpass.c | 94 ++++++++++++++++++++++++++++++++++++++++++------------
ssh.1 | 20 ++++++++++--
2 files changed, 92 insertions(+), 22 deletions(-)
@al3xtjames
al3xtjames / PCCG-02367.md
Last active July 3, 2024 02:36
Star Darling

Tray

Production Staff:
Production Producer: Hajime Ikuzaki [PONY CANYON]
A&R Producer: Moe Terazawa [APDREAM]
Supervisor: Yoshifumi Yarimizu [PONY CANYON]
Sales Promoter: Masamune Shirai, Miku Yokoyama [PONY CANYON]
General Manager: Sadakazu Kikuchi [PONY CANYON]
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/aqgl5d3q63mr8ck5kc9zvzm508vmmkj9-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
/private/tmp/nix-build-transmission-4.0.6.drv-5/source/third-party /private/tmp/nix-build-transmission-4.0.6.drv-5/source
/private/tmp/nix-build-transmission-4.0.6.drv-5/source
substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'CMakeLists.txt')
@nix { "action": "setPhase", "phase": "configurePhase" }
@al3xtjames
al3xtjames / SSDT-WiFi-6E.asl
Last active July 1, 2024 00:31
Enable WiFi 6E 6 GHz bands on Dell XPS 15 9530 (2023)
DefinitionBlock ("", "SSDT", 2, "Nana", "Daiba", 0x99)
{
External (UHBS, IntObj)
External (_SB.PC00.CNVW, DeviceObj)
Method (_SB.PC00.CNVW._INI)
{
// Enable 802.11ax 6 GHz bands in all regions
UHBS = 0xFFFFFFFF
}
{ lib, pkgs, ... }:
let
decodeMbox = pkgs.writeShellScript "decodeMbox" ''
# The lore.kernel.org mailing list uses public-inbox, which supports
# downloading threads as a gzip-compressed mbox file (see the "mbox.gz" link
# next to "Thread overview"). This can be used to download a patch series in
# a single file. However, public-inbox may not sort the messages in the
# thread [1], which may break application of the patches. b4 am [2] can be
# used to sort patches in the mbox file and produce a patch that can be
@al3xtjames
al3xtjames / PCCG-02184.md
Last active July 4, 2024 23:01
「少女☆歌劇 レヴュースタァライト」レヴューアルバム「アルカナ・アルカディア」

Tray

Producer: Teppei Nojima [PONY CANYON] / Production Producer: Hajime Ikuzaki [PONY CANYON]
Sound Coordinator: Kohei Yamada [APDREAM] / Supervisor: Yoshifumi Yarimizu [PONY CANYON]
Sales Promoter: Ayako Karakawa [PONY CANYON] / General Manager: Sadakazu Kikuchi [PONY CANYON]

Art Direction: Yuto Hama [YUTO HAMA DESIGN] / Design: Yuto Hama, Mai Yamaguchi [YUTO HAMA DESIGN]
Release Operation: Masashi Yamada [PONY CANYON]
@al3xtjames
al3xtjames / flake.nix
Last active May 6, 2024 03:45
Thunderbolt NVM firmware
{
description = "Minimal NixOS installation media";
inputs.nixos.url = "nixpkgs/nixos-23.11";
outputs = { self, nixos }: {
nixosConfigurations = {
exampleIso = nixos.lib.nixosSystem {
system = "x86_64-linux";
modules = [
"${nixos}/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix"
({
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/3jxr7nr0gmd7phc1hdjmmgk6vjasrb7j-rustc-1.76.0-src.tar.gz
source root is rustc-1.76.0-src
setting SOURCE_DATE_EPOCH to timestamp 1707058326 of file rustc-1.76.0-src/vendor/zip/tests/zip_crypto.rs
unpackPhase completed in 1 minutes 12 seconds
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
patching script interpreter paths in src/etc
src/etc/htmldocck.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/mp5a6462cxy35fz6r5k3lladvmqhxbc0-python3-3.11.8/bin/python"