this post was submitted on 23 Jun 2025
713 points (93.6% liked)

Linux

55678 readers
683 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MrsDoyle@sh.itjust.works 1 points 3 days ago (1 children)

Why are there Ubuntu haters? I'm on the verge of installing Linux on my desktop and have the Ubuntu pro installer on a thumb drive ready. I'm worried now...

I started out thinking to go with Mint, seems popular, but there was an instruction to verify the ISO image and it was just too complex. https://forums.linuxmint.com/viewtopic.php?t=291093

I'm already using Linux on an old laptop (Zorin) so I'm not inexperienced, but good lord that's a faff and a half. I have a life!

[–] MangoCats@feddit.it 4 points 3 days ago (1 children)

My advice: run a server (any server) or three, and keep your important / personal stuff there. It can be as simple as a Raspberry Pi with a big external SSD. The PC you use as a desktop environment should be easily built / configured from the base distro into whatever customizations you want, and you can either work with your personal files on the server, or mirror copies of them to your desktop system as appropriate (things like "living documents" should be primarily stored and backed up on servers, things like photo collections etc. can be stored on the server, but copied to the desktop for easy access like rotating wallpaper or whatever.)

If (when, really) any one of your systems goes down, it shouldn't be a big deal. If it's a server, restore from another server mirror / backups. If it's your desktop, install a new desktop and get your customizations off a server.

Of course this is an ideal, but keep in mind that SSDs are not "forever" devices, they do wear out and each single copy of your data will be corrupted some day. Spinning rust is even less reliable, in my experience, although I have one 2TB hard drive that has been online for more than 10 years now. It's mirrored, twice, on SSDs.

[–] MrsDoyle@sh.itjust.works 1 points 21 hours ago (1 children)

I've never learned about servers - never worked in IT, just a simple old hobbyist. Also never used a Raspberry Pi. But thank you! I might get around to reading up on the topic of servers over the winter. My computer has two drives, the original "spinning rust" and an SSD I installed (so quick! so quiet!). My thought is to keep Windows on a partition until I'm sure I like the distro I've chosen.

I have multiple backup drives, from a wee 4Tb Toshiba to a SparQ drive with 1Gb cartridges (a whole gigabyte, how will I ever fill it?). I'm pretty sure I've got everything saved, but I'm equally sure there'll be something I've missed.

[–] MangoCats@feddit.it 1 points 2 hours ago

The upshot of a server is: it sits on your network and you can access its files as if they were a drive on your own system. There's a lot you can do beyond that, but the core value of a server is: files on the server are available to all computers on the network. It makes more intuitive sense when you have multiple desktop computers to share the files between, but even if you only have/use one desktop, the server still makes a lot of sense in terms of keeping your files insulated from problems that happen to your desktop system.

And "server" conjures visions of a big room with a special air conditioning system and raised floor for the cables. In today's reality, a 4TB server can be the size of a pack of playing cards.