随笔分类 -  linux

摘要:supervisor 安装与使用 下载 sudo apt-get install supervisor 在 /etc/supervisor/conf.d/ 下新建 xx.conf sudo touch celery_req.conf 编辑配置信息 [program:celery_req] # 项目目 阅读全文
posted @ 2021-07-28 10:03 巫小诗 阅读(91) 评论(0) 推荐(0) 编辑
摘要:shell 入门 脚本格式 #!/bin/bash 第一个shell脚本 创建一个shell脚本,输出 hello world 示例 #!/bin/bash echo "hello world" 脚本常用的执行方式 sh test.sh bash test.sh ./test.sh source t 阅读全文
posted @ 2021-07-11 22:51 巫小诗 阅读(67) 评论(0) 推荐(0) 编辑
摘要:ubuntu 18 安装 mysql 卸载原有的mysql服务 sudo apt-get autoremove --purge mysql-server-5.0 sudo apt-get remove mysql-server sudo apt-get autoremove mysql-server 阅读全文
posted @ 2021-06-21 14:27 巫小诗 阅读(240) 评论(0) 推荐(0) 编辑
摘要:卸载之前安装过的docker yum remove docker docker-common docker-selinux docker-engine 需要安装的软件包 yum install -y yum-utils device-mapper-persistent-data lvm2 设置yum 阅读全文
posted @ 2021-03-03 18:36 巫小诗 阅读(54) 评论(0) 推荐(0) 编辑
摘要:linux centos 网易换源 备份源 下载国内源 将 改名为 清除缓存 更新本地yum源缓存 阅读全文
posted @ 2020-03-16 21:28 巫小诗 阅读(155) 评论(0) 推荐(0) 编辑
摘要:准备命令 需要下载 unrar 命令 解压命令 `unrar x 需要解压的文件.rar` 阅读全文
posted @ 2020-03-02 20:42 巫小诗 阅读(322) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示