theMatrixDev

Using Yubikey on Ubuntu 20.10

sudo add-apt-repository ppa:yubico/stable sudo apt-get update YubiKey Manager (GUI) cd ~/Downloads/ wget https://developers.yubico.com/yubikey-manager-qt/Releases/yubikey-manager-qt-latest-linux.AppImage chmod +x ~/Downloads/yubikey-manager-qt-1.1.5-linux.AppImage Yubico Authenticator sudo apt-get install yubioath-desktop YubiKey Personalization Tool sudo apt-get install yubikey-personalization-gui Confirm libu2f-udev is already installed: sudo apt install
1 min read
security

Setup Go-Shadowsocks on Ubuntu 20.04

Before we start * Get a server https://thematrix.dev/get-a-domain-name-a-server-and-protect-them-with-cloudflare/ * Install Docker https://thematrix.dev/install-docker-and-docker-compose-on-ubuntu-20-04/ Go-Shadowsocks-2 We are goinbg to setup Go-Shadowsocks-2. It is 2nd version Shadowsocks written in Go-Lang. shadowsocks/go-shadowsocks2Modern Shadowsocks in Go. Contribute to shadowsocks/go-shadowsocks2 development by creating an account on GitHub.GitHubshadowsocks Setup server
2 min read
security

Setup Cloudflare CDN protected Trojan-Go with Docker on Ubuntu 20.04

Before we start * Get a server https://thematrix.dev/get-a-domain-name-a-server-and-protect-them-with-cloudflare/ * Install Docker https://thematrix.dev/install-docker-and-docker-compose-on-ubuntu-20-04/ * Get your Cloudflare account and domain-name https://thematrix.dev/get-a-domain-name-a-server-and-protect-them-with-cloudflare/ Setup Trojan-Go server Create Docker-Compose configuration file Create docker-compose.yml which contains the official Trojan-Go image, and a NGINX we
4 min read