Setup: persistent swap, heif, bash-completion
This commit is contained in:
parent
3c8daaa396
commit
7ff86d5f2d
@ -4,7 +4,7 @@ Here's my personal Debian 12 Bookworm setup.
|
||||
|
||||
- Set font size in Terminal to 15 and initial column count to 85
|
||||
- Must haves:
|
||||
- `sudo apt install curl ddcutil deja-dup earlyoom ffmpeg flatpak git gnome-boxes gnome-clocks \
|
||||
- `sudo apt install bash-completion curl ddcutil deja-dup earlyoom ffmpeg flatpak git gnome-boxes gnome-clocks \
|
||||
gnome-software-plugin-flatpak gnome-sound-recorder gnome-todo gnome-weather goldendict gparted \
|
||||
keepassxc mosh mpv needrestart obs-studio shadowsocks-libev sshfs synaptic tmux trash-cli ufw \
|
||||
vim-gtk3 vlc wl-clipboard`
|
||||
@ -22,6 +22,7 @@ Here's my personal Debian 12 Bookworm setup.
|
||||
sudo chmod 0600 /swapfile
|
||||
sudo mkswap /swapfile
|
||||
sudo swapon /swapfile
|
||||
echo '/swapfile none swap defaults 0 0' | sudo tee -a /etc/fstab > /dev/null
|
||||
```
|
||||
- Early OOM config: edit `/etc/default/earlyoom` and add:
|
||||
- `--avoid
|
||||
|
@ -11,7 +11,7 @@ Here's my personal Ubuntu 22.10 setup. (Make sure to enable Wayland on Nvidia!)
|
||||
- Optional:
|
||||
- `sudo apt install gnome-firmware gnome-games gnome-nettool gnome-packagekit gnome-passwordsafe \
|
||||
gnome-shell-pomodoro gnome-usage gthumb mkvtoolnix-gui openjdk-17-jdk pulseeffectsqpdf ranger \
|
||||
syncplay virtualbox-qt`
|
||||
syncplay virtualbox-qt heif-gdk-pixbuf heif-thumbnailer`
|
||||
- Remove all snaps:
|
||||
- ```
|
||||
# if this command fails, unmount the snap mounts as reported by `mount` and try again
|
||||
@ -29,6 +29,7 @@ Here's my personal Ubuntu 22.10 setup. (Make sure to enable Wayland on Nvidia!)
|
||||
sudo chmod 0600 /swapfile
|
||||
sudo mkswap /swapfile
|
||||
sudo swapon /swapfile
|
||||
echo '/swapfile none swap defaults 0 0' | sudo tee -a /etc/fstab > /dev/null
|
||||
```
|
||||
- Early OOM config: edit `/etc/default/earlyoom` and add:
|
||||
- `--avoid
|
||||
|
Loading…
Reference in New Issue
Block a user