Allow the dynamic session-creation behaviour to be disabled by creating
touch ~/.byobu/.reuse-session
Its fixed in byobu
5.125. Just create ~/.byobu/.reuse-session
enable mouse support by default for all these operations,
add these lines to your ~/.byobu/profile.tmux
# Enable mouse support including scrolling
set -g mouse on
set -g mouse-utf8 on
put the following in your ~/.byobu/profile.tmux
set -g default-shell /usr/bin/fish
set -g default-command /usr/bin/fish
sudo visudo
and append the following line
username ALL=(ALL) NOPASSWD:ALL
sudo update-alternatives --config editor
sudo dpkg-reconfigure locales
sudo apt install hunspell-de-de-frami
Set fish as your default shell by running
chsh -s `which fish`
To do so for another user, just add the username at the end of the command, and use sudo.
Then log out and back in.
To set it back to bash
, you need to use Fish syntax of course, like this
chsh -s (which bash)
To install pip
package locally
python3 -m pip install pylint --user
Uninstall a package installed with pip install --user
python3 -m pip freeze --exclude-editable | xargs -r pip uninstall -y
sudo add-apt-repository ppa:otto-kesselgulasch/gimp