摘要:
#docker 安装mkdir /etc/dockerecho "{ \"registry-mirrors\" : [ \"https://registry.docker-cn.com\", \"https://docker.mirrors.ustc.edu.cn\", \"http://hub-m 阅读全文
摘要:
htop是运行在Linux系统上的监控与进程管理软件yum -y install htophtopGlances是一个局域psutil的跨平台的系统监控工具。yum -y install epel-releaseyum -y install python-pip python-develyum -y 阅读全文
摘要:
yum -y install epel-releaseyum -y install rear syslinux-extlinux grub2-efi-x64-modules bzip2 httpd backuppc telnet #添加backuppc用户useradd backuppc && ec 阅读全文
摘要:
昨天(2020-6-15)上司需要看一个页面跳转的过程,让我做个简单的demo(天呐!h5我都不懂啊,竟然....),我说需要下代码顺便看看案例,于是就有了这篇文章。 测试环境是在虚拟机上的CentOS7上安装httpd(yum -y install httpd),然后在/var/www/html目 阅读全文
摘要:
wget https://download.docker.com/linux/static/stable/x86_64/docker-19.03.11.tgztar xzvf docker-19.03.11.tgz cp docker/* /usr/bin/vim /usr/lib/systemd/ 阅读全文
摘要:
官网:https://www.zabbix.com/documentation/current/manual/installation/containers vim /etc/docker/daemon.json{ "registry-mirrors": ["https://registry.doc 阅读全文
摘要:
报错: docker: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a4/a4fdfd462ad 阅读全文
摘要:
nmap命令基本使用yum install nmap [on Red Hat based systems]sudo apt-get install nmap [on Debian based systems]用主机名和IP地址扫描系统nmap server2.tecmint.com使用IP地址扫描n 阅读全文
摘要:
#以下命令不要改格式,否则很有可能会报错!!!!!!!! 注:以下命令在oracle11g R2上操作无问题 #rman全备查询set linesize 300 col input_size for a12 col output_size for a12 col input_speed for a1 阅读全文
摘要:
CMDB版本: https://gitee.com/Tencent-BlueKing/bk-cmdb/tree/release-v3.6.3 服务端配置: #开始安装#关闭防火墙和SELINUXsed -i "s/SELINUX=enforcing/SELINUX=disabled/" /etc/s 阅读全文