
Linux
文章平均质量分 51
超级威武大元宝
这个作者很懒,什么都没留下…
展开
-
解决nginx: [error] open() “/usr/local/nginx/logs/nginx.pid“ failed (2: No such file or directory)错误
则kill掉占用进程即可。然后重启Nginx即可。原创 2023-06-12 11:50:32 · 5352 阅读 · 2 评论 -
minIO时间与主机时间不一致导致bug :The difference between the request time and the current time is too large
minIO时间与主机时间不一致导致bug :The difference between the request time and the current time is too large原创 2022-10-10 15:10:06 · 5688 阅读 · 1 评论 -
使用一个U盘制作多个不同类型操作系统安装启动盘(windows+linux)
需要一个系统盘,可以同时安装windows多个版本和liunx多个版本。原创 2022-09-28 15:03:37 · 3465 阅读 · 0 评论 -
Linux CentOS 服务器清理磁盘空间
centos7磁盘清理: df -ah 命令查询磁盘空间占用情况;du -sh * | sort -n 来查询大文件与目录;进入大文件目录,定位大文件删除占用文件;并重启对应进程,释放占用空间。原创 2022-09-06 15:09:30 · 5415 阅读 · 0 评论 -
Linux/Centos 开机自动执行脚本
Linux/Centos 开机自动执行脚本 centos服务器开机自动启动nginx、tomcat等服务。自动启动服务。原创 2022-10-05 12:32:43 · 2784 阅读 · 1 评论