- 10 Posts
- 142 Comments
just_another_person@lemmy.worldto Linux@lemmy.ml•In 2025 Fedora Silverblue has better plug and play than OSX....35·1 day agoIt’s not Silverblue specific, it’s the Linux Kernel.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•Jellyfin troubles - phone cannot reachEnglish71·1 day agoThat, or your phone is using an overridden DNS server and not your local DNS resolver while on your own network. Common with Android specifically.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•Best tool for creating a basic business websiteEnglish2·2 days agoGhost is meant more for hosting blogs and newsletters, not necessarily an interactive site.
Lots of static site frameworks out there: Hugo, Gatsby, Jekyll - all with their own strengths and weaknesses. Hugo probably has the largest following and template ecosystem, so may be faster to get started. Something a bit different that has some steam behind it is Grav CMS.
just_another_person@lemmy.worldto Linux@lemmy.ml•Newbie to BTRFS- how do I use Timeshift to create backups on another SSD?54·4 days agoExactly. A backup tool makes an entire copy of a filesystem. A time-based snapshot tool only covers the delta of changes to the filesystem.
So if you want a fully functional copy of your filesystem, then you make a full or incremental copy.
If you just want to be able to “rewind” to a point-in-time version of it, then Timeshift or snapshots allow you to do that.
just_another_person@lemmy.worldto Linux@lemmy.ml•Newbie to BTRFS- how do I use Timeshift to create backups on another SSD?44·4 days agoTimeshift is not a backup tool, so it’s meant to run on the filesystem you’ve configured it for. If you ran it across many volumes or targets like RAID, it wouldn’t work as you’d expect because it’s not designed to work that way.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•[SOLVED] How do I run docker compose on Bazzite?English31·4 days agoNo, it’s the difference between your docker service knowing it’s datadir isn’t in /var/lib and not.
Shut down docker. Create a datadir in your writeable mount, change the docker configs to point to the new location, and restart.
Here’s an example: https://linuxconfig.org/how-to-move-docker-s-default-var-lib-docker-to-another-directory-on-ubuntu-debian-linux
just_another_person@lemmy.worldto Linux Gaming@lemmy.world•Intel Arc Graphics B570 & B580 Gaming Performance On Linux For Mid 2025English9·4 days agoI was honestly totally railing against these cards for the first two years they were out. Their performance per-watt is atrocious when compared to AMD, and just general performance is way below where it needs to be in order to contend with Nvidia. However…
They have turned out to be an absolute gem for video production and streaming. So much so that they have an up and coming niche in those spaces, which I was shocked to learn. Though I’m an AMD fan, they are last in this arena, with Nvidia being barely above AMD because of AV1, but these Intel cards are far and away the best tool for these jobs. Zero lag, real-time transcoding that doesn’t tax your system, and the hardware offloading “just works”. If I had a use-case for a batch processing transcoding pool of some sort, I’d use these.
Get in where you fit in, I suppose.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•[SOLVED] How do I run docker compose on Bazzite?English22·4 days agoIt’s an immutable distro, so the regular locations on the filesystem are all read-only. The only way you can do this is making sure you mount separate storage, or use the userspace home mount or whatever they call it. It’s trivial to move the docker dir to wherever, so just do that.
just_another_person@lemmy.worldto Linux@lemmy.ml•App recommendations for CalDAV VJOURNAL?3·5 days agoI don’t think it’s a very well adopted extension on any platform. It kind…feels out of place if you think about it. I did see Davx5 supports it, but I’m literally not seeing anything else.
I’m trying to think how it would be implemented in a simpler way than just using date entries and metadata mapping from an implementation standpoint, and I see no functional differences, so I can’t imagine developers really going out of their way to implement it when there’s already an existing and simpler method of essentially doing the same thing.
just_another_person@lemmy.worldto Linux@lemmy.ml•What SATA (or PCIe+adapter) SSD for a Debian laptop?31·5 days agoSamsung, WD, Seagate, Corsair…etc. Just not a random no-name brand. Poke around the Backblaze stats to get a good idea.
just_another_person@lemmy.worldto Linux@lemmy.ml•What SATA (or PCIe+adapter) SSD for a Debian laptop?111·5 days agoWhatever is a reliable brand that fits in your budget. Since you only have a SATA connection, you’re maxed out at 600MB/s on your transfer rate. Buying a drive with faster benchmarked transfer rates won’t give you any benefits.
just_another_person@lemmy.worldto Linux@lemmy.ml•Cheapest new device that can run linux?61·6 days agoMinisforum Refurb, or an SoC that’s cheaper than RPi
As everyone keeps saying…it’s just not a thing that actual sysadmins or fluent users need. Using ssh configs is essentially the same thing that you’re looking for, but you’re just typing alias hostnames instead of clicking on them. Otherwise absolutely no difference. Not many people are connecting by IP address or anything like that.
If you’re dead set on a GUI for this, I guess you’d be in the minority which is why you’re probably not finding a lot out there.
I think Remmina does this though, and it’s solid as an RDP client otherwise.
ssh config? Not sure what you’re looking for. Like a list of preconfigured connections?
just_another_person@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English62·7 days agoAre you talking about just a straight HTML/CSS static blog, or is it created in a framework of some sort?
Well here’s an easy guide to get started: https://docs.github.com/en/pages/quickstart
just_another_person@lemmy.worldto Linux@lemmy.ml•Massive data backup question: What Linux software do you folks recommend for helping sort out and organize terabytes of files and remove duplicates?32·8 days agoThen rsync is your friend, like so
rsync -avzp /drive1/ /target2/drive1/
That will copy all the files from drive1 to a destination folder in the backup drive called ‘drive1’.
I think parsedmarc is the only active-ish game in town. Most tools like this are going to be hosted SaaS.