TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Favorite domain availability checker?

1 pointsby saiko-chriskunabout 11 years ago
So my favorite domain name checker is down: www.domai.nr<p>The top google results for others were actually pretty crappy. Works fine for the really common tlds but that&#x27;s about it. What does everyone else use?

1 comment

liviudmabout 11 years ago
I use the whois command utility which is available by default on any Mac. If you&#x27;re using Linux it is usually installed by default, but not always.<p>To install it on Ubuntu:<p>apt-get install whois<p>or on CentOS:<p>yum -y install jwhois<p>On Windows you can download it from here: <a href="http://technet.microsoft.com/en-us/sysinternals/bb897435.aspx" rel="nofollow">http:&#x2F;&#x2F;technet.microsoft.com&#x2F;en-us&#x2F;sysinternals&#x2F;bb897435.asp...</a><p>To use it, simply type on the command prompt:<p>whois domainname.com<p>I find this approach much faster and easier than using a website that essentially does the same thing. Not to mention that there were rumours a few years ago that some of those websites are capturing what you&#x27;re searching for and register the most interesting domain names hoping they will sell them back to you.<p>I hope this helps.<p>Cheers,<p>Liviu