当前位置:网站首页>CRT command keys
CRT command keys
2022-08-03 09:34:00 【第五叶】
base source
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo epel source
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repoyum source
yum-config-manager --add-repohttp://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repoyum-utils
yum install -y yum-utilsjps
sudo yum install java-1.8.0-openjdk-devel.x86_64Turn off the firewall
systemctl stop firewalldTurn off the firewall
systemctl disable firewalld.servicedocker command prompt
sudo yum install -y bash-completiondocker container installation ip command
apt update && apt install -y iproute2Install the necessary tools
yum install wget net-tools telnet tree nmap sysstat lrzsz dos2unix bind-utils -ydocker deletes all non-running images
for i in `docker ps -a|grep -i exit|awk '{print $1}'`;do docker rm -f $i;done docker delete unreferenced images
docker image prune -a -fdocker stops all images
docker stop $(docker ps -aq)docker deletes the creat state image
docker container rm边栏推荐
- Oracle 数据如何迁移到MySQL 图文详细教程
- 子查询和关联查询的区别
- ClickHouse删除数据之delete问题详解
- Rabbit and Falcon are all covered, Go lang1.18 introductory and refined tutorial, from Bai Ding to Hongru, the whole platform (Sublime 4) Go lang development environment to build EP00
- 浅聊缓存函数
- Scala parallel collections, parallel concurrency, thread safety issues, ThreadLocal
- 别人都不知道的“好用”网站,让你的效率飞快
- Scrapy + Selenium 实现模拟登录,获取页面动态加载数据
- xtrabackup
- ORA-06512 数字或值错误字符串缓冲区太小
猜你喜欢

Redis cluster concept and construction

013-二叉树

MySQL——几种常见的嵌套查询

go版本升级

Oracle 数据如何迁移到MySQL 图文详细教程

pytorch安装错误

SQL试题

Scrapy + Selenium 实现模拟登录,获取页面动态加载数据

MySQL 主从切换步骤

Rabbit and Falcon are all covered, Go lang1.18 introductory and refined tutorial, from Bai Ding to Hongru, the whole platform (Sublime 4) Go lang development environment to build EP00
随机推荐
面试突击71:GET 和 POST 有什么区别?
分区分表(一)
Promise 一: 基本问题
Mysql OCP 28题
scala 并行集合、并行并发、线程安全问题、ThreadLocal
cnpm安装步骤
scala reduce、reduceLeft 、reduceRight 、fold、foldLeft 、foldRight
机器学习(公式推导与代码实现)--sklearn机器学习库
【LeetCode】老虎证券面试-括号嵌套且满足优先级
Flink Yarn Per Job - Submit application
LINGO 18.0软件安装包下载及安装教程
Chrome F12 keep before request information network
命令行加载特效 【cli-spinner.js】 实用教程
SAP Analytics Cloud 和 SAP Cloud for Customer 两款 SaaS 软件的集成
慢 SQL 分析与优化
【字节面试】word2vector输出多少个类别
多媒体数据处理实验3:图像特征提取与检索
【LeetCode】622.设计循环队列
array of function pointers
浅聊缓存函数