会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一只小麻瓜
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2018年11月21日
Packstack all-in-one方式安装openstack queens版本
摘要: 首先,本次环境详情:VMware® Workstation 14 Pro + CentOS-7-x86_64-Minimal-1804.iso 外网环境:192.168.123.0/24 ,虚拟机的ip是192.168.123.129 1. 更新环境: yum update -y 2.更换cento
阅读全文
posted @ 2018-11-21 10:26 一只小麻瓜
阅读(3036)
评论(0)
推荐(0)
2018年8月8日
CentOS安装PyQT5
摘要: CentOS安装PyQT5.11 yum install qt5-qtbase-develpip3 install pyqt5python3 -c "from PyQt5 import QtWidgets" CentOS安装PyQT5.6 一、安装CentOS7 二、 安装qt5 三、 安装PyQT
阅读全文
posted @ 2018-08-08 10:34 一只小麻瓜
阅读(4832)
评论(1)
推荐(0)
CentOS 7下安装python3
摘要: 1. 安装python3 1.下载安装包: wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz 2.安装必要的一些依赖包: yum -y install openssl-devel bzip2-devel expat-devel
阅读全文
posted @ 2018-08-08 10:32 一只小麻瓜
阅读(585)
评论(0)
推荐(0)
2018年7月25日
Ubuntu16.04 使用阿里云源
摘要: 1、使用root用户 su root 2、备份sources.list cp /etc/apt/sources.list /etc/apt/sources.list.bak 3、替换/etc/apt/sources.list deb-src http://archive.ubuntu.com/ubu
阅读全文
posted @ 2018-07-25 15:09 一只小麻瓜
阅读(3249)
评论(0)
推荐(0)
Ubuntu 16.04下安装ssh及远程无法连接的解决方法
摘要: #安装ssh: apt-get install openssh-server /etc/init.d/ssh start #ssh客户端不能连接 因为新版的ssh抛弃了以前的加密算法,所以ssh客户端不能连接,请求会被拒绝,我们可以指定原来的加密算法即可。 打开配置文件,在最后添加如下内容: sud
阅读全文
posted @ 2018-07-25 15:04 一只小麻瓜
阅读(1193)
评论(0)
推荐(0)
2018年5月15日
centos7 搭建PXE服务器批量安装centos
摘要: 安装环境: 源地址:https://blog.csdn.net/Filter_CPH/article/details/52711558 一台已安装Linux系统的主机作为PXE Server, 本文中PXE Server使用的系统是CentOS 7; 若干台待安装CentOS7的裸主机作为PXE C
阅读全文
posted @ 2018-05-15 16:27 一只小麻瓜
阅读(9122)
评论(2)
推荐(0)
2018年3月22日
转载:docker容器与虚拟机的区别
摘要: 各种虚拟机技术开启了云计算时代;而Docker,作为下一代虚拟化技术,正在改变我们开发、测试、部署应用的方式。那虚拟机与Docker究竟有何不同呢? 首先,大家需要明确一点,Docker容器不是虚拟机! 第一次接触Docker的时候,我把它比做一种轻量级的虚拟机。这样做无可厚非,因为Docker最初
阅读全文
posted @ 2018-03-22 15:51 一只小麻瓜
阅读(279)
评论(0)
推荐(0)
2017年12月4日
Filebeat Config 参数详解:
摘要: Filebeat Configuration Example ############### Filebeat ############# filebeat: # List of prospectors to fetch data. prospectors: - # paths指定要监控的日志 pa
阅读全文
posted @ 2017-12-04 10:08 一只小麻瓜
阅读(1409)
评论(0)
推荐(0)
2017年11月28日
Elasticserach 配置文件详解
摘要: ################################### Cluster ################################### #定义集群名称,默认是elasticsearch cluster.name: elasticsearch #################
阅读全文
posted @ 2017-11-28 11:21 一只小麻瓜
阅读(629)
评论(0)
推荐(0)
2017年11月15日
elasticserch:性能优化策略
摘要: https://www.cnblogs.com/ningskyer/articles/5788667.html
阅读全文
posted @ 2017-11-15 11:12 一只小麻瓜
阅读(155)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页