导航

2012年10月16日 #

ubuntu 下安装apache服务器

摘要: 【系统版本】Ubuntu/Linaro 4.6.3-1ubuntu3【apache版本】apache-httpd-2.2.23【安装要点】Overview for the impatient安装要点概览Download下载 $ lynx http://httpd.apache.org/download.cgiExtract解压缩 $ gzip -d httpd-NN.tar.gz $ tar xvf httpd-NN.tar $ cd httpd-NNConfigure配置 $ ./configure --prefix=PREFIXCompile编译 $ mak... 阅读全文

posted @ 2012-10-16 22:10 淅沥枫 阅读(334) 评论(0) 推荐(0) 编辑

Oracle VM Visual Box 中Linux与xp的文件共享.

摘要: 【要点】 1.选择xp中待共享的目录。 2.在linux中挂载共享目录。 sudo mount -t vboxsf Share_Folder_Name Aay_Folder_In_Linux 例如这里是:sudo mount -t vboxsf tempfile /mnt/share/ (tempfile为VM设置的xp文件目录的目录名, /mnt/share为Linux中存放... 阅读全文

posted @ 2012-10-16 16:31 淅沥枫 阅读(2143) 评论(0) 推荐(0) 编辑