ping -c4 archlinux.orgcgdisk /dev/nvme0n1| { | |
| "settingsVersion": "2.2.1", | |
| "exclusionRules": [ | |
| { | |
| "passKeys": "", | |
| "pattern": "https?://mail.google.com/*" | |
| }, | |
| { | |
| "passKeys": "", | |
| "pattern": "https?://remotedesktop.google.com/*" |
| status key command | |
| Composition Backspace Backspace | |
| Conversion Backspace Cancel | |
| Precomposition Backspace Revert | |
| Composition Ctrl a MoveCursorToBeginning | |
| Conversion Ctrl a SegmentFocusFirst | |
| Composition Ctrl Backspace Backspace | |
| Conversion Ctrl Backspace Cancel | |
| Precomposition Ctrl Backspace Undo | |
| Composition Ctrl d MoveCursorRight |
| ########### boot iso in vm ########### | |
| echo exfat >> /etc/initramfs-tools/modules | |
| cd /usr/share/initramfs-tools | |
| grep iso-scan . -r | |
| less scripts/casper-premount/20iso_scan | |
| grep find_path . -r | |
| vi scripts/casper-helpers | |
| # Add a condition for `exfat` in the case statement of the is_supported_fs function. |
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": "unbound", | |
| "keys": "ctrl+v" | |
| }, | |
| { |
| user_pref("dom.security.https_only_mode", true); | |
| user_pref("browser.display.use_document_fonts", 0); | |
| user_pref("font.minimum-size.ja", 20); | |
| user_pref("font.name-list.sans-serif.ja", "BIZ UDGothic, Meiryo, Yu Gothic, MS PGothic, MS Gothic, Yu Mincho, MS PMincho, MS Mincho"); | |
| user_pref("font.name-list.monospace.ja", "Consolas, BIZ UDGothic, MS Gothic, MS Mincho, Meiryo, Yu Gothic, Yu Mincho, MS PGothic, MS PMincho"); |