FreeBSD 系统帐号添加
1.添加用户
1)使用工具编辑密码文件
一个帐号必须添加到/etc/master.passwd文件,添加时该文件需要锁定。因此直接编辑该文件添加帐号时,应该使用chpass或者vipw
2)直接编辑密码...
1.添加用户
1)使用工具编辑密码文件
一个帐号必须添加到/etc/master.passwd文件,添加时该文件需要锁定。因此直接编辑该文件添加帐号时,应该使用chpass或者vipw
2)直接编辑密码...
use Net::Ping;
$warn = 30;
$check_ip = 'www.163.com';
&check_ping($check_ip);
sub check_ping{
$host = shift;
$ex_addr = "192.168.1.2"; ...
A quick explanation of FreeBSD release versions
With the exception of this introduction, this page is not my own.
The question frequently comes up on both mailing lists and forums asking for clarification about the differences between CURR...
portsnap
csup
freebsd-update
FreeBSD 初期環境建置
原文:http://plog.longwin.com.tw/my_note-unix/2007/07/16/freebsd_initial_env_build_2007
當新灌好的一台 BSD, 該做哪些設定, 才可以使用起來比較順手.
主要是剛開始建立 make.con...
Portsnap 說明 目前的 Ports System 有幾種方式更新:
CTM:將每次的 diff 檔壓縮後提供下載 (FTP/HTTP),透過 ctm 這隻程式 patch。
CVSup:透過 cvsup 掃瞄整個 Ports System,以 LastModifiedTime 及其他...
http://gentoo-wiki.com/Safe_Cflags
/usr/share/mk/bsd.cpu.mk
/usr/share/examples/etc/make.conf
%dmesg | grep -m 1 CPU
CPU: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz (1664.37-MHz 686-class CPU)
刚刚安装了Windows 2003,但是现在发现很多3D游戏都不能运行,只有一些传统2D平面游戏还能勉强运行,而且速度很慢。感觉上Windows 2003在运行PhotoShop时很快,但是为何不能运行3D游戏? ...
作为开源的web server apache2可谓占尽天时地利人和:不仅开源社区的人对他顶礼膜拜,乃至
其他平台的的web server也敬他三分。
但是到底在开源阵营中还有些什么出色的web server呢?
QuickStart:
cd /usr/ports/www/nginx;make install clean
Notes: Will install nginx and prce automatically.
$nginx
equative to /usr/local/sbin/nginx -c /usr/local/etc/nginx/nginx.conf
Notes:Default DocumentRoot:/usr/local/ww...