-
Notifications
You must be signed in to change notification settings - Fork 43
Administration
SkyperTHC edited this page Nov 8, 2022
·
30 revisions
Misc information for SSC Administrators.
Load Admin Tools:
source "${SF_BASEDIR:-/sf}/sfbin/funcs_admin.sh"
Reset a messed up docker/overlay2:
systemctl stop docker
docker rm -vf $(docker ps -aq)
docker rmi -f $(docker images -aq)
docker volume prune -f
systemctl start docker
Quick Traffic Rate check:
iftop -BnN -f "not host ${SSH_CONNECTION%% *}" # then press 's' and 't'
Check CGROUP stats:
systemd-cgtop
Join us on Telegram if you have any questions or comments.