Benutzer-Werkzeuge

Webseiten-Werkzeuge


ubuntu:setup2004

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:

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 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:

Jonas Rathert 2021/11/23 21:09

ubuntu/setup2004.txt · Zuletzt geändert: 2021/11/23 21:11 von jodoc