摘要:
for h in `cat ok.txt`; do ssh $h 'for u in `ml all`; do rsync -aP /root/init_ldap_centos.sh $u:/root/ && ssh $u "bash /root/init_ldap_centos.sh"; done 阅读全文
摘要:
CP1 链接CP2 需要把CP1的/root/.ssh/id_rsa.pub 拷贝到CP2的/root/.ssh/authorized_keys里边 阅读全文
摘要:
htpasswd参数 实例1. 如何利用htpasswd命令添加用户? 生成当前目录下生成一个linuxeye_pd文件,用户名linuxeye_user,密码:linuxeye_password,默认采用MD5加密方式 2. 如何在原有密码文件中增加下一个用户? 一定要去掉-c选项,否则覆盖密码文 阅读全文
摘要:
yum install lrzsz* 阅读全文
摘要:
一些常用的vim编辑器快捷键: h」、「j」、「k」、「l」,分别控制光标左、下、上、右移一格。 按「ctrl」+「b」:屏幕往“后”移动一页。 按「ctrl」+「f」:屏幕往“前”移动一页。 按「ctrl」+「u」:屏幕往“后”移动半页。 按「ctrl」+「d」:屏幕往“前”移动半页。 按数字「0 阅读全文
摘要:
把核心交换机的G1/2口镜像到目的交换机的G1/4口,两个交换机之间都是连接的24口 1.核心交换机配置 Ruijie# configure tRuijie(config)# vlan 77Ruijie(config-Vlan)# name RSPAN Ruijie(config-Vlan)# re 阅读全文
摘要:
gwmi win32_bios [root@live-al-ops-pxe-2 ~]# dmidecode | grep Number | sed -n '1p' Serial Number: 75LCT92 [root@live-al-ops-pxe-2 ~]# dmidecode | grep 阅读全文
摘要:
首先查看JDK是否安装完成 [root@master ~]# java -versionjava version "1.8.0_65"Java(TM) SE Runtime Environment (build 1.8.0_65-b17)Java HotSpot(TM) 64-Bit Server 阅读全文
摘要:
一、 [root@client puppet]# puppetd --test --server master.test.cominfo: Creating a new SSL key for clientinfo: Caching certificate for cainfo: Creating 阅读全文
摘要:
首先配置一个默认文件 只是首次创建的时候才需要重启,后期不需要重启! [root@master manifests]# vim /etc/puppet/manifests/site.pp node default { file { "/tmp/test1111": #这是文件路径名; content 阅读全文