<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом telnet</title>
<link>https://blog.m9k.space/tags/telnet/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Telnet нескольких портов</title>
<guid isPermaLink="false">103</guid>
<link>https://blog.m9k.space/all/telnet-neskolkih-portov/</link>
<pubDate>Mon, 14 Nov 2022 07:10:37 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/telnet-neskolkih-portov/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;#!/bin/bash
BDPORT=(1 2 3 4 5)
for SERVER in ${BDPORT[@]}; do
echo &amp;quot;testing port $SERVER&amp;quot;;
sleep 1 | 192.168.100.150 $SERVER &amp;gt; log;
done&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>