Keep Sharp

Log of Setting Up Deep Learning Environment in Ubuntu14.04

[Hardware] Beginner's Configurations

  • EVGA Nvidia Graphics Card variation explaination

    • ACX 2.0+: advanced air cooling system
    • SC: slightly super clocked
    • Classified/FTW: highest super clocked
    • Hybrid: water loop cooling system
    • BP: pure esthetic considerations, black plate
    • K|NGP|N: pre-binned gpu
    • ideal options: GTX980Ti ACX 2.0+; GTX980Ti SC ...

Set Up VNC on CentOS

install tigervnc

yum groupinstall Desktop
yum install tigervnc-server

modify /etc/sysconfig/vncservers file

VNCSERVERS="1:user1 2:user2"
VNCSERVERARGS[1]="-geometry 1024x768 -localhost"
VNCSERVERARGS[2]="-geometry 1920x1080 -localhost"

-localhost option is to make vnc encrypted through an ssh tunnel

modify /etc/sysconfig/iptables file

add one line:

-A INPUT -m ...