Info
Creation Moment: 2025-05-21 @ 23:37
Diary
02-06-2025
Today I have switched on my main PC to ubuntu as well. I assume that I will have an easier time with the knowledge that I already have. One of the things that I have learnt for example is that I will need SSH for git.
21-05-2025
I have created this note today because I have switched to Linux, kinda. I have a new laptop on which I have installed Linux and Windows. But windows is more of a backup :3
Apps that I use
I have installed several apps, from which a few I got from the app center. So that will be the first tab.
App Center
- Bitwarden is my password manager.
- Visual studio code is my default code editor.
- spotify is for listening to music.
- Whatsie is an app for connecting to your Whatsapp.
- gitkraken for advanced git usecases.
Flathub
- Zen is my browser.
- obsidian is the note taking app on which I create these articles :3
- stremio for movies etc.
.deb packages etc.
Terminal installs
- Git is installed with
sudo apt-get install git
. Keep in mind that when you want to clone a Repo on Linux, you’ll apparently not be able to use theHTTPS
method, so I personally chose SSH, butgithub cli
is a thing as well. - Kleopatra & GPG I did also install via Terminal
- gnome-shell-extension-manager for installing Extensions like a clipboard.
- gimp with
sudo apt install gimp
- python with
sudo apt-get install python3.6
- jetbrains toolbox for all the jetbrains tools.
- php but I forgot which commands I had used.
- flameshot is a new screenshot tool, I had to first uninstall the default gnome screenshot tool. and I had an
Wayland
issue that is addressed on the link that I have provided. - .NET for C#
Manual installations
- Synchthing is the software I use to sync files between my devices.