<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ai2i.xyz</title><link>https://i.ai2i.xyz/</link><description>Recent content on ai2i.xyz</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 28 May 2026 11:13:33 +0800</lastBuildDate><atom:link href="https://i.ai2i.xyz/index.xml" rel="self" type="application/rss+xml"/><item><title>Contact</title><link>https://i.ai2i.xyz/contact/</link><pubDate>Thu, 28 May 2026 11:13:33 +0800</pubDate><guid>https://i.ai2i.xyz/contact/</guid><description>&lt;p&gt;Contact page — placeholder.&lt;/p&gt;</description></item><item><title>About</title><link>https://i.ai2i.xyz/about/</link><pubDate>Tue, 26 May 2026 17:18:29 +0800</pubDate><guid>https://i.ai2i.xyz/about/</guid><description>&lt;h2 id="your-name"&gt;Your Name&lt;/h2&gt;
&lt;p&gt;Platform / Infrastructure Engineer&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="about-me"&gt;About Me&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;m a platform engineer passionate about building reliable, scalable infrastructure. I focus on automating operations, designing cloud-native architectures, and improving developer workflows.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="skills--technologies"&gt;Skills &amp;amp; Technologies&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Cloud &amp;amp; Compute&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AWS / GCP / Azure&lt;/li&gt;
&lt;li&gt;Kubernetes, Docker, Nomad&lt;/li&gt;
&lt;li&gt;VMware vSphere, Proxmox&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;CI/CD &amp;amp; Automation&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GitHub Actions, GitLab CI, Jenkins&lt;/li&gt;
&lt;li&gt;Terraform, Pulumi, Ansible&lt;/li&gt;
&lt;li&gt;ArgoCD, Flux&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Observability&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Prometheus, Grafana, VictoriaMetrics&lt;/li&gt;
&lt;li&gt;Loki, ELK Stack&lt;/li&gt;
&lt;li&gt;Datadog, New Relic&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Languages&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Nfs</title><link>https://i.ai2i.xyz/posts/nfs/</link><pubDate>Tue, 26 May 2026 14:17:16 +0800</pubDate><guid>https://i.ai2i.xyz/posts/nfs/</guid><description>&lt;h2 id="nfs-server"&gt;nfs-server&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo apt install nfs-kernel-server
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo mkdir nfs-storage-provisioner
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo nano /etc/exports
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;/data/nfs-storage-provisioner 192.168.200.0/24(rw,sync,no_root_squash,no_subtree_check)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="nfs-client"&gt;nfs-client&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;sudo apt-get install nfs-common -y&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>