Best I can tell post blur, those posts are marked NSFW. You can choose to hide those posts. Assuming you’re signed in anyway, I’m not familiar enough with that interface to tell.
Best I can tell post blur, those posts are marked NSFW. You can choose to hide those posts. Assuming you’re signed in anyway, I’m not familiar enough with that interface to tell.
Or unix beard. Though perhaps not as tidy, stereotypically.
That would suck if so since I obviously utilize it heavily but this doesn’t seem to be the case? Latest release was just a month ago and their github repo is active.
Jellyfin/Plex like many have mentioned.
I personally like Syncthing for petty much everything else. For general file syncing of course. But also with Joplin pointed to a synced directory for notes. With keepass as a password vault. With synced config directories for some apps across devices like newsboat for RSS, and neomutt for email. I also used to use it with rtorrent via a watch directory, though I currently am using a seedbox for that purpose.
VPN (openvpn/wireguard) is a good idea if you want to access your services outside your local network, without exposing them all globally.
I tend to be nostalgic for the tech of my childhood. VHS is an exception. It always was horrid.
(Yes, I know you’re referring to it’s use in horror films.)
I’ve never had any trouble running adobe software on Linux.
I’ve also never tried, but still the statement is technically correct.
That’s a new metaphor for me. I like it! And I want some chips now. Either the British or American kind.
Give up on nvidia, IMO.
I feel like most everyone* who cares about distros likes Debian. It may not be the right distro for your use case, but you’re glad it’s around.
*
I’m sure even Debian has it’s haters. But I think it’s a minority.
I use rsync for this purpose and the only notable bottleneck is my download speed, fwiw.
It doesn’t copy data, no. Symlink is short for symbolic link. So it’s a pointer to another location. But it might be useful for you. Taking a guess at your goal, here’s a relevant example.
Say you moved all of your emulation stuff stored under /media/largehdd/retroarch. You could then symlink that directory to ~/.config/retroarch like so:
ln -s /media/largehdd/retroarch ~/.config/retroarch
That data is still stored on the large drive but will now also show under that symlinked directory.
I use file syncing (Syncthing) and symlinks to keep configs for some apps synced between devices. I don’t for Firefox, but it might work.
Could I maintain the same OS install for the life of a device? Sure. Can I resist disro hopping? Nope!
I made it, I think, 3 years on a Fedora install once.
I’m guily of the hopping on the bandwagon from Void to NixOS. But out of curiosity for NixOS not frustration over Void. Void is awesome, it fits the completely subjective picture in my head of what Linux should be.
Maybe you can do something with the tampermonkey extension to catch when that audio is triggered and have it do an api call that your script catches?
I don’t know if that’ll actually work, I know of the extension but have never it used nor am I skilled with Javascript but it seems feasible.
This doesn’t fit the question exactly but I feel it’s in the same spirit, and a kind of interesting solution, I think.
Back in the early days of scryptcoin mining, I had a few gpu mining rigs running Linux. Occasionally they would hard lock and I’d have to power cycle them.
What I ended up doing is getting some usb to serial adapters, wrote a python script that ran on startup and would send a character over serial at a set interval in a loop. That was hooked up, if I recall correctly, to an attiny85 using softwareserial and some ttl to rs232 conversion. It would listen over serial and if it didn’t receive anything with a reasonable time frame it’d flip a relay that cut mains power to the pc, then flipped it back. A deadman’s switch, of a sort. It worked great!
I wouldn’t call ChromeOS Linux anymore than I would call MacOS FreeBSD (oversimplified comparison, but it works for my point).
It may be based on a Linux kernel but it contains closed source code that’s needed for essential functionality, and we don’t get to choose hardware independently of the OS, nor a different OS for the hardware.
It’s an ecosystem that’s hostile to user rights and in my opinion doesn’t fit the spirit of what Linux is.
Edit: I suppose that’s a bit gatekeeperish? But I don’t think Linux adoption should be achieved at the cost of user freedom and choice. It loses what makes it special at that point.
Yeah, I see a fair amount of gatekeeping and condescension in Linux communities. I also see a lot of people who truly want to be helpful, but that aspect is there.
I’ve seen Linux compared to car ownership a number of times, and I think that’s an apt comparison. I have the knowledge to use and perform basic maintenance on a car, and I have no interest in learning more. It’s a tool made for a purpose. Some people love to tinker with cars, and I can understand that. I love Linux and enjoy tinkering with it, but it generally won’t “just work” for most users. Yes, if you’re setting it up for your grandparents and they just need a web browser or something like that it’s probably fine but most users that aren’t Linux savvy are going to run into issues.
Linux is becoming ever more usable, and I think usage will continue to increase alongside that, but I don’t see it ever becoming a major personal desktop platform. Wouldn’t mind being wrong, but Linux will be fine, regardless.
That was more ranty than I had expected!
There’s definitely a steep initial learning curve as you observed and dialing in your configuration is time consuming in my experience but once you’ve got things the way you like, it’s pretty smooth sailing from there.
Edit: removed compared to arch references. Not relevant to the comment.
Nope. I fiddle until it does what I want. If the thing I’m working on is complex or I’m struggling with it I’ll keep versions of configs. And I back up working configs via an rsync job. Which isn’t a particularly robust solution but I’m content with it for my needs.