当前位置:网站首页>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边栏推荐
猜你喜欢
随机推荐
AUC的两种计算方式
【LeetCode】112. Path sum
SQL Daily Practice (Nioke New Question Bank) - Day 5: Advanced Query
使用 Scrapy 框架对重复的 url 无法获取数据,dont_filter=True
慢 SQL 分析与优化
DOM0、DOM2、DOM3 事件
bihashSummary
Let‘s Encrypt 使用
ClickHouse 数据插入、更新与删除操作 SQL
文章列表的显示 以及创建文章 还有文章详情的基本
多媒体数据处理实验4:LSH索引
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
CRT命令按键
LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之二:编码实现
013-二叉树
二叉查找树的插入
Oracle数据库表空间整理回收与释放操作
LINGO 18.0软件安装包下载及安装教程
Go的Gin框架学习
浅聊缓存函数









