I once was fixing someones computer booting with Bluescreen, because Windows 7 thought it found newer drivers for USB 3.1, and those newer were causing BSOD
Szwendacz
- 0 Posts
- 15 Comments
modern anti cheats work under linux right now, from what I know
Szwendacz@kbin.maciej.cloudto Memes@lemmy.ml•YOUR GREED IS HURTING US ALL, YOU COMMIES!1716·2 years agoLul, leftist memes are getting really cringe, is this facebook?
Szwendacz@kbin.maciej.cloudto Selfhosted@lemmy.world•Are there any downsides / risks of selfhosting a tor snowflake instance?1·2 years agoThat probably depends on your vps provider (if using vps). Hosting exit node at home is clearly a bad idea.
Check this (mind that this not have to fresh enough): https://community.torproject.org/relay/community-resources/good-bad-isps/
Any example instance? thier demo instance is down or something.
Szwendacz@kbin.maciej.cloudto Selfhosted@lemmy.world•If you have spare computing power, consider donating some of that to a distributed computing project32·2 years agoYeah, currently it is bad time for computing power donations.
Szwendacz@kbin.maciej.cloudto Selfhosted@lemmy.world•What do you use to document your home lab?1·2 years agoI think I need to do something similar with my cloud. It seem good both for organizing my cloud and for plain visual organizing training.
Szwendacz@kbin.maciej.cloudto Selfhosted@lemmy.world•What do you use to document your home lab?5·2 years agoMy config files are my documentation, but what is not suitable to be written in config files I write in selfhosted BookStack
Szwendacz@kbin.maciej.cloudto Selfhosted@lemmy.world•A few questions about selfhosting from a newbie21·2 years agoI would not recommend docker-compose for a begginer. As first, one should learn basics, then optionally switch to docker-compose to automate stuff he already know. Also bind mount volumes are a better solution for long term storage than default volumes, since docker will never delete those, and their path in host system is configurable.
Szwendacz@kbin.maciej.cloudto Selfhosted@lemmy.world•A few questions about selfhosting from a newbie1·2 years agoTechnically any connection made from inside your local network can expose it to the outside world for someone outside. Browsing web, some nasty js and here you go.
I personally have some stuff hosted on my home hardware, cant share details obviously, but even the ip address of those services is not my home ip address. Also extensive use of rootless containers and other cool stuff is making me want to keep things like that.
Szwendacz@kbin.maciej.cloudto Linux@kbin.social•While NixOS looks interesting, it seems like a security flaw to store the functions of the OS in a single file. Your thoughts?1·2 years agoA living proof how apt can be dangerous.
Szwendacz@kbin.maciej.cloudto Linux@kbin.social•While NixOS looks interesting, it seems like a security flaw to store the functions of the OS in a single file. Your thoughts?0·2 years agoDon’t even try installing steam or you loose all your gpu drivers and stuff.
Szwendacz@kbin.maciej.cloudto Linux@kbin.social•While NixOS looks interesting, it seems like a security flaw to store the functions of the OS in a single file. Your thoughts?8·2 years agousing apt for managing all system packages seem like a security flaw. If it get corrupted or run badly, whole OS can be destroyed.
Nextcloud is reall nice but if you are using many of its functions,. For just calendar it seem a bit to heavy, isn’t it?