Born 1983, He/him, Danish AuDD introvert that’s surfed the internet since he was a tween.

  • 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • The Asus EeePC 1000H that I bought back in 2009 is a 10 inch monitor netbook. 160 GB HDD because I didn’t go with SSD, only came with 1 GB of RAM and cruicially was offered in both Windows XP and Linux flavor which was a bit niche at the time.
    Its 32-bit single core (hyperthreading) atom processor is very slow at 1.6GHz, but it can still be used with antiX for my usecase.
    If you manage to get hold of one of these old dinosaurs, I’d probably opt for an SSD solution, that’s a pretty big bottleneck.





  • RedSnt@feddit.dktolinuxmemes@lemmy.worldIt broke again
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    9 days ago

    The good thing about an nvidia driver update is that it forces you to take a backup. And hey, I figured out how apt-file works just so I could figure out where the nvidia driver put nvidia-settings (as it forgot to put it somewhere $path could find it, and no .desktop files were made).





  • I don’t mind using the terminal, but how the fuck am I going to remember something like kwriteconfig6 --file startkderc --group General --key systemdBoot false? (In fact, there aren’t even man pages for that command). Like the scribbles of a mad man I’ve had to put down commands like that in a sort of personal instructions manual, because ain’t no way I’ll remember these commands by heart.
    And you often end up just saving the most used commands as aliases or functions in the .bashrc meaning you don’t retain the syntax for the commands you use. Well, maybe I’m a unique case of fish memory… The thing about humans is that we greatly rely on our vision, and having GUI’s to show what’s possible greatly improve ones understanding of how to manage it going forward.






  • I switched to linux a little over a year ago and went with MX Linux because they have great GUI tools for windows refugees like myself, and because they don’t like systemd over there they use cron jobs. Now, having switched to Nobara I’ve just installed both SystemD Pilot here, but also found KCron, a KDE Cron configuration module which allows for the same functionality as what I’m used to.
    If I just want to setup a “when system starts” daemon, is there really any difference in using one over the other? I guess it’s possible to shut down services more gracefully?

    In any case, great job on this utility.