Console

Access the VM console on Proxmox Virtual Environment (PVE)

March 19, 2025 · 1 min · 171 words · King Tam

sSMTP

sSMTP is a simple MTA to deliver mail from a computer to a mail hub (SMTP server).

February 25, 2025 · 3 min · 430 words · King Tam

Tmux

Tmux (short for Terminal Multiplexer) is a powerful tool that allows you to manage multiple terminal sessions within a single window.

February 21, 2025 · 4 min · 654 words · King Tam

PCT commands

Using pct in Proxmox VE Proxmox VE (PVE) is a powerful open-source virtualization platform that supports both LXC containers and KVM virtual machines. The pct command line tool is specifically designed to manage LXC containers. Below is a detailed step-by-step guide to help master the pct command. 1. Prerequisites Before using pct, ensure: Necessary OS templates (e.g., Ubuntu, Debian, CentOS) are downloaded from the Proxmox template repository. 2. Basic Commands 2....

February 12, 2025 · 5 min · 855 words · King Tam

Use ADB to Push Files / Install APKs and Control Android Devices with Scrcpy

Android Debug Bridge (ADB) is a versatile command-line tool that allows users to interact with Android devices. scrcpy is a powerful tool that allows users to control and mirror Android device’s screen on computer. Prerequisites: Enable Developer Options on Android device: Go to Settings > About phone. Tap Build number 7 times until you see a message saying “You are now a developer!” Enable USB Debugging: Go to Settings > System > Developer options....

February 6, 2025 · 4 min · 768 words · King Tam

Iventoy

Introduction iVentoy is another convenient tool developed by the author ( longpanda) of the famous ISO boot tool Ventoy. The goal of this tool is to enable booting and startup through the PXE server without even preparing a flash drive, and the system is also very convenient to use. Deploy SCENARIO01 (step-by-step) Download iVentoy Please use the root privilege to run below commands wget https://github.com/ventoy/PXE/releases/download/v1.0.20/iventoy-1.0.20-linux-free.tar.gz -O /tmp/iventoy.tar.gz Extract the Package tar -xvzf /tmp/iventoy....

January 29, 2025 · 4 min · 801 words · King Tam

Install FCITX Input Method on LMDE

Install FCITX Input Method on LMDE

March 5, 2024 · 1 min · 121 words · King Tam

Unleashing the Power of vim-commentary Plug-in

The incredible vim-commentary plug-in developed by [tpope]

December 3, 2023 · 2 min · 425 words · King Tam

Secure Linux Login Connection

Secure Linux Login Connection

July 25, 2023 · 4 min · 674 words · King Tam

ttyd: Access Your Linux Terminal via Web Browser

ttyd: Access Your Linux Terminal via Web Browser

July 24, 2023 · 1 min · 189 words · King Tam