<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Network - Tag - Worker7</title>
        <link>https://www.worker7.com/tags/network/</link>
        <description>Network - Tag - Worker7</description>
        <generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 16 Jan 2024 21:33:56 -0500</lastBuildDate><atom:link href="https://www.worker7.com/tags/network/" rel="self" type="application/rss+xml" /><item>
    <title>LXC Container Internet Access</title>
    <link>https://www.worker7.com/posts/lxc-container-internet-access/</link>
    <pubDate>Tue, 16 Jan 2024 21:33:56 -0500</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/lxc-container-internet-access/</guid>
    <description><![CDATA[<p>I tried forever to get internet access in my LXC container to work. It turns out the iptables was configure badly. The following command will fix the issue:</p>]]></description>
</item>
<item>
    <title>Download a Webpage for Offline Access</title>
    <link>https://www.worker7.com/posts/download-a-webpage-for-offline-access/</link>
    <pubDate>Sat, 28 Aug 2021 22:53:21 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/download-a-webpage-for-offline-access/</guid>
    <description><![CDATA[<h1 id="how-to-download-a-webpage-to-access-it-offline">How to download a webpage to access it offline?</h1>
<p>Sometimes it is useful to download/mirror a webpage locally such that you can access it without
internet connection (e.g., download documentation of a library tool). This is easily down via <code>wget</code>.
The following command shows all the necessary parameters we need:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl"><span class="c1"># wget --no-check-certificate --no-clobber --page-requisites -m -np -k https://www.foo.com</span>
</span></span></code></pre></div>]]></description>
</item>
<item>
    <title>List open ports on OSX</title>
    <link>https://www.worker7.com/posts/list-open-ports-on-osx/</link>
    <pubDate>Sun, 04 Jul 2021 16:07:32 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/list-open-ports-on-osx/</guid>
    <description><![CDATA[<h1 id="list-open-ports-on-osx">List open ports on OSX</h1>
<p>To list the open ports on OSX we need to use the <code>lsof</code> (list open files) tool. At the the end of
of the day pretty much everything is a file handle in a unix kernel. The following example show how
invoke the tool and filter out the important bits:</p>]]></description>
</item>
</channel>
</rss>
