Reposting my tl;dw from another post:
Affiliate injection: When you click the “Find coupons” button, it will inject their affiliate cookie. This is somewhat okay in normal circumstances, but if you visit a site/store via (insert YouTuber) 's sponsorship and use a Honey coupon, it will override theirs and use Honey’s. The YouTuber loses the profit they would’ve made, and instead, PayPal/Honey gets it, despite the YouTuber doing the work. It will also inject their affiliate cookie if you click find coupons and it doesn’t find any, or if you click okay on their “We didn’t find any coupons, but this is the best deal!” popup.
Misdirection: They will show that they found the “best deal” while intentionally leaving off higher coupon deals; if a company has a partnership with Honey, they may, for example, have a 10% promotion running. With a honey partnership, they may ask Honey only to give users a 5% coupon and say it’s the “best deal” or tell users no coupons are available despite some being available (even if added to their database), so they pay a small affiliate fee to Honey in exchange for lowering the rates they give in coupons so they can still say they are giving them, but use them as little as possible.
Honey Gold cashback: This one, in combination with the above, gives you 1 1-2% of the order, but they make substantially more than they pass to the user anyway. This one is to be expected, but it is a reminder that they still do “normal” scam stuff on top of their notable scammy practices.
tl;dr: They scam you and your favorite content creators with misleading practice and affiliate injection; the only true “winners” with Honey and other similar services are the service themselves and the stores they partner with.
Just giving my +1 about what others have said:
in terminal man to get an overview of a command and usage, tldr.sh is a “tldr” of those same man pages simplified and very user friendly, and apropos to search man pages by description to find tools that do what you wanna do.
Ex usage:
man ls
gives an overview of how ls workstldr ls
gives a quick user friendly overview of how ls works (after installing it, or using the site tldr.sh)apropos compress
will search man pages and output a list of commands that have “compress” in the descriptionLinux has an overwhelmingly large amount of commands or things you can do, it’s good to learn a subset of common things, but arguably more important to learn how to quickly find info on the fly using tools like the above to reference as you do things. I’ve used Linux for about a decade, but still only use the same 5-10 or so commands regularly in the terminal, and look up anything else whenever I need.