Yeah it’s still here.
- 0 Posts
- 35 Comments
egonallanon@lemm.eeto
Fediverse@lemmy.world•PSA: Exporting and importing your Lemmy account settings will also include your saved posts and commentsEnglish
9·10 months agoAh good this means I can continue to safely ignore it when I migrate.
You know you can just hold the button down right?
egonallanon@lemm.eeto
Selfhosted@lemmy.world•(Actually Useful) Decentralized Infrastructure/Distributed Computing Projects?English
12·1 year agoThe folding at home folks have been going for a very long time now and that’s contributed a lot to various fields of medicine over the years.
Given you essentially made no money of this would you stick with crypto if you did this again or go with a more altruistic project such as folding@home as that would provide essentially the same heating effect?
I mean since the advent of SSDs I’ve not found the boot times of computers to be all that slow and I typically quite like coming back to a clean desktop on a new day rather than having junk from yesterday being thrown at me.
Ah yeah I forgot about hybrid sleep as I turned if off years ago and forgot it existed. Such a nonsense feature.
The main thing I’m learning from this thread is that a surprising number of people don’t shut their machines down when they’re done using them. Which is wild to me.
Can you mount SMB shares in unprivliged containers? I thought that was blocked.
Can the host itself write to the file share? You can check this by trying to create a file in it via the host’s shell. If it can’t write to it the container won’t be able to either.
egonallanon@lemm.eeto
Privacy@lemmy.ml•Proton is dead (for me). Let's collect and discuss alternatives! ✊🛡
2·1 year ago+1 for keepass. Been using it for years and love it.
Yup I’ve got a box in my mum’s house that all my off site backups go to and it’s a damn site cheaper just to give her some money for the electricity cost of it each month than pay for any cloud service.
egonallanon@lemm.eeto
Selfhosted@lemmy.world•Anyone else here self-hosting on absolutely shit hardware?English
2·1 year agoYou can pry my gen8 hp microserver from my cold, dead hands.
egonallanon@lemm.eeto
linuxmemes@lemmy.world•I like how the title pretends *nix operating systems don't exist
2·1 year agoYou’d be surprised. For medical info a lot of that is going to be sorted in windows servers running as either file or sql servers.
egonallanon@lemm.eeto
Privacy@lemmy.ml•Revolut, McDonald's, and Authy have banned the use of GrapheneOS.
9·1 year agoProbably for the best.
egonallanon@lemm.eeto
Technology@lemmy.ml•Install Docker natively on Android Phone and use it as a Home Server
1·1 year agoIf those are important to you yes but the old desktop route generally means you’ll get access to more powerful chips plus the ability to add more storage and memory.
egonallanon@lemm.eeto
Technology@lemmy.ml•Install Docker natively on Android Phone and use it as a Home Server
2·1 year agoAt a functional level I can’t see any reason why it wouldn’t work. Though my preffered method for that has always been old desktops over phones as it gives a lot more flexibility overall.
egonallanon@lemm.eeto
Technology@lemmy.ml•Install Docker natively on Android Phone and use it as a Home Server
4·1 year agoGenerally speaking I find USB hubs with ports on them work pretty well with android as they’re just relying on the Linux kernel drivers for the USB support.
egonallanon@lemm.eeto
Linux@lemmy.ml•How to set up laptop for corporate usage, so contents can be erased.
69·1 year agoIf the data is sensitive just give them a cheap whatever machine and have them connect to a vdi. That way the data never leaves your estate and means you don’t have to worry as much about the device being lost/stolen. If this isn’t an option I’d strongly recommend looking into an MDM solution for your devices.

Reverse proxies can be useful for hiding your IP if you do something like host it in a VPS and tunnel the traffic back to your self hosted service. There’s also a lot of documentation on attaching things like fail2ban or crowd sec which can be helpful in reducing the threat from attacks. if you’re running lots of services it can reduce the risk of two apps using the same ports as ultimately everything will go through ports 80 and 443 on the public facing side. Finally again if you’re hosting several services having a central place to manage and deal with cert from can save a lot of time rather than having to wrangle it per service/ server.