Changes between Version 60 and Version 61 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 29, 2014, 8:42:52 AM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v60 v61  
    5757
    5858Subversion and root certificates are installed as a package:
    59 {{{
     59
    6060build@ pkg install ca_root_nss
    6161build# pkg install subversion
    62 }}}
     62
    6363
    6464Check out a copy of the ports tree (this will take a couple of minutes).
     
    6868
    6969Tip: if for some reason this svn checkout doesn't work for you consider the use of portsnap:
    70 {{{
     70
    7171build# portsnap fetch extract
    72 }}}
     72
    7373
    7474=== A.3 set some useful variables ===
    7575Alter the shell configuration file:/root/.cshrc:
    76 {{{
    7776
    7877Ensure ftp is set to passive mode, to avoid potential firewall issues:
     
    8584NOTE: All commands at later stages will refer to this so you better get it right!
    8685build# echo 'setenv R /root/nanobsd' >> /root/.cshrc
    87 }}}
     86
    8887
    8988Next load your file (or login again):
     
    122121Common screen commands:
    1231221. Start a new terminal:
    124 # screen
     123build# screen
    1251242. Type CTRL+A and D to detach this new terminal
    1261253. Reattach it:
    127 # screen -R
     126build# screen -R
    128127}}}
    129128