Walkthroughs
Over the course of the last years, I experimented lots of stuff, mainly with computers and affiliated – actually, making this website was such an experiment. Sometimes, a YouTube tutorial or a detailed guide gave me the exact steps to follow in order to succeed, simply and swiftly. Some other times, it was one or multiple obscure forum answers from a decade ago that unexpectedly helped me. And in some occasions... I got completely stuck.
So! Dearest reader, I wouldn't want that to happen to you. Thus, I will try to give some of the help I received from the (almost) all-knowing Internet back, and write about my aforementioned experiments. So, let's walk together on some of the tracks I traced.
Improving Linux
Solving Linux questions
Finding out the current notification daemon
Find out who owns the notification bus (following this link)
dbus-send --session --print-reply --dest=org.freedesktop.DBus / org.freedesktop.DBus.GetConnectionUnixProcessID string:org.freedesktop.Notifications
This will give an integer, the PID (eg
3927). Then:
ps -o 3927
replacing 3927 with your PID. Could probably do this with one line, but eh, if it works it works.
TODO for me: understand the buses and Freedesktop.
Setting up a web server (still unsuccessful)
Easiest way for now : Apache2 on a Raspberry Pi.
Setting up this website
I set up this website using Franklin.jl and Githup Pages. See here for more info!