Thank you 🙂
Immich on its own looks good, but if I set it up, I think I’ll definitely install lightGallery to go with it 🙂
Thank you 🙂
Immich on its own looks good, but if I set it up, I think I’ll definitely install lightGallery to go with it 🙂
You can see [a live demo here](https://immich-demo.note.sx/share/ffSw63qnIYMtpmg0RNvOui0Dpio7BbxsObjvH8YZaobIjIAzl5n7zTX5d6EDHdOYEvo), which is serving a gallery straight out of my own Immich instance.
Sorry, off topic, but is this what Immich looks like out of the box, or have you used any other plugins?
Immich Public Proxy looks like exactly what I want for my family photos, but I haven’t looked into Immich yet. The demo looks beautiful, and is simple enough for the grandparents to use 🙂
No problem, hope you all enjoy your gaming 🙂
I’ve found codes for the family pass on legit key selling sites for around the same price as an individual key, so it’s worth checking before you buy 👍
I’ve just checked the boxes, and Minecraft, Super Mario Bros. U Deluxe, and Mario Kart Deluxe 8 all support one player on the Switch Lite, up to four through the TV, and up to four on the non lite Switch 👍
This is excellent advice 🙂
The only part I might disagree with is this:
Get Switch Lites for anyone who REALLY needs to be playing something else independently when the TV/“main” Switch is in use
Obviously only if the budget allows, but if your kids are at the age where they’ll take their Switch when they visit friends or family, then the version with detachable controllers is probably better.
The Switch has a built in kick stand, and some games, like Mario Kart, let you disconnect the controllers and have one each for a two player game. It’s handy for keeping the kids quiet for a bit, and you don’t need to carry loads of stuff.
If the kids regularly go somewhere, like your parents perhaps, you can buy an extra dock to plug into the TV there, and the non lite Switch can use it in exactly the same way as the one at home. There’s nothing special about the dock, it essentially just connects the Switch to the TV.
It’s a great little console with some fun, if sometimes expensive games. I play mine probably as much as my kid plays theirs 🙂
Yeah, this is how I understand it too. From the end user’s point of view, there’s just one wifi network throughout the building or property. It doesn’t matter if there’s a cable running between the access points, that’s all invisible to the user.
Mid 90s is 94 to 96, not most of the decade. Most people don’t start reading as soon as they’re born, they usually wait a few years ;)
As I already said though I knew a few people who were in their teens in the mid 90s who were using computers to learn to read. They were my age, and are in their mid 40s now.
I can’t speak for anywhere else, but in my little corner of Wales, we didn’t have computers in junior school (the school we attended until we were 11), and there were no computers in our classrooms in the comprehensive school (11 to 15 or 18, depending on whether you did your A levels). There was a computer class, and a handful of computers in the school library. The kids who were missed by the teachers and who were found to not be able to read were given extra lessons to learn.
I doubt that OP was in a situation like that, but it’s not overly unlikely.
1994 was 30 years ago. They’re likely to be in their mid 30s to mid 40s, depending on why they used the computer.
In my school the kids who had trouble reading in their teens had additional lessons on the computer to help their reading, and the rest of us had occasional reading lessons on the computer when we were about ten years younger. This was the 80s and 90s in the UK
Sorry, I forgot to reply sooner >.<
I’ve been trying to get my head around this and also looking into Docker containers with Gluetun, as that looks a bit easier to start with. I think for the moment I’m going to go down the Docker route, and at least get the bulk of the programs separated, and give myself some breathing space to learn a bit more.
Docker isn’t ideal, as not everything has a Docker version, but the main programs that I originally mentioned do, and it will let me open the Minecraft servers to the kids in the extended family, especially as it’s getting colder and darker here.
I just want to say thank you to you, @jet@hackertalks.com, @lungdart@lemmy.ca, and everyone else who’s helped :)
I’m not giving up on this, I’m just going a bit more towards the basics and learning to walk before I try to run. This switching from Windows malarkey is hard work! ;)
Thanks for replying :)
I think I’m getting it, but my brain is definitely pickled at this point :D
I’ve also found this post and a Stack Exchange thread to go with it, and it’s sinking in slowly
https://schnouki.net/post/2014/openvpn-for-a-single-application-on-linux/
I need to go to bed for the night though, I’ve just realised that it’s gone 3 am :o
Thank you :)
The reply from @jet@hackertalks.com below lead me to the man page for ip netns here:
https://manpages.ubuntu.com/manpages/trusty/man8/ip-netns.8.html
As far as I understand it, I could run programs like this:
ip netns exec vpn ~/qbittorrent/start.sh
ip netns exec clear ~/minecraft/start.sh
but I can’t figure out how to get the VPN to only run under the namespace. When I run it now, it reroutes all connections through it. I’ve got an OpenVPN connection that I’ve set one of my network connections to connect to automatically, but it doesn’t seem to make a difference. As soon as I connect the VPN, everything goes through it.
I’m still reading though, so hopefully I’ll figure it out :)
Apologies for the slow reply :)
These are the things that I don’t understand. When you say I need to specify the destinations, does that mean the destination of the traffic, like lemmy.dbzer0.com, or the destination network interface like tun0 or enp2s0?
I’m searching for split tunnel VPN, but the majority of results are either sales sites, or Stack Overflow with no confirmed answers.
I’ve been having a bit more luck with this page after searching for Jet’s answer below:
https://manpages.ubuntu.com/manpages/trusty/man8/ip-netns.8.html
but I’m still confused >.<
Not if it stops my head from exploding :D
Apologies for the slow reply :)
I’m reading up on this at the moment. If I’m understanding it correctly, I would run that command to launch a program, but could I use it for something that launches at startup?
My Minecraft and Qbittorrent instances start automatically, so could I change them to something like
ip netns exec vpn ~/qbittorrent/start.sh
ip netns exec clear ~/minecraft/start.sh
or change the application’s autostart Command box to ip netns exec vpn qbittorrent %U if the current entry is just qbittorrent %U
Do these make sense?
If you’re on a time crunch, go ahead and use network namespaces under network manager to set up something like what you want as another user suggested.
I’d love to, but I have no idea how >.< :D
I have a vague idea of what they are and what they do, but everything I’ve found assumes a level of understanding that I don’t have yet. I’ve found this man page from searcing an example posted in another reply, and it’s helped, but I’m still confused :)
https://manpages.ubuntu.com/manpages/trusty/man8/ip-netns.8.html
Apologies for the slow reply :)
To clarify, I’m happy with using either, if my network traffic is split. Ideally I want to switch a lot of my programs to containers at some point, then switch to a better server OS. In the meantime though, I just want to get everything working together.
Qbittorrent has to be behind the VPN, and that’s stopping my Minecraft servers from connecting to the outside world. If there’s a way to force Qbittorrent to be behind the VPN while leaving a non VPN connection open, I’m happy to use it. I only mentioned Gluetun because I’ve heard of it, and I know that it’s for keeping containers behind a VPN. I thought it might be the answer here :)
I just pulled my back and broke my hips reading this, it made me feel so old 👴🏻
Either that, or the page says that it’s been updated in the last month, but the content is about how to connect to the World Wide Web ‘(WWW)’ with a free AOL floppy disc
Thanks 🙂