Check Website Is Down for Everyone or Just for Me Linux CommandLine CommandOfTheDay CURL less than 1 minute to read (84 words) () Overview Check Online Check from Command Lines Check Online Open http://isup.me Enter the Domain name you want to check. Check from Command Lines [mitesh@Matrix ~]$ curl -s www.isup.me/google.com | grep '"container"' -A1| sed 's:<.*::' It's just you. [mitesh@Matrix ~]$ curl -s www.isup.me/example.com | grep '"container"' -A1| sed 's:<.*::' It's not just you! Email Address Post Navigation Generate Random Password How to Change Bash Custom Prompt (PS1)