SayCyberOnceMore
- 1 Post
- 14 Comments
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•A single DNS race condition brought AWS to its kneesEnglish
14·4 days agoI’m glad these things happen… it keeps everyone aware that cloud is fragile and Plan B should be considered for mission critical tasks.
I’m also hoping that it will improve cloud resiliency because a complete / partial restart of cloud systems needs a whole different approach than maintaining a running system.
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•A single DNS race condition brought AWS to its kneesEnglish
29·4 days agoAgreed, could be static HTML and a GIF.
Thanks, I won’t click that link.
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•How to start off small with the intent to expandEnglish
4·4 days agoBe prepared to change your mind…
That first install of proxmox / nextcloud / whatever, will be removed and you will setup something else - this is a good thing.
So, you’ll probably want to get onsite backups sorted early… even if that’s just cloning to an external drive first.
IMHO don’t consider a NAS as your server - keep them separate. A cheap ebay PC with a couple of drives is fine.
And, if you’re considering home automation you will want a UPS
I don’t have one (because of that point), so I don’t know…
Presumably the app and doorbell are hardcoded to go to an AWS URL (so it’s “easier” for consumers), but in theory the data’s all on your wifi.
Yeah, was reading about it here too
Ring doorbells, Alexa, ahh… the joys of selfhosting.
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•Lemmy being pinged each midnightEnglish
3·8 days agoAnd when you ping that IP address back, what happens?
Can you trace it?
Maybe setup wireshark and record what happens at that time of night…
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•Immich 2.1 Released with Better Slideshow Shuffle, New NotificationsEnglish
2·9 days agoI run it baremetal, the photos / videos are all on a separate location (so are “Externsl Libraries” in Immich) and are backed up…
As far as the Immich application itself, I’m not currently backing up anything as I’ve been trialing it… but, I’ll aim to backup any configurations, but I’m thinking to maybe ignore any database - it can just relearn everything if I need to do a restore… depends how big that DB is…
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•Looking for recommendation to upgrade my Raspberry Pi-based home serverEnglish
2·13 days agoCheck out https://www.servethehome.com/
They (just him?) did a whole load of SFF / 1 Litre reviews a while ago - it’s probably better (easier) to watch his youtube channel as then you actually get to see what he’s talking about.
He also covers some of those “brandnames” and addresses some differences when they ordered identical devices and compared what was received.
Depending on what your future plans are, some of the newer boxes are multi-NIC multi-Gb devices so you might find something “better” there.
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•What's the best chat to self host?English
2·13 days agoNice breakdown
+1 for including the word “behoove” in your blog
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•What's the best chat to self host?English
111·14 days ago+1 for XMPP
I’m also hoping to self-host Prosidy (when I get a spare evening / weekend), so if you could post your notes that would be good.
There are some good notes on the Arch Wiki if that helps
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•I am attempting to get into Selfhosting after a shockingly frightening experience, but I am very lost.English
0·16 days agoNot really.
I keep my data backups (docs, photos, etc) separate from the OS backups.
So, depending on what you’re using to do the backup, often they can just simulate a restore and just check the backup’s not corrupted. Not really a restore, but at least you know it’s not trash.
If you’ve backed up your data with a simple copy / sync (ie not a “backup” program), then you can restore your data somewhere else (maybe even jist a part of it) and do a compare.
But, yeah, if you’re restoring the OS, then it might be ok restoring it in a VM to check it…
I’m slowly moving towards no OS backups and using Ansible to be able to recreate the system(s) from scratch… of course I need to backup the ansible files too 😉
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•I am attempting to get into Selfhosting after a shockingly frightening experience, but I am very lost.English
2·17 days agoWrite things down
You will break something - and that’s good, it’s the best way to learn - but you’ll want to make a note of what you did / went wrong / how you fixed it.
Future you will still break things and be grateful that you wrote that thing down
You’ll buy something and find next year it was the wrong thing (too small, too large, too old, too new), so just get second hand stuff until you know what you need.
Cabled networks are so much better than wireless, but then you’ll need switches and cables and shelves and stuff… so using today’s wifi is fine, but know where you’re heading.
You need to store you stuff - that’ll be in a NAS
You need something to run services on - that’ll be your server
These might be the same physical metal lump (your 2nd laptop?), they might be separate… play around, break something and work out what feels right for you… and then put your data on there
… and that’ll break too.
Just be aware… if sync files between devices. That’s not a backup. (Consider you’ve deleted / corrupted something - it’s now replicated everywhere)
Having a NAS with 10 drives in a RAID6 array, is not a backup. It’s just really robust against a drive failure, but a deleted file is still a deleted file.
Take a full copy of your data off your system - then restore it somewhere else.
Did it work? If so, that’s a backup.
SayCyberOnceMore@feddit.ukto
Selfhosted@lemmy.world•Another update that no one asked forEnglish
1·23 days agoI replaced NC with Radicale
Hmm, didn’t know about this… I was just using
ddto see if the size was about right.Thanks