Why do you think your router is crashing? Is it overheating because you have stuff stacked on it maybe?
- 3 Posts
- 755 Comments
- just_another_person@lemmy.worldtoLinux@lemmy.ml•finally Margine OS ! My super fast and atomic linux distro ⚡️14·3 days ago
“…resigned with my own key…”
That’s a “no” from me, dawg. This isnt a distro, this a later revision you could easily just target and run. I don’t think you know exactly what constitutes an entire distribution.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•A replacement for dolphin that can look just as pretty?3·3 days ago
Is it only happening with folders that are or have symlinks?
The distro doesn’t matter, the Desktop Environment does.
If they are used to MacOS and want something simple and “out of the way”, go with Gnome.
If they are used to Windows, go with KDE.
Fedora is probably the most straightforward to install and manage right now. You won’t need to “lock down” anything if you don’t give them sudo credentials.and just a regular user account.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•Why are so many Linux projects on Microsoft GitHub? Shouldn't they all move to Codeberg?27·6 days ago
Open Source projects get lots of free features for being on GitHub. Nobody else is beating that offering at current.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•Do you think Linux popularity will be slow steady growth or a big a jump in popularity212·7 days ago
Linux is the most deployed OS on the planet, and the comparisons are not even close.
If you mean just for Desktop, it depends on what’s happening with the MacBook Neo, and if Microsoft gets their shit together and reverses course I suppose.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•How do I check if a Brother printer is compatible with Linux Mint?6·12 days ago
Look up elsewhere about the reputation Brother has with compatibility. Personal experience: never fails. That’s their jam.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•How do I check if a Brother printer is compatible with Linux Mint?271·12 days ago
Trust me. It is.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•Is using a keyring an insecure thing to do?2·12 days ago
This has more details: https://wiki.gnome.org/Projects/GnomeKeyring/SecurityFAQ
- just_another_person@lemmy.worldtoLinux@lemmy.ml•Is using a keyring an insecure thing to do?4·12 days ago
The security model skews towards convenience versus absolute security, meaning automation is it’s goal, not perfect security. They use a reasonable amount of security to protect unauthorized access, meaning untrusted apps can’t access keys by default, and container apps only have selective access. AppArmor is supposed to be handling some DBUS interactions in the background to prevent any old app from grabbing everything, but again, automation is the purpose here.
If you don’t have a reasonably trusted system, then sure, it’s about as secure as any other password manager. I remember reading some time ago there was a plan to make a global framework for trusted application.accessnto things like this, but it was shot down for being “oppressive” in the same way as Microsoft’s trust app mess.
Ideally there would be an advanced mode where each app is granted access to specific keys, and that interaction is controlled by the user. This would never be the default obviously as the user interaction would be an insane annoyance to people who don’t care.
- just_another_person@lemmy.worldtoLinux Questions@lemmy.zip•What's the current reliable password manager?English7·16 days ago
Keepass is fine I guess. If you don’t ñeed or want access anywhere else, can’t imagine why you’d need Bitwarden or ProtonPass.
- just_another_person@lemmy.worldtohomeassistant@lemmy.world•Voice calling between satellites?English3·23 days ago
A phone seems like an easier solution, but there are VOIP integrations for HA, as well as ways to stream audio through the media player to different devices. I’m not aware of any integration that specifically does paging as you describe, but it would be easy to do with an esp32 board with a speaker.
Same as you would on MacOS :
- ditch the .deb package because it’s the wrong tool for the job here.
- Squashfs image with encryption
- Set keyring entries and a wrapper script to manage lock/unlock. If you already know the hardware platform of all users, this can even be improved upon
I have no idea why someone would be using Debian packages to distribute something like this though, if that’s the question. Absolutely not going to work well.
If it’s a mirror, then switching to another mirror that is available should work fine.
You’ll still be running into frequent issues if you go with R-V, so be warned.
That being said, the Framework R-V board only comes for the 13" format, so you can buy a cheap Framework 13 refurb from their store (fully warranted and everything), and swap the board out for the R-V for $200.
There are other R-V laptops out there, but I think the build quality is nowhere near the Framework, AND if you feel like it sucks, just swap that board back with the one it shipped with.
- just_another_person@lemmy.worldtohomeassistant@lemmy.world•All Aqara window sensors suddenly read 100% battery...?English6·1 month ago
You probably got an HA update. There’s either a bug I in the monitor, or you need to wait for a check-in for the state to change. It can be days in some devices.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•Booting to Steam Big Picture under certain conditions2·1 month ago
If you just want the machine to do something only WHEN it detects the TV, that’s a bit different. You want an HDMI or DP switcher. You can just make a tiny listener for DBUS events that launches BPM when it detects the TV coming online.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•Booting to Steam Big Picture under certain conditions5·1 month ago
Simple bash script set to run once your DE is loaded would do it. Detect the TV with
xrandror equivalent, then start Steam in BPM. If not, do nothing.
- just_another_person@lemmy.worldtoLinux@lemmy.ml•Valve Lepton: It's been 5 months since we heard anything about Valve's Android compatibility layer for Linux.6·2 months ago
MacOS, phones, off-brand handhelds that run SteamOS…that’s the goal.
Just on this one device, or all devices connected to WiFi?