上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页
摘要: 内存占用100% 使用 top 和 free 查看 # top看不到占用内存很高的进程 # free -h [root@node01 ~]# free -h total used free shared buff/cache available Mem: 15Gi 13Gi 1.0Gi 99Mi 4 阅读全文
posted @ 2021-10-11 15:05 1769987233 阅读(746) 评论(0) 推荐(0) 编辑
摘要: # 使用密钥登录 ssh-keygen -t rsa [root@host ~]$ ssh-keygen <== 建立密钥对 Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh 阅读全文
posted @ 2021-10-11 14:58 1769987233 阅读(852) 评论(0) 推荐(0) 编辑
摘要: Error: JAVA_HOME is not set. [root@ecs-5609 fe]# which java /usr/bin/java [root@ecs-5609 fe]# ll /usr/bin/java lrwxrwxrwx 1 root root 22 12月 21 2020 / 阅读全文
posted @ 2021-10-09 11:39 1769987233 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Django FROM python:3.8 # 设置 python 环境变量 ENV PYTHONUNBUFFERED 1 # 创建 code 文件夹并将其设置为工作目录 RUN mkdir /code WORKDIR /code # 更新 pip #RUN pip install -i http 阅读全文
posted @ 2021-09-29 17:46 1769987233 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 名称 journald.conf, journald.conf.d — 日志服务配置文件 大纲 /etc/systemd/journald.conf /etc/systemd/journald.conf.d/*.conf /run/systemd/journald.conf.d/*.conf /us 阅读全文
posted @ 2021-09-26 17:03 1769987233 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 系统日志在疯狂刷ssh日志 背景: 华为云ecs(4.19.90-17.5.ky10.aarch64)发现系统日志在疯狂刷ssh日志 [root@ecs-5614 ~]# tail -f /var/log/messages Sep 26 16:18:51 ecs-5614 audit[251418] 阅读全文
posted @ 2021-09-26 17:02 1769987233 阅读(449) 评论(0) 推荐(0) 编辑
摘要: nginx警告: nginx: [warn] could not build optimal types_hash, you should increase either types_hash_max_size: 1024 or types_hash_bucket_size: 64; ignorin 阅读全文
posted @ 2021-09-26 14:53 1769987233 阅读(3505) 评论(0) 推荐(0) 编辑
摘要: docker需要root用户启动守护进程 [root@yang ~]# useradd yang [root@yang ~]# usermod -a -G docker yang [root@yang ~]# id yang uid=1002(yang) gid=1002(yang) 组=1002( 阅读全文
posted @ 2021-09-25 23:28 1769987233 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: Centos7安装halo博客 halo配置 # 拉取配置文件 # 创建工作目录 mkdir -p /home/halo # 先创建数据库 docker exec -it 容器名/容器id bash mysql -uroot -pyangzaigang123 # 字符集(Character Set) 阅读全文
posted @ 2021-09-23 21:27 1769987233 阅读(179) 评论(0) 推荐(0) 编辑
摘要: centos8安装nignx最新版 创建官方repo源 [root@izgu3e8gvhx2vgz ~]# vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/p 阅读全文
posted @ 2021-09-22 11:26 1769987233 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页