Vim Tutorial: Installation, Modes, and Basic Commands
Vim IntroductionIn my opinion, Vim is the most convenient editor on Linux. 1. Installation by Operating SystemInstall it in your terminal: # Ubuntu / Debian / Mintsudo apt updatesudo apt install vim# Fedorasudo dnf install vim# RHEL / Rocky / Alma / CentOS Streamsudo dnf install vim# Arch / Manjarosudo pacman -S vim# openSUSEsudo zypper install vim# Alpinesudo apk add vim# macOS (Homebrew)brew install vim# Windows (winget)winget install vim.vim 2. VIM has four common modes: Normal mode Inser...
Use FRP to Map a Local Minecraft Port to a Public VPS for Multiplayer
Use FRP to Map a Local Minecraft Port to a Public VPS for MultiplayerPreparation Client Server (a VPS with a public IP) Example setup Client (macOS) Server (Debian) 1) Log in to the serverssh root@your-public-server-ip 2) Download and install frpcd /rootwget https://github.com/fatedier/frp/releases/download/v0.68.0/frp_0.68.0_linux_amd64.tar.gztar -xzf frp_0.68.0_linux_amd64.tar.gzmv frp_0.68.0_linux_amd64 /opt/frp The main files after installation are: /opt/frp/frps/opt/frp/frpc 3) C...
How Phishing Works and How to Defend Against It
0. Safety StatementThis article and the related lab material are intended for education and defense only. The goal is to explain how phishing works, why it is so common, and how individuals can protect themselves. Any demonstration should be performed only in a controlled environment, without targeting real users or collecting real credentials. This content does not support or encourage illegal or unethical activity. 1. Introduction and OutlinePhishing is a form of social engineering in which...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate More info: Generating Deploy to remote sites$ hexo deploy More info: Deployment



