this post was submitted on 22 Nov 2024
16 points (94.4% liked)

Linux

48310 readers
645 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 5 years ago
MODERATORS
 

So I was thinking of silly things I've done that pseudo-broke my system, or made me think I had a broken system. Like the time I put the cmd :

exit

in my ~/.bash_aliases file and I had to open a text editor to fix it because that broke all the terminals on my machine.

I'm curious what other silly things users have done to confuse themselves.

top 10 comments
sorted by: hot top controversial new old
[–] CrabAndBroom@lemmy.ml 4 points 1 hour ago* (last edited 1 hour ago)

I think I posted this before in some other thread, but one time back when I used to use Ubuntu, I opened my laptop and the screen was upside-down. Everything worked perfectly, but just upside-down. I went through every display setting I could find, trawled through forums for hours (on a different, non upside-down computer) and got absolutely nowhere. It was at the point where I was thinking I'll probably have to reformat and start over and this will forever be a mystery.

Then I accidentally solved it when my Playstation controller battery got low and I plugged it into the nearest USB port to charge, which was my laptop. As soon as I plugged it it, the screen flipped back the right way. As it turned out, Ubuntu was talking to the controller and had for some reason interpreted the gyroscope movement as 'rotate screen' the last time I charged it. After a couple of minutes of waving the controller around and watching the desktop spin while going "huh", I just unplugged it when it the right way round and crisis averted!

[–] chloroken@lemmy.ml 2 points 3 hours ago

One time while streaming I had someone convince me to install zsh. Almost bricked the thing live. No clue what I was doing that day.

[–] christophski@feddit.uk 8 points 9 hours ago

Just the other day I tried to remove pipewire from my system but didn't look at the list of packages to be removed... Turns out it removed gnome desktop and so booted into CLI 🤦‍♀️

[–] bjoern_tantau@swg-empire.de 7 points 10 hours ago* (last edited 10 hours ago)

I wanted to reinstall my Gentoo system. A SUSE (back before OpenSUSE) disc was the newest distro I had lying around. I thought it shouldn't matter from which system I do the install, Gentoo won't care.

So I repartitioned /dev/hda, installed the base system and went to set up my mount points. Only to discover that my data drive was gone. Stupid SUSE labeled the drives differently. /dev/hdb was my old system drive and I had repartitioned my old data drive.

Taught me to really check which drive was which. I wouldn't touch SUSE again for decades because of this.

[–] ma1w4re@lemm.ee 6 points 11 hours ago (2 children)

I made alias q=exit for some reason and now I accidentally close the terminal when I press ;q and enter 😭

[–] GolfNovemberUniform@lemmy.ml 3 points 6 hours ago (1 children)

Why would you type ; in a terminal though? Are you using it as a code editor?

[–] ma1w4re@lemm.ee 2 points 3 hours ago* (last edited 3 hours ago)

Such is the power of a habit, I use vim often

[–] thingsiplay@beehaw.org 3 points 10 hours ago

God bless your innocent soul.

[–] thingsiplay@beehaw.org 5 points 11 hours ago

Short: I forgot the /etc/fstab mount entry

I'm not sure if the following counts as stupid, but here is one where I almost wiped my system and reinstalled everything. I have some entries in the /etc/fstab to bind certain directories to specific locations in my home, to keep it modular (doing this since over 10 years). One day I replaced one of the internal harddrives and then the system would no longer boot up, because the it tries to mount a non existent drive.

Due to my long years of experience and wisdom with Linux, I thought that either the new drive was broken or I something from my body sparked over the board. It took me several minutes until I realized what actually happened and then everything was fine.

BTW in EndeavourOS when this happens again (and it did) then while boot the system asks me to ignore that entry and continue. Which is soooo useful and don't know why this was never asked before (before I was on EndeavourOS).

[–] mactan@lemmy.ml 5 points 12 hours ago

I set up a cron task and it was meant to do a super scuffed sendmail if there was a problem, there was about 20GB on the spool before I noticed and the pi's SD card was full