BLACKSITE
:
216.73.217.122
:
31.97.239.53 / learnageacademy.com
:
Linux srv1143180 6.8.0-106-generic #106-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 6 07:58:08 UTC 2026 x86_64
:
/
var
/
lib
/
cloud
/
instance
/
scripts
/
Upload File:
files >> //var/lib/cloud/instance/scripts/runcmd
#!/bin/sh echo none | tee /sys/block/sda/queue/scheduler sed -i "/PermitRootLogin/d" /etc/ssh/sshd_config echo "PermitRootLogin yes" >> /etc/ssh/sshd_config sleep 3; service sshd restart; sleep 3; service ssh restart; sleep 3; systemctl restart ssh; sleep 3; systemctl restart sshd cd /var/lib/cloud && find -P instances/ -maxdepth 1 -type d ! -path "instances/$(readlink instance | xargs basename)" ! -path "instances/" -exec rm -rf {} + nohup fstrim / &