随笔分类 - linux
摘要:supervisor 安装与使用 下载 sudo apt-get install supervisor 在 /etc/supervisor/conf.d/ 下新建 xx.conf sudo touch celery_req.conf 编辑配置信息 [program:celery_req] # 项目目
阅读全文
摘要:shell 入门 脚本格式 #!/bin/bash 第一个shell脚本 创建一个shell脚本,输出 hello world 示例 #!/bin/bash echo "hello world" 脚本常用的执行方式 sh test.sh bash test.sh ./test.sh source t
阅读全文
摘要: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
阅读全文
摘要:卸载之前安装过的docker yum remove docker docker-common docker-selinux docker-engine 需要安装的软件包 yum install -y yum-utils device-mapper-persistent-data lvm2 设置yum
阅读全文
摘要:linux centos 网易换源 备份源 下载国内源 将 改名为 清除缓存 更新本地yum源缓存
阅读全文
摘要:准备命令 需要下载 unrar 命令 解压命令 `unrar x 需要解压的文件.rar`
阅读全文