Changes between Version 2 and Version 3 of LiveServer


Ignore:
Timestamp:
07/19/10 13:39:56 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v2 v3  
    55The live server is a virtual server running FreeBSD 7.2-RELEASE !#0, it has 4Gb of RAM (found via [http://www.cyberciti.biz/faq/freebsd-command-to-get-ram-information/ this script]) though only 1Gb is for our use. 
    66 
     7== Packages == 
     8 
     9The following packages have been installed. 
     10 
     11=== screen === 
     12{{{ 
     13# cd /usr/ports/sysutils/screen  
     14# make config 
     15  [ ] CJK           Treat CJK ambiguous characters as full width 
     16  [X] INFO          Build and install info documentation 
     17  [X] MAN           Build and install man pages 
     18  [X] NETHACK       Enable nethack-style messages 
     19  [X] XTERM_256     Enable support for 256 colour xterm 
     20  [ ] HOSTINLOCKED  Print user@host in locked message 
     21  [ ] SHOWENC       Show encoding on the status line 
     22# make install clean 
     23}}} 
     24 
     25=== wget === 
     26{{{ 
     27# cd /usr/ports/ftp/wget  
     28# make config 
     29  [ ] GNUTLS   Support for SSL via GnuTLS 
     30  [X] IPV6     Support for IPv6 
     31  [X] NLS      Native Language Support with gettext 
     32  [X] OPENSSL  Support for SSL via OpenSSL 
     33# make install clean 
     34}}} 
     35 
     36=== vim === 
     37{{{ 
     38# cd /usr/ports/editors/vim 
     39# make config 
     40  ===> No options to configure 
     41# make install clean 
     42}}}