Linux
-

Levovo Thinkpad “waiting to charge” on Linux – The Fix Problem: some Thinkpads have two batteries, and sometimes the PC gets confused and won’t charge the 2nd one because the 1st one is reporting 100% charge. That 100% appears to be telling the PC that charging is complete, while battery number 2 is being ignored.…
-
my [basic] tmux config, with comment containing default keybindings. $sudo apt install tmux || slapt-get –install tmux You need to install tpm (tmux plugin manager) https://github.com/tmux-plugins/tpm and catppuccin (fancy stuff, see config) https://github.com/catppuccin/tmux catppuccin needs a patched font installed on the system to display icons correctly; these are not displayed correctly in the code below…
-
My reason for doing this was to replace the HD in the PC with a larger capacity drive but without having to reinstall and set up the PC again. Like many users I have configuration files for Bash, Tmux, Vim etc. and also a lot of installed software, and settings. I didn’t want to reinstall…