Difference between revisions of "NautilusServer"

From Deep Depth 116E167 Project Documentation
Jump to: navigation, search
(Created page with " Server Construction =================== * 1 x [http://ark.intel.com/products/88195/Intel-Core-i7-6700K-Processor-8M-Cache-up-to-4_20-GHz INTEL i7-6700K] * 2 x [https://www.n...")
 
m
Line 1: Line 1:
  
Server Construction
+
== Server Construction ==
===================
 
  
 
* 1 x [http://ark.intel.com/products/88195/Intel-Core-i7-6700K-Processor-8M-Cache-up-to-4_20-GHz INTEL i7-6700K]
 
* 1 x [http://ark.intel.com/products/88195/Intel-Core-i7-6700K-Processor-8M-Cache-up-to-4_20-GHz INTEL i7-6700K]
Line 11: Line 10:
 
* 1 x 3TB HDD
 
* 1 x 3TB HDD
 
* 1 x 256GB SSD
 
* 1 x 256GB SSD
 +
 +
== Software ==
 +
 +
=== OS ===
 +
 +
[http://kubuntu.org/getkubuntu/ Kubuntu 16.04.3 LTS]
 +
 +
=== Graphics Drivers ===
 +
 +
[http://www.nvidia.com/Download/driverResults.aspx/120917/en-us 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):
 +
<code>
 +
    sudo ./NVIDIA-Linux-x86_64-370.28.run --no-opengl-files --no-x-check --disable-nouveau
 +
</code>
 +
 +
=== CUDA Drivers ===
 +
 +
Installed using ``cuda_8.0.61.2_linux.run``

Revision as of 18:12, 14 August 2017

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``