Debian => stale packages (Really solid distro though but dated version of Gnome)
Did you try using the testing or unstable versions of Debian? Testing is still more stable than some other distros. Packages need to be in unstable with no major bug reports for 10 days before they migrate to testing.
2024 is the Year of Linux on the Desktop, at least for my boyfriend. He’s running Windows 7 right now, so I’ll be switching him to Ubuntu in a few days. Ubuntu was chosen because Proton is officially supported in Ubuntu.
Wow this article perfectly captures the early 2000s experience of trying to teach parents how to use the internet. Internet access wasn’t very widespread in Australia yet, and my parents weren’t really interested in it and thought it was too difficult to use.
Long story short, I have a desktop with Fedora, lovely, fast, sleek and surprisingly reliable for a near rolling distro (it failed me only once back around Fedora 34 or something where it nuked Grub). Tried to install on a 2012 i7 MacBook Air… what a slog!!! Surprisingly Ubuntu runs very smooth on it. I have been bothering all...
I used to run Debian testing on my servers. These days I don’t have much free time to mess with them, so they’re all running the stable release with unattended-upgrades.
However, mind that it’s not supported and they do not pay attention to security fixes.
To be clear, it can still get security updates, but it’s the package maintainer’s responsibility to upload them. Some maintainers are very responsive while others take a while. On the other hand, Debian stable has a security team that quickly uploads patches to all officially supported packages (just the “main” repo, not contrib, non-free, or non-free-firmware).
How different is it from regular Debian? Like if I’m very experienced with Debian, does that equate to being able to easily use Mint Debian Edition too?
At my workplace we have sketchy-looking unsigned Applescripts to install printers on Macs. You have to find the right file for the printer you want to install, and run it, or ask IT to do it for you.
It’s not ideal, but everyone that tries to improve the printing experience ends up ragequitting. Last I heard, someone in IT was looking into some sort of “print anywhere” solution where you just install one virtual printer driver and print to it, then scan your badge at any printer to see all your print jobs and print them. Not sure what the status is with that though - haven’t heard about it for a while.
I think it does; it’s just automated installation of new printers that’s an issue as far as I know. Not 100% sure since I’m a software developer rather than an IT support person, so I never deal with stuff like that.
I just preordered a Framework 16 inch because their concept is amazing and early reviews are pretty good. It’s a laptop where every part is replaceable and upgradable. You can replace/upgrade the motherboard/CPU, RAM, NVMe storage, keyboard, display, etc. all yourself, and they sell the parts separately. Even the ports on the sides are swappable - you can choose to make them all USB-C ports, or make any of them USB-A, 3.5mm audio, 2.5Gbps Ethernet, DisplayPort, HDMI, MicroSD reader, etc.
They have a 13 inch version that’s already shipping today… The 16 inch is a preorder to ship Q2 2024. Their newer ones use an AMD CPU and AMD graphics which should work better on Linux than Nvidia graphics.
More expensive than a regular laptop company though… They don’t have the scale that Dell, Lenovo, etc have so parts are more expensive for them (plus large R&D costs).
I remember dealing with migrating from LILO to GRUB when I was in high school, maybe 2005ish? It’s been a while. I remember the migration from ipchains to iptables, too (which is happening again now with the iptables to nftables migration)
I used Ubuntu at the time… It was a great distro back then. I only had dial-up so couldn’t download large files easily, and Canonical or one of their local partners would mail you a CD for free regardless of where you lived in the world. I think that helped a LOT of people get into Linux.
It’s funny because the first time I read it, I thought it was serious and was just written by a tech-illiterate parent. Saying that Comet Cursor and Bonzi Buddy are hacker software kinda gives away that it’s just satire though.
oh I guess that’s also something that younger people may not know about… In the late 1990s / early 2000s, it wasn’t uncommon for people to install spyware to get things like custom mouse cursors, emoticons, and purple gorillas that help you navigate the web.
n00b question, sorry. If I had a desktop that could hold 4 HD and 2 SSD, could I turn it into a NAS? Could someone point me in the right direction if this makes sense?
It’ll work fine. A NAS is just a PC. Try Unraid if you want a user friendly UI. It costs money but it’s only a one off payment for a lifetime license, and they have a free trial.
I really like the Node 804 even though the design is quite old - probably close to ten years old now. Fractal Design are still manufacturing it, which is rare for case designs that old.
I recently built a NAS using an 804. I had to fit mine into my server closet which isn’t deep enough to fit a regular PC case, so the 804 fit my use case well.
I’ve only got three drives in it (2 x 20TB Seagate Exos X20 for data and 1 x 14TB WD Purple Pro for security cameras) but I wanted the ability to expand in the future, and I wanted to use a Micro ATX motherboard rather than a smaller one.
A Noctua NH-D15 fits fine, even though the spec sheet says it won’t fit.
How many people use Github for discovery though? I usually find interesting projects through a search engine, through word of mouth, through posts on here, etc. at which point it doesn’t really matter where the repo is hosted. A lot of the useful projects I use aren’t even on Github.
As far as I know, Gitea is current working on federation support, which will be great. It’d be like Lemmy where you can browse repos, submit issues, etc from one instance even if the repo is hosted at a different one. Git was really designed for a model like that, not for a centralized one.
Nextcloud seems to have a bad reputation around here regarding performance. It never really bothered me, but when a comment on a post here yesterday talked about huge speed gains to be had with Postgres, I got curious and spent a few hours researching and tweaking my setup....
for anything other than a little bit of testing for development work.
It’s really awesome for development work, though. Visual Studio has built-in Docker support, so I can run my app and its unit tests on both Windows and Linux (via Docker) at the same time on the same system during development.
Try MySQL instead of MariaDB. They have some performance tweaks in version 10 that aren’t present in MariaDB.
Also, tune your MySQL (or MariaDB) server. Make sure all tables use InnoDB. Enable the slow query log and analyze slow queries (there may be missing indices). If there’s a lot of unique queries, increase the query cache size.
The easy approach is to run MySQLTuner after the MySQL or MariaDB server has been up for at least a week, and go through its suggestions.
There shouldn’t be a significant difference in performance between PostgreSQL and MySQL/MariaDB if both have been optimized. Out-of-the-box config isn’t ideal for a production system.
Do people actually use LXD in production? All hosting services I’ve seen use LXC and not LXD for containers, as do UIs like Proxmox and Unraid, and you don’t have to use Snap for LXC.
Hey, I’ve recently designed a Poster about the FHS since I often forget where I should place or find things. Do you have any feedback how to make it better?...
What distros have you tried and thought, "Nope, this one's not for me"?
I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move.
Year of Linux on the Desktop (lemmy.world)
2024 is the Year of Linux on the Desktop, at least for my boyfriend. He’s running Windows 7 right now, so I’ll be switching him to Ubuntu in a few days. Ubuntu was chosen because Proton is officially supported in Ubuntu.
Your PC will thank you... (sopuli.xyz)
18+ What the Fuck Amazon?! (lemmings.world)
Is Ubuntu deserving the hate? (lemmy.ml)
Long story short, I have a desktop with Fedora, lovely, fast, sleek and surprisingly reliable for a near rolling distro (it failed me only once back around Fedora 34 or something where it nuked Grub). Tried to install on a 2012 i7 MacBook Air… what a slog!!! Surprisingly Ubuntu runs very smooth on it. I have been bothering all...
Completely untrue nowadays... (sh.itjust.works)
They work better in Linux than Windows, not to mention backwards compatibility....
This truly is the year of the linux desktop (lemmy.world)
Kernel 6.6.6 is out 😈 (cdn.kernel.org)
This is the update metalhead nerds have been waiting for.
Can I build a NAS out of a desktop? [Request]
n00b question, sorry. If I had a desktop that could hold 4 HD and 2 SSD, could I turn it into a NAS? Could someone point me in the right direction if this makes sense?
Those who are self hosting at home, what case are you using? (Looking for recommendations)
TLDR: If you were building a NAS for 8 HDDs and 1 SSD today, what case would you use?...
what's the difference? (sopuli.xyz)
Nextcloud Performance Improvements
Nextcloud seems to have a bad reputation around here regarding performance. It never really bothered me, but when a comment on a post here yesterday talked about huge speed gains to be had with Postgres, I got curious and spent a few hours researching and tweaking my setup....
We're not the same! (period) (programming.dev)
Let me just move this project to the "unfinished" folder (i.vgy.me)
LXD now re-licensed and under a CLA (stgraber.org)
Blog post from LXC’s project lead
Filesystem Hierarchy Standard - Reference Poster / Cheatsheet [Dark mode in details] (lemmy.world)
Hey, I’ve recently designed a Poster about the FHS since I often forget where I should place or find things. Do you have any feedback how to make it better?...