Shell脚本之Expect免交互的实现
Expext概述 Expect是建立在tcl基础上的一个工具,Expect是用来自动化控制和测试的工具。主要解决shell脚本中不可交互的问题。有助于大规模的系统运维工作。在日常的运维与开发中,常常需要运城登录到服务器,然而登录的[详细]
2020-01-03 15:18 分类:Linux-
飞腾机器装银河麒麟/中标麒麟操作系统 源
银河麒麟系统信息 Linux kylin-os 4.4.58-20180615.kylin.server.YUN+-generic #kylin SMP Tue Jul 10 14:55:31 CST 2018 aarch64 aarch64 aarch64 GNU/Linux[详细]
2019-04-22 17:21 分类:Linux -
Ubuntu离线包管理提示could not exec dpkg! 的解决
通过apt-get install *** 时遇到问题“could not exec dpkg!”,经过多方搜索,最后终于解决了,整理如下:[详细]
2019-02-20 15:37 分类:Linux -
Git版本低 报错HTTP request failed 及升级后的SSL connect error
问题背景:下载eos代码报错git clone https://github.com/eosio/eos --recursive[root@localhost bigdata]# git clone https://github.com/EOSIO/eos --recursive[详细]
2018-06-07 17:20 分类:Linux Redhat/centos 6 增加开机自动启动脚本
Redhat/centos 6 添加开机启动脚本 系统版本: Red Hat Enterprise Linux Server release 6.6 (Santiago)[详细]
2018-05-24 10:49 分类:Linuxopenssl pem转cer/der,p12,crt格式
1.把PEM转成PKCS12格式1openssl pkcs12 -export -out ca.p12 -in ca.pem -inkey ca.key -passin pass:'whatever' -passout pass:'whatever' 2. 把pem转成crt(包含私钥)1openssl pkcs12 -expo[详细]
2018-05-11 13:05 分类:Linux-
Linux之freeradius编译安装
一、环境 公司需要测试802.1x eap-tls认证,freeradius功能强大且支持此认证,拿来部署并做记录。[详细]
2018-05-09 17:20 分类:Linux -
CentOS 7.X报错 error : no acceptable C compiler found in $PATH的处理方法
CentOS 7.X下安装freeradius 3.0.17 #./configure 提示没有GCC编译器环境) configure: error: no acceptable C compiler found in $PATH[详细]
2018-04-28 11:22 分类:Linux -
maven私有仓库--Redhat环境下搭建nexus
一、基础环境 系统:Red Hat Enterprise Linux Server release 6.6 JDK:java version "1.7.0_65"[详细]
2018-01-23 17:48 分类:Linux Linux运维常用工具汇总
Bootstrapping:Kickstart、Cobbler、rpmbuild/xen、kvm、lxc、 Openstack、 Cloudstack、Opennebula、Eucalyplus、RHEV配置类工具:Capistrano、Chef、puppet、func、salstack、Ansible、 rundeck、CFengine、Rudder[详细]
2018-01-18 17:17 分类:Linux