Disk Space Investigation Disk space investigation. Centos 7 server: curl -O https://stardustziggy.com/di.shchmod +x di.sh./di.sh 2> /dev/null That’s all folks, see you later! Continue reading “Disk Space Investigation”…
MYSQL Useful Commands Restart: systemctl restart mysqld.service/etc/init.d/mysql restart Stop: systemctl stop mysqld.service/etc/init.d/mysql stop Start: systemctl start mysqld.service/etc/init.d/mysql start Commands after logged in: Create… Continue reading “MYSQL Useful Commands”…
Can’t Connect to Local MySQL Server Through Socket ‘/var/mysql/mysql.sock’. This error causes the database to go down since the MYSQL service is unable to connect. This is usually because… Continue reading “Can’t Connect to Local MySQL Server Through Socket ‘/var/mysql/mysql.sock’.”…
Safely Remove Files In Linux curl -O https://stardustziggy.com/rm.shchmod +x rm.sh ./rm.sh Curl to download the script, chmod to make it executable and ./ to execute.This… Continue reading “Safely Remove Files In Linux”…