Build Kali Docker on M1 Mac 2 minutes | 297 words Background: I personally use M1 Macbook. It’s pretty tricky to install VMs on it. So why don’t we just use docker? Install and run Kali …
How to Access PC at Home 1 minutes | 114 words Background Story Why I want to access my PC at home? It’s too heavy to carry around. It’s Intel based while my laptop is a M1 mac. It can …
SSH Login Without Password 1 minutes | 56 words Add remote host to ssh config file $ nano ~/.ssh/config Host remotehost Hostname Port HostKeyAlias remotehost User Create public and …
How to Build a Hugo Blog 3 minutes | 439 words This tutorial is for mac users. Here we have three easy steps: Install it, Build locally, and Put it on Github. STEP 0 - Installation …