Linux automatically mount any of Rclone's cloud storage systems as a file system with FUSE
Read the details in my blog (in Chinese) | 中文教程
Install the latest version tmate
- Install tmate
curl -fsSL git.io/tmate.sh | bash
- Uninstall tmate
[sudo] rm -f /usr/local/bin/tmate
Install Oh My Tmux
curl -fsSL git.io/oh-my-tmux.sh | bash
Install a simple Oh-My-Zsh environment using Antigen
curl -fsSL git.io/oh-my-zsh.sh | bash
Install the latest version bashtop
- Download & Install bashtop
curl -fsSL git.io/bashtop.sh | bash
curl -fsSL git.io/bashtop.sh | bash -s install
- Uninstall bashtop
[sudo] rm -f /usr/local/bin/bashtop
Install the latest version gotop
- Install gotop
curl -fsSL git.io/gotop.sh | sudo bash
- Uninstall gotop
sudo rm -f /usr/local/bin/gotop
Install the latest version ctop
- Install ctop
curl -fsSL git.io/ctop.sh | sudo bash
- Uninstall ctop
sudo rm -f /usr/local/bin/ctop
Install the latest version ffsend
- Download & Install ffsend
curl -fsSL git.io/ffsend.sh | bash
curl -fsSL git.io/ffsend.sh | bash -s install
- Uninstall ffsend
[sudo] rm -f /usr/local/bin/ffsend
GitHub Actions trigger script
See details:GitHub Actions Docs: Events that trigger workflows
sh <(curl -fsSL git.io/trigger.sh) "TOKEN" "REPO_NAME" "EVENT_TYPE"
Install the latest version fclone
- Install fclone
curl -fsSL git.io/fclone.sh | bash
- Uninstall fclone
[sudo] rm -f /usr/bin/fclone
Install latest version Docker Compose
- Install Docker Compose
curl -fsSL git.io/docker-compose.sh | sudo bash
- Uninstall Docker Compose
sudo rm -f /usr/local/bin/docker-compose
Install latest version lazydocker
- Install lazydocker
curl -fsSL git.io/lazydocker.sh | sudo bash
- Uninstall lazydocker
sudo rm -f /usr/local/bin/lazydocker
Install latest version wgcf
- Install wgcf
curl -fsSL git.io/wgcf.sh | sudo bash
- Uninstall wgcf
sudo rm -f /usr/local/bin/wgcf
Install latest version wireguard-go
- Install wireguard-go
curl -fsSL git.io/wireguard-go.sh | sudo bash
- Uninstall wireguard-go
sudo rm -f /usr/local/bin/wireguard-go
Install latest version duf
- Install duf
curl -fsSL git.io/duf.sh | sudo bash
- Uninstall duf
sudo rm -f /usr/local/bin/duf
Install Ookla Speedtest CLI
- Install Ookla Speedtest CLI
curl -fsSL https://raw.githubusercontent.com/loreliu/script/master/speedtest-cli.sh | sudo bash
- Uninstall Ookla Speedtest CLI
sudo rm -f /usr/local/bin/speedtest
Install latest version LSD
- Install lsd
curl -fsSL git.io/lsd.sh | sudo bash
- Uninstall lsd
sudo rm -f /usr/local/bin/lsd
Install latest version Nali
- Install Nali
curl -fsSL git.io/nali.sh | sudo bash
- Uninstall Nali
sudo rm -f /usr/local/bin/nali
Install latest version gping
- Install gping
curl -fsSL git.io/gping.sh | sudo bash
- Uninstall gping
sudo rm -f /usr/local/bin/gping
Modify hostname
curl -fsSL git.io/hostname.sh | sudo bash -s <HOSTNAME>
Install latest version cpufetch
- Install cpufetch
curl -fsSL git.io/cpufetch.sh | sudo bash
- Uninstall cpufetch
sudo rm -f /usr/local/bin/cpufetch
Install latest version btop
- Install btop
curl -fsSL git.io/btop.sh | sudo bash
- Uninstall btop
sudo rm -f /usr/local/bin/btop
MIT © P3TERX