Skip to content

Instantly share code, notes, and snippets.

View Devnol's full-sized avatar

Panos Koutsoumanis Devnol

View GitHub Profile
@vegeta897
vegeta897 / mc-status-bot.js
Last active September 6, 2023 17:55
(Outdated) Simple Minecraft server status bot command with Discord.js -- add me on Discord! vegeta897#7777
/*
##############################################################################
# #
# Sorry, this script is outdated and I can't justify maintaining it anymore. #
# #
# If you want to view the last version, it's archived here: #
# https://gist.github.com/vegeta897/e3d2fcd4b661bd9d021c397e7505be05 #
# #
# If you want to see a newer one that is similar, look here: #
# https://github.com/Baggette/minecraft-server-ping-example #
@raulmoyareyes
raulmoyareyes / networkCommand.md
Last active May 22, 2024 21:58
Linux command to check Internet connection speed.

# View public IP

  • curl -s checkip.dyndns.org | sed 's#.Address: (.)</b.*#\1#'
  • wget -qO - icanhazip.com
  • curl ifconfig.me
  • curl ident.me
  • dig +short myip.opendns.com @resolver1.opendns.com
  • lynx -dump ifconfig.me | grep 'IP Address'
  • curl ipecho.net/plain
  • curl bot.whatismyipaddress.com
  • curl ipinfo.io