OBS worked pretty well for me last time I used it, using the basic package Debian provided.
- 2 Posts
- 32 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 Technology@lemmy.world•The Trump Administration is Building a National Citizenship Data System; State and county election officials can now check the citizenship status of their entire voter lists.English82·11 days agoYour post is blatant disinformation. Undocumented immigrants overwhelmingly vote not at all. Voting illegally in the US is difficult, and often prosecuted.
I live in the US. Most of the people I know are Democrat-aligned. None of them want undocumented immigrants to vote. None of them import undocumented immigrants.
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 Gaming@lemmy.world•Escape Simulator drops the Linux build to focus on supporting ProtonEnglish16·1 month agoI don’t own this game, but twice I have switched positive reviews to negative for doing this.
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 Technology@lemmy.world•Microsoft is putting AI actions into the Windows File ExplorerEnglish1·1 month agoI literally cannot use a program that has AI crap integrated into it, because of data security rules in the contracts I have to follow. If I used Windows 11, I would have to never use Notepad, and find a way to remove Explorer. (Explorer creates the desktop icons and taskbar, so good luck with that.)
Limonene@lemmy.worldto Technology@lemmy.world•Microsoft is putting AI actions into the Windows File ExplorerEnglish1514·2 months agoWindows 11 doesn’t even have a working file manager or text editor anymore. This is not a serious operating system.
Limonene@lemmy.worldto Technology@lemmy.world•Netflix will show generative AI ads midway through streams in 2026English21·2 months agoRejecting Netflix fixes things for you and me, but the article says Netflix has 93 million ad-supported subscribers. I’m really worried about the amount of influence advertisers have on our society, and it’s only getting worse. Even if you and I can be above the direct influence of these ads, many people are not, and those people are influencing you and me. This produces a dangerous secondary influence that can reach most of society, and just fills everyone’s mind with lies, for hardly any cost.
Limonene@lemmy.worldto Linux Gaming@lemmy.world•Junkyard Space Agency is a 'scrappier, multiplayer version' of Kerbal Space Program | GamingOnLinuxEnglish13·2 months agoFrom the Steam page:
SteamOS + Linux Minimum: Processor: Core 2 Duo Memory: 8 MB RAM Graphics: Intel HD Graphics 4000 or other shader model 4.0
Windows Minimum: OS: Microsoft Windows 10 (latest SP) 64-bit Processor: Intel i5 @ 3.0 GHz or higher (or AMD equivalent) Memory: 8 GB RAM Graphics: GeForce 1660 Super / Radeon RX 5600 XT / Intel B580 or higher
I lol’d.
I have to disagree about the idiot proof. KDE Plasma and Mate Desktop are more idiot proof and easy for newbies than Windows 10-11, yet have more features in their simple control panels.
I’ve had no bootloader problems in the last 10 years of Debian, Linux Mint, and Ubuntu (15-20 installs, plus another 20-30 if you count VMs.) However, my work computer’s bootloader was semi-bricked twice in 2019 (Windows 7).
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).
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.
Limonene@lemmy.worldto Technology@lemmy.world•SNES consoles appear to run faster with age — APU frequency increased by up to 182 Hz after 35 yearsEnglish60·4 months agoCeramic resonators have a typical accuracy of +/-0.5%. An error of +182Hz is a +0.57% error rate.
Here is a datasheet cited by the Wikipedia article. It says 0.5% initial error, another 0.3% over its full temperature range, and another 0.3% over 10 years of aging.
Limonene@lemmy.worldto Technology@lemmy.world•Google researchers uncover critical security flaw in all AMD Zen processorsEnglish111·4 months agoCould this be used to develop homebrew microcode? Could we finally disable the PSP with this?
Limonene@lemmy.worldto Technology@lemmy.world•~~Brother accused of locking down third-party printer ink cartridges via forced firmware updates, removing older firmware versions from support portals~~ [see comments]English178·4 months agoIn case anyone was thinking this applies only to inkjet printers: no, it ONLY seems to apply to laser printers – the thing that Brother used to be known for. Where the article says “ink”, they mean “toner”. There is no ink in a laser printer.
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.
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.