Myk

u/notsle@kzoo.to
3 posts · 21 comments

Recent posts

Recent comments

@chronicledmonocle @cannedtuna every time i've tried to install Fedora on a 4 year old PC with AMD Ryzen 9 and AMD GPU, either the graphics glitch during the install and i cant do anything, or it locks up on the desktop (both gnome and KDE). I havnt tried it in about 6 months but debian always just works.

Now Im not a intense gamer, I play Factorio and DeeRock Galactic almost exclusively

on Distros i've used: · c/linuxmemes · 0 pts · 33d

@i_love_FFT @frostlytt you quite literally just uncheck Desktop when installing and check ssh server.
Also if you dont set a root password your user gets sudo. if you do set a root password sudo is not installed

on Choose your pill · c/linuxmemes · 6 pts · 167d

@OwOarchist
With bash. All things are possible.
alias cat=schrodinger.sh

#!/usr/bin/env bash set -euo pipefail if (( RANDOM % 2 )); then echo "meow" else command cat "$@" fi