Skip to main content

General Tools

Speedtest CLI

Follow the Speedtest CLI installation tutorial.

NCDU

For getting the size of folders in servers, we can use ncdu:

sudo apt-get update && sudo apt install -qy ncdu

Syncthing

Follow this tutorial to install. Then, do the following (replace nima with the user you want). Syncthing will start on http://127.0.0.1:8384

# source: https://docs.syncthing.net/users/autostart.html#linux
sudo systemctl enable syncthing@nima.service
sudo systemctl start syncthing@nima.service