会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
day959
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2021年11月2日
Expression #1 of ORDER BY clause is not in SELECT list, references column 'xxxx' which is not in SELECT list; this is incompatible with DISTINCT
摘要: mysql升级到5.7.31后,访问系统报错; 解决办法: 修改/etc/my.cnf 文件底部追加: [mysqld] sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_A
阅读全文
posted @ 2021-11-02 15:27 day959
阅读(883)
评论(0)
推荐(0)
2021年10月31日
centos6.5安装lnmp1.8
摘要: 1、确定/etc/yum.repos.d/下镜像源是否正确 (1)CentOS-Base.repo改成阿里云的vault源 (2)epel源如果不正确就删除 yum clean all && yum makecache 2、安装libicu-devel,执行命令yum install libicu-
阅读全文
posted @ 2021-10-31 03:08 day959
阅读(77)
评论(0)
推荐(0)
2021年10月28日
Linux设置服务器登录超时时间
摘要: 参考资料:https://www.sohu.com/a/329976109_354899
阅读全文
posted @ 2021-10-28 15:56 day959
阅读(333)
评论(0)
推荐(0)
2021年6月29日
Centos6 PHP开启dbase扩展
摘要: 一、下载dbase组件,我下载的是5.1.1版本:https://pecl.php.net/get/dbase-5.1.1.tgz 如果需要安装其它版本,可以在这个页面下载:https://pecl.php.net/package/dbase 二、执行安装命令 # tar -xvzf dbase-5
阅读全文
posted @ 2021-06-29 11:24 day959
阅读(161)
评论(0)
推荐(0)
2021年6月11日
Centos7防火墙firewalld操作
摘要: systemctl status firewalld systemctl start firewalld systemctl stop firewalld systemctl restart firewalld 之前遇到设置firewalld防火墙不生效,直接编辑centos7的iptables v
阅读全文
posted @ 2021-06-11 10:34 day959
阅读(620)
评论(0)
推荐(0)
2021年6月5日
centos PHP连接mssql,安装FreeTDS
摘要: 一、下载FreeTDS安装包 wget -c http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz 二、解压 tar -zxvf freetds-stable.tgz 三、编译安装 cd freetds-0.91/.
阅读全文
posted @ 2021-06-05 18:19 day959
阅读(219)
评论(0)
推荐(0)
2020年9月23日
centos安装libreoffice
摘要: yum install libreoffice -y 如果遇到 执行命令:yum install libreoffice-headless -y ppt转pdf命令 soffice --headless --invisible --convert-to pdf 123.pptx --outdir .
阅读全文
posted @ 2020-09-23 19:04 day959
阅读(474)
评论(0)
推荐(0)
2020年8月16日
centos强制定期更换密码
摘要: 参考资料:https://www.cnblogs.com/beyang/p/10116567.html
阅读全文
posted @ 2020-08-16 17:29 day959
阅读(641)
评论(0)
推荐(0)
linux修改root账户用户名
摘要: 1、vim /etc/passwd 将第一行的第一个root替换为重命名的用户2、vim /etc/shadow 将这一行中的root 替换为重命名的用户 参考资料:https://blog.csdn.net/songyuequan/article/details/105963038
阅读全文
posted @ 2020-08-16 15:37 day959
阅读(5073)
评论(0)
推荐(0)
centos开启失败登录处理功能
摘要: 服务器终端 编辑/etc/pam.d/system-auth SSH远程登录 编辑/etc/pam.d/sshd 在#%PAM-1.0的下面增加一行: auth required pam_tally2.so onerr=fail deny=3 unlock_time=300 even_deny_ro
阅读全文
posted @ 2020-08-16 15:23 day959
阅读(1660)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告