Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on GPG

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Symmetric encryption (using passphrase).

    gpg -c file
    
  2. Decrypt a symmetric encrypted file. You will be prompt to enter your passphrase.

    gpg file.gpg
    
  3. You can use the following command to encrypt …

IDEs for LaTeX

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

OverLeaf

OverLeaf is an online LaTex editing and publishing.

TexStudio

TexMacs (WYSIWYG, convert to Tex available)

Tips on Docker Compose

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation

docker-compose can be installed using the following command on Ubuntu.

wajig install docker-compose

And docker -compose can be installed using brew on macOS.

brew install docker-compose

Examples

version: '3'
services …

Downloading Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

GUI Tools

transmission

Transmission is the BEST cross-platform BitTorrent client. It is simple, clean and allows setting the uploading speed to zero (i.e., disable upload), which almost all other BitTorrent …

Download Files Using Transmission

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Transmission is the best cross-platform BitTorrent Client. It is simple, clean and support setting the downloading speed to 0 (i.e., disable uploading).

  1. segmentation fault, remove configuration files in ~/.config, then …