linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

mesamunefire, in Dumbest Thing you have done distro-hopping?

I accidentally formatted a drive with a Bitcoin wallet on it. Back a number of years ago. Fun times.

DidacticDumbass,

Oof. I mean… yes. Oof.

rez_doggie, in Dumbest Thing you have done distro-hopping?

Those aren’t fuckups they are learning experiences. Now you know what that does in that situation.

DidacticDumbass,

Yes! I am becoming more careful. I am definitely getting deeper in my knowledge of programs and linux. The stuff to learn is immense. But, it makes my life so much better.

j4k3, in Dumbest Thing you have done distro-hopping?
@j4k3@lemmy.world avatar

Wrecked my first Ubuntu install over the course of 2 years, wanted something new and tried Arch. The 4th time pacman wrecked my system I moved to Fedora at around F20 and have been happy ever since. I tried Gentoo in there somewhere, and managed to install it, but just the install burned me out. That was back when the Sakaki guide was one of the only ways to install on UEFI except with Fedora.

I would say my biggest mistake was not understanding the scope of Linux and that something like Arch and Gentoo are more for a CS grad student level of user.

I have a much better understanding of operating system design principals and architectures now, but I still prefer Fedora, really because the Anaconda system, Nvidia kernel driver build system, and UEFI shim are the best system for Linux I have encountered. The bootloader is one of the largest vulnerabilities in modern computers.

DidacticDumbass,

Something I am learning is that an install of a distro can last as long as you want it to.

Curiosity leads us to mistakes, but more often to things much cooler than what we knew before!

A computer is like a second home the more I think about it.

I am glad you learned a lot from those experiences!

Aatube,
@Aatube@kbin.social avatar

Nowadays, you have options like endeavorOS.

Chais, (edited ) in Dumbest Thing you have done distro-hopping?
@Chais@sh.itjust.works avatar

Accidentally flashed a live image (PCBSD, IIRC) onto my 1TB external HDD instead of the thumb drive. Lost years of collected music and movies that night. I learned two things:

  1. Don’t do this sort of thing in the middle of the night, when you’re tired and should be sleeping.
  2. dd is nicknamed ‘disk destroyer’ for good reason.
CaptDust,

😵‍💫 the 3am tinkering, it calls to me 😵‍💫

LostXOR,

Never dd at 3am, kids.

BlueEther,
@BlueEther@no.lastname.nz avatar

Not done it at 3am but have dd’d to the wrong disk late in the evening, possibly after a few vinos

flashgnash,

Fortunately my laptop only has nvmes built in, so 99% of the time all 3am me has to do is not type nvme and I’m good

DidacticDumbass,

Oh, am I talking to myself? Hah.

Yeah, I wish I had all the stuff I torrented in high school. Lost treasure.

cmnybo,

When using dd, check the command before pressing enter, then check it again for good measure.

MonkderZweite,

then replace dd with cat or cp.

onion,
  1. Disconnect all other drives
MonkderZweite, (edited )

… no use in dd to write an image to disk. Just use cat/cp/pv…

dd is a scalpell, not a shovel.

Useless use of dd

techwithjake, (edited )

Late to the party but this why I like Ventoy. It only looks for removable drives and then all you do is drag and drop your live images onto the removable drive. Pretty hard to mess anything up.

blackjack, in system freezes when waking up from suspend

Works fine in EndeavourOS with a 2060.

:::

Shihali, in Introducing UTF-Random — Making Unicode Fair

Even UTF-16 used by Windows isn’t fair because it needs twice as much space for hieroglyphs. Won’t someone think of the ancient Egyptians?

Seriously, now that most display systems can handle putting accents on letters instead of needing a code point just for á, a new universal encoding would be nice. Purge it of Unicode’s precomposed letters, duplicated Chinese characters, and duplicated-in-retrospect letters and you could fit another few alphabets into Plane 0.

But convincing tech companies to make webpages bigger seems difficult.

cyanarchy,

But convincing tech companies to make webpages bigger seems difficult.

Do we live in opposite universes or something?

TrivialBetaState, in Amazon Building its Own Linux-Based OS to Replace Android

The author is exited but I’m not. I am not a big fan of corporations taking the free work of FOSS developers and turning it into a proprietary dystopia.

SmoothLiquidation,

I think that having a strong public domain is good for everyone. For instance properties like Sherlock Holmes really took off once it was in the public domain and people could write spin-offs and whatnot without worry that a copyright lawyer would come along and sue them.

Linux is the same thing, Amazon using the kernel and stuff to build an OS on doesn’t take anything away from anyone else who uses Linux as a desktop or server environment, and in fact can lead to some good pass back, even if it is just that the devices are easier to root. Take a look at the Open-wrt project, where Linksys built their router on top of a Linux kernel and it led to a whole ecosystem of open routers. People went out of their way to buy a WRT-42G just with the intent of rooting it, and Linksys got their money either way.

Serinus,

If it were anyone other than Amazon or Apple.

Speaking of which, isn’t MacOS Linux based these days? How much have they contributed back? (Genuine question)

n0m4n,

A quick search confirms that MacOS is based from proprietary BSD UNIX code. It is not compatible with Linux

deur, (edited )

It’s pretty annoying you replied to someone’s nice, well thought out comment with your own bullshit. Then speculated about something you could have googled in 7 seconds max.

CeeBee,

Amazon using Linux isn’t the concern. What OP was referring to are things like their use of Elasticsearch. It’s basically Amazon’s version of embrace, extend, extinguish. It got so bad, that the devs of Elasticsearch changed their licensing as a way to fight against Amazon’s tactics.

www.elastic.co/blog/why-license-change-aws

Open source is great. But when other companies take the open source code as their own to the detriment to the original open source devs, that’s not sustainable. That behaviour will kill open source.

sevenapples,

GPLv3 fixes that

crazy4ski,

This is the correct response.

mateomaui, in Dumbest Thing you have done distro-hopping?

Reading this thread makes me appreciate Macrium Reflect and my 64TB worth of redundant backup drives even more.

DidacticDumbass,

I might need to look into building a storage server of some kind. That is super cool.

mateomaui,

Personally, I keep the redundant backup as cold storage to minimize loss. Three 8TB content or archival drives that are always attached via USB but not powered until needed, plus another on NAS for streaming, and two more 8TB each for double backup that are only turned on when I want to do a sync. So the drives get minimal wear, and whenever a primary dies, the backups get promoted and a new one is bought to be third in line. I have lost too much data in the past. As well as I can manage, never ever again.

DidacticDumbass,

What is kind of funny is that my computer has the SSD for system and home, and I only ever used the storage to copy over files from my home. I also have a little 1TB SSD That I could have used as an offline backup… but didn’t do that. I had the tools, just never thought to do it. I will look into a NAS, that would be nifty. Can’t bork that with a new install.

mateomaui, (edited )

It only takes a few tragic events before “backup frequently, often and offline” really takes hold and doing preemptive backup becomes a neurosis. You have to experience a certain amount of fear, loss and regret to get there.

edit: the upside is I haven’t reinstalled a primary OS in years. Something is fucked? Restore that last image and keep rolling.

DidacticDumbass,

Yes. I think I am closer to data paranoia… I need a system.

That sounds nice. Not having a system that becomes terminally broken after a bad decision.

Shadywack, in GNOME Recognized as Public Interest Infrastructure
@Shadywack@lemmy.world avatar

This money would have been far better given to KDE instead of the assholes at Gnome.

unexpectedteapot,

I am aware of the difference in philosophy taken by both Gnome and KDE, but would you mind elaborating on the ‘assholes’ bit?

Shadywack,
@Shadywack@lemmy.world avatar

Trundle on over to KDE-land, and you find a very different tone. They’re not too proud to adopt paradigms that conflicted with core design principles if they’re widely beloved (look at Overview as a prime example). Fractional scaling is miles ahead of Gnome in functionality and performance impact, solved in both X11 and elegantly in Wayland so that xwayland apps have a hook to get correct DPI info without looking blurry. The deep customizations available have negated the need for much of their session modifications, as they rapidly adopt good ideas (floating panels anyone? Ahh yes, Plasma has got you).

They’re also extremely nimble when it comes to changing course on their backend. They went from having a buggy Wayland session to having the most stable one by far. They also take criticism far better, either taking it in stride or recognizing then they did something off-base.

Gnome can go to hell, and fuck the stupid ass GTK which is objectively inferior to QT. Redhat can nibble on my shit too for all I care.

MadBigote,

How so? I miss the old gnome, but I have accepted gnome 3 for what it is. Kde was quite interesting for me back in 2012, but it didn’t perform well with my old setup. What’s new with kde? Id like to give it a try, but I’m too old to break my SO by having both gnome and kde on it.

Shadywack,
@Shadywack@lemmy.world avatar

The KDE guys have been on fire for the past two years. Between their theming, color selection, and session handling they’ve come a long ways. They’ve also implemented some gnome-only features such as the overview, albeit in a very optional way. As opposed to eliminating a panel and forcing you to use the overview to see what applications or windows you have open, or available to launch, it’s just a window management tool instead of a UX paradigm.

Their wayland session is stable and also deals with xwayland in a very different way. If you set a custom scaling factor, the QT apps and GTK apps are talked to in a way that makes the same scaling factor consistent across all your applications, even under a wayland session with xwayland. The Gnome devs hand-wring about how the world has to be perfect before implementing an idea, where the KDE devs try something and then iterate if it’s successful.

mateomaui, in Dumbest Thing you have done distro-hopping?

I remember shortly after college I was living with a couple of people and one day we all heard “NOOOOOOOOOO!” and went running to see what tragedy happened. He had started formatting the one porn drive he had been collecting on over the last few years.

DidacticDumbass,

That is is a special kind grieving.

mateomaui,

I’ll never forget that scream, I thought a sound like that was reserved for when the cat ran behind the couch and stepped on the surge protector button, corrupting the hard drive as you were almost finished writing your graduate thesis, which wasn’t backed up yet.

DidacticDumbass,

Honestly a thesis is way higher stakes and value. Yeah, imagine thinking there was an emergency only to find out your roommate will need to spend the rest of the semester using their imagination.

mateomaui,

Yeah, we definitely had fun at his expense for a while after that.

DidacticDumbass,

I would be mortified. He seems shameless though, hah.

mateomaui,

He was in community theater. What shame?

DidacticDumbass,

Ah. I was in theater tech. No shame to find anywhere.

mateomaui, in Amazon Building its Own Linux-Based OS to Replace Android

Absolutely hell no.

JokeDeity, in Amazon Building its Own Linux-Based OS to Replace Android

LMFAO, can’t wait to see Adbuntu.

DarkDarkHouse,
@DarkDarkHouse@lemmy.sdf.org avatar

But thats just a derivative of Debiad.

mex, in Dumbest Thing you have done distro-hopping?

dd’ed an ISO onto the system drive instead of a USB stick. Luckily, the first partition was the Windows one, so not too important; and the rest I recovered from the GPT backup table.

DidacticDumbass,

Nice! I need to learn recovery methods. I am so used to scorch earthing an install when it goes wrong, which is not useful.

Molten_Moron, in What is the easiest way to try all the DEs?

Sadly distrotest is gone, but distrosea.com is a semi-decent replacement. Doesn’t seem quite what you’re looking for, but may be worth a look!

canadaduane,
@canadaduane@lemmy.ca avatar

This is really cool in concept, but it is SO SLOW. OMG.

Molten_Moron,

Thus is the folly of small scale cloud computing, unfortunately.

danielfgom, in GNOME Recognized as Public Interest Infrastructure
@danielfgom@lemmy.world avatar

I hope they also look at Linux Mint and the Cinnamon desktop. It’s massively popular and that team work very hard. I’m sure they could use that support to help them focus on improving Cinnamon, the toolkit, accessibility etc.

Happy for Gnome though, they are a long standing project and used by many distro’s. I have used Gnome in the past and it’s decent, although a little heavy on RAM.

Would be great to see Debian also get this, being one of the oldest Linux distro’s and the basis for Ubuntu, which in turn has spawned many distros.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #