Skip to content

Instantly share code, notes, and snippets.

@jauderho
jauderho / gist:5f73f16cac28669e56608be14c41006c
Last active October 27, 2025 12:18
HOWTO: Upgrade Raspberry Pi OS from Bookworm to Trixie
### WARNING: READ CAREFULLY BEFORE ATTEMPTING ###
#
# Officially, this is not recommended. YMMV
# https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/
#
# This mostly works if you are on 64bit. You are on your own if you are on 32bit or mixed 64/32bit
#
# Credit to anfractuosity and fgimenezm for figuring out additional details for kernels
#
@thesamesam
thesamesam / xz-backdoor.md
Last active October 8, 2025 04:18
xz-utils backdoor situation (CVE-2024-3094)

FAQ on the xz-utils backdoor (CVE-2024-3094)

This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.

Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.

Background

@voluntas
voluntas / learning-sora.md
Last active June 6, 2024 01:48
時雨堂 WebRTC SFU Sora & Sora Cloud 入門 (講師用資料)

時雨堂 WebRTC SFU Sora & Sora Cloud 入門 (講師用資料)

これは時雨堂が開催しているオンラインイベントである WebRTC SFU Sora & Sora Cloud の 講師用 の資料であり、 参加者用の資料ではありません。

概要

時雨堂が開発し提供している WebRTC SFU Sora とそのクラウド版である Sora Cloud を一通り紹介するための講師用の資料です。

これを機会に多くの商用環境で利用されている WebRTC SFU Sora について学んでほしいと考えています。

@mathunter
mathunter / intel-nuc-powercycle-ssd.md
Created April 22, 2023 20:41 — forked from jj1bdx/intel-nuc-powercycle-ssd.md
Erasing internal mSATA SSD on Intel NUC (DC3217IYE) by powercycling the mSATA SSD

Erasing internal mSATA SSD on Intel NUC (DC3217IYE) by powercycling the mSATA SSD

You need to powercycle internal mSATA SSD to perform secure erase, while the NUC is powered on. Here's how to do it:

  1. Turn on the NUC power and boot the OS (preferably Linux).
  2. Open the bottom cover.
  3. Remove the small screw which holds the mSATA SSD board. This will make the board flip up.
  4. Carefully remove the SSD board from the mSATA connector.
  5. Wait for a few seconds.
  6. Carefully insert the SSD board to the mSATA connector.
@k16shikano
k16shikano / debian-install.md
Last active February 26, 2023 10:02
Debian作業用サーバをインストールするときのまとめ 2022.1(bullseye)

OSインストールとか

mini.isoをUSBメモリに入れて、USBブートする。 amd64向けのISOイメージは、USBメモリに直接cpするだけでブート可能なものができる。

$ curl http://ftp.jp.debian.org/dists/stable/main/installer-arch/current/images/netboot/mini.iso > mini.iso
$ cp mini.iso /dev/sda
$ sync
@nevillepark
nevillepark / README.md
Last active November 7, 2024 22:23
CBC MP3 stream urls
@stkchp
stkchp / get-dslite-aftr-in-asahinet.md
Last active July 1, 2025 14:51
ASAHIネットのDS-Liteの終端(AFTR)を取得するメモ

ASAHIネットのDS-Liteの終端(AFTR)を取得する

ASAHIネットがDS-Lite対応したので、 自宅の適当なLinuxルーターにて設定しようとして詰まったAFTR取得に関するメモ。

Linuxルーターを使ってる人向けのニッチなものだけど、情報として残しておく。

終端の情報公開について

@zacky1972
zacky1972 / nerves_on_cloud.md
Last active November 13, 2020 16:24
Nerves on Cloud

Nerves on Cloud

北九州市立大学 山崎 進

Abstract

Nerves on Cloud は,次の理由で二酸化炭素を減らす効果的な解決策になると考えている: (1) Nerves はシステムを再現可能にすることで,十分にスケーラビリティと再起動時の同一の挙動を保証することができる (2) Nervesはシステムを最小化することで,十分に計算資源と消費電力を減らすことができる (3) Nerves はI/Oを制御できるので,デバイスの電源をオンオフできる.この事例では,Nervesカーネル上のそれぞれのNervesアプリケーションを仮想化することで,Nerves on Cloud を実現する試行を詳細に説明する.

Nerves on Cloud will be an effective solution to reduce carbon dioxide, because (1) Nerves makes a system be reproducible enough to ensure scalability and the same behavior when restarted; (2) Nerves enables a system be minimized enough to reduce computer resources and electricity; and (3) Nerves can control I/O that enables power of devices turn on and off. This case study explains a trial to realize Nerves on Cloud by virtualizing each Nerves application on a Nerves kernel, in detail.

@szktty
szktty / clockwork-base32.md
Last active August 6, 2024 06:23
Clockwork Base32: A variant of Base32 inspired by Crockford's Base32