curl -sSL https://gist.githubusercontent.com/ttimasdf/ef739670ac5d627981c5695adf4c8f98/raw/autossh@host1 | \
sudo tee /etc/default/autossh@example
curl -sSL https://gist.githubusercontent.com/ttimasdf/ef739670ac5d627981c5695adf4c8f98/raw/[email protected] | \
sudo tee /etc/systemd/system/[email protected]
sudo useradd -g nogroup -s /bin/false -m tunnel
sudo -u tunnel mkdir -p ~tunnel/.ssh # and copy your private key here
This file contains hidden or 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
| :: | |
| :: Reclaims Windows disk space in a "destructive" manner (can't uninstall service packs and updates afterwards, etc.). | |
| :: Use at your own risk. Useful for Windows installations in space-constrained environments, such as a small Boot Camp | |
| :: partition on a Mac. | |
| :: | |
| :: [IMPORTANT] It is strongly suggested to make a full-disk backup of your Windows partition before running this script, | |
| :: as you can't roll back service packs and updates afterwards. | |
| :: | |
| :: [IMPORTANT] Run this script as admin (required to run `Dism.exe` among other things). | |
| :: |
This file contains hidden or 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
| <?php | |
| // for @onokatio_ | |
| // https://twitter.com/onokatio_/status/981875531359518725 | |
| $twitterId = '@mona'; | |
| $searchWord = 'f'; | |
| $findLimit = 13; | |
| $twitterIdLength = 16; // @を含むTwitterID最大文字長 | |
| $i = 0; |
HID化はうまくいかなかったけど、bluetoothctl で普通のHCIデバイスとしての設定メモとして残しておく。
大学生協のFeliCa,及び諸大学の学生証一体型FeliCaの仕様
レスポンスについては,特に表記のない限り東北大学のもの (学生証一体型ではない)
断りのない限りコードはビッグエンディアンで通信する (下記のドキュメントに合わせた)
記号と区別するため,アルファベットの大文字表記は記号,小文字表記は16進表記とする
FeliCa自体の仕様については,Sony公式のドキュメントを参考に
| 更新: | 2024-05-20 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2024.1 |
| URL: | https://voluntas.github.io/ |
Name: Jiang Zhuo
Gender: Male
Job Objective: Senior Backend Engineer/ DevOps
Hobbies: ACG, Cooking
English Skills: CET-6 TOEFL(98)
Japanese Skill: J.Test (...ing)
E-Mail: [email protected]
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
This file contains hidden or 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
| // テキストが見つかったときに Find Toolbar をフラッシュするか。 | |
| // 0: Find Toolbar は前から前からフラッシュしており、見つかったときにフラッシュしない | |
| // 1: 見つかったときに Find Toolbarフラッシュする。 | |
| user_pref("accessibility.typeaheadfind.flashBar", 0); | |
| // 自動更新 | |
| user_pref("app.update.auto", false); | |
| // タブプレビュー機能 | |
| user_pref("browser.ctrlTab.previews", true); |