分类目录
-
最近文章
Recent Comments
- 正在加载...
标签
centos command css debian Desktop eAccelerator Eagles Eminem FireFox freebsd godaddy Godaddy域名优惠码 google hostname Lady Antebellum linkinpark linux live Love The Way You Lie mbstring mb_substr mp3 Music mv namecheap namecheap coupon code namecheap优惠码 namecheap最新优惠码 need you now payoneer photo php php_mbstring Picture rihanna the cure wordpress zeus 便宜vps 创意广告 域名优惠码 富士康 电影 翻墙 闫凤娇链接表
Tag Archives: freebsd
FREEBSD的一些小技巧
1、在 unix-like 中档案结构是满重要的,那么要如何去看相关档案目录结构的说明呢? 难道是 cd 到每个目录下吗?其实有更好的方法.. 那就是用好男人 man 来看: # man hier 2、在 console 下操作时,由于屏幕显示有限,有时需看前面显示的资料,这时你可: . 按一下 Pause or Scroll Lock键后,则可利用 PageUp PageDown Up Down Home End 等键来看前后显示的资料 . 再按一下 Pause or Scroll Lock则可回复等待输入画面. 3、 使用 pw 来管理你的帐号 在 FreeBSD … Continue reading
some commands for freebsd
一系统篇 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 … Continue reading