• 0 Posts
  • 133 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2024

help-circle

  • HappyTimeHarry@lemm.eetoGames@sh.itjust.works*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    1 year ago

    I pirate about 99% of the games i play until they go on sale for under $20. I dont think $70 for any game is fair, but i make an exception for doom games because they are my absolute favorites.

    For me personally its worth it, but i wouldn’t recommend it at full price to anyone who isnt a hardcore doom fan.



  • I used a cheap temp sensor to link the on of with the temperature further away in the room. Its more useful with space heaters it the winter.

    Running it for 20 mins every hour during daytime is an interesting approach, id think it would be more effecive to do on 10 evey half hour but i suppose its really just a personal preference.

    Have you done any measurements to see how effective it is 20mins every hour compares to every other hour?





  • try opening a shell with ’ docker exec -it searxng sh" and see if you can cat the file from inside docker, if yes then I’m not sure of a solution ,if no then the problem is with permissions on your filesystem outside of docker where you have " - ./data/searxng:/etc/searxng" You need to go to ./data/searxng and correct the permissions so they can be read inside the docker.






  • I tried it about a week ago but since i have zero interest in alternatives to systemd or gui tools I find its easy to just install something that uses the things i want by default.

    If you enjoy having that extea option and managing it with gui tools then im glad mx works for you, but it seems overcomplicated with no practical benefit to me.

    What can sysv do that systemd cant anyway?



  • Mx linux is a bad chioce if you cant answer this yourself because its going to differ from most other debian distros. You probably want to use normal debian or linux mint if you are still learning.

    To answer anyway; youll want to install lighttpd or similar server using apt, then firgure out the differences between sysvinit and systemd so you can properly configure the server to start.

    If you just use debian instead, “sudo apt install lighttpd” would be enough to get everything started.