
Linux
文章平均质量分 62
zlipper
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gmetad 安装
python@ubuntu:~$ sudo apt-get install gmetad Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and i原创 2013-11-06 16:07:57 · 1102 阅读 · 0 评论 -
gweb的安装略微复杂
1、必备条件:apache和php支持 $sudo apt-get install apache2 php5 php5-json 2、root@ubuntu:/etc/php5/conf.d# alias dir="ls -la" 3、下载gweb原创 2013-11-06 16:45:53 · 2632 阅读 · 4 评论 -
Ganglia的安装配置
Ganglia = gmond + gmetad + gweb ubuntu下安装 :sudo apt-get install ganglia-monitor python@ubuntu:~$ sudo apt-get install ganglia-monitor [sudo] password for python: Reading package lists... Done Bu原创 2013-11-06 16:02:01 · 1451 阅读 · 0 评论 -
Ubuntu 12 下安装和配置Apache2
Ubuntu下安装和配置Apache2 在Ubuntu中安装apache 安装指令:sudo apt-get install apache2 安装结束后: 产生的启动和停止文件是:/etc/init.d/apache2 启动:sudo apache2ctl -k start 停止:sudo apache2ctl -k stop 重新启动:sudo apa转载 2013-11-06 22:25:00 · 1724 阅读 · 1 评论 -
在Ubuntu12虚拟机上安装Ganglia方法!
root@ubuntu:/var/www# apt-get install ganglia-monitor ganglia-webfrontend gmetad Reading package lists... Done Building dependency tree Reading state information... Done ganglia-monitor is原创 2013-11-06 22:47:32 · 1021 阅读 · 0 评论 -
如何建立起基于Vagrant的Open EDX的虚拟开发环境(二)
部分内容转载从 Windows上使用Vagrant打造Laravel Homestead可协同跨平台开发环境 大家对VMware或者VirtualBox一定不会陌生,虚拟化的好处自然深入人心,而现在我们可以通过Vagrant搭建一套类似Laravel Homestead完整开发环境,这样极大的减少了架设开发环境的时间,同时还支持在Windows/Mac/Linux不同平台上分享定制包,统一原创 2016-02-15 15:32:11 · 3930 阅读 · 0 评论