会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
嗡嘛呢巴美吽舍
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
53
下一页
2016年12月18日
ubuntu 安装 phpmyadmin
摘要: 安装步骤 1 apt-get install phpmyadmin 2 安装完后默认的安装位置是在/usr/share 而不是在/var/www 所以 需要将其链接到/var/www来,复制的话貌似需要改配置文件,相当麻烦。 链接命令 ln -s /usr/share/phpmyadmin /var
阅读全文
posted @ 2016-12-18 11:12 圆旭
阅读(214)
评论(0)
推荐(0)
2016年12月13日
php for循环建数据
摘要: 执行后打印的结果为:
阅读全文
posted @ 2016-12-13 22:59 圆旭
阅读(522)
评论(0)
推荐(0)
PHP: How to print a debug log?
摘要: file_put_contents('php://stderr', print_r("hello ", TRUE)); 转自: http://stackoverflow.com/questions/6079492/how-to-print-a-debug-log
阅读全文
posted @ 2016-12-13 15:40 圆旭
阅读(238)
评论(0)
推荐(0)
2016年12月11日
openstacksdk enable logging
摘要: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/doc/source/users/guides/logging.rst
阅读全文
posted @ 2016-12-11 21:55 圆旭
阅读(237)
评论(0)
推荐(0)
2016年12月9日
Nagios+zabbix+ganglia的相关参数分析和优缺点介绍
摘要: 转自: http://blog.csdn.net/messiaDemo/article/details/52046822?utm_source=itdadao&utm_medium=referral
阅读全文
posted @ 2016-12-09 21:07 圆旭
阅读(669)
评论(0)
推荐(0)
zabbix安装
摘要: 转自: http://dongyado.com/linux/zabbix/2016/03/13/install-zabbix-on-ubuntu/ 一 服务端 Zabbix 3.0 for Ubuntu 14.04 LTS: # wget http://repo.zabbix.com/zabbix/
阅读全文
posted @ 2016-12-09 20:24 圆旭
阅读(820)
评论(0)
推荐(0)
自动化监控利器-Zabbix
摘要: 转自: http://www.xuliangwei.com/xubusi/117.html 1.1为何需要监控系统 在一个IT环境中会存在各种各样的设备,例如:硬件设备、软件设备、其系统的构成也是非常复杂的。 多种应用构成负载的IT业务系统,保证这些资源的正常运转,是一个公司IT部门的职责。而要让这
阅读全文
posted @ 2016-12-09 20:19 圆旭
阅读(1127)
评论(0)
推荐(0)
2016年12月5日
ubuntu dhcp修改ip地址
摘要: sudo vim /var/lib/dhcp/dhclient.eth0.leases 把里边的fixed-address都改成你想要的ip。 然后执行 sudo ifdown eth0 && sudo ifup eth0即可
阅读全文
posted @ 2016-12-05 19:12 圆旭
阅读(407)
评论(0)
推荐(0)
2016年12月2日
NFV技术中遇到的新名词
摘要: NUMA topology:Non-Uniform Memory Access (NUMA) is a computer system architecture that is used with multiprocessor designs in which some regions of mem
阅读全文
posted @ 2016-12-02 17:11 圆旭
阅读(190)
评论(0)
推荐(0)
2016年11月30日
SSH端口映射
摘要: host1:内网主机,承载有网站 host2:外网主机,准备作为代理 方案一: 在host2上执行: 方案二:在host1上执行: 一般私网主机可以访问公网ip,但反过来不行,所以方案二是常见情况,也就是反响代理 首先在host2上的/etc/ssh/sshd_config中增加一条: 重启host
阅读全文
posted @ 2016-11-30 17:19 圆旭
阅读(451)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
53
下一页
公告