摘要: Linux 内核引导选项简介 作者:金步国 连接地址:http://www.jinbuguo.com/kernel/boot_parameters.html 参考参数:https://www.cnblogs.com/shengs/p/4608441.html 版权声明 本文作者是一位开源理念的坚定支 阅读全文
posted @ 2018-07-13 15:01 Soul>>null 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 一、编程语言 1、Shell 2、Python 3、Java 4、C/C++ 5、Scala 二、数据库 1、Mysql 2、Mongodb 3、Memcached 4、Redis 三、WEB框架 四、常用主流架构 五、虚拟化 1、Kvm 2、Xen 3、openstack 六、Docker/Kub 阅读全文
posted @ 2018-06-27 10:44 Soul>>null 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 一、Connections 二、Host information 三、Guest Domains 阅读全文
posted @ 2018-06-27 10:17 Soul>>null 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 站点 一、企业 二、教育 三、其他 软件版 一、操作系统 二、服务器类 三、开发工具类 四、容器 官方镜像源 阅读全文
posted @ 2018-06-21 11:48 Soul>>null 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 一、centos7 命令整理 1、CentOS关闭休眠和屏保模式 方法一: #xset s 300 #设置屏保时间为300秒,时间单位为秒 #xset s 0 #关闭屏幕保护 #xset dpms 0 0 0 # 三个数值分别为Standby、Suspend、Off,单位秒 #xset -dpms 阅读全文
posted @ 2018-06-16 18:49 Soul>>null 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 一、webvirtmgr安装前说明: 1:操作做系统:centos7.2_x86_64 2:安装参考出处1:https://github.com/retspen/webvirtmgr/wiki/Install-WebVirtMgr 3:安装参考出处2:https://blog.csdn.net/xi 阅读全文
posted @ 2018-06-12 16:36 Soul>>null 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1、Proxmox proxmox是一个开源的虚拟化管理平台,支持集群管理和HA.在存储方面,proxmox除了支持常用的lvm,nfs,iscsi,还支持集群存储glusterfs和ceph,这也是我们选择它的原因.官方网站http://www.proxmox.com。 Proxmox VE (P 阅读全文
posted @ 2018-06-06 11:42 Soul>>null 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 一 、第三方应用及测试工具链接地址 https://pan.baidu.com/s/1rLQ5NCZvxcy93YQ4fGFaBQ 1、linux LSI系列raid卡监测工具 1)使用参数详解链接:http://www.opstool.com/article/184 https://www.cnb 阅读全文
posted @ 2018-06-04 11:10 Soul>>null 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 一、rabbitmq 安装及启动 阅读全文
posted @ 2018-06-01 11:42 Soul>>null 阅读(105) 评论(0) 推荐(0) 编辑
摘要: python 第三方模块 paramiko 模块 一、paramiko 模块介绍 参考链接:https://www.cnblogs.com/qianyuliang/p/6433250.html paramiko是用python语言写的一个模块,遵循SSH2协议,支持以加密和认证的方式,进行远程服务器 阅读全文
posted @ 2018-05-08 20:21 Soul>>null 阅读(213) 评论(0) 推荐(0) 编辑