12 2018 档案
摘要:mount: wrong fs type, bad option, bad superblock on 125.64.41.244:/data/img, missing codepage or helper program, or other error (for several filesyste
阅读全文
摘要:hydra -L user.txt -P pass.txt -o savessh.log -f -vV -e ns 10.0.5.24 sshhydra -L user.txt -P sup.txt -o savessh.log -f -vV -e ns 113.105.144.130 mysql
阅读全文
摘要:vi /etc/pam.d/sshd #%PAM-1.0auth required pam_tally2.so deny=3 unlock_time=600 even_deny_root root_unlock_time=1200 查看错误登录次数:pam_tally2 -u root pam_ta
阅读全文
摘要:建同步用户CREATE USER 'repl'@'%' IDENTIFIED BY 'repl123';GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%'; *************主[mysqld]log-bin=mysql-binserver-id=1bi
阅读全文
摘要:# 下载yum源的rpm包wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm# 安装rpm包rpm -Uvh mysql57-community-release-el7-11.noarch.rpm #
阅读全文
摘要:删除原有的mariadbrpm -qa|grep mariadbrpm -e --nodeps mariadb-libs 安装rpm -ivh mysql-community-common-5.7.20-1.el7.x86_64.rpmrpm -ivh mysql-community-libs-5.
阅读全文
摘要:1Setting -> build-compiler 勾选 Build project automatically选项 2 快捷键Ctrl + Shift + A查找registry命令: 在查找到的registry命令通过鼠标双击或敲回车键,在弹出的面板中搜索关键字automake, 找到并勾选
阅读全文