ping -c4 archlinux.org
cgdisk /dev/nvme0n1
########### 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. |
{ | |
lib, | |
fetchFromGitHub, | |
stdenvNoCC, | |
makeWrapper, | |
gh, | |
fzf, | |
coreutils, | |
gawk, | |
}: |
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": "unbound", | |
"keys": "ctrl+v" | |
}, | |
{ |
{ | |
"ActivationHotkey": "Shift_Win", | |
"ActivateOnCapsLock": false, | |
"ShowStartupWindow": false, | |
"NotifyVirtualDesktopServiceIncompatibility": true, | |
"AllocateNewPanelSpace": true, | |
"AutoCollapsePanels": true, | |
"AutoSplitCount": 2, | |
"DelayReposition": false, | |
"AnimateWindowMovement": true, |
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"); |