搜索列表
-
整理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更新 Port Tree
【Unix/BSD】为了使我们安装的软件是最新的版本,我们有必要定期更新Port Tree,所谓的更新port就是更新patches。1,CVSup/csup 注意: csup 是用 C 语言对 CVSup 软件的重写, 在 FreeBSD 6.2 和更高版本中,作为系统的一部分提供。在首次运行 CVSup 之前, 务必确认 /u
-
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 su Sorry问题解决办法
【Unix/BSD】FreeBSD系统下su:sorry的解决办法 在FreeBSD上要使用su命令成为root用户,不但要知道root的口令,还需要经过特别设置,否则就不能成功使用这个命令。这是因为FreeBSD对执行su命令的用户进行了更严格的限制,能使用su命令的用户必须属
-
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
-
freebsd6.2 nginx+php+mysql+zend系统优化防止ddos攻击
【Unix/BSD】一、安装软件前的准备系统的安装:插入freebsd6.2以上的光盘,最小化安装系统,同时安装好ports二、手动安装nginx+php1) 进入系统后,准备cvs更新:1. cd /usr/por
-
FreeBSD系统下读写 NTFS分区
【Unix/BSD】1、安装ntfs-3g: # cd /usr/ports/sysutils/fusefs-ntfs # make install clean 2、加入fuse加载: # ee /etc/rc.conf 加入以下这一行: fusefs_enable="YES" 保存退出 # ee /boot/loader.conf 加入以下这一行
-
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文档写成,更全面的信息请参看这两个文件。
-
让root用户telnet到FreeBSD的方法
【Unix/BSD】1:如何开启telnet ee/etc/inetd.conf 把 #telnetstreamtcpnowaitroot/usr/libexec/telnetdtelnetd #telnetstreamt