<!DOCTYPE html>
<html lang="en-us">
  <head>
  <link href="http://gmpg.org/xfn/11" rel="profile" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <!-- Enable responsiveness on mobile devices-->
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
  <title>
      Rémy Gardette &middot; Home
  </title>
  <!-- CSS -->
  <link rel="stylesheet" href="/assets/css/main.css" />
  <!-- Icons -->
  <link rel="icon" href="/cube.svg" />
  <!-- RSS -->
  <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml" />
  <!-- Additional head bits without overriding original head -->
<script src="https://kit.fontawesome.com/00ab30e432.js" crossorigin="anonymous"></script>
<link rel="canonical" href="https://remyg.fr/index.html">
<meta itemprop="description" name="description" content="" />
<!-- Matomo -->
<script>
  var _paq = window._paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="//matomo.remyg.fr/";
    _paq.push(['setTrackerUrl', u+'matomo.php']);
    _paq.push(['setSiteId', '1']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<!-- End Matomo Code -->
</head>
  <body class="default home">
    <div id="sidebar">
  <header>
    <div class="site-title">
      <a href="/">
          <span class="back-arrow icon"><svg fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
  <path d="M0 0h24v24H0z" fill="none"/>
  <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/>
</svg></span>
        <img src="https://d1u9a15udaub9r.cloudfront.net/profile-cropped.jpg" id="author-picture" alt="Author picture" />
        <div class="site-name">Rémy Gardette</div>
      </a>
    </div>
    <div class="tagline">
      <ul>
        <li>Software Engineer</li>
        <li>Cyclist</li>
        <li>Tinkerer</li>
      </ul>
    </div>
  </header>
  <nav id="sidebar-nav-links">
    <a class="home-link "
        href="/">Home</a>
  <a class="page-link" href="/blog/">Posts</a>
    <a class="page-link "
        href="/resume/">Resume</a>
  <!-- Optional additional links to insert in sidebar nav -->
<a class="page-link" href="/about/">About Me</a>
</nav>
  <!-- Optional additional links to insert for icons links -->
<nav id="social-icons">
<a id="github-link"
    target="_blank"
    class="icon"
    title="Github"
    rel="me"
    href="https://github.com/remyg">
    <i class="fab fa-github"></i></a>
<a id="mastodon-link"
    target="_blank"
    class="icon"
    title="Mastodon - masto.bike"
    rel="me"
    href="https://masto.bike/@remygardette">
    <i class="fab fa-mastodon"></i></a>
<a id="linkedin-link"
    target="_blank"
    class="icon"
    title="Linkedin"
    rel="me"
    href="https://www.linkedin.com/in/remygardette">
    <i class="fab fa-linkedin"></i></a>
<a id="strava-link"
    target="_blank"
    class="icon"
    title="Strava"
    rel="me"
    href="https://www.strava.com/athletes/16421953">
    <i class="fab fa-strava"></i>
</a>
<a id="email-link"
  class="icon"
  title="Email" aria-label="Tags"
  href="mailto:contact@remyg.fr">
  <i class="fas fa-envelope"></i></a>
</nav>
  <nav id="sidebar-icon-links">
  <a id="subscribe-link"
     class="icon" title="Subscribe" aria-label="Subscribe"
     href="/feed.xml">
     <i class="fas fa-rss"></i>
  </a>
    <a id="tags-link"
       class="icon"
       title="Tags" aria-label="Tags"
       href="/tags/">
       <i class="fas fa-tags"></i>
    </a>
    <a id="search-link"
       class="icon"
       title="Search" aria-label="Search"
       href="/search/">
      <i class="fas fa-search"></i>
    </a>
  <a id="sitemap-link"
       class="icon"
       title="Sitemap" aria-label="Sitemap"
       href="/sitemap.xml">
      <i class="fas fa-sitemap"></i>
    </a>
</nav>
  <div id="copyright">
  <a href="/license">&copy; Rémy Gardette 2026</a>
</div>
</div>
    <div id="main">
      <div id="top-nav">
    <nav id="top-nav-links">
          <a class="home-link "
              href="/">Home</a>
        <a class="page-link" href="/archive/">Archive</a>
    <a class="page-link "
        href="/resume/">Resume</a>
        <!-- Optional additional links to insert in sidebar nav -->
<a class="page-link" href="/about/">About Me</a>
      </nav>
</div>
      <main class="container">
        <div class="home-container">
<article class="post-body">
  <h2 class="post-title">
    <a href="/blog/2026/02/18/mounting-host-directory-lxc/">
      Mounting a host directory in a Proxmox LXC
    </a>
  </h2>
  <div class="post-meta">
  <span class="post-date">18 Feb 2026</span>
  <span class="post-categories">
        &bull;
          <a href="/category/ops/">
            Ops
          </a>
  </span>
</div>
    <p>
      How to mount a host directory in a Proxmox LXC
    </p>
      <a href="/blog/2026/02/18/mounting-host-directory-lxc/">More &hellip;</a>
</article>
<article class="post-body">
  <h2 class="post-title">
    <a href="/blog/2026/02/17/static-ip-in-debian-vm/">
      Setting up a fixed IP in a Debian VM
    </a>
  </h2>
  <div class="post-meta">
  <span class="post-date">17 Feb 2026</span>
  <span class="post-categories">
        &bull;
          <a href="/category/ops/">
            Ops
          </a>
  </span>
</div>
    <p>
      How to set a fixed IP on a Debian VM in Proxmox
    </p>
      <a href="/blog/2026/02/17/static-ip-in-debian-vm/">More &hellip;</a>
</article>
<article class="post-body">
  <h2 class="post-title">
    <a href="/blog/2025/02/03/moving-away-from-instagram/">
      Moving away from Instagram
    </a>
  </h2>
  <div class="post-meta">
  <span class="post-date">03 Feb 2025</span>
  <span class="post-categories">
        &bull;
          Social
  </span>
</div>
    <p>
      <p>I’ve always had a love-meh-hate relationship with social media. I remember when I opened a Facebook account for the first time, in 2008. I was very reluctant at the time, not seeing the point in this new fad. Why should I create an account on a new platform, when I already had a Messenger account, and had all the social activity I could ask for on phpBB forums, or (this will shock you), IRL. But I finally succumbed to peer pressure, and started the long descent into the darkness of “modern” social media.</p>
<p>In the following 15-ish years, I’ve had <em>(I almost typed “owned”, but the term would have been wrong)</em> several Facebook and Twitter accounts, that I opened and closed a few times, tried Snapchat for a while but did not enjoy it, and lastly joined Instagram with, again, two separate accounts for specific confidentiality settings.</p>
<p>From 2015 to 2022, I started enjoying less and less Facebook, because of their privacy issues, and Twitter, because of the increasing toxicity on the platform. In 2020, I closed my 2 Facebook accounts. By January 2023, I had closed my 2 Twitter accounts. But I still had my Instagram account <em>(opened in 2012)</em>, where I had a nice contact bubble, didn’t read too many comments on other posts, and led a relatively quiet online life.</p>
<p>Leaving Facebook was easy. In the last few years of my accounts, my activity decreased dramatically. I shared less and less, until it became obvious that I didn’t need an account anymore <em>(I use the term “need” consciously)</em>. I recently re-opened an account after the birth of my daughter, because some services (child care, school…) only communicate on this platform. But I’m using this account as “read-only”, never posting anything on it.</p>
<p>Leaving Twitter was a mixed feeling. I had many good years on it, met really nice people. But I also got caught in the toxic “discussions” (if you want to call them that), hateful comments… Until I couldn’t take it anymore, and was only getting stress from the platform. At that time, a Mastodon instace was opened by a buddy, and some of us joined together.</p>
<p>Today I’m at a new crossroads. In the last few months, it has become obvious that Instagram was on a downward slope. The latest declarations of Mark Zuckerberg have shined a light of what should have been obvious <em>(and probably was, for a lot of people)</em>, which is that, in the end, this network is not different from the others. The toxicity is there, always more uninhibited. Journalists, artists, are targeted for their opinions. Right-wing extremism is growing everyday. And the latest decision to basically remove moderation and fact-checking on the Meta networks is probably the nail in the coffin of whatever good remained.</p>
<p>In January of 2025, I created a Pixelfed account. Pixelfed, like Mastodon, is a decentralized social network. This means that you have to select an “instance” where you create your account. It can be linked to a location (I’ve created my account on <a href="https://pixelfed.fr">pixelfed.fr</a>, which is the main French instance), or a hobby (my Mastodon account is on <a href="https://masto.bike">masto.bike</a>, which is, you guessed it, for cycling enthusiasts). An instance is managed by 1 or more admins, has some moderators who make a wonderful job at keeping the toxicity at bay, and regroups mostly like-minded people. Of course this means that it creates a new social bubble, but do we really want to be exposed to <em>everybody</em> and <em>everything</em>? I don’t. That’s why  I’ve come to the decision to post first on Pixelfed, and maybe later on Instagram. But in the end, I think I will start using Instagram in a “read-only” mode, and at some point just stop using it altogether. This would be a major change, because Pixelfed is still a “niche” network, doesn’t have many users or content. It would mean losing a lot of social link.</p>
<p>If you decide to take the step, or already have, you can find me here:</p>
<ul>
  <li>on Mastodon: <a href="https://masto.bike/@remygardette">@remygardette@masto.bike</a></li>
  <li>on Pixelfed: <a href="https://pixelfed.fr/@remygardette">@remygardette@pixelfed.fr</a></li>
</ul>
    </p>
</article>
<article class="post-body">
  <h2 class="post-title">
    <a href="/blog/2022/11/17/using-multiple-ssh-keys-concurrently/">
      Using multiple SSH keys concurrently
    </a>
  </h2>
  <div class="post-meta">
  <span class="post-date">17 Nov 2022</span>
  <span class="post-categories">
        &bull;
          System
  </span>
</div>
    <p>
      <p><strong>Updated</strong> - Added a third solution, on a repository basis.</p>
<p>When using multiple GitLab accounts (e.g. private account and work account) on the same computer, you can’t use the same SSH key for both. This can become problematic when Git has to decide which key to use to communicate with the distant repository.</p>
    </p>
      <a href="/blog/2022/11/17/using-multiple-ssh-keys-concurrently/">More &hellip;</a>
</article>
<article class="post-body">
  <h2 class="post-title">
    <a href="/blog/2019/02/27/deploying-jekyll-with-gitlabci/">
      Deploying Jekyll with GitLabCI
    </a>
  </h2>
  <div class="post-meta">
  <span class="post-date">27 Feb 2019</span>
  <span class="post-categories">
        &bull;
          <a href="/category/ops/">
            Ops
          </a>
  </span>
</div>
    <p>
      <p>My blog is based on <a href="https://jekyllrb.com/" title="Jekyll">Jekyll</a>, a static website generator. This means that the pages need to be generated before they’re deployed. Until recently, I used to build the content locally using a <a href="https://hub.docker.com/r/jekyll/jekyll" title="Jekyll Docker image">Jekyll Docker image</a>, commit and push the generated content to my <a href="https://github.com/RemyG/remyg.ovh" title="Sources on GitHub">GitHub repo</a>, SSH to my web server, and pull the changes from the repo.</p>
<p>The process was quite annoying, which is why I decided to set up a CI/CD (Continuous Integration and Delivery) pipeline, using <a href="https://docs.gitlab.com/ee/ci/" title="GitLab Continuous Integration (GitLab CI/CD)">GitLabCI</a>.</p>
    </p>
      <a href="/blog/2019/02/27/deploying-jekyll-with-gitlabci/">More &hellip;</a>
</article>
<div class="pagination">
  <a class="pagination-item older" href="/page2/">Older</a>
</div>
</div>
      </main>
    </div>
    <!-- Optional footer content -->
  </body>
</html>
