My bubble is mostly lm, which comes in two flavors:
(1) useless repo made up entirely of jupyter notebooks and 28363 requirements achieved via pip freeze
(2) simple, friendly, well documented, runs
“Once you’ve been to Gaza, you’ll never stop wanting to beat Benjamin Netanyahu to death with your bare hands.”
My bubble is mostly lm, which comes in two flavors:
(1) useless repo made up entirely of jupyter notebooks and 28363 requirements achieved via pip freeze
(2) simple, friendly, well documented, runs
I always felt like most users don’t use Linux not because of any of the things you mentioned, nut because their first computer was a windows or mac.
I meant tails as one tool people use specifically for added security.
I vote for adding the tails os logo too
Why is that “r” stuck to that “m”?
The meltdown is over really crappy logic.
Sure, but then your meme format isn’t reflecting that so clearly.
Whatever you need to say to make yourself feel better.
I am fun, just not in the presence of bs and cheap jokes.
Except all of it is true and tested. :/
Ps: have you ever heard anyone say “Islam/Sikhism/AnyOtherReligion is easy”?
No. Because it’s a really dumb comparison.
Religion is about shit that is not real. Linux is about good engineering and open source software.
Big fat downvote for this pathetic attempt st being provocative.
I reported it 🙃
man
is a command in linux to bring up the manuals/docs
https://www.geeksforgeeks.org/man-command-in-linux-with-examples/
If you’re on a linux distro, you could type:
man ls
which would fetch you the manual for ls
, which lists files and dirs for you. However, I think it’s more common for users to use ls --help
instead, which would show the same manual information.
(sorry if you already knew this, but it looked almost like you were asking what this means and then a bunch of linux users just joked around without explaining anything XD)
Learning to read docs is basically learning how to learn. If good docs exist and you have the skill of reading them, your life will get significantly easier.