linux
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux [2024/04/26 22:31] – [i3] dblume | linux [2025/10/09 22:19] (current) – [Framework BIOS Upgrade] dblume | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Linux ====== | ====== Linux ====== | ||
| - | Install per [[https:// | + | Install per [[https:// | 
| ===== First Things ===== | ===== First Things ===== | ||
| Line 66: | Line 66: | ||
| | [[https:// | | [[https:// | ||
| | [[https:// | | [[https:// | ||
| + | | [[https:// | ||
| | **-> [[https:// | | **-> [[https:// | ||
| | [[https:// | | [[https:// | ||
| | [[https:// | | [[https:// | ||
| + | | [[https:// | ||
| Line 74: | Line 76: | ||
| I put the krita appimage in ''/ | I put the krita appimage in ''/ | ||
| + | |||
| + | ===== DejaVu Sans for Powerline Font ===== | ||
| + | |||
| + | First install the Powerline Font: | ||
| + | |||
| + |   git clone --filter=blob: | ||
| + | cd fonts | ||
| + |   ./ | ||
| + | |||
| + | Then your terminal emulator can use it. | ||
| ===== i3 ===== | ===== i3 ===== | ||
| - | The [[https:// | + | The [[https:// | 
| ==== Install Alacritty ==== | ==== Install Alacritty ==== | ||
| Line 261: | Line 273: | ||
| [[https:// | [[https:// | ||
| + | ====== Framework BIOS Upgrade ====== | ||
| + | [[https:// | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | fwupdmgr refresh --force | ||
| + | fwupdmgr get-updates | ||
| + | fwupdmgr update | ||
| + | </ | ||
| + | |||
| + | ====== Distro Upgrade ====== | ||
| + | |||
| + | Software Updater: "Not enough free disk space" | ||
| + | Thread at Slack. First try "sudo apt-get autoremove --purge", | ||
| + | |||
| + | < | ||
| + | $ dpkg --list | egrep "^ii +(linux-image|linux-headers)" | ||
| + | ii  linux-headers-5.11.0-46-generic  | ||
| + | ii  linux-headers-5.13.0-52-generic  | ||
| + | ii  linux-headers-5.15.0-58-generic  | ||
| + | ii  linux-headers-5.15.0-60-generic  | ||
| + | ii  linux-headers-5.4.0-42  | ||
| + | ii  linux-headers-5.4.0-42-generic  | ||
| + | ii  linux-headers-5.8.0-63-generic  | ||
| + | ii  linux-headers-generic-hwe-20.04  | ||
| + | ii  linux-image-5.15.0-58-generic  | ||
| + | ii  linux-image-5.15.0-60-generic  | ||
| + | ii  linux-image-generic-hwe-20.04  | ||
| + | </ | ||
| + | |||
| + | And then choose the old ones (comparing with what's on /boot) to manually remove... | ||
| + | |||
| + | < | ||
| + | df -h /boot | ||
| + | ls -l /boot | ||
| + | # Install aptitude to see why it was installed... (Output wordy, says whether manually installed, dependencies) | ||
| + | aptitude why -v linux-headers-5.11.0-46-generic | ||
| + | |||
| + | sudo apt purge linux-headers-5.11.0-46-generic  | ||
| + | </ | ||
linux.1714195862.txt.gz · Last modified: 2024/04/26 22:31 by dblume