<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tools on it-grossniklaus.ch</title>
    <link>https://it-grossniklaus.ch/pages/topics/tools/</link>
    <description>Recent content in Tools on it-grossniklaus.ch</description>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://it-grossniklaus.ch/pages/topics/tools/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>dig</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/dig/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/dig/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;&#xA;&lt;h3 id=&#34;bookmarks&#34;&gt;Bookmarks&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Wikiepdia &lt;a href=&#34;https://de.wikipedia.org/wiki/Dig_(Software)&#34;&gt;dig&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Wikiepdia &lt;a href=&#34;https://en.wikipedia.org/wiki/Dig_(command)&#34;&gt;dig&lt;/a&gt; (en)&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/dnsutils/dig.1.en.html&#34;&gt;dig&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;beispiele&#34;&gt;Beispiele&lt;/h3&gt;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;dig google.com &#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;dig @194.150.168.168 google.com &#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-out w3-theme-l3 notranslate&#34;&gt;&#xA;;; ANSWER SECTION:&#xA;google.com.&#x9;&#x9;165&#x9;IN&#x9;A&#x9;172.217.17.142&#xA;;; Query time: 26 msec&#xA;;; SERVER: 194.150.168.168#53(194.150.168.168)&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;DNS=1.1.1.1&#xA;IP=172.217.168.14&#xA;dig $IP +trace @${DNS}&#xA;dig -x ${ADDR} +short&#xA;dig google.com    +noall +answer @1.1.1.1&#xA;dig google.com mx +noall +answer @1.1.1.1&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;dig @8.8.8.8 +trace it-grossniklaus.ch&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>nslookup</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/nslookup/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/nslookup/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;&#xA;&lt;h3 id=&#34;bookmarks&#34;&gt;Bookmarks&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Wikipedia &lt;a href=&#34;https://de.wikipedia.org/wiki/Nslookup&#34;&gt;nslookup&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Wikipedia &lt;a href=&#34;https://en.wikipedia.org/wiki/Nslookup&#34;&gt;nslookup&lt;/a&gt; (en)&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/dnsutils/nslookup.1.en.html&#34;&gt;nslookup&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;beispiele&#34;&gt;Beispiele&lt;/h3&gt;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;nslookup google.com&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;nslookup google.com 194.150.168.168&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-out w3-theme-l3 notranslate&#34;&gt;&#xA;Server:&#x9;&#x9;194.150.168.168&#xA;Address:&#x9;194.150.168.168#53&#xA;&#xA;Non-authoritative answer:&#xA;&#xA;Name:&#x9;google.com&#xA;Address: 172.217.17.142&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;nslookup google.com | grep -v 127.0 | grep -E &#39;Name|Address&#39;&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>ssh</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/ssh/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/ssh/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;&#xA;&lt;h3 id=&#34;bookmarks&#34;&gt;Bookmarks&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Tag: &lt;a href=&#34;https://it-grossniklaus.ch/tags/ssh/&#34;&gt;ssh&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;wikipedia&#34;&gt;Wikipedia&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://de.wikipedia.org/wiki/Secure_Shell&#34;&gt;Secure Shell&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Secure_Shell&#34;&gt;Secure Shell&lt;/a&gt; (en)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;doku&#34;&gt;Doku&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/openssh-client/ssh.1.en.html&#34;&gt;ssh&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/openssh-client/ssh_config.5.en.html&#34;&gt;ssh_config&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/openssh-client/ssh-keygen.1.en.html&#34;&gt;ssh-keygen&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/openssh-client/ssh-agent.1.en.html&#34;&gt;ssh-agent&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/openssh-client/ssh-add.1.en.html&#34;&gt;ssh-add&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/openssh-client/scp.1.en.html&#34;&gt;scp&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;man &lt;a href=&#34;https://manpages.debian.org/testing/openssh-client/sftp.1.en.html&#34;&gt;sftp&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;download&#34;&gt;Download&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitforwindows.org/&#34;&gt;https://gitforwindows.org/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://de.wikipedia.org/wiki/PuTTY&#34;&gt;https://de.wikipedia.org/wiki/PuTTY&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.openssh.com&#34;&gt;OpenSSH&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;microsoft&#34;&gt;Microsoft&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.microsoft.com/en-us/vsts/git/use-ssh-keys-to-authenticate&#34;&gt;https://docs.microsoft.com/en-us/vsts/git/use-ssh-keys-to-authenticate&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.microsoft.com/en-us/powershell/scripting/core-powershell/ssh-remoting-in-powershell-core&#34;&gt;https://docs.microsoft.com/en-us/powershell/scripting/core-powershell/ssh-remoting-in-powershell-core&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Tools Readme</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/bookmarks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/bookmarks/</guid>
      <description>&lt;p&gt;Hier geht es um Tools, die für mehrere Betriebssystemarten (Linux,&#xA;Windows, macOS, &amp;hellip;) zur Verfügung stehen.&#xA;Die anderen Tools sind beim jeweiligen Betriebssystem zu finden.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
