07 2021 档案
摘要:下载镜像并给镜像打tag [root@hdss7-200 harbor]# docker pull nginx:1.7.9 [root@hdss7-200 harbor]# docker images |grep 1.7.9 [root@hdss7-200 harbor]# docker tag 8
阅读全文
摘要:〇.前言 这一步应该是在搭建k8s之前做好,注意了奥 一.安装docker和docker-compose 1.下载docker-compose的最新版本 # 建议那种网上冲浪下载!,下载下来记得命名成docker-compose wget https://github.com/docker/comp
阅读全文
摘要:〇.前言 就想多学学罢了 准备环境: centos7 master 8GB 172.26.130.204 centos7 node 8GB 172.26.130.205 yum源就阿里源就好。。。 一.再前言 master 主机上172.26.130.204必须要有的组件: etcd:提供分布式数据
阅读全文
摘要:#!/bin/bash # 检查操作系统版本,该脚本只能运行在 Centos 7.x 系统上 cat /etc/redhat-release |grep -i centos |grep '7.[[:digit:]]' >/dev/null if [[ $? != 0 ]] then echo -e
阅读全文
摘要:yum install lrzsz rz:从本地上传文件至服务器 sz filename:从服务器下载文件至本地
阅读全文
摘要:为了防止一台机器上多个接入会导致日志混乱所以地在各模块上添加type标识并作if判断! 不多比比直接上配置 [root@sf215 conf.d]# cat jddns-servers.conf input{ syslog{ type => "jddns-servers" port => 11514
阅读全文
摘要:Socks5代理扫描 例子:扫描目标10.1.2段是否存在MS17010漏洞(必须加noping) Ladon noping 10.1.2.8/24 MS17010 详见:http://k8gege.org/Ladon/proxy.html 资产扫描、指纹识别、服务识别、存活主机、端口扫描 001
阅读全文