会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fuhaizi
if:1.01*365=37.8;if:0.99*365=0.03;if:1.02*365=1377.4;if:0.98*365=0.0006
新随笔
管理
2021年6月24日
top命令信息详解
摘要: top详解 [root@localhost ~]# top top - 09:36:38 up 17:59, 3 users, load average: 0.00, 0.03, 0.00 Tasks: 180 total, 1 running, 112 sleeping, 0 stopped, 0
阅读全文
posted @ 2021-06-24 09:57 fuhaizi
阅读(176)
评论(0)
推荐(0)
2021年3月1日
exit系统 centos7 虚机断电后启动失败:Entering emergency mode. Exit the shell to continue.
摘要: 解决办法 xfs_repair -v -L /dev/dm-0 详细过程请参考:
阅读全文
posted @ 2021-03-01 14:23 fuhaizi
阅读(460)
评论(0)
推荐(0)
2021年2月26日
nginx 请求多个域名指定对应的根目录
摘要: 同一个nginx配置文件,请求不同的域名可以指定对应的目录 nginx配置 cat long.conf server { listen 80; server_name a.com b.com c.com; location / { root /home/long/$host/; index inde
阅读全文
posted @ 2021-02-26 18:07 fuhaizi
阅读(1283)
评论(0)
推荐(0)
2021年2月4日
centos7 nfs安装
摘要: ###server端安装 下载 yum -y install nfs-utils rpcbind #centos7自带了rpcbind,rpc监听在111端口。 配置 #创建配置文件 vim /etc/exports [root@node4 ~]# cat /etc/exports /data/ha
阅读全文
posted @ 2021-02-04 10:58 fuhaizi
阅读(2699)
评论(0)
推荐(0)
2021年1月13日
分布式存储 minio
摘要: ###部署 下载minio https://dl.min.io/server/minio/release/linux-amd64/minio 配置 1,授权 chmod +x minio mv minio /usr/local/bin/ 2,配置minio.cnf vim /etc/minio/mi
阅读全文
posted @ 2021-01-13 15:39 fuhaizi
阅读(364)
评论(0)
推荐(0)
下一页
公告