简约而不简单。
发布时间:2013-02-02 15:11:53
1. Fedora安装Apahce,PHP,Mysql, 以及php连接mysql库组件。yum -y install httpd php mysql mysql-server php-mysql2. 配置开机启动服务/sbin/chkconfig httpd on [设置apahce服务器httpd服务开机启动]/sbin/chkconfig –add mysqld [在服务清单中添加mysql服务] (#systemctl start mysqld.service)/sbin/chkcon.........【阅读全文】
发布时间:2013-02-02 14:25:33
1. 选择VMware Workstation程序菜单中Virtual Machine Settings-->Options-->shared folders,设置共享目录。 2. VM-->Install VMware Tools,准备安装工具包3. 在Ubuntu的桌面上会出现挂载的光盘,打开光盘,拷贝tar的包到/tmp目录下,解压缩,运行./Vmware-install.pl 4. 在Ubuntu的.........【阅读全文】
发布时间:2013-02-02 14:24:47
nfs 安装(1)apt-get install nfs-kernel-serverapt-get install portmap nfs-common (2)编辑/etc/exports/home/jgyang/nfsroot *(rw,sync,no_root_squash) (3)修改挂载点的属性chmod 777 /home/jgyang/rootfs (4)重启nfssudo /etc/init.d/nfs-kernel-server restartsudo /etc/i.........【阅读全文】
发布时间:2013-02-02 14:23:51
ubuntu安装ftp服务器1: 安装vsftpd~$ sudo apt-get install vsftpd ubuntu10.10自己装了,这步省略。2: 配置vsftpd2.1 修改vsftpd的配置文件。此类配置文件通常位于 /etc 目录下。~$ sudo gedit /etc/vsftpd.conf原文件中不少指令被注释,只要启用部分即可,一下是启用的命令(配置文件中对每一条都有具体说明)l.........【阅读全文】