<!DOCTYPE html>
<html lang="en">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-99BL0VYXTD"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag() { dataLayer.push(arguments); }
  gtag('js', new Date());

  gtag('config', 'G-99BL0VYXTD');
</script>

  <!-- begin normal header -->
  <title>Outdated Updates Have Been Removed | slaptijack</title>
  <meta charset="utf-8" />
  <meta name="generator" content="Pelican" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <style>
    :where(body, iframe, pre, img, svg, video, canvas, select) {
      max-width: 100%;
      overflow: auto;
      word-break: break-word;
    }
  </style>

  <link rel="stylesheet" href="https://slaptijack.com/theme/css/dark_mode.css" />
  <link rel="stylesheet" href="https://slaptijack.com/theme/css/pygments.css" />

<!-- Google Tag Manager -->
<script>
    (function(w,d,s,l,i){
        w[l]=w[l]||[];
        w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});
        var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
        j.async=true;
        j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;
        f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-NF7MRRNS');
</script>  
<!-- End Google Tag Manager -->
<link rel="canonical" href="https://slaptijack.com/uncategorized/outdated-updates-have-been-removed.html">
<link href="https://slaptijack.com/feeds/all.atom.xml"
    type="application/atom+xml" rel="alternate" title="slaptijack Full Atom Feed" />
<link
    href="https://slaptijack.com/feeds/uncategorized.atom.xml"
    type="application/atom+xml" rel="alternate" title="slaptijack Categories Atom Feed" />



<meta name="author" content="Scott Hebert" />
<meta name="description" content="There are two sections of this site that I stopped maintaining years ago: Security Updates and Tech Messages. None of the pages have ever been that popular and they were really only useful if you were following the site in near real-time. Since no one does that and most folks …" />
<meta name="keywords" content="">

  <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4543073618466709"
    crossorigin="anonymous"></script>
</head>

<body id="index" class="body">
<!-- Google Tag Manager (noscript) -->
<noscript>
    <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NF7MRRNS" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
      <header id="banner" class="header">
    <h1><a href="https://slaptijack.com/">slaptijack</a>
    </h1>
  </header><!-- /#banner -->
  <section id="container">
<article id="content" class="body">
  <header>
    <h1 class="entry-title" id="outdated-updates-have-been-removed">Outdated Updates Have Been Removed</h1>
    
    <p>Posted on <time class="published" datetime="2015-10-28T00:00:00-05:00">October 28, 2015</time> in <a href="https://slaptijack.com/uncategorized/">uncategorized</a></p>
  </header>
  <div class="entry-content">
    <p>There are two sections of this site that I stopped maintaining years ago:
<strong>Security Updates</strong> and <strong>Tech Messages</strong>. None of the pages have ever been that
popular and they were really only useful if you were following the site in near
real-time. Since no one does that and most folks get their security updates some
other way, I discontinued that.</p>
<p>To put into perspective the relative disuse these posts received, note that the
<a href="https://slaptijack.com/networking/what-is-dhcp-option-82.html">top page on the site</a> received
a bit over 7% of the site's traffic last month. All of the aforementioned
categories combined received 0.11% of the total. Obviously, I don't think anyone
is going to be too upset to see these old, outdated posts disappear.</p>
<p>For the curious, I'm doing this with two <code>RedirectMatch</code> statements:</p>
<div class="highlight"><pre><span></span><code><span class="nb">RedirectMatch</span><span class="w"> </span><span class="m">301</span><span class="w"> </span>^/tech-messages/.*/$<span class="w"> </span>http://slaptijack.com/uncategorized/outdated-updates-have-been-removed.html
<span class="nb">RedirectMatch</span><span class="w"> </span><span class="m">301</span><span class="w"> </span>^/security-updates/.*/$<span class="w"> </span>http://slaptijack.com/uncategorized/outdated-updates-have-been-removed.html
<span class="nb">RedirectMatch</span><span class="w"> </span><span class="m">301</span><span class="w"> </span>^/networking/cisco-eol-eos.*<span class="w"> </span>https://slaptijack.com/uncategorized/outdated-updates-have-been-removed.html
<span class="nb">RedirectMatch</span><span class="w"> </span><span class="m">301</span><span class="w"> </span>^/networking/cisco-eos-and-eol.*<span class="w"> </span>https://slaptijack.com/uncategorized/outdated-updates-have-been-removed.html
</code></pre></div>
<p><em>I've got to tell you, the apacheconf lexer looks pretty darn boring here.</em></p>
  </div><!-- /.entry-content -->


  <div class="tags">
    <p>
    </p>
  </div>
</article>
    <section id="adspace" class="marketing">
<!-- the bookshelf -->
<div>

<h2>My Bookshelf</h2>
<p>
    <strong>Reading Now</strong>
</p>
<ul>
    <li><a href="https://amzn.to/45ML5y3">Elevation</a></li>
    <li><a href="https://amzn.to/3MkHmAO">The Newton Papers</a><br>
        <em>The Strange and True Odyssey of Isaac Newton's Manuscripts</em>
    </li>
    <li><a href="https://amzn.to/3EOlHx1">Post Office</a></li>
    <li>
        <a href="https://amzn.to/3CW6IzX">The Fabric of the Cosmos</a><br>
        <em>Space, Time, and the Texture of Reality</em>
    </li>
    <li><a href="https://slaptijack.com/pages/bookshelf.html">And more...</a></li>
</ul>
<p>
    <strong>Other Stuff</strong>
</p>
<ul>
    <li>
        <a href="https://amzn.to/3qzIx40">Rust for Rustaceans</a><br>
        <em>Idiomatic Programming for Experienced Developers</em>
    </li>
    <li>
        <a href="https://amzn.to/3RSqPob">Learning Modern Linux</a><br>
        <em>A Handbook for the Cloud Native Practioner</em>
    </li>
    <li>
        <a href="https://amzn.to/3RKVuUq">Unit Testing</a>
        <br><em>Principles, Practice, and Patterns</em>
    </li>
        <li>
            <a target="_self" href="https://www.eventsbyclf.com/" >C.Le Fête</a>
        </li>
        <li>
            <a target="_self" href="https://theremoteengineer.com/" >The Remote Engineer</a>
        </li>
        <li>
            <a target="_self" href="https://www.etsy.com/shop/ZaZoDesignsInc" >ZaZo Designs</a>
        </li>
</ul>    
</div>

<div style="position: relative; width: 100%; max-width: 100%;">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4543073618466709" crossorigin="anonymous"></script>
<!-- slaptijack-sidebar-responsive -->
<ins class="adsbygoogle ads-sidebar"
    style="display:block; position: absolute; width: inherit; max-width: inherit;"
    data-ad-client="ca-pub-4543073618466709"
    data-ad-slot="1757824907"
    data-ad-format="auto"
    data-full-width-responsive="true">
</ins>
<script>
    (adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>    </section><!-- end marketing -->
  </section><!-- end container -->
  <footer>
    <p>&copy; <a href="/">slaptijack</a> - all rights reserved</p>
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4543073618466709"
     crossorigin="anonymous"></script>
<!-- slaptijack-footer-responsive -->
<ins class="adsbygoogle ads-footer"
     style="display:block"
     data-ad-client="ca-pub-4543073618466709"
     data-ad-slot="4335886788"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
  </footer><!-- /#contentinfo -->
</body>

</html>