- instructions: https://grapheneos.org/install/cli
- using Arch Linux (officially supported by CLI installer method) on a Lenovo W510
- updated device: Settings -> System -> Software updates -> System update -> Check for update -> "Your system is up to date"
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
| ## Identify drives and partitions | |
| # lsblk # List block devices in tree format | |
| # lsblk -f # List with filesystem information | |
| # blkid # Display block device attributes (UUID, filesystem type, etc.) | |
| # Unlock the encrypted LUKS partition | |
| cryptsetup open /dev/nvme0n1p1 luksroot | |
| # - /dev/nvme0n1p1: The encrypted partition (NVMe SSD, first partition) | |
| # - luksroot: Name for the decrypted device mapper (/dev/mapper/luksroot) |
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
| bind -T root F12 \ | |
| set prefix None \;\ | |
| set key-table off \;\ | |
| set status-style "fg=$color_status_text,bg=$color_window_off_status_bg" \;\ | |
| set window-status-current-format "#[fg=$color_window_off_status_bg,bg=$color_window_off_status_current_bg]$separator_powerline_right#[default] #I:#W# #[fg=$color_window_off_status_current_bg,bg=$color_window_off_status_bg]$separator_powerline_right#[default]" \;\ | |
| set window-status-current-style "fg=$color_dark,bold,bg=$color_window_off_status_current_bg" \;\ | |
| if -F '#{pane_in_mode}' 'send-keys -X cancel' \;\ | |
| refresh-client -S \;\ | |
| bind -T off F12 \ |
- Download Brutal_Doom_20b_Hell_on_Earth_Starter_Pack.zip
- Download Doom2.wad
- Download DoomMetalVol4.zip
- Unpack
Brutal_Doom_20b_Hell_on_Earth_Starter_Pack.zip, it contains 1 folder:Brutal Doom - Hell on Earth Starter Pack - Unpack
DoomMetalVol4.zip, it contains 1 file:DoomMetalVol4.wad
-
Add
Enable=Sourceto /etc/bluetooth/audio.conf right after[General]. -
Find address in form XX:XX:XX:XX:XX:XX of phone with
hcitool scan. -
Pair and trust smartphone with
sudo bluez-simple-agent hci0 XX:XX:XX:XX:XX:XXandsudo bluez-test-device trusted XX:XX:XX:XX:XX:XX yes. -
Create loopback in pulseaudio connection bluetooth a2dp source with alsa sink: