会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ArcerZhang`s Technology Blog
走在技术的道路上,享受这个过程
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
76
下一页
2016年12月16日
如何限制指定用户、指定IP访问特定服务器?
摘要: 1、打开/etc/ssh/sshd_config文件 2、在/etc/ssh/sshd_config末尾添加: AllowUsers root@192.168.39.245(表示只允许root用户通过192.168.39.245访问这台机器)。
阅读全文
posted @ 2016-12-16 15:34 ArcerZhang
阅读(2636)
评论(0)
推荐(0)
2016年11月26日
软件系统架构师必修内容是什么?
摘要: 对于任何一个软件开发人员来说,架构师都是一个令人向往的角色。就连世界首富比尔盖茨在2000年卸任公司CEO的同时,也担任了微软公司的荣誉角色“首席软件架构师”,可见“架构师”这一称谓的吸引力。架构师是公司的“金领”,有着非常高的收入,很少需要考虑生存的问题,从而有更多的精力思考关键技术问题,形成“强
阅读全文
posted @ 2016-11-26 12:54 ArcerZhang
阅读(648)
评论(0)
推荐(0)
2016年11月16日
When You Get Troubles
摘要: 1、Read the offical document of each software. 2、Search by using Google/Baidu. 3、Read the error messages from the screen and log files carefully,try to
阅读全文
posted @ 2016-11-16 15:02 ArcerZhang
阅读(125)
评论(0)
推荐(0)
2016年11月7日
CentOS 6.8升级到7+
摘要: 参考文章01
阅读全文
posted @ 2016-11-07 20:07 ArcerZhang
阅读(1263)
评论(0)
推荐(0)
2016年10月24日
Tomcat服务器搭建
摘要: 参考文章01 参考文章02 参考文章03 tomcat-usres.xml文件配置
阅读全文
posted @ 2016-10-24 10:45 ArcerZhang
阅读(165)
评论(0)
推荐(0)
2016年10月10日
Percona Server 安装
摘要: 1、rpm包方式安装Percona Server 2、如何在 CentOS 7 上安装 Percona Server
阅读全文
posted @ 2016-10-10 10:06 ArcerZhang
阅读(169)
评论(0)
推荐(0)
2016年10月9日
VirtualBox中如何使虚拟机能够上网?
摘要: 通过setup命令,进入到网卡设置里面,添加一个DNS地址或者直接在ifcfg-eth*文件里添加一个DNS地址. [root@Master network-scripts]# more ifcfg-eth1 DEVICE=eth1 TYPE=Ethernet UUID=28f00552-b041-
阅读全文
posted @ 2016-10-09 18:34 ArcerZhang
阅读(436)
评论(0)
推荐(0)
2016年9月6日
CentOS
摘要: 1、CentOS 7.1下载
阅读全文
posted @ 2016-09-06 16:10 ArcerZhang
阅读(159)
评论(0)
推荐(0)
xen安装
摘要: 1、CentOS 6.5下安装xen虚拟机参考文章 2、管理文章
阅读全文
posted @ 2016-09-06 16:05 ArcerZhang
阅读(121)
评论(0)
推荐(0)
2016年9月4日
SSH免密码设置
摘要: ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
阅读全文
posted @ 2016-09-04 17:18 ArcerZhang
阅读(106)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
76
下一页
公告