<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Sander Knape</title>
    <link>https://sanderknape.com/tags/linux/</link>
    <description>Recent content in Linux on Sander Knape</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 06 Nov 2016 12:43:02 +0200</lastBuildDate>
    <atom:link href="https://sanderknape.com/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Securing your server&#39;s SSH configuration</title>
      <link>https://sanderknape.com/2016/11/securing-your-server-ssh-configuration/</link>
      <pubDate>Sun, 06 Nov 2016 12:43:02 +0200</pubDate>
      <guid>https://sanderknape.com/2016/11/securing-your-server-ssh-configuration/</guid>
      <description>&lt;p&gt;Are your SSH log files flooding with failing login attempts? I&amp;rsquo;ve seen many questions on websites such as Stackoverflow and Stackexchange from worried people that someone is actively targeting their servers with brute-force password logins attempts. Let me get one thing straight first: &lt;em&gt;you are not special!&lt;/em&gt; It&amp;rsquo;s part of internet life: many botnets constantly attempt to login to servers. These can be random IP addresses or known ranges such as Amazon AWS EC2 instances or DigitalOcean droplets. There&amp;rsquo;s nothing much you can do about this except for making sure that your server is securely set up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get insight into your server with Datadog</title>
      <link>https://sanderknape.com/2016/10/insight-server-datadog/</link>
      <pubDate>Sun, 09 Oct 2016 17:44:02 +0200</pubDate>
      <guid>https://sanderknape.com/2016/10/insight-server-datadog/</guid>
      <description>&lt;p&gt;I have been running my blog for a few months now on a DigitalOcean droplet. Apart from the few metrics DigitalOcean provides, I never really had any insight into how my server is performing. This includes metrics like CPU and Memory, but also metrics from the applications I run to host my blog, in particular Nginx, php-fpm and MySQL.&lt;/p&gt;&#xA;&lt;p&gt;To get more insight into these metrics, I decided to install the &lt;a href=&#34;https://www.datadoghq.com/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Datadog&lt;/a&gt; agent on my server. Datadog comes with a large selection of &lt;a href=&#34;https://www.datadoghq.com/product/integrations/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;integrations&lt;/a&gt; for various different applications, including all the applications I am running. The great thing is that Datadog comes with a free plan for up to 5 hosts, although the biggest downside is that the data retention is only for a single day. It is easy to upgrade to a paid plan however, so I might decide to do that sometime in the future.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Let&#39;s Encrypt for free automated SSL certificates</title>
      <link>https://sanderknape.com/2016/09/lets-encrypt-automated-ssl-certificates/</link>
      <pubDate>Thu, 01 Sep 2016 13:07:02 +0200</pubDate>
      <guid>https://sanderknape.com/2016/09/lets-encrypt-automated-ssl-certificates/</guid>
      <description>&lt;p&gt;If you maintain your own server or servers with SSL certicates, you might know how annoying it can be to keep those certificates up to date. Especially when you have a multitude of servers, some possibly even serving the same certificates, this is a hassle to manage. Luckily, there is a solution, and its called Let&amp;rsquo;s Encrypt.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introducing-lets-encrypt&#34; class=&#34;relative group&#34;&gt;Introducing Let&amp;rsquo;s Encrypt &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#introducing-lets-encrypt&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;Let&amp;rsquo;s Encrypt is a Certificate Authority (CA) that provides an automated method for requesting and renewing free Domain Validated (DV) SSL certificates. It is not possible to request the other certificate types (Organization Validation (OV) and Extended Validation (EV)) through Let&amp;rsquo;s Encrypt. These certificate types require some manual work from the CA and can thus not be automated. If you have good reason to go for an OV or EV certificate, Let&amp;rsquo;s Encrypt is not an option for you. Remember though: each certificate type is equally secure for your website visitors.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting a Qualys SSL Labs A&#43; rating with Nginx</title>
      <link>https://sanderknape.com/2016/06/getting-ssl-labs-rating-nginx/</link>
      <pubDate>Sun, 19 Jun 2016 12:01:02 +0200</pubDate>
      <guid>https://sanderknape.com/2016/06/getting-ssl-labs-rating-nginx/</guid>
      <description>&lt;p&gt;Setting up SSL for your server may seem like a daunting task. In addition, why would you do it? What are the benefits? There are multiple, actually, with some of the most important ones being:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It’s better for SEO. Back in 2014, Google &lt;a href=&#34;https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;announced&lt;/a&gt; they would start with giving HTTPS websites a little boost in the search results.&lt;/li&gt;&#xA;&lt;li&gt;It’s not slower than HTTP. In fact - it will even be faster with HTTP2 enabled. Check the “&lt;a href=&#34;https://istlsfastyet.com&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Is TLS Fast Yet?&lt;/a&gt;” website for details.&lt;/li&gt;&#xA;&lt;li&gt;It’s free. Ok, it’s not free if you want that spiffy, large green browser bar for your customer. If you are happy enough with a green lock (in Google Chrome at least), it’s free.&lt;/li&gt;&#xA;&lt;li&gt;You can automate it! Which is especially great when you manage multiple servers with multiple SSL certificates.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In this post we&amp;rsquo;ll setup an Nginx configuration in such a way that you will get an A+ rating on the &lt;a href=&#34;https://www.ssllabs.com/ssltest&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Qualys SSL Labs test&lt;/a&gt;. If you want to follow along with this blog, you’ll need the following things already set up:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
