- Download Instant Client:
- instantclient-basic-macos.x64-11.2.0.4.0.zip
- instantclient-sdk-macos.x64-11.2.0.4.0.zip
- instantclient-sqlplus-macos.x64-11.2.0.4.0.zip
-
Unzip and move to /opt
-
Create symlink
import akka.actor.ActorSystem | |
import akka.http.Http | |
import akka.http.marshallers.sprayjson.SprayJsonSupport._ | |
import akka.http.model.StatusCodes._ | |
import akka.http.server.Directives._ | |
import akka.http.server.PathMatchers.IntNumber | |
import akka.stream.{ActorFlowMaterializer, FlowMaterializer} | |
import spray.json.{DefaultJsonProtocol, _} | |
import scala.concurrent.ExecutionContextExecutor |
Unzip and move to /opt
Create symlink
SSHPass is a tiny utility, which allows you to provide the ssh password without using the prompt. This will very helpful for scripting. SSHPass is not good to use in multi-user environment. If you use SSHPass on your development machine, it don't do anything evil.
apt-get install sshpass