Updated mine, but, realistically, I don’t think most of us are directly exposing our VaultWarden instances to the internet … I can’t imagine I’m all that weird by only exposing it over VPN for remote use.
- 0 Posts
- 44 Comments
TVA@thebrainbin.orgto
Technology@lemmy.world•Parents opt kids out of school laptops, ask for pen-and-paper
33·5 months agoExecs know teachers are doing it because of internal drive to teach and not for the pay and they take advantage of it in absolutely every way they can.
If teachers want useful posters on the wall, gotta pay for it. If teachers want students to not have to share a worksheet 3:1, teachers will pay for it. It’s incredible not only how much they do for free, but how much they pay out of pocket for the “privilege”
TVA@thebrainbin.orgto
Linux@lemmy.ml•Pros and cons on - and alternatives to - running three separate servers on one single Linux instance using systemd-nspawn
2·6 months agoSorry, not 100% sure what you mean “converting its spec”
If you mean take an existing docker and move it to a standard installation, that would depend on what all is needed. Some installations include a ton of other dockers with databases and such and you’d basically need to move them all independently and ensure the programs talk to each other properly.
For others, it’s be as simple as making sure the contents of your original docker data folder is in the right place when you launch the app and you’re done.
TVA@thebrainbin.orgto
Linux@lemmy.ml•Pros and cons on - and alternatives to - running three separate servers on one single Linux instance using systemd-nspawn
2·6 months agoUnless you’re downloading a prebuilt LXC, you’d still have to do all the manual install yourself.
If you do download a prebuilt one, then you’ll need to do the updating yourself, like you would a normal application, including ensuring you keep dependencies up to date and all that.
Both have their pros and cons and I use each depending on what I’m doing (and basically all of my dockers are running in their own LXC containers, which I find to be the best of both worlds).
FWIW, I don’t download any prebuilt LXC anymore other than the base ‘Ubuntu’ or ‘Debian’ ones … the ones in ProxMox that have the prebuilt apps were a pain to update for me, especially since I had no idea how they were actually installed and most of the times they didn’t have package manager installations or curl installed and it was just way more trouble than it was worth.
ProxMox does now have a built in containerized docker implementation that will use an LXC and you can just provide it the docker package details, but, it’s still in beta and I don’t know that it’s ready to be depended on yet.
Is this you? If so, my wife wonders what camera and software you used!
TVA@thebrainbin.orgto
Technology@lemmy.world•Samsung to halt SATA SSD production, leaker warns of up to 18 months of SSD price pressure, worse than Micron ending consumer RAM
11·7 months agoRight‽ I don’t think anyone expected spinners to outlast SATA SSDs!
TVA@thebrainbin.orgto
Fediverse@lemmy.world•How many instances have you been orphaned from?
2·8 months agoSame for me, looks like us diverging for the third one saved it :-D
TVA@thebrainbin.orgto
Selfhosted@lemmy.world•Using Fail2ban to protect exposed services
3·8 months agoYeah, I had a overall bad experience with everything being buggy and then even devices that weren’t connected to tailscale would start trying to ping the tailnet address instead of the local (wasn’t using their funky bridge subnets feature or whatever it’s called, so I don’t know why it would happen).
Their magicDNS is cool in theory but caused me nothing but problems. Once I turned off their DNS and set up my own DNS server for it though, it’s gotten to basically be as seamless as they claim it’s supposed to be from the start. I’m no longer having any issues with it at all.
TVA@thebrainbin.orgto
Linux@lemmy.ml•what debian compatible IRC client should I use now that hexchat is dead?
1·10 months agoI use Weechat with Glowing Bear as a webui frontend for it, which is pretty convenient.
TVA@thebrainbin.orgto
Selfhosted@lemmy.world•Selfhosting Sunday - What's up to date, selfhosters?
2·11 months agoI just followed their instructions and on 2 of the nodes in my cluster, I migrated all VMs/LXCs off and then did the upgrade and they went through without a hitch. For the last one, I just YOLO’d it and powered off the VMs/LXCs and upgraded it and it also went through without a hitch.
One thing I did find interesting was the systemd-boot packages needed to be removed and were on 2/3 of the machines. I basically intentionally keep their config as close to identical as possible, so I have no clue why it was only needed on 2 of them.
TVA@thebrainbin.orgto
You Should Know@lemmy.world•YSK: Upvotes and downvotes are public information on Lemmy
11·1 year agodeleted by creator
One of the nice things about ProxMox is that you can also set up a cluster. When OP outgrows it, they can just add a new machine to the cluster and just migrate some VMs over to it.
TVA@thebrainbin.orgto
Selfhosted@lemmy.world•My reason for wanting HomeAssistant and a locked down VLAN...
1·1 year agoThe security here is the WiFi password anything that connects to LAN gets a LAN vlan tag. but it’s not like anything that connects to any of the SSIDs can get the DHCP lease of some random device on any vlan cuz it got tagged before. Or am I missing something?
That sounds accurate. I have all my devices assigned a specific IP address, based on their MAC address, but that’s only per-interface. The other interfaces aren’t aware of my assignments for each other.
If I connect my phone to my LAN SSID, it’ll get its assigned IP, but if I connect it to the NOT [network of things, no internet access] SSID, it’ll get assigned a new address out of the DHCP pool because I haven’t assigned it an IP on that interface, until I assign it an IP. But, which VLAN it’s connected to will determine which IP its getting, and it still requires me to know the passwords for each SSID.
I believe where you’re getting confused is that a some businesses (or homelabs) might use a RADIUS server which will be more like this: ONE_SINGLE_SSID-Broadcast -> Device connects -> RADIUS Server detects account/certificate/MAC -> RADIUS Server assigns interface -> Device connects to VLAN the RADIUS server granted it access to
So, in that scenario, if the ONLY thing that’s being used to validate the access is the devices MAC address, just changing the MAC address will effectively grant a completely different level of access with nothing else changing. Most people in a homelab (and even plenty of larger businesses) aren’t running the infrastructure to do this though, they’re just effectively connecting a VLAN to a port and then that port can only be used to connect to that VLAN. They’re doing the same with the WiFi SSIDs where each SSID connects directly to the VLAN.
Usually though, for places that are implementing the RADIUS server, they’ll also install a certificate on their devices and the certificate needs to be in place in order to get certain access otherwise the RADIUS server will authorize less permissive access or just won’t allow access at all. Or, it’ll also need a user to log in to gain additional access.
For wired, the company may also implement port locking where the port will only allow a certain amount of MAC addresses to connect (presumably one unless there is also a VOICE VLAN with a phone being used, in which case it’d be two) where if you change your MAC address (or connect a different device), the port will lock and won’t power POE devices and won’t allow connectivity until an admin clears the lock. It’s possible that they may have multiple VLANs allowed on the port and client side you can change VLANs, but, this isn’t typically done on all ports, usually only on trusted ports or ports that need the multiple VLANs (my VM server for instance has access to a port that’ll allow multiple VLANs and I just enter the tag I need when I create the VM). This would be similar to your WiFi scenario, the port with the WAP connected to it will have access to multiple VLANs and then those WLANs just connect to the VLAN that they’re assigned to.
TL;DR - Typically one wireless SSID connects to one VLAN and if you want to jump to the other VLAN you’d need to connect to the other SSID, so you still have the individual passwords protecting you. On wired, typically VLANs are assigned per port and you can’t jump between then, but where they aren’t, it should be in a planned way and not just every port having access to every VLAN. Bad implementations exist though, so, anything is possible.
TVA@thebrainbin.orgto
Asklemmy@lemmy.ml•Do gamers actually like the look of gaming computers and accessories?
1·1 year agoI haven’t bought anything pre-built besides an Alienware laptop a decade or so ago, so, I have absolutely no idea what OP is talking about with:
- crystal-facet enclosures
- overall showiness
My cases are clean and I guess you could see the font on the video card if you looked into the case, but, the RGB just shines out and you don’t really have a reason to look in. The other two gaming systems I have in the house, I disabled the RGB and again, I’m not looking into the case frequently, so I don’t know that tacky fonts even register on my radar.
Keyboards/mice - again, RGB is all that’s really noticeable and that can almost always be turned off.
So, my guess is people don’t care for OPs prompt, but it kicked off their desire to talk about the only bit that is actually noticeable and that’s the RGB, if they didn’t disable it.
ETA: And that’s assuming people actually read the whole two sentences that OP wrote and didn’t just stop at the title.
VMs can also be live migrated to another server in the cluster with no downtime and backups don’t need to take the VM down to do their thing. If in the future you want to move to physical hardware, you can use something like Clonezilla to back it up (not needed often, but still, something to consider).
Both have their places, but those factors are the main ones that come into play of when I want to use a VM or LXC.
TVA@thebrainbin.orgto
Technology@lemmy.world•Salt Lake City, plans to implement AI-assisted 911 call triaging to handle ~30% of about 450K non-emergency calls per year
10·1 year agoTo make it worse, it’ll quickly get figured out and people will be calling in “oh my God! he’s trying to kill me”, get transferred to a person and be like “so, it’s 3pm in a Saturday and my neighbors are playing their music too loud!”
TVA@thebrainbin.orgto
Technology@lemmy.world•Call Centers Replaced Many Doctors’ Receptionists. Now, AI Is Coming for Call Centers.
81·1 year agoI called Comcast and it was horrible
human, operator, GET HUMAN, person, technician, for fucks sake! Bomb? Give me a fucking human!
Nope, nothin, mashing 0 on the keypad also did nothing.
TVA@thebrainbin.orgto
Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!
2·1 year agoSorry, I didn’t mean to insinuate you were being insulting!
“Don’t feel crazy/bad/dumb, I’ve had the same thing happen to me!” is a pretty common phrasing in my region to show sympathy and understanding and I thought that’s what you had meant (and it sounds like for your area, ‘pregnant’ serves the same general purpose!).
TVA@thebrainbin.orgto
Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!
2·1 year agoIt’s always crazy how that happens sometimes and after weeks of banging your head, everything just ‘clicks’ when you’re exposed to the information in the way that works best for you!
Dude, don’t feel pregnant.
Context clues, I assumed this autocorrect was some variation of crazy/bad/dumb? :-D

$500 USD -> $400 USD for those of you that don’t want to click.