码迷,mamicode.com
首页 >  
搜索关键字:centos vlan tag    ( 41398个结果
CentOS搭建LAMP环境
最近准备安装roundcube,需要先搭建一个 LAMP 运行环境,从网上搜索了一下,有不少资料。自己也按部就班安装了一遍,把过程整理了下来。 LAMP 是Linux, Apache, MySQL, PHP 的首字母缩写,也就是在一台 CentOS5.3 服务器上安装带有PHP5 和 Mysql 支...
分类:其他好文   时间:2014-06-02 20:56:50    阅读次数:435
命令行查看linux发行版版本信息
有时候安装完自己的linux发行版系统(如ubuntu、centos、redhat、opensuse、……)时,把版本信息忽略了,又不想重启电脑,此时我们可以通过命令行方式来查看: 1.cat /etc/issue 2.lsb_release -a 其中lsb代表什么呢?LSB:Linux Stan...
分类:系统相关   时间:2014-06-02 17:26:49    阅读次数:337
centos下lamp源码安装
LAMP指的Linux(操作系统)、ApacheHTTP服务器,MySQL解压mysql绿色软件包[root@host2lamp]#tar-zxvfmysql-5.6.15-linux-glibc2.5-x86_64.tar.gz-C/usr/local[root@host2lamp]#groupaddmysql[root@host2lamp]#useradd-r-gmysqlmysql[root@host2lamp]#cd/usr/local[root@host2sr..
分类:其他好文   时间:2014-06-02 14:13:49    阅读次数:288
四月二十五日,bugzilla for CentOS 安装
BugzillaforCentOS5.4制作人,陈浩时间:2014.4.25原创文件夹BugzillaforCentOS5.4 一、装系统 1)新建虚拟机15G硬盘,512M内存 2)选择CentOS64-bit(依据自己版本号情况选择) 3)网络选择桥接网络,已方便兴许网络操作 4)开启电源,安装...
分类:其他好文   时间:2014-06-02 14:04:41    阅读次数:313
Vmware esx/esxi Vlan三种配置模式(VST、EST和VGT)
在Vmwareesx/esxi中使用虚拟Lan(Vlan)时,一般是指Vlan Trunk的使用,使用的Vlan配置还有其它三种类型:Virtual Switch Tagging(虚拟交换机标记,缩写VST)、External SwitchTagging(外部交换机标记,缩写EST)和Vi...
分类:其他好文   时间:2014-06-02 13:34:23    阅读次数:381
安装CentOS
1. 用UltraISO,将CentOS写入U盘,然后将两个CentOS iso文件也拷贝到u盘中,由于u盘FAT32的限制,需要调整第一个iso文件的尺寸,剪切到4GB以内即可拷贝进u盘2. 用u盘安装,没啥好说,3. 拔下u盘,重启动后,出现missing operation system的错误...
分类:其他好文   时间:2014-06-02 00:31:22    阅读次数:360
CentOS下MySQL数据库服务器的构建方法
用root登陆,安装mysqlyum -y install mysql-server ← 安装MySQLSetting up Install Processyum -y install php-mysql ← 安装php-mysqlSetting up Install Process然后,配置MyS...
分类:数据库   时间:2014-06-02 00:00:33    阅读次数:418
Nodejs Win8 安装过程
现在才开始着手写点Nodejs 东西.之前都是在ubuntu系统和centos系统下进行编程的,现在来了点兴趣, 搞下windows下的Nodejs 编程开发.主要是为了方便. Don`t share your happiness with the one who don`t care about you . I hope you are not the one. 好了,首先我们到官方网站...
分类:Windows程序   时间:2014-06-01 18:06:36    阅读次数:445
CentOS lujing
vim /etc/bashrc
分类:其他好文   时间:2014-06-01 12:07:47    阅读次数:152
CentOS 6.4 U盘启动盘制作、安装及遇到的问题解决
用UltraISO Premium Edition  9.3 制作的CentOS 6.4 U盘安装盘,安装时提示Press the key to begin the installation process,但是按回车没有任何反应。网上查询发现是 CentOS 6.4 ISO文件中的“vesamenu.c32”有问题,替换syslinux下的“vesamenu.c32”文件 ,问题解决。看到网上...
分类:其他好文   时间:2014-06-01 10:37:12    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!