IT码农库

搜索列表

  • 整理FreeBSD系统安装时关于硬盘参数提示的处理方法

    【Unix/BSD】错误信息:WARNING: A geometry of 116301/16/63 for ad0 is incorrect.Using a more likely geometry.If this geometry is incorrect or you are unsure as to whether or not it's correct,please consult the Hardware Guide in the Documentation submenu or use

  • FreeBSD学习笔记

    【Unix/BSD】1、进入单用户模式BOOT: /kernel -s就进了单用户了, 然后/sbin/mount -rw /把/设置成可写然后 vipw把root口令置空2、开机自动fsck硬盘fsck_y_enable="YES"3、FreeBSD弹出光驱cdcontol->Eject4、OpenBSD弹出光驱eject /dev/rcd0c

  • FREEBSD系统优化精华

    【Unix/BSD】1、优化内核mkdir /usr/kerncp /usr/src/sys/i386/conf/GENERIC /usr/kern/proxyln -s /usr/kern/proxy /usr/src/sys/i386/conf/proxycd /sys/i386/conf ee proxyoptions IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter loggin

  • FreeBSD5.2.1上建立功能完整的邮件服务器(POSTFIX)

    【Unix/BSD】1.更新 ports# cvsup -gL 2 -h cvsup.freebsdchina.org /usr/share/examples/cvsup/ports-supfile 2. 安装 openssl+apache 服务器 # cd /usr/ports/security/openssl# make install# make clean# cd /usr/ports/www/apache2# make in

  • FreeBSD学习经验

    【Unix/BSD】1、进入单用户模式BOOT: /kernel -s就进了单用户了, 然后/sbin/mount -rw /把/设置成可写然后 vipw把root口令置空2、开机自动fsck硬盘fsck_y_enable="YES"3、FreeBSD弹出光驱cdcontol->Eject4、OpenBSD弹出光驱eject /dev/rcd0c

  • Freebsd7.0 Apache2.2+MySQL5+PHP5安装和配置方法


    Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
    【】一、安装apache2.2.8  首先去http://www.apache.org网站上下载apache2.2.8源码包  解压缩  #tar zxvf httpd-2.2.8.tar.gz  得到 httpd-2.2.8文件夹  #cd httpd-2.2.8  配置  #./configure --prefix=/usr/local/apache --enable-so --enab

  • FreeBSD系统SSH配置详解

    【Unix/BSD】修改freebsd可以用sshd权限用户登录ssh 但不能用root用户登录的方法在/etc/ssh/sshd_config最后中加入PermitRootLogin yes #允许root登录PermitEmptyPasswords no #不允许空密码登录PasswordAuthentication yes # 设置是否使用口令验证。就可以了F

  • 用OpenBSD 3.8 release自带的FTPD架设FTP服务器

    【Unix/BSD】使用OpenBSD3.8release自带的FTPD架设FTP服务器Author: MichaelBibby Date: 2005/11/20 可以任意转载,但请保留以上信息,谢谢。 注:本文参考OpenBSD3.8的官方FAQ文档和ftpd的man文档写成,更全面的信息请参看这两个文件。

  • 光盘安装OpenBSD3.6的方法

    【Unix/BSD】1.1.系统从光盘启动,自检过程-略... 1.2.选择安装类型 |erase^?,werase^W,kill^U,intr^C,status^T |(I)nstall,(U)pgradeor(S)hell?i<

  • 硬盘安装OpenBSD 3.6的方法

    【Unix/BSD】硬件:40G硬盘,1G内存,USB外挂光驱. 系统:WindowsXP,10GFAT32;FreeBSD,15G,其余均为自由空间. 安装步骤: 1.在C盘下建目录C:\OpenBSD3.6\i386,注意该目录的大小写,并从官方站点上把i386下的所有文件下载到C:\OpenBSD3.6\i386下. 2.重新

  • FreeBSD中启用3D加速功能的方法

    FreeBSD中启用3D加速功能的方法

    【Unix/BSD】一、FreeBSD下实现3D的原理。   其实这不仅仅是FreeBSD下的原理,也是整个*nix家族的原理。  3D功能的实现其实也是分层的,近似于OSI的分层模型。  (1)、在最上端,是应用层,就是应用程序提出3D渲染的申请。这个申请通过一个函数调用,从而调用下面一层

  • FreeBSD完全入门手册

    【Unix/BSD】虽然非常基础,但是对于初学者非常有用的,相信不管是初学者还是非初学者,都是有用的。引用:送给FreeBSD和UNIX的初学者 Annelise Anderson August 15, 1997引用: 1.登录和退出引用: 登录时(当看到login:时)你必