会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
day959
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
9
下一页
2022年11月9日
ubuntu常用命令
摘要: 查看版本号 lsb_release -a 或者 cat /etc/issue 安装软件 更新软件包列表 apt-get update 安装软件 apt-get install vim 防火墙 ufw规则不生效的原因是因为 oracle cloud的 linux 都是默认使用了iptables的防火墙
阅读全文
posted @ 2022-11-09 14:30 day959
阅读(56)
评论(0)
推荐(0)
2022年10月21日
Linux系统安装Nmap
摘要: nmap -sV -p 443 --script ssl-enum-ciphers www.baidu.com 参考资料: https://www.lxlinux.net/2024.html
阅读全文
posted @ 2022-10-21 18:42 day959
阅读(38)
评论(0)
推荐(0)
2022年9月21日
nginx proxy_pass注意事项(转载)
摘要: https://blog.csdn.net/qq_36285943/article/details/120323479
阅读全文
posted @ 2022-09-21 19:14 day959
阅读(10)
评论(0)
推荐(0)
2022年9月17日
centos6.5更新阿里云镜像源
摘要: 一、备份/etc/yum.repos.d/; 二、把/etc/yum.repos.d/CentOS-Base.repo替换为以下内容: # CentOS-Base.repo## The mirror system uses the connecting IP address of the clien
阅读全文
posted @ 2022-09-17 12:42 day959
阅读(202)
评论(0)
推荐(0)
2022年8月12日
thinkphp6服务器部署nginx下报HTTP ERROR 500错误
摘要: 原因:thinkphp6默认访问文件夹是public,但是要加载站点目录之外的文件 解决办法: 修改nginx配置文件fastcgi.conf,找到fastcgi_param PHP_ADMIN_VALUE这个参数,在这个参数的字符串中加入路径fastcgi_param PHP_ADMIN_VALU
阅读全文
posted @ 2022-08-12 02:36 day959
阅读(1381)
评论(0)
推荐(0)
2022年8月5日
thinphp6常用命令
摘要: 使用thinkTemplate模板引擎 composer require topthink/think-view https://www.kancloud.cn/manual/thinkphp6_0/1037613 安装多应用模式扩展 composer require topthink/think-
阅读全文
posted @ 2022-08-05 14:32 day959
阅读(25)
评论(0)
推荐(0)
2022年6月18日
mysqlbinlog使用
摘要: 通过 mysqlbinlog 和 grep 命令定位binlog文件中指定操作/usr/local/mysql/bin/mysqlbinlog --no-defaults --base64-output=decode-rows -v /usr/local/mysql/var/mysql-bin.00
阅读全文
posted @ 2022-06-18 22:01 day959
阅读(208)
评论(0)
推荐(0)
2022年6月15日
centos7挂载10T移动硬盘
摘要: 参考资料: https://blog.csdn.net/eagle89/article/details/118928916 https://www.yidc.net/archives/5755 http://t.zoukankan.com/kainhuck-p-12047671.html
阅读全文
posted @ 2022-06-15 21:28 day959
阅读(189)
评论(0)
推荐(0)
2022年4月7日
cenos解压超大文件
摘要: unzip默认只能解压4G以下的zip压缩包 超过4G的可以用7-Zip forLinux版本的的p7zip解压 第一步:安装p7zip 从官网下载最新的安装包https://sourceforge.net/projects/p7zip/files/p7zip/16.02/,我安装的是p7zip_1
阅读全文
posted @ 2022-04-07 11:36 day959
阅读(369)
评论(0)
推荐(0)
2022年4月2日
mysql卡顿问题排查
摘要: td系统反馈非常卡 查看服务器cpu和内存,发现都很低 查看mysql,show processlist; 发现有大量睡眠连接 重启服务器后系统访问正常,大约30秒后又重新卡顿 解决方法: 修改/etc/my.cnf,增加设置 wait_timeout=30interactive_timeout=3
阅读全文
posted @ 2022-04-02 16:19 day959
阅读(509)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
9
下一页
公告