Skip to content

Instantly share code, notes, and snippets.

View jj1bdx's full-sized avatar
🏠
Working from home

Kenji Rikitake jj1bdx

🏠
Working from home
View GitHub Profile
@thesamesam
thesamesam / xz-backdoor.md
Last active April 18, 2024 09:42
xz-utils backdoor situation (CVE-2024-3094)

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

This is still a new situation. There is a lot we don't know. We don't know if there are more possible exploit paths. We only know about this one path. Please update your systems regardless.

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.

@voluntas
voluntas / learning-sora.md
Last active October 22, 2023 12:43
時雨堂 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 January 25, 2024 15:13
CBC MP3 stream urls
@stkchp
stkchp / get-dslite-aftr-in-asahinet.md
Last active April 8, 2024 05:31
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 March 4, 2024 04:35
Clockwork Base32: A variant of Base32 inspired by Crockford's Base32

明日の下書き


これはなに

  • 高円寺.dev #3 用の資料 https://koenji.connpass.com/event/160886/
  • フロントエンド専門じゃない人向けの、フロントエンドの最先端〜やや未来の話です
  • このレイヤーでは Node.js を使うべき/使うと強いという部分がありますが、他言語を否定しているわけではありません。むしろ他言語でこのアーキテクチャを模倣してほしいという話です。