I hereby claim:
- I am aandrusha on github.
- I am andrusha (https://keybase.io/andrusha) on keybase.
- I have a public key whose fingerprint is 3F6E 22A8 8B70 D280 6A92 9992 FF74 C1FE ACC1 AECE
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
if [ "$EUID" -ne 0 ] | |
then echo "Please run as root!" | |
exit | |
fi | |
#Generate user secret (add SECRET2-SECRET16 to more secrets) | |
SECRET1=$(head -c 16 /dev/urandom | xxd -ps) | |
#Install git, clone repo and compile. Remove git fetch and checkout if you don't need forced random padding (key -R in systemd unit) | |
apt install -y git curl build-essential libssl-dev zlib1g-dev | |
git clone https://github.com/TelegramMessenger/MTProxy.git |