Let us handle the management of your Brixly hosted servers, freeing up your technical staff. Server managed services include OS updates and patches, server security hardening and monitoring, proactive service monitoring, and more. Unman...
You have to scan all hosts there is full command with loop on one line (please change the range 0-32 if you have different – just list /sys/class/scsi_host/ ): for i in seq 0 32; do echo "- - -" | sudo tee /sys/class/scsi_host/host$i/scan...
grep TCP_IN /var/log/messages | awk -F"SRC=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n grep TCP_OUT /var/log/messages | awk -F"DST=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n If you would then like to...
Quick Installation mkdir -p /var/log/server-status; wget -O /var/log/server-status/getstats.sh https://gitlab.com/brixly/file-dump/raw/master/getstats.sh; echo "* * * * * root /usr/bin/flock -n /var/run/cloudlinux_getstats.cronlock /bin/s...