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
Guifont DejaVu Sans Mono for Powerline:h13 |
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
# Failed to boot: | |
# Failed to start file system check on /dev/disk/by-uuid/.... | |
journalctl -xb | |
# (look at the disk label that fsck failed) | |
fsck /dev/sda3 | |
# |
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
modprobe btusb | |
systemctl start bluetooth.service | |
# (using UI, pair with Android device, turn on bluetooth tethering) | |
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
efivar -l | |
fdisk -l | |
# see new_partition_layout.sh | |
pacstrap -i /mnt base base-devel | |
genfstab -U -p /mnt >> /mnt/etc/fstab |