Check website / domain connection in Linux terminal with is-up: ================================================================ I can sheck if a website is up just through the linux terminal with the npm program "is-up" It runs through the site isitup.org 's API. Not from my home internet connection. To Run: is-up nintendo.com To Install: sudo npm install --global is-up-cli If I need to get npm, follow this guide: https://branden-g.ca/Notes/Tech_Help/Linux_Repair/Linux_Apps_Setup/1-Install_Linux_apps_and_drivers/Install-npm-on-Ubuntu-from-official-site.txt ----------------------------------------------------------------------------------------------------------- Sources: https://stackify.com/top-command-line-tools/ https://github.com/sindresorhus/is-up-cli Date: January 20th 2024