<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Find Linux Server Geographic Location in Terminal	</title>
	<atom:link href="https://www.tecmint.com/find-linux-server-geographic-location/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-linux-server-geographic-location/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 15:05:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JARBAS PEIXOTO JUNIOR		</title>
		<link>https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1776267</link>

		<dc:creator><![CDATA[JARBAS PEIXOTO JUNIOR]]></dc:creator>
		<pubDate>Thu, 28 Apr 2022 15:06:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32646#comment-1776267</guid>

					<description><![CDATA[There is a MUCH easier way to get the Geographic information.
&lt;pre&gt;
$ curl https://ipinfo.io/json
&lt;/pre&gt;
In my case it returns:
&lt;pre&gt;
{
   &quot;ip&quot;: &quot;187.113.8.100&quot;,
   &quot;hostname&quot;: &quot;187.113.8.100.static.host.gvt.net.br&quot;,
   &quot;city&quot;: &quot;Campo Grande&quot;,
   &quot;region&quot;: &quot;Mato Grosso do Sul&quot;,
   &quot;country&quot;: &quot;BR&quot;,
   &quot;loc&quot;: &quot;-20.4428,-54.6464&quot;,
   &quot;org&quot;: &quot;AS18881 TELEFÔNICA BRASIL S.A&quot;,
   &quot;postal&quot;: &quot;79000-000&quot;,
   &quot;timezone&quot;: &quot;America/Campo_Grande&quot;,
   &quot;readme&quot;: &quot;https://ipinfo.io/missingauth&quot;
}
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>There is a MUCH easier way to get the Geographic information.</p>
<pre>
$ curl https://ipinfo.io/json
</pre>
<p>In my case it returns:</p>
<pre>
{
   "ip": "187.113.8.100",
   "hostname": "187.113.8.100.static.host.gvt.net.br",
   "city": "Campo Grande",
   "region": "Mato Grosso do Sul",
   "country": "BR",
   "loc": "-20.4428,-54.6464",
   "org": "AS18881 TELEFÔNICA BRASIL S.A",
   "postal": "79000-000",
   "timezone": "America/Campo_Grande",
   "readme": "https://ipinfo.io/missingauth"
}
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Christian Lehner		</title>
		<link>https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1340332</link>

		<dc:creator><![CDATA[Christian Lehner]]></dc:creator>
		<pubDate>Mon, 22 Jun 2020 08:43:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32646#comment-1340332</guid>

					<description><![CDATA[&lt;code&gt;gip -g &lt;/code&gt; prints the geo location for the IP address.

The tool is available at GitHub: &lt;code&gt;https://github.com/softhub-software-development/gip&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p><code>gip -g </code> prints the geo location for the IP address.</p>
<p>The tool is available at GitHub: <code>https://github.com/softhub-software-development/gip</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1275405</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 25 Oct 2019 08:25:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32646#comment-1275405</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1274997&quot;&gt;Kelly Brazil&lt;/a&gt;.

@Kelly

Thanks for sharing, we are grateful.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1274997">Kelly Brazil</a>.</p>
<p>@Kelly</p>
<p>Thanks for sharing, we are grateful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kelly Brazil		</title>
		<link>https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1275000</link>

		<dc:creator><![CDATA[Kelly Brazil]]></dc:creator>
		<pubDate>Thu, 24 Oct 2019 18:29:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32646#comment-1275000</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1154837&quot;&gt;Jeff H Silverman&lt;/a&gt;.

Hi Jeff,

You can also pass the &lt;code&gt;-r&lt;/code&gt; option to &lt;strong&gt;jq&lt;/strong&gt; to get rid of the quotation marks. No need for sed! :)

Kelly]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1154837">Jeff H Silverman</a>.</p>
<p>Hi Jeff,</p>
<p>You can also pass the <code>-r</code> option to <strong>jq</strong> to get rid of the quotation marks. No need for sed! :)</p>
<p>Kelly</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kelly Brazil		</title>
		<link>https://www.tecmint.com/find-linux-server-geographic-location/comment-page-1/#comment-1274997</link>

		<dc:creator><![CDATA[Kelly Brazil]]></dc:creator>
		<pubDate>Thu, 24 Oct 2019 18:15:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32646#comment-1274997</guid>

					<description><![CDATA[I created a command-line tool called &lt;strong&gt;jc&lt;/strong&gt; that JSONifies the output of many common Linux CLI tools for piping into jq. No need to parse with sed/awk/grep/tr/cut/etc. :) For example:
&lt;pre&gt;
$ ifconfig &#124; jc --ifconfig &#124; jq ...
&lt;/pre&gt;
&lt;code&gt;https://github.com/kellyjonbrazil/jc&lt;/code&gt;

I&#039;ll be adding more parsers to make life easier for cli jockeys!]]></description>
			<content:encoded><![CDATA[<p>I created a command-line tool called <strong>jc</strong> that JSONifies the output of many common Linux CLI tools for piping into jq. No need to parse with sed/awk/grep/tr/cut/etc. :) For example:</p>
<pre>
$ ifconfig | jc --ifconfig | jq ...
</pre>
<p><code>https://github.com/kellyjonbrazil/jc</code></p>
<p>I&#8217;ll be adding more parsers to make life easier for cli jockeys!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
