Linux Terminal Tips & Tricks #10 - Chuck Norris Jokes
sleepyeyesvince
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing how to get random Chuck Norris Jokes :) Stay safe everyone!
If you are a new user and need a great terminal tutorial: https://tutorials.ubuntu.com/tutorial/command-line-for-beginners
The source website: http://www.icndb.com/
The command: curl -s http://api.icndb.com/jokes/random/?exclude=explicit | python2 -c 'import sys, json; print "\n\n"+json.load(sys.stdin)["value"]["joke"]+"\n\n"' | sed 's/"/"/g'
The NSFW version: curl -s http://api.icndb.com/jokes/random/ | python2 -c 'import sys, json; print "\n\n"+json.load(sys.stdin)["value"]["joke"]+"\n\n"' | sed 's/"/"/g'
Check out Total OS Today channel: https://www.youtube.com/channel/UCcJEcTGtV0awEOgQm0lm2VQ
Contact me: Telegram: @sleepyeyesvince MeWe: https://mewe.com/i/sleepyeyesvince ... https://www.youtube.com/watch?v=e14seFXrQvc
28960540 Bytes