linux:debian:upgrade-system-version
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:debian:upgrade-system-version [2023/08/02 14:08] – oscar | linux:debian:upgrade-system-version [2023/08/06 07:39] (current) – [Add user to sudoers] oscar | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| rsync -aAXz --verbose --itemize-changes --times --recursive --whole-file --delete --links --exclude dev/* --exclude proc/* --exclude sys/* --exclude tmp/* --exclude run/* --exclude mnt/* --exclude media/* --exclude lost+found --exclude var/ | rsync -aAXz --verbose --itemize-changes --times --recursive --whole-file --delete --links --exclude dev/* --exclude proc/* --exclude sys/* --exclude tmp/* --exclude run/* --exclude mnt/* --exclude media/* --exclude lost+found --exclude var/ | ||
| </ | </ | ||
| + | ===== Configure SSD optimizations ===== | ||
| + | [[linux: | ||
| + | ===== Check for Boot and Kernel errors ===== | ||
| + | journalctl | ||
| + | ===== Create tmpfiles.d entries ===== | ||
| + | While creating tmpfs tmp and var directories some subdirectories will not be present after a reboot. Some deamons (e.g. anacron) will fail to start, due to this. To prevent this create entries into / | ||
| + | nano / | ||
| + | | ||
| + | #Type Path Mode UID | ||
| + | d / | ||
| + | |||
| + | Reload the config with: | ||
| + | | ||
| + | systemd-tmpfiles --create | ||
| + | |||
| + | ===== Add user to sudoers ===== | ||
| + | [[linux: | ||
| + | |||
| + | ===== Bluetooth ===== | ||
| + | [[linux: | ||
| + | |||
| + | ===== LightDM customization ===== | ||
| + | [[linux: | ||
| + | |||
| + | ===== Install Applications ===== | ||
| + | apt-get install gimp | ||
| + | apt-get install gparted | ||
| + | apt-get install galculator | ||
| + | kicad | ||
| + | lightDM GTK+ greeter settings | ||
linux/debian/upgrade-system-version.1690985322.txt.gz · Last modified: by oscar
