this post was submitted on 09 Jul 2023
1253 points (97.3% liked)
linuxmemes
20880 readers
8 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Lemme know if you find out please, I forgot the name of the reminder bot on Lemmy haha
The curl command pulls data from a URL into your terminal. So you can actually go to cheat.sh in a web browser to see what the output would be (also wouldn't necessarily recommend doing this vs. blindly pasting commands, but in this case, perfectly safe!). It looks like a little Unix command helper tool.
Why wouldn't you recommend this? As a novice, it seems to me like a safe way to check out what you're actually pulling in through curl
Quick google shows it's (likely) an aggregate cheat sheet for numerous resources which can be accessed via curl cheat.sh/ or curl cht.sh
(I haven't confirmed this, verify the safety of all commands and code that you run on your system before you run it, don't inherently trust someone else)