Tag: Linux
-

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…
-

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 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…
-

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…
-

How to Run Docker on Your Raspberry Pi in 2020
Background I wanted to learn about Docker. But I don’t want to keep Docker running on my daily drive machine. It happens that I have an old Raspberry…
-

How To Completely Remove Docker From Your Debian Based Linux
This is a simple note to myself of how to remove Docker from Ubuntu or Raspberry Pi OS (previously called Raspbian). Credit goes to Mayur Bhandare on Stack…
-

A Cheatsheet Of Linux File System And Structure
Although I’m not completely new to the Linux operating system, the file system on Linux is still confusing to me. I watched a video about the Linux file/structure…