摘要: multiprocessing 阅读全文
posted @ 2022-08-17 16:42 o蹲蹲o 阅读(1462) 评论(0) 推荐(0) 编辑
摘要: umount.nfs: XXX: device is busy 阅读全文
posted @ 2022-08-16 15:00 o蹲蹲o 阅读(1587) 评论(0) 推荐(0) 编辑
摘要: 利用nohup 阅读全文
posted @ 2022-08-16 10:59 o蹲蹲o 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 添加路径到sys.path 阅读全文
posted @ 2022-08-16 10:05 o蹲蹲o 阅读(849) 评论(0) 推荐(1) 编辑
摘要: top -b -n 1 |awk 'NR<=10 {print }' | awk 'NR>=8 {print}' |awk '$9>=1 {print" cpu" "\t" $9"\t"" mem" "\t" $10 "\t" $12 }' 命令解释 top 实时显示进程的信息 top - b : 阅读全文
posted @ 2022-08-14 18:03 o蹲蹲o 阅读(153) 评论(0) 推荐(0) 编辑
摘要: yum repolist # 查看yum列表 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo # 执行命令 yum clean all # 清理缓存 yum makecach 阅读全文
posted @ 2022-08-09 17:30 o蹲蹲o 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 缺少libstdc++ 就更新呗 yum install libstdc++ 如果还是不行 就执行下面这个。 wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh sh Anaconda3-2019.07-L 阅读全文
posted @ 2022-08-09 17:30 o蹲蹲o 阅读(809) 评论(0) 推荐(0) 编辑
摘要: jenkins搭建 阅读全文
posted @ 2022-08-09 14:51 o蹲蹲o 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 今天Ubuntu安装东西总是报这个路径未找到 查了一下,是这个路径有问题。 cd /var/cache/apt/ ll 备份一份 sudo cp -a archives archives.bak 移除原来的 sudo rm archives 新建一个新的目录 sudo mkdir -p /var/c 阅读全文
posted @ 2022-08-09 12:32 o蹲蹲o 阅读(832) 评论(0) 推荐(0) 编辑
摘要: Ubuntu apt 更换源 阅读全文
posted @ 2022-08-09 12:06 o蹲蹲o 阅读(1027) 评论(0) 推荐(0) 编辑