Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S

SayCyberOnceMore

@ Cyber @feddit.uk

Posts
24
Comments
954
Joined
3 yr. ago

  • ~/Stuff(1) as well?

  • For a NAS, like, storage on the network, keep it as simple and as reliable as possible,, so avoid Ubuntu and go to the core underlying OS: Debian.

    Then just build up the functionality you need, is SMB, NFS, etc.

    Personally, I went from OMV to a home built NAS, but went with Arch as that's what I use elsewhere (btw), so am comfortable with it, but it's bleeding edge which isn't always the best if some functionality changes when you're not ready for it.

    If you're going for a server running lots of containers, etc, then find whatever the container handler (docker?) is best on... I just put everything on bare metal, so can't advise what's best for containers... probably Debian again...

    But, keep it simple.

  • On your last point, most traffic monitoring is by the apps tracking everyone via Google (etc), not wires under the roads

    So, we'd need a LOT of people to be aware of the benefits of tracking for a specific app / backend before anyone would start using it.

    If we could get at the car tracking data the manufacturers use, that would be a start

  • I came from Nextcloud to syncthing, you're in the right place.

  • Wireshark is the best way as it'll show you exactly what's going on; DNS addresses, traffic type, etc. (But not inside encrypted packets)

    But to do that it (you) need to see all the traffic between the ceiling light and the internet, so if you're on wifi and it's on wifi, that won't work.

    Hopefully your router has the ability to either do a packet capture, or, mirror traffic to a physical port.

  • I have a FP3 and ditched most of the standard apps for anything else from fdroid... that helped me.

    Or was it the firmware you're referring to?

  • ... it's a policy driven hell

  • Yep, I have a Fairphone... it can operate with an unlocked boot loader...

    I'm not an Android developer, but reading more it seems that where I thought the modular kernel would allow patching, it does seem to be a monolithic compiled object.

    So, ok, I could probably dig out the source for AOSP / LineageOS patches, but possibly not for the GKI.

  • I wish we could just download & apply these hotfixes and patches ourselves...

    Surely it's only device drivers that really need to come from the manufacturer?

  • Yeah, Point 1 here is exactly why I moved from Ubuntu to Arch ~10 years ago.

    I was trying to get something working and found that the bug / feature had been fixed ~1 year earlier, but that version wasn't in the repos... I couldn't move forwards.

    With Arch, all is well. And, I'm either reporting new bugs and helping to get things fixed, or I'm updating the wiki with any changes I notice.

  • What's pingmynetwork like to actually use?

    We supply Udemy and CBT Nuggets to our team and they're not enough to pass the exam(s)

    Can someone pass from only that source?

  • Thanks. Not sure why you're getting downvoted for linking to the source with the actual IOCs...

  • To answer your first bit:

    I went owncloud --> nextcloud --> syncthing + radicale.

    Not looked back.

    I run everything through a proxy in my home-built pfsense box.

  • You're doing fine.

    After seeing someone at work burnout, I'll offer this advice:

    Find what you enjoy doing and do nothing more (today). Itch only 1 scratch at a time.

    As an analogy - consider you've moved into a newly built house and have an empty garden. No-one would expect you to create that perfectly first time around. Esp. in 1 weekend. It needs time to grow. Some things will need cutting down, some things will need moving. Animals will crap on it.

    I think you're trying to make it perfect, first time around. Perhaps as a fear of doing it "wrong".

    There is no wrong, it's all a learning experience, doing things good enough for now and improving / breaking things later.

    Ensure you know how to backup your files (3-2-1 rule) and the rest doesn't matter.

    I've re-written my ansible scripts a few times, but over months and years as I've learned what works best for my system.

    For example, I had 1 complete script for each device. I can wipe the device (get it back on the network) and rebuild with no effort...

    ... then I realised that most of the scripts had very similar parts to tweak SSH and other settings, so then I learned how to call scripts from within scripts, which also meant using variables (facts) to work out if this is a 32b or 64b RasPi (for example)

    That probably took 3 months

    But I enjoy sitting in my garden and looking at it...

  • Longterm MythTv user here, watching the discussions

    🍿

  • I want to search for a blog on this now...

  • Not arguing with you, it's just a choice.

    The question was whether Immich had to be executed from within a container system... and it doesn't have to.

  • I guess that's true.

    I'm running it outside of a container and outside a VM... as there's no abstraction layer on top of the underlying OS. Which I guess is inside the bare metal.

    So, Yep.

  • I'm running it bare metal on my NAS.

    No problems, plus I don't have to do extra container stuff.