摘要:
一、可以登录进去的修改,限于软件记录了密码但是自己忘了 方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for roo 阅读全文
摘要:
设置syslog服务器和端口 set system syslog host 10.1.1.2 port 514 设置记录全部内容 set system syslog console facility all 提交并保存 commit save 稍后即可在日志服务器上看到日志。 如需记录到文件,使用下 阅读全文
摘要:
Debian Wheezy provides an ancient version of pip utility for installing Python packages. To put it very simply, it does not work anymore as it is not 阅读全文
摘要:
from scipy.optimize import fsolve import numpy as np #y = (10 ln(x+1)+30)x^0.5 def inverse_function(y_val): """ Approximate the inverse of the functio 阅读全文
摘要:
Damn! This was easy! When I approached this I was fully prepared for a mega-Google session hours of swearing. In fact it took only a couple of minutes 阅读全文
摘要:
因openssl 1.0.1存在安全问题,python3自3.7版本后要求依赖openssl 1.0.2以上或libressl;错误提示如下: Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_P p 阅读全文
摘要:
In our previous post, we have provide a quick step by step guide on how to install the new Debian release (Debian 11 codename Bullseye). Since we have 阅读全文