====== Ubuntu 20.04 setup ====== There are thousands of things to do, namely configuring all the software that you need to run on your computer. Of course, that varies depending on your use case and cannot be fully described here - check the respective sections on software configuration. Also, there are hundreds of lists available in the internet, just use the appropriate google search: https://www.google.com/search?q=things+to+do+after+ubuntu+20.04+installation I liked these: * https://www.tecmint.com/things-to-do-after-installing-ubuntu-20-04/ * https://www.omgubuntu.co.uk/2020/04/things-to-do-after-installing-ubuntu * https://itsfoss.com/things-to-do-after-installing-ubuntu-20-04/ * https://averagelinuxuser.com/after-installing-ubuntu-20-04/ Besides that, there are a few things I always do: * Upgrade: ''sudo apt update && sudo apt upgrade'' * Install some media extras: ''sudo apt install ubuntu-restricted-extras'' * Install google [[ubuntu:chrome]] * Install gnome-tweaks: ''sudo apt install gnome-tweaks'' * Install gnome-extensions: ''sudo apt install gnome-shell-extensions'' * Install gnome extensions for your browser: ''sudo apt install chrome-gnome-shell'' * List installed extensions: ''ls -l ~/.local/share/gnome-shell/extensions/'' Relevant/interesting gnome-extensions: * [[CPUFreq (Kontor)|https://extensions.gnome.org/extension/1082/cpufreq/]] * [[Put Windows|https://extensions.gnome.org/extension/39/put-windows/]] * [[Sound Outout Device Chooser|https://extensions.gnome.org/extension/906/sound-output-device-chooser/]] --- //[[jrt@gmx.de|Jonas Rathert]] 2021/11/23 21:09//