What are some of the easiest ways for a beginner to make their system untable when they start tinkering with it?
Moving some packages (especially libraries) onto an unstable branch while keeping others back on a stable one. It probably won't fuck you immediately, but when it does it'll be a bastard to diagnose because you will have forgotten what you did.
Mess with grub, without really understanding what you're doing.
Also, "meep".
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 >.>
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.
I am drunk. I wish you hadn't suggested that.
So anyway, what are the pros and cons?
Pro: you have a custom kernel.
Con: the next morning, you can have a non-functioning computer with no idea of what you did.
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.
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.
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.