- 博客(6)
- 资源 (10)
- 收藏
- 关注
转载 nfs
条件,环境: 一个网络中有很多的linuxPC和UNIX,我这次用的是红帽子9.0 目的:一台服务器使多台不用版本linux之间实现资源共享. 首先呢,你要保证你的服务器已经安装了这个服务 使用命令:rpm -q nfs-utils portmap ,如果没有话可以去网络上下载,版本号有两个, portmap-4.0-54 nfs-utils-1.0.1-2.9 还有一个办法是从光盘的
2012-05-11 15:36:06
582
原创 .vimrc
syntax on syntax enable syntax sync fromstart set ambiwidth=double set autoindent set autoread set backspace=eol,start,indent set cindent set encoding=utf-8 set history=1024 set incsearch set hlsearc
2012-05-11 15:35:31
439
原创 .screenrc
altsreen on hardstatus on hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw"
2012-05-11 15:34:44
391
原创 cpp 输出加 color
cout \33[34m" << *iter << "\33[0m" << endl; echo也能加颜色,只是必须要用echo -e "" 颜色: #define NONE "\033[m" #define RED "\033[0;32;31m" #define LIGHT_RED "\033[1;31m" #define GREEN "\033[0;32;32m" #define LIGHT
2012-05-11 15:34:18
383
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅