Most Linux filesystems, being case sensitive, won’t find the SUDO
command.
- 0 Posts
- 208 Comments
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish12·1 month agoI think a lot of companies view their free plan as recruiting/advertising — if you use TailScale personally and have a great experience then you’ll bring in business by advocating for it at work.
Of course it could go either way, and I don’t rely on TailScale (it’s my “backup” VPN to my home network)… we’ll see, I guess.
…are Turing Complete, so what you can do with them is exactly equal.
But they’re only equal in the Turing complete sense, which (iirc) says nothing about performance or timing.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Your help needed: PhD research on why people choose to self-hostEnglish10·2 months agoHopefully you can publish in an open-access journal — if not it would be great if you could share an arXiv preprint :)
Bonus points: use non-qwerty keyboard for added obfuscation (but keep the qwerty key caps of course).
It is really powerful per watt, and has a built-in UPS. Any homelab type things you could do with that? macOS+homebrew will give you a nice *NIX feel, very familiar if you’re a Linux user.
I’m a fan of having a remote homelab computer+disk for off-site storage. This would be a good candidate in that it wouldn’t use excessive power at a friend/family’s place, but may be overkill (I use a pi3 for that).
I’d say it gets a little different with command line utilities — maybe “utility” is the appropriate term here, but I’d call something like
grep
a program, not an application (again — “utility” also works).To be sure,
grep
is extremely powerful, but its scope is limited.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English1572·2 months agoPhysics is like sex: sure, it may give some practical results, but that’s not why we do it.
— Richard P. Feynman
I think the same is true for a lot of folks and self hosting. Sure, having data in our own hands is great, and yes avoiding vendor lock-in is nice. But at the end of the day, it’s nice to have computers seem “fun” again.
At least, that’s my perspective.
qjkxbmwvz@startrek.websiteto Ask Lemmy@lemmy.world•What do movies always get wrong about your job/hobby?1·2 months agodeleted by creator
qjkxbmwvz@startrek.websiteto Ask Lemmy@lemmy.world•What do movies always get wrong about your job/hobby?1·2 months agodeleted by creator
qjkxbmwvz@startrek.websiteto Ask Lemmy@lemmy.world•What do movies always get wrong about your job/hobby?3·2 months agoHobby 1: Ballroom dancing
No I’m pretty sure Strictly Ballroom is a completely accurate portrayal of ballroom dancing.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Selfhosting on old MSI laptopEnglish4·2 months agoWhatever you decide for your laptop, I’m a proponent of a barebones off-site setup if you’re trying for 3-2-1 backup or similar.
I use a raspberry pi 3 with a single HD (ZFS) retaining some number of daily/weekly/monthly snapshots. Daily rsync, everything over WireGuard+VPS (TailScale would work too).
qjkxbmwvz@startrek.websiteto Linux@lemmy.ml•Is it possible to manage Apple devices on Linux?2·2 months agoOthers mentioned virtualization — I have had issues with COW filesystems (btrfs), as COW does not always play nicely with VM drives (extreme fragmentation and very poor performance).
from stdlib.h import cout
Wait this looks wrong, shit…
Anything can use it, but I think by convention it’s used for http on a non-privileged port.
qjkxbmwvz@startrek.websiteto Linux@lemmy.ml•Linux kernel is leaving 486 CPUs behind, only 18 years after the last one made1·2 months agoMaybe there’s some interplay between amd64 and x64 architectures.
AMD64 and x64 are the same thing. Do you mean AMD64 and x86? There is definitely interplay there, as AMD64 implements the x86-32 instruction set.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•3-2-1 Backups: How do you do the 1 offsite backup?English2·2 months agoSame — rsync to a pi 3 with a (single) ZFS drive at family’s house. Retain some daily/weekly/monthly snapshots.
I have a (free) VPS with static IPv4 which is how I connect everything.
Both the VPS and the remote site have limited network speed (I think 50Mbps for VPS), so the initial sync was done sneakernet (well…“airplane net”). Nightly rsync is no problem bandwidth-wise, and is mostly just any new videos I’ve uploaded to my local Immich instance.
It is “backwards” from some other commands — usually you run copy/rsync/link from source to destination, but with tar the destination (tarball) is specified before the source (directory/files).
That, and the flags not needing dashes always just throws me for a loop.
And the icing on the cake is that I don’t use tar for tarring that often, so I lose all muscle memory (untaring a tgz or tar.bz2 is frequent enough that I can usually get that right at least…).
qjkxbmwvz@startrek.websiteto Ask Lemmy@lemmy.world•My dearest Lemmy, what is the appliance you have the most beef with?5·3 months agoI think some commercial TVs might do what you want.
I’ve been happy with the SMLIGHT SLZB-06M. You can easily flash firmware, and it has PoE which was important for me. I believe it also supports Thread, but I haven’t tried this yet (and I’m not sure if it supports it at the same time as Zigbee).
Zigbee smart plugs from Third Reality have been pretty solid in my experience, and they report power usage.
For circuit breaker level monitoring, I have an Emporia Vue2. I have it running esphome, completely local — unfortunately this requires some simple soldering and flashing, so it’s not turnkey. But it’s been rock solid ever since flashing it. (Process is well documented online.)
I’ve had decent luck with cheap wifi Matter bulbs, but provisioning them is finicky, and sometimes they just crap out and need to be power cycled; Zigbee bulbs (e.g., Ikea) have generally been reliable, though sometimes I’ve had difficulty pairing them initially. After power cycling a Matter WiFi bulb, it takes a while for it to respond to Home Assistant; Zigbee bulbs generally respond as soon as you power them on.
I have a wired smart light switch from TP-Link/Kasa (KS205), and it’s been completely hassle free (and totally local — Matter over wifi). The Kasa smart switch dongles I have work flawlessly but need proprietary pairing, and I’m afraid to update firmware in case they lose local support.
Good luck! Fun adventure :)