freebsd 记录点
    
            
摘要:问题一: FreeBSD修改python的默认版本 在/usr/local/bin目录下, in X.X write your version 问题二: Python3 无法使用pip With Python 3.4 and later, you can use the ensurepip modu
        
阅读全文
 
            
         
        
            
    freebsd配置ip 网关  子网掩码 DNS
    
            
摘要:1、设置IP地址、网关ee /etc/rc.conf #编辑ifconfig_em0="inet 192.168.1.173 netmask 255.255.255.0" #设置IP地址,子网掩码defaultrouter="192.168.1.1" #设置网关hostname="FreeBSD" 
        
阅读全文