feat: idk ma

This commit is contained in:
2024-01-21 11:50:29 +01:00
parent 28fb282226
commit d64f07541e
23 changed files with 307 additions and 64 deletions

View File

@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://srizan.dev/blog</id>
<title>Sr Izan's Blog</title>
<updated>2024-01-07T00:01:37.121Z</updated>
<updated>2024-01-21T10:28:35.216Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Sr Izan</name>
@@ -19,7 +19,7 @@
<title type="html"><![CDATA[My tales of MongoDB migration]]></title>
<id>https://srizan.dev/blog/2</id>
<link href="https://srizan.dev/blog/2"/>
<updated>2023-11-11T23:00:00.000Z</updated>
<updated>2023-11-12T00:00:00.000Z</updated>
<summary type="html"><![CDATA[Here I ramble about the last service migration I did, MongoDB, and all the difficulties that came with it.]]></summary>
<content type="html"><![CDATA[<h2>Introduction</h2>
<p>So, the last few months I&#39;ve been migrating services from my good old Raspberry Pi into my new HP server and the last service I migrated was MongoDB.</p>
@@ -184,7 +184,7 @@ rs0 [direct: secondary] vinci&gt;
<title type="html"><![CDATA[Install osu! on Endeavour OS]]></title>
<id>https://srizan.dev/blog/4</id>
<link href="https://srizan.dev/blog/4"/>
<updated>2023-12-16T23:00:00.000Z</updated>
<updated>2023-12-17T00:00:00.000Z</updated>
<summary type="html"><![CDATA[A guide on how to install osu! on Endeavour OS]]></summary>
<content type="html"><![CDATA[<p>Alright, so you want to install osu! on Endeavour OS. I just reinstalled my system. Two birds with one stone!<br>Based on <a href="https://wiki.archlinux.org/title/User:Katoumegumi">https://wiki.archlinux.org/title/User:Katoumegumi</a></p>
<h1>Backstory</h1>
@@ -279,10 +279,10 @@ StartupNotify=true
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to change the user password in Arch Linux if you forgot it]]></title>
<title type="html"><![CDATA[How to change the user password in Arch if you forgot it]]></title>
<id>https://srizan.dev/blog/3</id>
<link href="https://srizan.dev/blog/3"/>
<updated>2023-11-22T23:00:00.000Z</updated>
<updated>2023-11-23T00:00:00.000Z</updated>
<summary type="html"><![CDATA[This post was made for a certain person who loves to lose passwords]]></summary>
<content type="html"><![CDATA[<p>Alright, let&#39;s do this. Fast.<br>Disclaimer: this only works when the /home directory is on the same partition, which is the default option if you don&#39;t specify.</p>
<h1>Step 1: Boot up a live environment.</h1>
@@ -315,11 +315,24 @@ StartupNotify=true
<title type="html"><![CDATA[Welcome to my new blog!]]></title>
<id>https://srizan.dev/blog/1</id>
<link href="https://srizan.dev/blog/1"/>
<updated>2023-08-19T22:00:00.000Z</updated>
<updated>2024-08-08T00:00:00.000Z</updated>
<summary type="html"><![CDATA[This post welcomes you to my new blog]]></summary>
<content type="html"><![CDATA[<h1>Hey!</h1>
<p>This is probably the last time I&#39;m going to make a blog. I&#39;ve made a few in the past, but I&#39;ve never really stuck to them. I&#39;m hoping that this time will be different.<br>This one was made entirely from scratch using React and Markdown, initially trying to use MDX, but it was a pain to set up, and it didn&#39;t end up working in the end.<br>I&#39;m hoping to post about my projects, and maybe some other stuff too. I&#39;m not sure yet, but I&#39;ll figure it out as I go along.<br>Anyways, thank you for reading. I hope you enjoyed my UX/UI for this one!</p>
<p>PD: I need some help for making the blog text look good and readable, so hit me up on my Discord if you have any ideas.</p>
]]></content>
<author>
<name>Sr Izan</name>
<uri>https://srizan.dev</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[My bonsai tree journey]]></title>
<id>https://srizan.dev/blog/5</id>
<link href="https://srizan.dev/blog/5"/>
<updated>2024-01-07T00:19:25.345Z</updated>
<content type="html"><![CDATA[<p>Hey! I&#39;ve been &quot;busy&quot; lately with an interesting gift: A bonsai.</p>
<p>In the beginning I was a bit </p>
]]></content>
<author>
<name>Sr Izan</name>

View File

@@ -16,7 +16,7 @@
"url": "https://srizan.dev/blog/2",
"title": "My tales of MongoDB migration",
"summary": "Here I ramble about the last service migration I did, MongoDB, and all the difficulties that came with it.",
"date_modified": "2023-11-11T23:00:00.000Z",
"date_modified": "2023-11-12T00:00:00.000Z",
"author": {
"name": "Sr Izan",
"url": "https://srizan.dev"
@@ -28,7 +28,7 @@
"url": "https://srizan.dev/blog/4",
"title": "Install osu! on Endeavour OS",
"summary": "A guide on how to install osu! on Endeavour OS",
"date_modified": "2023-12-16T23:00:00.000Z",
"date_modified": "2023-12-17T00:00:00.000Z",
"author": {
"name": "Sr Izan",
"url": "https://srizan.dev"
@@ -38,9 +38,9 @@
"id": "https://srizan.dev/blog/3",
"content_html": "<p>Alright, let&#39;s do this. Fast.<br>Disclaimer: this only works when the /home directory is on the same partition, which is the default option if you don&#39;t specify.</p>\n<h1>Step 1: Boot up a live environment.</h1>\n<p>For the sake of simplicity, I&#39;ll be using the Endeavour OS Galileo installation media, but <a href=\"https://command-not-found.com/arch-chroot\">any linux distro should work</a></p>\n<p>When you&#39;re in, open the terminal:<br><img src=\"https://img.srizan.dev/vmware_zCwt9ac9KE.png\" alt=\"\"></p>\n<h1>Step 2: Mounting the linux distro</h1>\n<p>Type in <code>lsblk</code>. This will show all mounted drives.<br><img src=\"https://img.srizan.dev/vmware_LPBNlTo9BI.png\" alt=\"\"></p>\n<p>Locate the drive and partition where your installation is.<br>It&#39;s usually the partition with the most space. The space is on the size row (duh)<br>If you have multiple drives with the same size and want more info about the volumes, type in <code>fdisk -l</code>.</p>\n<p>In my case it&#39;s <code>/dev/sda1</code>.</p>\n<p>So let&#39;s mount the partition to the <code>/mnt</code> directory with <code>sudo mount /dev/sda1 /mnt</code>. </p>\n<h1>Step 3: Chrootin&#39;</h1>\n<p>Chroot is a linux tool which basically changes the root directory to whatever directory you specify. This will be used to run the <code>passwd</code> command inside your installation&#39;s context.</p>\n<p>Arch Linux has it&#39;s own chroot command which does some magic in the background to make it useable on this distro&#39;s environments.</p>\n<pre><code class=\"language-sh\">sudo arch-chroot /mnt\n</code></pre>\n<p>should chroot into your installation and after a few seconds a shell will show up!<br><img src=\"https://img.srizan.dev/vmware_nyyqOA9ELo.png\" alt=\"\"></p>\n<p>And now one last command, the one that actually changes the password:</p>\n<pre><code class=\"language-sh\">passwd yourusername\n</code></pre>\n<p>and boom! that&#39;s it! impressive, right? <code>exit</code> off the console and then reboot.</p>\n<h1>The end</h1>\n<p>That was quick.</p>\n",
"url": "https://srizan.dev/blog/3",
"title": "How to change the user password in Arch Linux if you forgot it",
"title": "How to change the user password in Arch if you forgot it",
"summary": "This post was made for a certain person who loves to lose passwords",
"date_modified": "2023-11-22T23:00:00.000Z",
"date_modified": "2023-11-23T00:00:00.000Z",
"author": {
"name": "Sr Izan",
"url": "https://srizan.dev"
@@ -52,7 +52,18 @@
"url": "https://srizan.dev/blog/1",
"title": "Welcome to my new blog!",
"summary": "This post welcomes you to my new blog",
"date_modified": "2023-08-19T22:00:00.000Z",
"date_modified": "2024-08-08T00:00:00.000Z",
"author": {
"name": "Sr Izan",
"url": "https://srizan.dev"
}
},
{
"id": "https://srizan.dev/blog/5",
"content_html": "<p>Hey! I&#39;ve been &quot;busy&quot; lately with an interesting gift: A bonsai.</p>\n<p>In the beginning I was a bit </p>\n",
"url": "https://srizan.dev/blog/5",
"title": "My bonsai tree journey",
"date_modified": "2024-01-07T00:19:25.345Z",
"author": {
"name": "Sr Izan",
"url": "https://srizan.dev"

View File

@@ -4,7 +4,7 @@
<title>Sr Izan's Blog</title>
<link>https://srizan.dev/blog</link>
<description>My little donowall place on the net</description>
<lastBuildDate>Sun, 07 Jan 2024 00:01:37 GMT</lastBuildDate>
<lastBuildDate>Sun, 21 Jan 2024 10:28:35 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
@@ -19,7 +19,7 @@
<title><![CDATA[My tales of MongoDB migration]]></title>
<link>https://srizan.dev/blog/2</link>
<guid>https://srizan.dev/blog/2</guid>
<pubDate>Sat, 11 Nov 2023 23:00:00 GMT</pubDate>
<pubDate>Sun, 12 Nov 2023 00:00:00 GMT</pubDate>
<description><![CDATA[Here I ramble about the last service migration I did, MongoDB, and all the difficulties that came with it.]]></description>
<content:encoded><![CDATA[<h2>Introduction</h2>
<p>So, the last few months I&#39;ve been migrating services from my good old Raspberry Pi into my new HP server and the last service I migrated was MongoDB.</p>
@@ -180,7 +180,7 @@ rs0 [direct: secondary] vinci&gt;
<title><![CDATA[Install osu! on Endeavour OS]]></title>
<link>https://srizan.dev/blog/4</link>
<guid>https://srizan.dev/blog/4</guid>
<pubDate>Sat, 16 Dec 2023 23:00:00 GMT</pubDate>
<pubDate>Sun, 17 Dec 2023 00:00:00 GMT</pubDate>
<description><![CDATA[A guide on how to install osu! on Endeavour OS]]></description>
<content:encoded><![CDATA[<p>Alright, so you want to install osu! on Endeavour OS. I just reinstalled my system. Two birds with one stone!<br>Based on <a href="https://wiki.archlinux.org/title/User:Katoumegumi">https://wiki.archlinux.org/title/User:Katoumegumi</a></p>
<h1>Backstory</h1>
@@ -271,10 +271,10 @@ StartupNotify=true
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to change the user password in Arch Linux if you forgot it]]></title>
<title><![CDATA[How to change the user password in Arch if you forgot it]]></title>
<link>https://srizan.dev/blog/3</link>
<guid>https://srizan.dev/blog/3</guid>
<pubDate>Wed, 22 Nov 2023 23:00:00 GMT</pubDate>
<pubDate>Thu, 23 Nov 2023 00:00:00 GMT</pubDate>
<description><![CDATA[This post was made for a certain person who loves to lose passwords]]></description>
<content:encoded><![CDATA[<p>Alright, let&#39;s do this. Fast.<br>Disclaimer: this only works when the /home directory is on the same partition, which is the default option if you don&#39;t specify.</p>
<h1>Step 1: Boot up a live environment.</h1>
@@ -303,11 +303,20 @@ StartupNotify=true
<title><![CDATA[Welcome to my new blog!]]></title>
<link>https://srizan.dev/blog/1</link>
<guid>https://srizan.dev/blog/1</guid>
<pubDate>Sat, 19 Aug 2023 22:00:00 GMT</pubDate>
<pubDate>Thu, 08 Aug 2024 00:00:00 GMT</pubDate>
<description><![CDATA[This post welcomes you to my new blog]]></description>
<content:encoded><![CDATA[<h1>Hey!</h1>
<p>This is probably the last time I&#39;m going to make a blog. I&#39;ve made a few in the past, but I&#39;ve never really stuck to them. I&#39;m hoping that this time will be different.<br>This one was made entirely from scratch using React and Markdown, initially trying to use MDX, but it was a pain to set up, and it didn&#39;t end up working in the end.<br>I&#39;m hoping to post about my projects, and maybe some other stuff too. I&#39;m not sure yet, but I&#39;ll figure it out as I go along.<br>Anyways, thank you for reading. I hope you enjoyed my UX/UI for this one!</p>
<p>PD: I need some help for making the blog text look good and readable, so hit me up on my Discord if you have any ideas.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[My bonsai tree journey]]></title>
<link>https://srizan.dev/blog/5</link>
<guid>https://srizan.dev/blog/5</guid>
<pubDate>Sun, 07 Jan 2024 00:19:25 GMT</pubDate>
<content:encoded><![CDATA[<p>Hey! I&#39;ve been &quot;busy&quot; lately with an interesting gift: A bonsai.</p>
<p>In the beginning I was a bit </p>
]]></content:encoded>
</item>
</channel>