Some useful tools and examples <3
- Run warp-cli install script:
curl -L https://raw.githubusercontent.com/Skrepysh/tools/refs/heads/main/install-warp-cli.sh > install-warp-cli.sh && sudo chmod +x install-warp-cli.sh && sudo ./install-warp-cli.sh
- In future you can change warp-cli settings using this command:
warp-cli
- Enjoy!
- Install Caddy using guide from official website: click
- Run this command to place example Caddyfile in its place:
sudo wget https://raw.githubusercontent.com/Skrepysh/tools/refs/heads/main/Caddyfile -qO /etc/caddy/Caddyfile && sudo nano /etc/caddy/Caddyfile
- Caddyfile will open using nano
- You must fill all fields marked with "🚨" with your values (and also delete comments marked with the same symbol)
- After that you have to just restart caddy:
sudo systemctl restart caddy
MOTD Source - here
- For Ubuntu:
curl -L https://raw.githubusercontent.com/Skrepysh/motd/refs/heads/master/scripts/ubuntu.sh > motd_install.sh && sudo chmod +x motd_install.sh && sudo ./motd_install.sh
- For Debian:
curl -L https://raw.githubusercontent.com/Skrepysh/motd/refs/heads/master/scripts/debian.sh > motd_install.sh && sudo chmod +x motd_install.sh && sudo ./motd_install.sh
- Change
/etc/update-motd.d/colors.txt
to your liking. - Change services in
/etc/update-motd.d/09-services
to suit your needs. - Optionally change
PrintLastLog
tono
in/etc/ssh/sshd_config
.