摘要:
一. 四种方式 1. Agent方式 ####server from django.shortcuts import render,HttpResponse # Create your views here. def asset(request): if request.method == "POS 阅读全文
摘要:
武sir的图镇楼: salt是一个异构平台基础设置管理工具(虽然我们通常只用在Linux上),使用轻量级的通讯器ZMQ,用Python写成的批量管理工具,完全开源,遵守Apache2协议,与Puppet,Chef功能类似,有一个强大的远程执行命令引擎,也有一个强大的配置管理系统,通常叫做Salt S 阅读全文
摘要:
1、命令简介 locate(locate) 命令用来查找文件或目录。 locate命令要比find -name快得多,原因在于它不搜索具体目录,而是搜索一个数据库/var/lib/mlocate/mlocate.db 。这个数据库中含有本地所有文件信息。Linux系统自动创建这个数据库,并且每天自动 阅读全文
摘要:
查阅来自salt官网:http://docs.saltstack.cn/topics/installation/rhel.html To install using the SaltStack repository: Run one of the following commands based o 阅读全文