<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Internet on Shelby DeNike</title>
    <link>https://denike.io/tags/internet/</link>
    <description>Recent content in Internet on Shelby DeNike</description>
    <image>
      <title>Shelby DeNike</title>
      <url>https://assets.denike.io/images/assets/cartoon_profile_200x200px.png</url>
      <link>https://assets.denike.io/images/assets/cartoon_profile_200x200px.png</link>
    </image>
    <generator>Hugo -- 0.154.5</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 10 Dec 2024 13:55:59 +0000</lastBuildDate>
    <atom:link href="https://denike.io/tags/internet/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>🦋 Unfollowing accounts</title>
      <link>https://denike.io/unfollowing-accounts/</link>
      <pubDate>Tue, 10 Dec 2024 13:55:59 +0000</pubDate>
      <guid>https://denike.io/unfollowing-accounts/</guid>
      <description>Looking for an easy way to unfollow accounts on Bluesky?</description>
    </item>
    <item>
      <title>🎄 Holiday gift from 123.net</title>
      <link>https://denike.io/holiday-gift-from-123.net/</link>
      <pubDate>Wed, 29 Nov 2023 20:05:00 +0000</pubDate>
      <guid>https://denike.io/holiday-gift-from-123.net/</guid>
      <description>&lt;p&gt;While I usually get silly items like pens, notepads, or low-quality t-shirts, I was happy to get a much nicer holiday gift from one of our vendors &lt;a href=&#34;https://123.net&#34;&gt;123.net&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While we had been customers with &lt;a href=&#34;https://123.net&#34;&gt;123.net&lt;/a&gt; for a while, I had been dealing with them directly for a few months, working out pricing for our location and, if all went well, possibly getting other locations on board.&lt;/p&gt;
&lt;p&gt;Anyway, they ended up sending me this nice blanket and mug, which have both been used multiple times since they first arrived.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Good by Comcast/Xfinity, Hello MetroNet</title>
      <link>https://denike.io/good-by-comcast/xfinity-hello-metronet/</link>
      <pubDate>Tue, 14 Mar 2023 17:12:05 +0000</pubDate>
      <guid>https://denike.io/good-by-comcast/xfinity-hello-metronet/</guid>
      <description>&lt;p&gt;I have been waiting for a couple of years for MetroNet to finally complete the construction of their all-fiber network here in Okemos, and a couple of days ago, they came out to complete the installation at my house.&lt;/p&gt;
&lt;p&gt;While I have been a Comcast/Xfinity customer since moving back to Michigan, I can&amp;rsquo;t say I was ever happy. Whether it was issues with their upstream/downstream speeds, outages, pointing fingers at me for network issues, or simply the ridiculous cost of their service, I am glad to wipe my hands off them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Git with Verified GPG commits on macOS</title>
      <link>https://denike.io/git-with-verified-gpg-commits-on-macos/</link>
      <pubDate>Fri, 21 Sep 2018 13:27:48 +0000</pubDate>
      <guid>https://denike.io/git-with-verified-gpg-commits-on-macos/</guid>
      <description>&lt;p&gt;Setup&lt;/p&gt;
&lt;p&gt;No need for homebrew or anything like that. Works with &lt;a href=&#34;https://www.git-tower.com&#34;&gt;https://www.git-tower.com&lt;/a&gt; and the command line.&lt;/p&gt;
&lt;p&gt;Install &lt;a href=&#34;https://gpgtools.org&#34;&gt;https://gpgtools.org&lt;/a&gt; &amp;ndash; I&amp;rsquo;d suggest to do a customized install and deselect GPGMail.
Create or import a key &amp;ndash; see below for &lt;a href=&#34;https://keybase.io&#34;&gt;https://keybase.io&lt;/a&gt;
Run gpg &amp;ndash;list-secret-keys and look for sec, use the key ID for the next step
Configure git to use GPG &amp;ndash; replace the key with the one from gpg &amp;ndash;list-secret-keys
git config &amp;ndash;global gpg.program /usr/local/MacGPG2/bin/gpg2
git config &amp;ndash;global user.signingkey A6B167E1
git config &amp;ndash;global commit.gpgsign true
Optionally configure annotated tags to be GPG signed
git config &amp;ndash;global tag.forceSignAnnotated true
Add this line to ~/.gnupg/gpg-agent.conf
pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac
Add this line to ~/.gnupg/gpg.conf
no-tty&lt;/p&gt;</description>
    </item>
    <item>
      <title>APC on a WHM/CPanel Server</title>
      <link>https://denike.io/apc-on-a-whm/cpanel-server/</link>
      <pubDate>Mon, 21 Feb 2011 23:17:29 +0000</pubDate>
      <guid>https://denike.io/apc-on-a-whm/cpanel-server/</guid>
      <description>&lt;p&gt;One of my clients needed APC installed for their application, so I initially tried to install it via WHM module installer &amp;hellip;. this failed.   Here are the steps that I took to get it working via CLI{{ double-space-with-newline }}First download the newest stable release of APC and then run the following commands.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;wget &lt;a href=&#34;http://pecl.php.net/get/APC-3.1.6.tgz%7B%7B&#34;&gt;http://pecl.php.net/get/APC-3.1.6.tgz{{&lt;/a&gt; double-space-with-newline }}tar -xzf APC-3.1.6.tgz{{ double-space-with-newline }}cd APC-3.1.6{{ double-space-with-newline }}which php{{ double-space-with-newline }}phpize
If you do not have pcre installed the make install will fail.  So make sure to run the following yum command to install it with the development packages for safe measure.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
    </item>
    <item>
      <title>I like to burn things</title>
      <link>https://denike.io/i-like-to-burn-things/</link>
      <pubDate>Wed, 12 Nov 2003 02:02:53 +0000</pubDate>
      <guid>https://denike.io/i-like-to-burn-things/</guid>
      <description>&lt;p&gt;Well, the new, slightly better site design is up&amp;hellip; at least on the main page; I&amp;rsquo;m working on the gallery and then the how-to section. I will leave an update as soon as that&amp;rsquo;s complete&amp;hellip;&lt;/p&gt;
&lt;p&gt;Also, work sucks, just like it always does. Also, if you are using Netscape or Mozilla, then you might notice that the weblog doesn&amp;rsquo;t display quite right.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I smoke too many cigarettes, and I don&#39;t think I&#39;ve been sober for 3 years.</title>
      <link>https://denike.io/i-smoke-too-many-cigarettes-and-i-dont-think-ive-been-sober-for-3-years./</link>
      <pubDate>Wed, 29 Oct 2003 09:34:06 +0000</pubDate>
      <guid>https://denike.io/i-smoke-too-many-cigarettes-and-i-dont-think-ive-been-sober-for-3-years./</guid>
      <description>&lt;p&gt;Sorry about the lack of updates&amp;hellip; been busy. I did post some pictures from the weekend in the gallery, but nothing too exciting. I am working on a new site design to make it look well&amp;hellip; I am a little more custom instead of this damn MovableType default setup. In other news, I gained access to &lt;a href=&#34;http://web.archive.org/web/20040213143953/http://digitalpimpz.com/&#34;&gt;Digitalpimpz.com&lt;/a&gt; anyways defaced it a little bit, and now the webmaster Steve is pretty pissed and hates me and the world&amp;hellip; God I wish I could go back to the days when I cared that much about something&amp;hellip; such as my site ;)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
