<?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 Teddy Ferdinand</title><link>https://tferdinand.net/en/tags/linux/</link><description>Recent content in Linux on Teddy Ferdinand</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 29 Apr 2026 13:19:30 +0000</lastBuildDate><atom:link href="https://tferdinand.net/en/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>Why `curl | bash` is a dangerous bad habit</title><link>https://tferdinand.net/en/why-curl-bash-is-a-dangerous-bad-habit/</link><pubDate>Wed, 29 Apr 2026 09:42:21 +0000</pubDate><guid>https://tferdinand.net/en/why-curl-bash-is-a-dangerous-bad-habit/</guid><description>&lt;p&gt;Recently, I stumbled again upon an old bad habit from the Linux/DevOps/Cloud world: installing a tool with a command like:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;curl -sSL https://example.com/install.sh | bash
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Or worse:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;curl -sSL https://example.com/install.sh | sudo bash
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;We have all seen it before.&lt;br&gt;
We have probably all used it at some point.&lt;/p&gt;
&lt;p&gt;And let’s be honest for a minute: in many official documentations, this is still presented as the “simple” way to install a tool.&lt;/p&gt;</description></item><item><title>Create a local Kubernetes cluster with Vagrant</title><link>https://tferdinand.net/en/create-a-local-kubernetes-cluster-with-vagrant/</link><pubDate>Tue, 15 Sep 2020 07:00:57 +0000</pubDate><guid>https://tferdinand.net/en/create-a-local-kubernetes-cluster-with-vagrant/</guid><description>&lt;p&gt;Testing Kubernetes is quite easy thanks to solutions such as Minikube.&lt;/p&gt;
&lt;p&gt;However, when you want to test cluster-specific features, such as load balancing or failover, it is not necessarily suitable anymore.&lt;/p&gt;
&lt;p&gt;It is possible to build your Kubernetes infrastructure on servers, or by using managed services from a cloud provider (Kapsule at Scaleway, AKS at Azure, GKE at GCP or EKS at AWS for example).&lt;/p&gt;
&lt;p&gt;Nevertheless, these solutions cost money. When you just want to test functionalities or self-training, it&amp;rsquo;s not necessarily appropriate.&lt;/p&gt;</description></item><item><title>I tested for you: Raspberry Pi imager</title><link>https://tferdinand.net/en/i-tested-for-you-raspberry-pi-imager/</link><pubDate>Tue, 10 Mar 2020 09:08:00 +0000</pubDate><guid>https://tferdinand.net/en/i-tested-for-you-raspberry-pi-imager/</guid><description>&lt;p&gt;A few days ago, the Raspberry Pi foundation announced the release of a new utility to deploy its OS on its Raspberry.&lt;/p&gt;
&lt;p&gt;Having 2 Raspberries to reinstall, I thought I would test it for you. A little overview.&lt;/p&gt;
&lt;h2 id="user-friendly-installation"&gt;User friendly installation&lt;/h2&gt;
&lt;p&gt;As I was talking about last week, one of the challenges of Linux is to make it more accessible to non-technical users.&lt;/p&gt;
&lt;p&gt;This utility is particularly aimed at this type of user, since the installation is very simple compared to the existing alternatives.&lt;/p&gt;</description></item><item><title>All operating systems are bad!</title><link>https://tferdinand.net/en/all-operating-systems-are-bad/</link><pubDate>Mon, 02 Mar 2020 08:25:00 +0000</pubDate><guid>https://tferdinand.net/en/all-operating-systems-are-bad/</guid><description>&lt;p&gt;I&amp;rsquo;ve been working in the IT world since I came of age, a little over 14 years now.&lt;/p&gt;
&lt;p&gt;One of the only constant rules I&amp;rsquo;ve always found is that the OS you love is always better than all the others.&lt;/p&gt;
&lt;h2 id="the-gems-ive-heard-around-me"&gt;The gems I&amp;rsquo;ve heard around me&lt;/h2&gt;
&lt;p&gt;Among the phrases I can often hear, I could mention a few:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How do you want to develop under Windows?&lt;/li&gt;
&lt;li&gt;A MacBook is a PC with a 1K apple on it.&lt;/li&gt;
&lt;li&gt;Linux is like a Mac, but without the stability&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I could go on like this for a long time.&lt;/p&gt;</description></item></channel></rss>