原文地址: http://www.yarshure.com/FreeBSD_tips.php
一系统篇
1 环境变量:文件/etc/profile,
BLOCKSIZE=K; export BLOCKSIZE(通用)
文件~.cshrc BLOCKSIZE K
setenv
my cshrc
代理服务器的使用
HTTP 的代理: #setenv HTTP_PROXY http://proxyip:port
FTP 的代理: #setenv FTP_PROXY http://proxyip:port
2 下载文件
$fetch url
$wget url(下载文件缺省放在当前目录)
$wget -t0 -c -nH -np -b -m WRL -o wget.log (镜像)
3 进入单用户修改系统
boot -s
#mount -u /
#moutn -a Read the rest of this entry »