上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 使用Python操作Redis 安装pip 升级pip 安装redis-py库 阅读全文
posted @ 2016-04-26 11:59 Edward Guan 阅读(359) 评论(0) 推荐(0) 编辑
摘要: Redis安装 安装gcc编译器 下载redis 解压redis 编译redis 执行完成编译后,会在src目录下生成6个可执行文件,分别是redis-server、redis-cli、redis-benchmark、redis-check-aof、redis-check-dump、redis-se 阅读全文
posted @ 2016-04-23 18:58 Edward Guan 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 使用Visual Studio连接TFS 阅读全文
posted @ 2016-04-22 08:20 Edward Guan 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: 安装域控(DC) 修改计算机名 修改固定IP 添加角色 选择“Role-based or feature-based installation” 选择本机 选择“Active Directory Domain Services” 点击“Next” 点击“Next” 点击“Install” 提升本机为 阅读全文
posted @ 2016-04-21 22:49 Edward Guan 阅读(1410) 评论(0) 推荐(0) 编辑
摘要: 由于公司团队使用 GitLab 来托管代码,同时,个人在 Github 上还有一些代码仓库,可公司邮箱与个人邮箱是不同的,由此产生的 SSH key 也是不同的,这就造成了冲突 ,文章提供此类问题的解决方案:如何在一台机器上面同时使用 Github 与 Gitlab 的服务? 由于公司不允许访问外网 阅读全文
posted @ 2016-04-15 17:38 Edward Guan 阅读(2460) 评论(1) 推荐(0) 编辑
摘要: 安装EPEL源 安装cobbler 启动cobblerd服务,并设置成开机自启动 如果80端口被占用,需要修改httpd的监听端口 # vi /etc/httpd/conf/httpd.conf 启动httpd服务,并设置成开机自启动 阅读全文
posted @ 2016-04-13 00:08 Edward Guan 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 下载软件包 Python2.7.11: https://www.python.org/ftp/python/2.7.11/python-2.7.11.amd64.msi Python3.4.4: https://www.python.org/ftp/python/3.4.4/python-3.4.4 阅读全文
posted @ 2016-04-12 00:19 Edward Guan 阅读(2253) 评论(0) 推荐(0) 编辑
摘要: Nginx 的启动 指定配置文件的方式启动nginx 对于yum安装的nginx,使用systemctl命令启动 Nginx 的停止 从容停止 快速停止nginx 强制停止所有nginx进程 Nginx的平滑重启 在修改了nginx配置文件后,在重启nginx之前,需要确认nginx配置文件的语法是 阅读全文
posted @ 2016-04-10 12:35 Edward Guan 阅读(13753) 评论(0) 推荐(0) 编辑
摘要: 生成SSH Keys 生成root账号的ssh key 显示pub key的值 复制显示出来的 pub key 以root账号登陆gitlab,点击 "profile settings" 然后点击 "SSH Keys" 将复制的pub key粘贴进去,然后点击 Add key 创建一个GitLab仓 阅读全文
posted @ 2016-04-10 02:02 Edward Guan 阅读(2666) 评论(0) 推荐(0) 编辑
摘要: 添加Puppet官方源 安装Puppet 安装配置GitLab依赖软件 添加GitLab清华源 #vi /etc/yum.repos.d/gitlab-ce.repo 安装GitLab 修改/etc/gitlab/gitlab.rb文件 生成ssl证书 将证书移动到/etc/gitlab/ssl目录 阅读全文
posted @ 2016-03-25 03:28 Edward Guan 阅读(791) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页