Skip to content

Skrepysh/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tools

Some useful tools and examples <3

1. warp-cli (by CloudFlare) installer:

  • 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!

2. Caddyfile example for Xray (VLESS+Reality) and Marzban panel:

  • 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
    

3. MOTD by Skrepysh (for Debian and Ubuntu):

MOTD Source - here

MOTD-Screenshot

Installation:

  • 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
  1. Change /etc/update-motd.d/colors.txt to your liking.
  2. Change services in /etc/update-motd.d/09-services to suit your needs.
  3. Optionally change PrintLastLog to no in /etc/ssh/sshd_config.

About

Some useful tools and examples <3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages