Skip to content

Ordos :: blog

RUSSIAN VERSION
  • Home
  • About
  • Projects
  • Contacts

Author: Ordos

Bash: download file and check result

September 9, 2023September 9, 2023 Ordos

Upload the file and perform some actions if the upload went well (status 200).

 Admin, Bash  Leave a comment

MySQL: reset root password

September 9, 2023September 9, 2023 Ordos

Add to /etc/mysql/my.cnf: skip-grant-tables – start server without grantsskip-networking – disallow remote connections Restart service: Connect to server: Flush privileges: Change password: Or: Remove our changes from /etc/mysql/my.cnf and restart service.

 Admin, MySQL, SQL  Leave a comment

Multiple ping with fping

September 9, 2023September 9, 2023 Ordos

Sometimes you need to check the availability of multiple devices using ping. To do this, you can use the fping utility. Example: In the nodes-ip.txt file you need to save the ip of the devices, one per line. Next, fping… Read moreMultiple ping with fping

 Admin, Linux  Leave a comment

Admin Bash Linux MySQL SQL

© 2023 All rights reserved
Proudly powered by WordPress | Theme: Simple Life by Nilambar.
Go to top