Skip to main content

Linux-Mint

First Steps

  • Spiegelserver ändern und updates installieren
    • Reboot
  • nebenher applets hinzufügen
  • transfer .config files from cloud

Packages to install:

tools:
sudo apt install -y vim htop wget git
Bitwarden:
flatpack -y install com.bitwarden.desktop
Element:
flatpak install -y im.riot.Riot
VSCodium:
flatpak install -y com.vscodium.codium
virt-manager:
sudo apt install -y virt-manager

Auto Updates:

Safe this in /etc/cron.daily/

#!/bin/bash

/usr/bin/mintupdate-cli upgrade --refresh-cache --yes

 

Only for Thinkpad:

crontab eintrag:

@reboot sudo rtcwake -m mem -s 2