OBS worked pretty well for me last time I used it, using the basic package Debian provided.
- 3 Posts
- 57 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 linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?2·26 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·27 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.
The first one I knew the model number of was the Macintosh IIsi. It had Mac OS 7. The only games were SimCity, and a few free games we got from a 1 hour free trial of AOL. The only programming language was Apple Script, and it didn’t work right (the sample programs didn’t run).
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 Selfhosted@lemmy.world•Your help needed: PhD research on why people choose to self-hostEnglish7·2 months agoThis survey doesn’t distinguish between levels of cloud service provider, so I was a little confused.
Virtual private servers, cloud virtual servers (like AWS), cloud-based software where you provide code or a program and the cloud system runs it on a server of its choosing, and cloud-based systems where someone else provides the software (like Google Docs).
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).
Limonene@lemmy.worldto Ask Lemmy@lemmy.world•What would you do if you felt you were being asked to do something unethical at work?3·3 months agoTell the truth, and quote the customer without that feature. Make it clear that that feature doesn’t exist, and your company can’t make it, and your supplier isn’t interested in working on it.
Your boss had time to sort this out, and failed. He asked you to move forward as if it was solved, which means lying. Instead, tell the truth.
You could run it by your boss before sending it to the customer, but don’t let him insert any bad-faith statements if you’re the one signing the quote.
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 Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish217·4 months agoJellyfin depends on proprietary Microsoft .NET, even on Linux.
It’s still better than Plex and Emby, which are fully proprietary, and have no source code. But I will stick with sshfs with kodi, and nginx plus mpv for now.
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.
I think that wormhole.app page is different software from magic wormhole (and warp). It just has a similar name. wormhole.app does appear to be proprietary.
Thanks. I think I found its homepage, is it the same as this? That looks like part of Gnome, so should be open source too. (It’s maybe available in your operating system without needing a flatpak, if you would prefer it that way)
I’m not familiar with warp, and couldn’t find it with a search. But I did find magic wormhole, and it appears to be MIT licensed, so it is open source. I also searched packages.debian.org and found it, so definitely open source.
As for firewalls: it might only block incoming connections, or has an exception for LAN hosts. I’d have to see the configuration to say more.
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 worry about Wayland for the features it drops from X11. Wayland will never have xdotool support, due to its security model. I worry about onscreen keyboards for drawing tablets and screen readers for the blind.
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.