Enabling multicast DNS (mDNS) on a server allows other hosts on the local network to address the server as <hostname>.local.
mDNS is disabled by default in Ubuntu Server:
$ resolvectl mdns
Global: no
Link 2 (eno1): noEnabling multicast DNS (mDNS) on a server allows other hosts on the local network to address the server as <hostname>.local.
mDNS is disabled by default in Ubuntu Server:
$ resolvectl mdns
Global: no
Link 2 (eno1): no| package org.deeplearning4j.learn | |
| import java.util.Arrays | |
| import org.nd4j.api.linalg.DSL._ | |
| import org.nd4j.linalg.api.ndarray.INDArray | |
| import org.nd4j.linalg.factory.Nd4j | |
| import org.nd4j.linalg.indexing.{NDArrayIndex, BooleanIndexing} | |
| import org.nd4j.linalg.indexing.conditions.Conditions | |
| import org.nd4j.linalg.indexing.functions.Value |
In this article, I will share some of my experience on installing NVIDIA driver and CUDA on Linux OS. Here I mainly use Ubuntu as example. Comments for CentOS/Fedora are also provided as much as I can.
| // | |
| // StompService.h | |
| // Objective-C Stomp Client | |
| // | |
| // Implements the Stomp Protocol v1.0, as described here: http://stomp.codehaus.org/Protocol | |
| // Requires the AsyncSocket library: http://code.google.com/p/cocoaasyncsocket/ | |
| // | |
| // This class is in the public domain. | |
| // by Scott Raymond <sco@scottraymond.net>. | |
| // |