Difference between revisions of "NautilusServer"

From Deep Depth 116E167 Project Documentation
Jump to: navigation, search
m
Line 6: Line 6:
 
'''Access from''': ITU or [http://bidb.itu.edu.tr/hizmetler/vpn ITU VPN].
 
'''Access from''': ITU or [http://bidb.itu.edu.tr/hizmetler/vpn ITU VPN].
  
Also: [http://files.djduff.net/scripts/ A script for accessing the ITU VPN from Ubuntu] (tested on Kubuntu 16.04).
+
=== VPN Help ===
  
 +
* [http://bidb.itu.edu.tr/hizmetler/vpn BIDB has instructions for accessing the VPN.]
 +
* I have also provided here [http://files.djduff.net/scripts/ a script for accessing the ITU VPN from Ubuntu (ituvpn.sh)] (tested on Kubuntu 16.04).
 +
 +
=== SSH help ===
 +
 +
The SSH command to connect from a Unix environment:
 +
 +
    ssh -X -p 1542 hossein@160.75.27.83
 +
 +
Switch meanings:
 +
  * '''-p 1542''': connect on port 1542
 +
  * '''-X:''' This allows you to run X applications. Omit it if you will be pure
 +
command line.
 +
 +
'''Note''': to check that X forwarding is working, once you have connected,
 +
try running on the server the command:
 +
    xeyes
 +
Or:
 +
    dolphin
 +
 +
You could for example run ''spyder'' like this. But there can be some
 +
latency across the network.
  
 
== Server Construction ==
 
== Server Construction ==

Revision as of 18:20, 14 August 2017

Accessing

IP: 160.75.27.83 SSH port: 1542 Access from: ITU or ITU VPN.

VPN Help

SSH help

The SSH command to connect from a Unix environment:

   ssh -X -p 1542 hossein@160.75.27.83

Switch meanings:

 * -p 1542: connect on port 1542
 * -X: This allows you to run X applications. Omit it if you will be pure

command line.

Note: to check that X forwarding is working, once you have connected, try running on the server the command:

   xeyes

Or:

   dolphin

You could for example run spyder like this. But there can be some latency across the network.

Server Construction

Software

OS

Kubuntu 16.04.3 LTS

Graphics Drivers

Nvidia 384.59 drivers installed using runfile NVIDIA-Linux-x86_64-384.59.run

Installed using (to keep using the integrated graphics as main display graphics):

   sudo ./NVIDIA-Linux-x86_64-370.28.run --no-opengl-files --no-x-check --disable-nouveau


CUDA Drivers

Installed using

   cuda_8.0.61.2_linux.run