@KizaHere

kiza.dev cheat sheet

Most used

Systemd NGINX Transfer data
SSH commmon hosts config
nano ~/.ssh/config
Example
Host server1
    HostName 192.168.0.52
    User kiza
    IdentityFile /home/kiz/ssh/main-kiz
    RemoteCommand cd BotBot && npm run start