<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Self Host on firstfinger</title><link>https://firstfinger.io/tags/self-host/</link><description>Recent content in Self Host on firstfinger</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 07 Aug 2025 08:50:48 +0000</lastBuildDate><atom:link href="https://firstfinger.io/tags/self-host/index.xml" rel="self" type="application/rss+xml"/><item><title>What's Inside My Home Lab?</title><link>https://firstfinger.io/my-home-lab/</link><pubDate>Wed, 06 Aug 2025 08:45:00 +0000</pubDate><guid>https://firstfinger.io/my-home-lab/</guid><description>&lt;p&gt;&lt;strong&gt;Picture this:&lt;/strong&gt; It&amp;rsquo;s 2 AM, and I&amp;rsquo;m staring at my AWS bill with a mix of horror and fascination. Another $100 gone, just for experimenting with some Kubernetes deployments and testing a few CI/CD pipelines. As a DevOps engineer, I live and breathe infrastructure, but those cloud costs were eating into my wallet faster than I could learn.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s when it hit me – why not bring the cloud home?&lt;/p&gt;</description></item><item><title>Ubuntu Server 24.04 LTS vs 22.04 LTS</title><link>https://firstfinger.io/ubuntu-24-04-vs-22-04/</link><pubDate>Sat, 25 May 2024 06:27:00 +0000</pubDate><guid>https://firstfinger.io/ubuntu-24-04-vs-22-04/</guid><description>&lt;p&gt;Ubuntu has long been a favourite among developers and system administrators for its stability, security, and ease of use. With the release of Ubuntu Server Core 24.04 LTS (Noble Numbat), there are several exciting updates and improvements over its predecessor, Ubuntu Server Core 22.04 LTS (Jammy Jellyfish).&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s see what exciting changes this latest release brings to the table.&lt;/p&gt;
&lt;h2 id="linux-kernel-and-system-updates"&gt;Linux Kernel and System Updates&lt;/h2&gt;
&lt;p&gt;First things first, Ubuntu 24.04 LTS comes with Linux kernel 6.8, which is a major upgrade over the 5.15 kernel used in 22.04 LTS. This new kernel promises better performance, improved hardware support, and stronger security measures.&lt;/p&gt;</description></item><item><title>Ansible vs Terraform</title><link>https://firstfinger.io/ansible-vs-terraform/</link><pubDate>Tue, 02 Apr 2024 20:00:50 +0000</pubDate><guid>https://firstfinger.io/ansible-vs-terraform/</guid><description>&lt;p&gt;Imagine, As your business grows bigger, setting up and configuring things like servers, databases, and networks becomes a real pain if you do it by hand. Spinning up new servers one by one, copying and pasting commands, and keeping track of everything is super time-consuming and mistakes happen easily. Keeping all your servers configured the same way, installing updates, and deploying new code versions is a nightmare without help.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s where tools like Terraform and Ansible come to the rescue. Terraform is awesome at setting up your infrastructure like servers, networks, and databases. Instead of doing everything manually, you write code that describes what you want, and Terraform handles it for you. Need 10 new servers? Terraform gets it done with just a few commands.&lt;/p&gt;</description></item><item><title>Self-Host Open-Source Slash Link Shortener on Docker</title><link>https://firstfinger.io/slash-link-shortener-docker/</link><pubDate>Tue, 02 Apr 2024 06:17:50 +0000</pubDate><guid>https://firstfinger.io/slash-link-shortener-docker/</guid><description>&lt;p&gt;Sharing links is an integral part of our daily online communication. However, dealing with long, complex URLs can be a hassle, making remembering and sharing links efficiently difficult.&lt;/p&gt;
&lt;h2 id="what-is-slash"&gt;What is Slash?&lt;/h2&gt;
&lt;figure&gt;&lt;img src="https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true"
 alt="Slash Link Shortener Dashboard"&gt;&lt;figcaption&gt;
 &lt;p&gt;Slash Link Shortener Dashboard&lt;/p&gt;
 &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;&lt;a href="https://github.com/yourselfhosted/slash"&gt;Slash is an open-source, self-hosted link shortener&lt;/a&gt; that simplifies the managing and sharing of links. Slash allows you to create customizable, shortened URLs (called &amp;ldquo;shortcuts&amp;rdquo;) for any website or online resource. With Slash, you can say goodbye to the chaos of managing lengthy links and embrace a more organized and streamlined approach to sharing information online.&lt;/p&gt;</description></item><item><title>Deploying WordPress with MySQL, Redis, and NGINX on Docker</title><link>https://firstfinger.io/wordpress-mysql-redis-nginx/</link><pubDate>Wed, 27 Mar 2024 11:53:41 +0000</pubDate><guid>https://firstfinger.io/wordpress-mysql-redis-nginx/</guid><description>&lt;p&gt;WordPress is a popular content management system (CMS) that powers millions of websites worldwide. However, as your website grows, you may experience performance issues. To improve WordPress performance, you can use object caching, which stores frequently accessed data in memory, reducing the number of database queries.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://firstfinger.io/kubernetes-vs-docker-swarm/"&gt;Basic knowledge of Docker&lt;/a&gt; and Docker Compose&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.docker.com/engine/install/"&gt;Docker&lt;/a&gt; &amp;amp; &lt;a href="https://docs.docker.com/compose/install/linux/"&gt;Docker Compose&lt;/a&gt; installed on your machine&lt;/li&gt;
&lt;li&gt;A domain name or IP address pointing to your server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="why-do-we-need-better-performance-in-wordpress"&gt;Why do we need better performance in WordPress?&lt;/h2&gt;
&lt;p&gt;Website performance is crucial for user experience and search engine optimization (SEO). A slow website can lead to a high bounce rate, meaning visitors leave your site without interacting. Additionally, search engines like Google consider website speed as a ranking factor.&lt;/p&gt;</description></item><item><title>Setup Memos Note-Taking App with MySQL on Docker &amp; S3 Storage</title><link>https://firstfinger.io/memos-mysql-s3/</link><pubDate>Fri, 22 Mar 2024 20:05:09 +0000</pubDate><guid>https://firstfinger.io/memos-mysql-s3/</guid><description>&lt;h2 id="what-is-memos"&gt;What is Memos?&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://cdn.firstfinger.io/content/images/2024/03/CleanShot-2024-03-23-at-01.22.10.png" alt="Memos Note Taking App "&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.usememos.com/"&gt;Memos is an open-source, privacy-first, and lightweight note-taking application&lt;/a&gt; service that allows you to easily capture and share your thoughts.&lt;/p&gt;
&lt;h3 id="memos-features"&gt;Memos features:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Open-source and free forever&lt;/li&gt;
&lt;li&gt;Self-hosting with Docker in seconds&lt;/li&gt;
&lt;li&gt;Pure text with Markdown support&lt;/li&gt;
&lt;li&gt;Customize and share notes effortlessly&lt;/li&gt;
&lt;li&gt;RESTful API for third-party integration&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="self-hosting-memos-with-docker-and-mysql-database"&gt;Self-Hosting Memos with Docker and MySQL Database&lt;/h2&gt;
&lt;p&gt;You can self-host Memos quickly using Docker Compose with a &lt;a href="https://firstfinger.io/types-of-databases/"&gt;MySQL database&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>