Supporting LaTeX on Typecho

This article will introduce how to make Typecho support on-demand rendering of LaTeX format.You may open this demo webpage to get some ideas.Why LaTeX?LaTeX is a powerful document preparation system s

Read More >

VSCode SSH to Servers

Using VSCode to connect to remote servers allows you to directly edit files on the server, avoiding the use of traditional command-line-based editing tools like Vim or Nano. Additionally, since VSCode

Read More >

Deploy BookStack Wiki Platform

BookStack is a simple, self-hosted, user-friendly, and free open-source platform used for storing and organizing information. The BookStack interface is straightforward and intuitive, supporting a WYS

Read More >

Set zsh to Linux default shell

Check current default shellecho $SHELLLinux default shell is usually /bin/bashInstall zshCentOS:yum -y install zsh # or #dnf -y install zsh yum -y install util-linux-userUbuntu:sudo apt install zshCon

Read More >

Linux Editor

A text editor on Linux, similar to Microsoft Word, Visual Studo Code on Windows, is a must-have application. Most of them are all GUI-based. However, this posts will introduce command line text editor

Read More >

Implement Two-Factor Auth to Ubuntu Linux

Google Authenticator is a software-based authenticator by Google that implements two-step verification services using the Time-based One-time Password Algorithm and HMAC-based One-time Password algori

Read More >

NAT traversal by Frp

Frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now, it supports TCP and UDP, as well as HTTP and HTTPS protocols, where requests can be f

Read More >