This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# Usage: cat program.lbas | perl ennum.pl > program.bas | |
# Example: | |
# `@loop | |
# PRINT "nya-n" | |
# GOTO @loop | |
use strict; | |
use warnings; | |
use utf8; |
- ドライバ Archive - 3Dconnexion JP
- Using a 3Dconnexion Spacepilot Pro in 2020 - Jeremy Paquette - Blog
- Change2improve/C2i_3Dconnexion_On: Configuration files for the 3Dconnexion CADMouse and SpacePilot Pro
- 3D Connexion Space Pilot Pro in 2022 - propiro.github.io
- 3D Connexion Space Pilot Pro in 2022 part 2 - After 6 months of use - propiro.github.io
まずRustちゃんとやれってのは置いとく
- Postfix DKIM設定(OpenDKIM)【2024年版】 https://blog.apar.jp/linux/856/
- Ubuntuだと
/etc/dkimkeys
に配置するようになってる
- Ubuntuだと
- OpenDKIM with chrooted Postfix on systemd Systems https://gist.github.com/ThomasLeister/c17d8f64323fb4ced4fdff51f21d4589
- Postfix Documentation https://www.postfix.org/documentation.html
- #9 Ubuntu20にセキュアなPostfixメールサーバを構築 - 4回目
- 混沌を極めるWindowsのssh-agent事情 #Windows - Qiita
- コマンドプロンプトでpythonを実行するとMicrosoft Storeが開く問題
- 再インストールはしなくても大丈夫っぽかった(けどした)
- Win11dと「設定」→「アプリ」→「アプリの詳細設定」→「アプリ実行エイリアス」
- bulwarkid/ssh-passkey: A utility to use SSH keys as passkeys
- 試してない
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(new Array(128)).fill(0).map((v,i) => { c = String.fromCharCode(i); e = escape(c); return e === c ? c : ''; }) | |
// '*+-./0123456789@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz' |
- chromebooker - https://chromebooker.net/
- ChromeReady - https://chromeready.com/
- Chromium OSのアーキテクチャについて調べてみた -
NewerOlder