RTFM doesn’t have to literally mean to read text, just like saying “let me google that for you” doesn’t have to literally be google. Both statements are similar; the point is instead of burdening others with teaching you something, go learn it on your own whether that be the manual or random Indian tech youtuber.
- 0 Posts
- 9 Comments
JTskulk@lemmy.worldto
Privacy@lemmy.ml•Umbrachat is a peer-to-peer encrypted discord alternativeEnglish
1·22 days agoHow does that work if it’s peer to peer? Doesn’t at least one person need to open ports?
JTskulk@lemmy.worldto
Privacy@lemmy.ml•Umbrachat is a peer-to-peer encrypted discord alternativeEnglish
2·26 days agoDo users have to open ports for it to work?
JTskulk@lemmy.worldto
Linux@lemmy.ml•What sense is licensing operating system on BSD license?English
15·1 month agoIt’s really just a difference of opinion. GPL enjoyers such as myself believe that Free software is the best and it should be kept free with a copyleft license. BSD license enjoyers also love Free software, but they believe in putting next to zero conditions on their software. They’re just happy if their freely released software is used to make anything better, even if it means proprietary projects incorporating it and not contributing.
JTskulk@lemmy.worldto
Privacy@lemmy.ml•Fuck Github, Microsoft has made it impossible to create an account without linking to hardware or phonesEnglish
16·1 month agoI can’t figure out if Free software projects don’t know or don’t care that GitHub is run by Microslop.
JTskulk@lemmy.worldto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
1·1 month agoWhen you
read a, you’re typing in terminal. I made a clipboard action so I just copy an URL to the clipboard, execute actions, and then choose whether to play it or download it on my other machine.
JTskulk@lemmy.worldto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
3·1 month agoNo offense, but I’m seeing a lot of useless scripts here. You can simply put these option in yt-dlp.conf and then just run yt-dlp “url”.
I think GNU favors the info tool, try that if the man page is lacking.