
操作系统
文章平均质量分 50
hellozzy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 网络设置 from dhcp to static
os:ubuntu 12.04 configuration files:/etc/network/interfaces content: # ,,,,,,,,,,,,,,,,,, #.................... #.................... auto lo iface lo inet loopback # The primary network i...原创 2013-11-29 10:56:48 · 192 阅读 · 0 评论 -
ubuntu 12.04 切换163源
os:ubuntu 12.04 server configuration files:/etc/apt/sources.list content: #............................ #............................. deb http://mirrors.163.com/ubuntu/ precise main restricte...原创 2013-11-29 11:17:34 · 367 阅读 · 0 评论 -
ubuntu Vi 设置
os:ubuntu 12.04 server 系统原装的vi 用起来并不顺手,是vim-tiny 来的。还是安装一个完整版吧 $:sudo apt-get remove vim-tiny $:sudo apt-get install vim 编辑 ~/.vimrc 1、设置光标行 set cursorline 这条命令会在vim的光标所在行上标记为一条横线 还可以修饰一下...原创 2013-11-29 11:56:26 · 148 阅读 · 0 评论 -
ubuntu 安装 apache 2.4.7
os:ubuntu 12.04. server 1.下载 apache http server 2.4.7(httpd): http://mirrors.cnnic.cn/apache//httpd/httpd-2.4.7.tar.gz 2.下载 APR 1.5.0 http://mirrors.cnnic.cn/apache//apr/apr-1.5.0.tar.gz 3.下载 A...原创 2013-11-29 14:12:29 · 477 阅读 · 0 评论 -
ubuntu 安装 php 5.5.6
1.下载 php-5.5.6 到 ~/downloads cd ~/downloads wget http://cn2.php.net/distributions/php-5.5.6.tar.gz 2.安装 php编译过程中需要用的的一些模块 sudo apt-get -y install libxml2 libxml2-dev autoconf libjpeg-dev libpng-d...原创 2013-11-29 15:27:03 · 158 阅读 · 0 评论