Changes between Version 4 and Version 5 of UfoServer


Ignore:
Timestamp:
Feb 6, 2012, 10:46:15 PM (13 years ago)
Author:
Suren A. Chilingaryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UfoServer

    v4 v5  
    1111  * SSH on ports 22 and 24
    1212  * NX server over SSH
     13  * VirtualGL (OpenGL forwarding)
    1314
    1415== Hardware ==
     
    103104      bitmap: 0/3 pages [0KB], 65536KB chunk
    104105}}}
     106 * mdadm.conf
     107{{{
     108DEVICE containers partitions
     109ARRAY /dev/md0 UUID=7c032686:e8861a19:9ccb43c3:8f25011e
     110ARRAY /dev/md1 UUID=4a18bb5c:4b4b4490:929fdc08:99b65f2f
     111ARRAY /dev/md2 UUID=8e7c863e:3a75af81:321862ae:d679602e
     112}}}
    105113 * fstab
    106114{{{
     
    123131  * Console tools
    124132  * Development: Kernel, Gnome, Python
     133  * Default compiler: gcc-4.3
     134 * Downgrade to gcc 4.3 (gcc-4.6 is not compatible with the latest CUDA toolkit)
     135{{{
     136zypper ar http://download.opensuse.org/repositories/devel:/gcc/openSUSE_12.1/devel:gcc.repo
     137zypper install gcc43 gcc43-c++ gcc43-locale
     138for name in `rpm -ql gcc43 gcc43-c++ | grep "/usr/bin"`; do ln -sf $name /usr/bin/`basename $name -4.3`; done
     139}}}
    125140 * CUDA
    126141  * Driver: 285.05.32
    127142  * Toolkit: 4.1 (installed into /opt/cuda)
    128143  * SDK: 4.1 (installed into /opt/cuda/sdk)
     144 * Additional Software
     145 * Install FreeNX server to allow remote desktop
     146{{{
     147zypper ar http://download.opensuse.org/repositories/X11:/RemoteDesktop/openSUSE_12.1/X11:RemoteDesktop.repo
     148zypper install FreeNX
     149nxsetup
     150}}}
     151 * Install VirtualGL to provide OpenGL forwarding
     152{{{
     153}}}
    129154 * PyHST
    130155 * UFO Framework