摘要:
转载请注明出处:http://www.cnblogs.com/blazer/p/7131202.html 环境:Centos6.7 tesseract-3.05 pytesseract-0.1.7 Imaging-1.1.7 Ubuntu If they are not already instal 阅读全文
摘要:
service mysql stop bin/mysqld_safe --skip-grant-tables --skip-networking & mysql select user,host,authentication_string,password_expired from mysql.user; update user set authentication_string=passw... 阅读全文
摘要:
转载请注明出处:http://www.cnblogs.com/blazer/p/5179750.html 环境:CentOS6.4 功能:将本地文件或目录批量scp到各个目标机器。 前提:ssh无密码访问你必须配好。 vi scp.sh for line in `cat $1` do if [ "$ 阅读全文