OBS worked pretty well for me last time I used it, using the basic package Debian provided.
- 2 Posts
- 33 Comments
Sure, here are instructions for getting Linux Mint running: https://www.linuxmint.com/download.php
These instructions are for creating a USB flash drive that functions as both a live environment or an installer. If you don’t want to install it yet, this allows you to try it out while booting just from the flash drive, without modifying your hard drive at all.
Limonene@lemmy.worldto Asklemmy@lemmy.ml•If you had to live the rest of your life in single or triple digit temperatures F° (-13 or 38 C°)which would you choose?7·11 days agoFirst choice: 292 K
Second choice: 9 C
If we’re talking only outdoor temperature, third choice is 100 F, because air conditioning exists, and my peppers would thrive.
If it’s ambient indoor temperature too, then I pick 9 F, which is unpleasant, but survivable. At 100 F indoors, you will be constantly sweating for the rest of your life.
Limonene@lemmy.worldto Linux@programming.dev•GNOME Moves On: What the End of the X11 Session Means163·17 days agoX11 has effectively already been deprecated for years, seeing little to no development on it. No one should be surprised.
X11 is complete.
Wayland is incomplete, and is missing essential features like accessibility and automation (ydotool will never have half the features xdotool has).
Limonene@lemmy.worldto linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?2·25 days agoSorry if it wasn’t obvious, I’m using sysvinit.
Limonene@lemmy.worldto linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?4·25 days agoMy favorite is Debian, with systemd uninstalled. At this point, you can’t install Debian without systemd, but you can uninstall systemd after OS installation.
It used to be that most desktop environments in Debian depended on libpam-systemd, which depended on systemd and systemd-sysv. More recently, desktop environments just depend on libpam-elogind and elogind which is only part of systemd, and allows you to use sysvinit.
I prefer sysvinit mainly because I find it easier to create custom services out of my own programs. My success rate at doing this in systemd is 1/3, and in sysvinit about 10/10.
I also had a problem where a Debian-based embedded system had some kind of broken NTP client running on startup, and due to systemd, I couldn’t figure out how to disable it. It would set the time to several years into the future, as soon as it first got a network connection on each startup.
Limonene@lemmy.worldto Linux@programming.dev•Flatpak is not perfect, but it's getting better71·1 month agoMozilla, for example, would sign Firefox’s flatpak with a PGP key that they would disclose on their website. You verify the signature using the RSA algorithm (or any other algorithm for digital signatures. There are a bunch.) Or, you could just trust that your connection wasn’t tampered the first time, then you would have the public key, and it would verify each time that the package came from that same person. Currently, you have to trust every time that your connection isn’t tampered.
Major flatpak providers (Flathub at the very least) would include their PGP public key in the flatpak software repo, and operating system vendors would distribute that key in the flatpak infrastructure for their operating system, which itself is signed by the operating system’s key.
Limonene@lemmy.worldto Linux@programming.dev•Flatpak is not perfect, but it's getting better44·1 month agoArticle doesn’t mention my biggest problem with flatpaks, that the packages are not digitally signed. All major Linux distros sign their packages, and flathub should too. I would prefer to see digital signatures from both flathub and the package’s maintainer. I don’t believe flathub has either one currently.
My problem with that theme is that it doesn’t highlight any buttons. I believe all buttons should have borders, especially the ones the titlebar. This helps distinguish a noninteractive label from an interactive clickable button.
Limonene@lemmy.worldto linuxmemes@lemmy.world•Converting an image to PNG alignment chart6·3 months agoI assume bash scripts using
jpegtopnm | pnmtopng
are also in the neutral good category (from Netpbm).
Copyright’s purpose is to improve the public domain. If it doesn’t do that, then its harmful and should be reduced or abolished.
To keep copyrighted content relevant at the point it enters the public domain, copyright should be shortened to 20 years for creative works (films, music, paintings, Spongebob).
Consider the current public domain, which contains things like fairy tales. People remix and retell fairy tales all the time, and it makes for good stories.
Limonene@lemmy.worldto Asklemmy@lemmy.ml•Are people in the US aware that they are now definitely a rogue state, or is this fact covered up by the usual patriotism somehow?23·3 months agoMidwesterner here. Surveys show Trump’s approval rating between 40% and 50%, and here on the ground, I believe it. A lot of people are seriously misled. Fox News, OAN, and Newsmax are considered legitimate news sources, so a lot of people truly believe that Trump is improving things.
It will take decades to deprogram all the people who fell for the alt-right’s tricks.
Windows is just as hard as linux, harder even with all the layers of obscurity.
Windows used to be easy. Now, it’s so obscure and locked down that only Microsoft can maintain your computer. And they maintain it for their own benefit, at your expense, with mandatory ads and lockouts.
SSHFS is very mature. I use it for administering several home servers.
It works so well that they added a mode where some users can have SFTP only access (without SSH shell) so you can set up shared directories. It was easier to set up (for me) than CIFS or NFS.
Sure, here are some:
http://security.stackexchange.com/questions/259088/ddg#270934
https://en.wikipedia.org/wiki/Digital_signature
The main feature would be that if flathub (or a hacker with access to flathub) acted maliciously, digital signatures would prevent them from issuing malware infested updates to flatpaks. Only the software’s originator would have the cryptographic key needed to sign releases of the software.
The risk of dependency vulnerabilities is real.
Also, flatpak packages are not digitally signed, unlike apt and all other major Linux distro package managers.
Limonene@lemmy.worldto Asklemmy@lemmy.ml•Do you prefer Threema, Signal or Matrix? Why?61·4 months agoPost-quantum isn’t really a big problem because it will be a very long time before there are viable quantum computers (maybe never). You should focus on the very real risks of security breaks from normal negligence and design errors.
Threema seems pretty unpopular, so the risk is highest. Signal and Matrix are both popular and have a lot of scrutiny on their cryptography.
All 3 have open source clients, but Signal contains some binary blobs. Only Matrix has an open source server, though end-to-end encryption enforced by the client alleviates most of the concern of proprietary servers. All 3 support end-to-end encryption.
Limonene@lemmy.worldto Asklemmy@lemmy.ml•Do you prefer Threema, Signal or Matrix? Why?212·4 months agoIt’s an issue.
You can’t create an account on desktop. You can’t create multiple accounts. You can’t create an account at all if you don’t have a phone number. You can’t create an account if your phone number’s previous owner created an account. Signal can be subpoenaed for your phone number.
ydotool is missing a lot of features. It emulates an input device, so it can only send inputs to the active window. xdotool can send keystrokes to non-active windows, and has features for searching for a window to send to. xdotool can minimize, dismiss, or move windows around.
I’m aware of newton. It’s a work in progress, though, and doesn’t have as many features as X11 accessibility has. Although it might have enough features eventually, I worry that X11 will be deprecated by operating system vendors before that.
I’ve never heard anyone say that Flatpaks could result in losing access to the terminal.
My only problem with Flatpaks are the lack of digital signature, neither from the repository nor the uploader. Other major package managers do use digital signatures, and Flatpaks should too.