Browse > Home / Archive: 09月 2007

| Subcribe via RSS

FreeBSD 系统帐号添加

09月 18th, 2007 | No Comments | Posted in FreeBSD | by finalbsd | 114 views |

1.添加用户
1)使用工具编辑密码文件
一个帐号必须添加到/etc/master.passwd文件,添加时该文件需要锁定。因此直接编辑该文件添加帐号时,应该使用chpass或者vipw
2)直接编辑密码...

Net::Ping

09月 18th, 2007 | No Comments | Posted in Perl | by finalbsd | 113 views |

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

09月 18th, 2007 | No Comments | Posted in FreeBSD | by finalbsd | 112 views |

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...

New to FreeBSD 6.x

09月 17th, 2007 | No Comments | Posted in FreeBSD | by finalbsd | 111 views |

portsnap
csup
freebsd-update

...

FreeBSD 初期環境建置

09月 17th, 2007 | No Comments | Posted in FreeBSD | by finalbsd | 110 views |

FreeBSD 初期環境建置
原文:http://plog.longwin.com.tw/my_note-unix/2007/07/16/freebsd_initial_env_build_2007
當新灌好的一台 BSD, 該做哪些設定, 才可以使用起來比較順手.
主要是剛開始建立 make.con...

portsnap

09月 17th, 2007 | No Comments | Posted in FreeBSD | by finalbsd | 104 views |

Portsnap 說明 目前的 Ports System 有幾種方式更新:

CTM:將每次的 diff 檔壓縮後提供下載 (FTP/HTTP),透過 ctm 這隻程式 patch。
CVSup:透過 cvsup 掃瞄整個 Ports System,以 LastModifiedTime 及其他...

CPU Types

09月 17th, 2007 | No Comments | Posted in FreeBSD | by finalbsd | 96 views |

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中打开DirectX加速

09月 16th, 2007 | No Comments | Posted in Windows | by finalbsd | 112 views |

  刚刚安装了Windows 2003,但是现在发现很多3D游戏都不能运行,只有一些传统2D平面游戏还能勉强运行,而且速度很慢。感觉上Windows 2003在运行PhotoShop时很快,但是为何不能运行3D游戏? ...

Web Server Comparasion

09月 15th, 2007 | No Comments | Posted in Web Servers | by finalbsd | 107 views |

作为开源的web server apache2可谓占尽天时地利人和:不仅开源社区的人对他顶礼膜拜,乃至
其他平台的的web server也敬他三分。
但是到底在开源阵营中还有些什么出色的web server呢?

...

Nginx on FreeBSD

09月 15th, 2007 | No Comments | Posted in Nginx | by finalbsd | 133 views |

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...


Page 1 of 3123»