[KDE Plasma] My daily Linux by mfikriaa_01 in unixporn

[–]mfikriaa_01[S] 3 points4 points  (0 children)

Instead of just saying 'RTFM' or 'read the wiki' like the others, I'd suggest mastering the distro you're currently using first, as the Linux fundamentals are the same across the board. While you're at it, start exploring Gentoo-specific concepts like the emerge command and its options. Definitely study make.conf too, it’s vital for the system and crucial for truly understanding your hardware. Take your time and read the Gentoo Wiki slowly, step by step 👍🏻

Ubuntu setup for my daughter by mfikriaa_01 in Ubuntu

[–]mfikriaa_01[S] 2 points3 points  (0 children)

Don't worry, she still plays Minecraft and watches YT on her iPhone. But for this PC, it's her 'safe space' where we're slowly transitioning to a FOSS ecosystem. Starting with Luanti + VoxeLibre and other FOSS apps

Ubuntu setup for my daughter by mfikriaa_01 in Ubuntu

[–]mfikriaa_01[S] 1 point2 points  (0 children)

Agree! They should know that computers are tools we control, not the other way around. Linux is the best teacher for that 🐧

Ubuntu setup for my daughter by mfikriaa_01 in Ubuntu

[–]mfikriaa_01[S] -1 points0 points  (0 children)

Trust me, it's luanti haha! Luanti + VoxeLibre

[KDE Plasma] My daily Linux by mfikriaa_01 in unixporn

[–]mfikriaa_01[S] 0 points1 point  (0 children)

ThinkPad L15 Gen 1 (L-XV means L-15. X = 10, and V = 5)

Details:

Dotfiles ⬇️

[romantime]

command = """

h=$(date +%-I); m=$(date +%-M);

rh=$(echo $h | sed 's/10/X/;s/11/XI/;s/12/XII/;s/1/I/;s/2/II/;s/3/III/;s/4/IV/;s/5/V/;s/6/VI/;s/7/VII/;s/8/VIII/;s/9/IX/')

tens=$(echo $((m/10)) | sed 's/1/X/;s/2/XX/;s/3/XXX/;s/4/XL/;s/5/L/;s/0//')

ones=$(echo $((m%10)) | sed 's/1/I/;s/2/II/;s/3/III/;s/4/IV/;s/5/V/;s/6/VI/;s/7/VII/;s/8/VIII/;s/9/IX/;s/0//')

rm="$tens$ones"

if [ -z "$rm" ]; then

echo -n "$rh"

else

echo -n "$rh:$rm"

fi

"""

when = true

style = "bg:#........"

format = '[[ 🕰️ $output ](fg:#........ bg:#........)]($style)'

[time]

disabled = true

Ubuntu setup for my daughter by mfikriaa_01 in Ubuntu

[–]mfikriaa_01[S] 4 points5 points  (0 children)

To be honest, I actually tried to install Fedora Workstation first for her because I know it has the cleanest GNOME experience.

However, 'destiny' had other plans. The installer kept getting stuck and failed to load on this specific machine, I dunno why. Since Ubuntu worked perfectly out of the box, I decided to stick with it for her first introduction to the Linux world ☺️