Changes between Version 40 and Version 41 of FreeBSD10_Guide
- Timestamp:
- Aug 27, 2014, 8:21:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD10_Guide
v40 v41 67 67 build# source /root/.cshrc 68 68 69 === A.4. update lvrouted port ===69 === A.4. update lvrouted port if necessary === 70 70 71 Warning: Skip the following steps unless you want to update the current lvrouted version (12878) :71 Warning: Skip the following steps unless you want to update the current lvrouted version (12878) and know what you are doing: 72 72 73 73 Checkout latest version of lvrouted (i.e. beyond 12878): … … 93 93 build# pkg install screen 94 94 95 Tip: 95 Tip: screen can be a handy tool if you are working on a remote host. 96 {{{ 97 You can open a virtual terminal with screen command, in which you can do everything like in the normal terminal. But you can detach it if you want to do other things in the main terminal and reattach it later. It even works after you quit your main terminal. 98 99 Common screen commands: 100 1. Start a new terminal: 101 # screen 102 2. Type CTRL+A and D to detach this new terminal 103 3. Reattach it: 104 # screen -R 105 }}} 96 106 97 107 === A.6. get latest sources ===