
Ubuntu12.10安装VNC方法
进入终端按照以下输入OK我现在装了可以用了,方法: 装gnome 核心: sudo apt-get install gnome-core 安装VNC: sudo apt-get inst...
admin 阅读(6935) 评论(0)
进入终端按照以下输入OK我现在装了可以用了,方法: 装gnome 核心: sudo apt-get install gnome-core 安装VNC: sudo apt-get inst...
admin 阅读(6743) 评论(0)
http://www.cnblogs.com/bluestorm/archive/2012/05/10/2493592.htmlhttp://blog.csdn.net/feilong1105/...
admin 阅读(6871) 评论(0)
yum -y installgccyum -y installgcc-c++ yum installmake或者yum groupinstall "Development Tools"或者yum...
admin 阅读(6996) 评论(0)
MySQL名字的来历MySQL是一个小型关系型数据库管理系统,我们在CentOS系统中如何安装使用呢,而且让MySQL支持远程连接。下面我们就来学习方法。CentOS系统安装好MySQL后,默认...
admin 阅读(6702) 评论(0)
PS:这个是懒人yum快速安装法,用于开发和测试环境很方便,用于没有特殊要求的生产环境也可以。特殊要求的还是自己去编译安装吧~~1、安装Apahce、PHP、MySQL和PHP连接MySQL数据...