Notes
Short write-ups on Linux, web, and the tools I use.
-

AI AI AI
Hey there! Long time no see! Over the past few months, I’ve been learning about AI related stuff. To be honest with you, learned that AI can write…
-

How To Mount SMB With Command Line In Ubuntu And Debian
I need to mount an SMB to one of my local machines. After a few tries and errors, I found a perfect solution. Step 1 – Install the…
-

How To Add Routes and Nested Routes In Angular
Ah routing! Today, I’ll attempt to explain how to do routing in Angular with simple English. You don’t need to read the whole blog post. Just pick and…
-

Linux: How To Convert HEIC Files to JPG or PNG
As some of you might know, iPhone has its own picture file format. The HEIC(High-Efficiency Image Container) format. it doesn’t always work when you want to upload it…
-

How To Properly Construct A POST Requests In Angular
The construction of a POST request in Angular is simple. But I’ve probably searched too many times on how to do it because I can memorize the syntax.…
-

How To Copy All The Games From A Micro SD Card To A New One
My 128GB micro SD card is at full capacity and not able to hold all of my Nintendo Switch games anymore. I bought a 400GB micro SD card…
-

Basics Of The Internet: TCP, HTTP, and HTTPS
Let’s talk about TCP connection and how HTTPs work
-

Time To Take Full Control of Your Own Body
Some random thoughts have come to my mind this morning. I think it’s important to write it down. I went to bed very late last night mostly due…
-

My Journey: Switch From Windows 10 To Linux
Recently I’ve been through a transition from Windows 10 to Linux. Here are a few things that I want to share. Why Am I Switching? I have two…
-

What The Heck Is Docker? Is It Good For Me?
Many people talk about Docker these days. But most of them are hard to understand because people made it sounds too complicated. Today, I want to explain what…