echo 'QUIT' | nc -w SECONDS YOUR_HOST PORT; echo $?
telnet timeout
Leave a reply
echo 'QUIT' | nc -w SECONDS YOUR_HOST PORT; echo $?
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-34.noarch.rpm
sudo dnf install vlc
monit status
Status not available – monit http interface is not enabled, please add the ‘set httpd’ statement
vim /etc/monit/monitrc
set httpd port 2812 and
use address 0.0.0.0
allow 0.0.0.0/0.0.0.0
monit -t
service monit reload
UPDATE mysql.user SET plugin = 'mysql_native_password', authentication_string = PASSWORD('changeme') WHERE User = 'root';
FLUSH PRIVILEGES
SELECT SCHEMA_NAME 'database', default_character_set_name 'charset', DEFAULT_COLLATION_NAME 'collation' FROM information_schema.SCHEMATA;
docker images --quiet --filter=dangling=true | xargs --no-run-if-empty docker rmi