在/etc/csh.cshrc里面加入: alias ls ls –G, 并重新登录 问:如何让FreeBSD的csh像bash那样按tab列出列出无法补齐的候选文件? 答:标准的方法是按Ctrl+D. 但如果一定要用tab的话,在/etc/csh.cshrc中加入:set autolist …
Step # 1: Enabling IPFW Open /etc/rc.conf file # vi /etc/rc.conf Append following settings: firewall_enable="YES" firewall_script="/usr/local/etc/ipfw.rules" Save and close the file.. Step # 2 Write a Firewall Rule Script You need to p…