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

help-circle


  • I am still active at my local scouts troop. I’m not a group leader anymore (not enough time), though I’m responsible for the courses for new group leaders (those that are needed to start being a group leader in my scouts organization). Also I was the main author of our new song book and play guitar for the kids on various camps.

    Besides that I currently try to get politically active with a leftist party here. Though I’m not sure, what I can contribute. We will see.

    What crosses my mind again and again for quite a while now is joining or creating a neighborhood help group. Something to help people locally and tie the neighborhood together. Though I’m unsure on how to start that, find other people that would like to join, and also not sure about my own time constrains. Don’t want to overwork myself with volunteering.



  • While you generally have a point, the year of the linux desktop is not hindered by that. Distributions like Linux Mint, Ubuntu and the like are just as easy to install as Windows, the desktop environments preinstalled on them work very good and the software is more than sufficient for like 70% to 80% of people (not counting anything, that you cannot install with a single click from the app store/software center of the distribution.

    Though Linux is not the default. Windows is paying big time money to be the default. So why would “normal people” switch? Hell, most people will just stop messaging people instead of installing a different messenger on their phone. Installing a different OS on your PC/Notebook is a way bigger step than that.

    So probably we won’t get the “Year of the Linux Desktop”, unless someone outpays Microsoft for quite some time, or unless microsoft and Windows implode by themselves (not likely either)






  • Security noob here. Would it be sufficient (in addition to only local authorized access) to directly put the file in an unprivileged container, watching its log output? And of course limiting resource use and execution time of the container (don’t know if common container tools like docker or podman have a way to limit resources out of the box)

    So lets say a simple interface for the file upload behind an authentication service, based on lets say python cgi, ramping up an unprivileged nonroot docker container, killing the container after a fixed time (a few seconds).