# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 13
# self = https://watcher.sour.is/conv/eb42rca
@ionores Wow! 16 steps?! 😳 Man is Linux on Desktop still this involved? 😂
@ionores Wow! 16 steps?! 😳 Man is Linux on Desktop still this involved? 😂
@prologic Not generally. Void Linux, which I'm using on this very laptop I'm typing from actually, is more akin to Arch Linux and is deliberately very hands-on. I haven't used the likes of Ubuntu in a very long time but I think those installers are a largely just a few clicks in a guided installer.
@eldersnake Oh well *phew* I guess 😆 -- I've only ever used CRUX primarily on Desktop in the past -- Which is defiantly all manual, but nowhere near as insane as Gentio 😂
@eldersnake Oh well *phew* I guess 😆 -- I've only ever used CRUX primarily on Desktop in the past -- Which is defiantly all manual, but nowhere near as insane as Gentio 😂
@eldersnake installed Ubuntu Desktop on my Surface Go very recently and I can say that the worst part was getting the Go to a state it could flash via the BIOS. Actual install took no time at all
@screem Void is my favorite distro atm.
The saying goes that any chicken can install Debian. Just place the seeds on the Enter key.
I've used the following for the past couple of years...
**Fedora Everything ISO w/ minimal GNOME**
Select "Minimal Install"
Select "Common Network Manager Modules" for WiFi
Install - Reboot - Login as root
_(install rpmfusion)_
dnf install linux-firmware gnome-shell gdm gnome-terminal nautilus eog gnome-disk-utility firefox telegram-desktop
dnf remove gnome-tour
echo "excludepkgs=gnome-tour" >> /etc/dnf/dnf.conf
systemctl enable gdm.service
systemctl set-default graphical.target
Reboot!
I've used the following for years...
**Fedora Everything ISO w/ minimal GNOME**
Select "Minimal Install"
Select "Common Network Manager Modules" for WiFi
Install - Reboot - Login as root
Install rpmfusion
dnf install linux-firmware gnome-shell gdm gnome-terminal nautilus eog gnome-disk-utility firefox telegram-desktop && dnf remove gnome-tour && echo "excludepkgs=gnome-tour" >> /etc/dnf/dnf.conf && systemctl enable gdm.service && systemctl set-default graphical.target
Reboot!