Keybase proof
I hereby claim:
- I am mikebratt on github.
- I am mikebratt (https://keybase.io/mikebratt) on keybase.
- I have a public key ASCfxqF5gvGA6qe0bPHp9GyV6jhgXVfLUy6OasyD5dNVxAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# remap prefix from 'C-b' to 'C-a' | |
unbind C-b | |
set-option -g prefix C-a | |
bind-key C-a send-prefix | |
# split panes using | and - | |
bind | split-window -h | |
bind - split-window -v | |
unbind '"' | |
unbind % |
sudo apt remove --autoremove flatpak | |
sudo apt purge flatpak gir1.2-flatpak-1.0 |
sudo ls -l /dev/ttyACM* /dev/ttyUSB* | |
# if the above command returns "No such file or directory" for both /dev/ttyACM* and /dev/ttyUSB* try disabling or uninstalling brltty and reboot. | |
sudo apt purge brltty | |
or | |
sudo systemctl stop brltty-udev.service | |
sudo systemctl mask brltty-udev.service |