• 7 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle







  • If you want to use Linux without the terminal nowadays it’s pretty easy. But also I think the fear of the terminal is part of the culture that consumer electronics have cultivated where people don’t know (or want to know) how their systems work.

    If you take the time to use it, not only can you save yourself time, but also learn a lot more about how you can fix things when they go wrong! That kind of knowledge gives you so much more ownership of your system, because you don’t have to rely on your manufacturer to solve problems for you.

    Same for Mac and Windows too, the terminal is something that shouldn’t be necessary, but when it is it helps to know what you’re doing. :)





  • TLDR it’s a Debian/Linux image that comes preconfigured for raspberry pis and other small single board computers.


    Firstly, it’s quite minimal for a “full featured” Linux distro, reducing RAM and CPU usage which are usually in high demand on SBCs. But it also doesn’t remove stuff that a typical linux user needs, so no weird configuration to get your regular suite of apps running.

    Secondly, it has a library of utilities for managing your computer from the command line. Such as common raspberry pi configuration, setting up and managing cron jobs, services, DDNS, VPNs, disks, etc.

    Thirdly, it has its own “repository” of applications, which are really just regular Debian packages but with extra scripts to configure said software for the typical user. Stuff like, installing and configuring a database, webserver, python, php are all done alongside your software setup, and it “just works”.


    It’s usually used for hosting services like Plex, Jellyfin, Nextcloud, and other utilities with minimal effort but it’s really just like any other Linux and you can do whatever you like to it.

    dietpi.com if you wanna read about it from the devs



  • I’ve been using wayland on my laptop somce the new year and beyond some driver issues that were purely on AMD’s side (and not entirely Wayland exclusive either) I’ve had no problems.

    Stuff like application scaling works so much nicer on Wayland, and X11 just wasn’t very stable when handling fullscreen games to the point where I’d set games to borderless or even windowed mode to stop it crapping out on alt-tab