linux

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

Presi300, (edited ) in (Constructively) What is your least favorite distro & why?
@Presi300@lemmy.world avatar

Pull out your pitchforks, debian.

Don’t get me wrong, it’s good in a VM or a server, but it’s the worst Linux desktop experience I’ve ever had.

  • Apt sucks, it’s the worst package manager imo (and I use Gentoo). Slow, bad a dependency resolution and apt-autoremove nuked my system both times I tried to use debian.
  • It’s old. LTS is only good for servers, you cannot change my mind and I don’t see a reason to use sid or unstable, when I can use literally why other distro with a better prepare manager.

And it just does some bizarre things, like not setting up sudo with the graphical installer…

sxan, in I'm addicted to caring for my Linux distro, polishing things, optimising stuff it's so funny! Got some stories like that?
@sxan@midwest.social avatar

You might like to consider a job in system administration. It’s like that, only with the added hell of users.

carcus, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Learned about the importance of trailing slashes in rsync by using the -delete flag.

emax_gomax, in Ceph: A Journey to 1 TiB/s - Ceph

Really interesting read. I love deep dives like this.

mlg, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?
@mlg@lemmy.world avatar

fstab bind mount for /home that I misspelled, so I couldn’t login as myself.

fstab external hdd mount that didn’t have ignore flag so PC would pop if I booted while unplugged

Accidentally booting windows after a year and it overwrite my EFI boot entry.

The best I’ve see however was an acquaintance who accidentally set perms to own user on /usr/bin

So everything went from root:root to user:user which removed all the SUID/SGID bits as well so a bunch of bins broke lol.

Believe it or not, it was actually fairly easy to fix with chmod and chown

Shameless, in Ruffle (a open source re-implementation of adobe flash player) reviews improvements made in 2023

Something like this to restore the fun mindless games of the 2000’s is definitely needed. Basic HTML webpages with links to ad free browser games, the internet had so much fun free stuff for kids, now its like 5 websites that track your every move

Nibodhika, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

I’ve done my plenty of stupid stuff, from dd disks I was using to forcefully uninstall dependencies of the package manager. But the one that takes the cake for me happened back in 2012, I was working at a research lab in the university and was sharing a computer with another intern. That other intern used Gentoo and so we agreed that the machine should be Gentoo, I’ve installed it at my house on my PC and got comfortable with it before we shared that computer. One thing that I learnt when installing Gentoo is that the /dev folder is created on boot, you don’t populate it when installing, instead you mount the one from the host system you’re using to install.

The computer had an issue with a device, can’t even remember what it was, so I thought I’ll run rm -rf /dev that should take care of the issue and after a reboot it will be repopulated… It might have worked, but what I actually ran was rm -rf /etc.

Engywuck, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

“Updating” a 5.2 RedHat install with a 6.0 Mandrake CD-ROM (or the opposite, can’t remember right now…). Fun stuff.

Kidplayer_666, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Man, this was a few months back. I’ve got fedora asahi Linux (Linux on an ARM Mac) and I was trying to install Pycharm to play a bit with Python. Unfortunately, they did not have it packaged for arm, so I had to download a pre compiled tar or zip folder. I test it, see that it is an assortment of bin folders and alike, and decide to put it all elsewhere so it wouldn’t get lost. So I put it on the root and merge the folders. I think immediately “wait this is stupid” and decide to get Pycharm out of there. (I was on nautilus with root privileges), so i simply Ctrl-Z outa there. It shows a warning whether I wanted to delete 4000 files, but because I am an idiot, I didn’t realise what rhay meant. So I did it. I then continue on with my life, and find myself unable to open apps. I was fairly confused, as the apps I already had open still worked. I decide to try to restart the laptop. It is when I see that there is no restart button anymore that I realise what I did, and I just think to myself. I’ll be dammed if this survives a restart, im already screwed so it doesn’t matter. (It didn’t survive the reboot, had to install from scratch. At least an excuse to use the K desktop environment)

narc0tic_bird, in In-progress COSMIC apps: terminal, file manager, text editor, and settings

I love this light gray theme not gonna lie.

reallyzen, (edited ) in What's (are) the funniest/stupidest way(s) you've broken your linux setup?
@reallyzen@lemmy.ml avatar

Generated my grub configuration as grub.conf

This one took a stupid amount of time to debug - but on the other hand, when grub failed it did with “can’t find any bootable thingy” and not “missing configuration file” as, in my later opinion, it should.

Life Linux is a harsh mistresses, sometimes.

escapedgoat, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

ran chown -R www-data: ./ from /var instead of /var/www.

beanson, in Is Ubuntu deserving the hate?

I use Ubuntu for work and have no issues with it to be honest. I install everything via apt, I think a few things are via snap but nothing that I’ve installed directly. It’s stable and I can get on with stuff. I definitely am not a fan of the move towards snap and the app store: if I was to choose I’d go vanilla Debian.

lefaucet,

I’m daily driving Ubuntu and my experience aligns with this.

My only gripe is snaps can break copy/paste and prevent me from saving files where I want. This might make Ubuntu unusable for people using Linux for the first time and makes no sense if you dont understand how snaps are sandboxed and how permissions work. The solution is install with apt.

The installer, system configuration programs and UI experience is really good. I argue it is a much superior experience to Windows and arguably better than OS/X. A lot less garbage being shoved down customers throats.

hydroel,

The solution is install with apt.

I checked on my machine, and out of all the packages I had on snap, only Inkscape, VLC and Slack were also available on apt. Spotify, Whatsdesk (a WhatsApp client) and Signal were among the most commonly used missing.

lefaucet,

Oh word! I forgot about Signal. I use the snap for that. It works well. I think copy/paste works with it.

I used apt for Firefox, Krita, ffmpeg, Blender and Ksnips

I think the big commercial programs I use were installed with vendor scripts

BlueEther, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?
@BlueEther@no.lastname.nz avatar

I’ve broken systems far too many times in the last 24 years, since Mandrake 6.x, to count:

  • I’ve dd a disk or more
  • I’ve rm *
  • I’ve chmod
  • I’ve brought down the network, with every intention tar it would come back - on a remote box
  • I’ve failed to RTFM far too many times
9488fcea02a9, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

I didnt break anything, but there was this one time i was setting up a new lxc container i had just spun up. I installed nginx, and a bunch of other packages, started writing new config files… Then i noticed my prompt was user@desktop$ instead of user@server$

Whoops… I was in the wrong terminal window, typing commands into my desktop instead of the container i was setting up.

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