this post was submitted on 31 Oct 2024
34 points (97.2% liked)

Linux

47941 readers
1269 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
 

What are some of the easiest ways for a beginner to make their system untable when they start tinkering with it?

top 22 comments
sorted by: hot top controversial new old
[–] eldavi@lemmy.ml 3 points 57 minutes ago* (last edited 29 minutes ago) (1 children)

delete everything in /tmp; you're not really using it anyways and you'll get more disk space. lol

i literally used this same logic when i merged the contents of c:\windows & c:\win32 because there were so many duplicate files and folders and i needed to recover the free space.

sometimes i'm thankful for my cluelessness; examples like this paint me into corners and this particular corner was the impetus behind my exploration into linux; which has sustained my career for the last 25ish years through several once-in-a-lifetime economic recessions and multiple personal setbacks.

linux is the best mistake i've ever made.

[–] poplargrove@lemmy.world 1 points 54 minutes ago (1 children)

I'm curious what you work as? Sysadmin?

[–] eldavi@lemmy.ml 2 points 43 minutes ago

i've been accused of that along with several other slurs like systems engineer and cloud operations engineer and it systems architecture analyst and software engineer. lol

i'm a software developer atm, but my current gig has a LOT of overlap with all of those other four letter word titles that i dare not repeat in decent company. lol

[–] cerement@slrpnk.net 1 points 29 minutes ago* (last edited 27 minutes ago)

once you have some experience under your belt, these are non-issues:

  • deciding to “learn Linux” the hard way by starting with a specialized distro (Slackware, Gentoo, Alpine)
  • switching to unstable or testing branches before you’re ready ’cause you want bleeding edge or “stable is too far behind”
  • playing around with third-party repositories before understanding them (PPAs in Ubuntu, AUR in Arch)
  • bypassing the package manager (especially installing with curl | sudo sh)
  • changing apps for no other reason than “it hasn’t been updated for a year”
[–] kbal@fedia.io 2 points 2 hours ago

Overclocking

[–] node815@lemmy.world 1 points 2 hours ago* (last edited 2 hours ago)

Instability you ask? This is like a slow creep to instability and freeze your system. It's called the Bash Fork Bomb (look it up if you want), but it's a copy/paste you put in and it slows your system down by consuming all the system resources and cause it to lock up HARD. It goes away after a system reboot, though.

I was going to post the code here, but decided to play nice. But if you are curious:

https://itsfoss.com/fork-bomb/

(edit: Made 'slow' 'slows')

[–] superkret@feddit.org 10 points 4 hours ago* (last edited 4 hours ago) (2 children)

Go through all installed packages and remove "bloat".
Add third party repositories.

[–] Lantern@lemmy.world 4 points 2 hours ago

Removing bloat doesn’t necessarily make things unstable. I remove all the games from my KDE Plasma installs. The primary mistake that can occur in removing non-essential programs is ignoring the list of programs that this is a dependency of or also removes.

[–] lord_ryvan@ttrpg.network 6 points 3 hours ago (1 children)

Ahaha. That hurts.

Pro-Tip: Even if you don't program in Python, it might be necessary for several of your applications.

[–] superkret@feddit.org 1 points 19 minutes ago* (last edited 19 minutes ago)

Ah yes, I've made that mistake, too.
Also, going through Synaptic

[–] perishthethought@lemm.ee 12 points 4 hours ago

Mess with grub, without really understanding what you're doing.

Also, "meep".

[–] Anticorp@lemmy.world 1 points 2 hours ago

Mememe meme me me

[–] HouseWolf@lemm.ee 6 points 4 hours ago

Trying to mount an iso image in the terminal and accidentally un-mounting your root drive.

Totally didn't do that before...nope not even once, definitely not twice >.>

[–] FierySpectre@lemmy.world 4 points 5 hours ago

Installing GPU drivers :). Bonus if you need to use CUDA on top of that

[–] theshatterstone54@feddit.uk 2 points 4 hours ago

Apparently running an update on Fedora. My flatpaks were broken on Fedora 40, so I thought it's a configuration issue on my part and did a clean reinstall when Fedora 41 came out. Issues were not present... until I ran an update.

[–] vort3@lemmy.ml 3 points 4 hours ago (1 children)

Just my experience, I was unable to log in after trying to add samba to my installation. Had to boot into live usb and reset my password.

Maube I'm just bad and it's not samba.

[–] N0x0n@lemmy.ml 6 points 4 hours ago (1 children)

Not sure if this is what happend, but there is a sync option in samba where you can sync your samba user password with login user password.

However this needs explicitly be stated in the samba.conf and needs some further configuration. It could be possible that the installation fuckedup something with passwd.

Just guessing here, I played a bit arround with samba and password syncing.

[–] vort3@lemmy.ml 2 points 4 hours ago

My thought as well. Maybe sync was in default configuration or I just copy pasted it without reading.

Long story short, I have no idea if system user passwords and sama user passwords are the same thing, how to set them up (if they are not the same), or how to make samba use same user accounts and passwords (so that I don't have to remember one more password). So I just gave up.

I was trying to do everything according to arch wiki, but either samba is overcomplicated for no reason, or the article is just not written well.

[–] exu@feditown.com 2 points 4 hours ago* (last edited 3 hours ago) (1 children)
[–] lord_ryvan@ttrpg.network 2 points 3 hours ago (1 children)

It's far more dangerous to run it without a space between the - and rf

[–] exu@feditown.com 2 points 3 hours ago

fuck, stupid mobile

[–] MyNameIsRichard@lemmy.ml 1 points 4 hours ago

Recompile your kernel whilst drunk