• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle



  • There’s no less than two GUI for that setting, because the two devs got mad at each other and forked it. Only one GUI actually work, but it’s not the one that your distro ships with. Once you manage to compile the right GUI, you’ll find that in your version, because you didn’t get the optional libs from an obscure Russian website that’s been static since 2007, it only works if you run it right after killing the screensaver timing process. Otherwise you have to edit an undocumented .config file, and do it everytime you reboot your system… Unless you remember that there’s a special variant of vi to edit the screensaver config file.

    /s

    I love Linux, but sometimes I don’t feel the love go both ways.





  • #include <iostream> // because writing to the console is not included by default.
    int main()
    {
    std::cout << "C++ is simple and fun ... you cretin\n";
    return 0;
    }

    I had a machine language course in uni, parallel with a C++ course. Not a fun semester to be my wife, or a relative of any of my classmates. Best case our brains were in C++ mode, worst case you needed an assembler to understand us.

    And yes I know my code format will piss people off, I don’t care, it’s the way I write when other less informed people don’t force me to conform to their BS “Teh oPeNiNg bracket shouwd bwee on teh sam line ass teh declawation

    Edit: added a \n for the sake of pedantry :)


  • Why not just stick to what we’ve always been doing?

    1. wget something.tar.gz
    2. tar something.tar.gz
    3. man tar
    4. tar xzf something.tar.gz
    5. cd something
    6. ls -al
    7. ./config.sh
    8. chmod +x config.sh
    9. ./config.sh
    10. make config
    11. Try to figure out where to get some obscure dependency, with the right version number. Discover that the last depency was hosted on the dev’s website that the dev self-hosted when it went belly up 5 years ago. Finally find the lib on some weird site with a TLD you could have sworn wasn’t even in latin characters.
    12. make config
    13. make
    14. Go for coffee
    15. make install
    16. SU root
    17. make install