Configuration

Set the terminal language to English

Add the following lines to your .profile:

export LANG="en_US.UTF-8"
export LANGUAGE="en_US:"

Enable Minimize on click in Ubuntu dock

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

Softwares

Mullvad: https://mullvad.net/en/download/linux/

sudo apt install MullvadVPN-2022.2_amd64.deb

Visual Studio code: https://code.visualstudio.com/

sudo apt install code_1.69.2-1658162013_amd64.deb

Mega: https://mega.io/desktop

sudo apt install megasync-xUbuntu_22.04_amd64.deb

Enpass: https://www.enpass.io/support/kb/general/how-to-install-enpass-on-linux/

sudo -i
echo "deb https://apt.enpass.io/ stable main" > /etc/apt/sources.list.d/enpass.list
wget -O - https://apt.enpass.io/keys/enpass-linux.key | tee /etc/apt/trusted.gpg.d/enpass.asc
apt-get update
apt-get install enpass
exit

Spotify: https://www.spotify.com/us/download/linux/

snap install spotify
# OR
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client

If you get the problem where Spotify is running in fullscreen mode without being able to access the exit/minimize icons, in the launcher /usr/share/applications/spotify.desktop you can edit the line Exec:

From:

Exec=spotify %U

To:

Exec=sh -c 'sed -i "/\b\(app.window.position\)\b/d" -- $HOME/.config/spotify/prefs ; spotify %U'

(source: https://askubuntu.com/questions/1200000/cannot-exit-fullscreen-on-spotify & https://askubuntu.com/questions/60379/how-to-combine-two-commands-as-a-launcher)

Geany

sudo apt-get install geany

Git

sudo apt-get install git

Miniconda: https://docs.conda.io/en/latest/miniconda.html

bash Miniconda3-latest-Linux-x86_64.sh

Filezilla

sudo apt install filezilla

Inkscape: https://inkscape.org/

sudo apt install inkscape

PDFtk

sudo snap install pdftk
# OR
sudo apt-get install pdftk-java

ImageMagick

sudo apt install imagemagick

Draw.io

Download latest DEB package at: https://github.com/jgraph/drawio-desktop/releases/

Then run:

sudo apt install drawio-amd64-20.3.0.deb