I have all hardware virtualized in ESXi 6.5...
Synology DSM 5.2-5644
Ubuntu 16.04
On your fresh install on Ubuntu 16.04:
- Click the Connections icon on the top bar
- Goto
Edit Connections
| # a million commits | |
| for Y in {1999..2018} | |
| do | |
| mkdir $Y | |
| cd $Y | |
| for M in {01..12} | |
| do | |
| mkdir $M | |
| cd $M | |
| for D in {01..31} |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
$ ssh [email protected]
$ mkdir test
$ cd test
| Use this as an example on how to start the virtual console without the need of Java Web Start or accessing it from the web interface. | |
| You can use the user and password that you use for the web interface. | |
| You need an old JRE... I used 1.7.0_80 from the Server JRE package, also I have tested successfully 1.7.0_79 with MacOS. | |
| You don't need to install it, just extract it or copy the files in "jre" folder. | |
| Open the viewer.jnlp file that you get by launching the virtual console from the web interface with a text editor. | |
| Note the urls to the jar files. Download the main jar file avctKVM.jar and the libs for your operating system and architecture. | |
| Extract the dlls (.so Linux, .jnilib MacOS) from the jar libs. |
| from cuml.dask.ensemble import RandomForestClassifier as cuRF_mg | |
| # cuml Random Forest params | |
| cu_rf_params = { | |
| ‘n_estimators’: 25, | |
| ‘max_depth’: 13, | |
| ‘n_bins’: 15, | |
| ‘n_streams’: 8 | |
| } | |
| # Start by setting up the CUDA cluster on the local host |
| hdiutil create -o /tmp/HighSierra.cdr -size 7000m -layout SPUD -fs HFS+J &&\ | |
| hdiutil attach /tmp/HighSierra.cdr.dmg -noverify -mountpoint /Volumes/install_build &&\ | |
| sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build &&\ | |
| mv /tmp/HighSierra.cdr.dmg ~/Desktop/InstallSystem.dmg &&\ | |
| hdiutil detach /Volumes/Install\ macOS\ High\ Sierra &&\ | |
| hdiutil convert ~/Desktop/InstallSystem.dmg -format UDTO -o ~/Desktop/HighSierra.iso &&\ | |
| mv ~/Desktop/HighSierra.iso.cdr ~/Desktop/HighSierra.iso &&\ | |
| rm ~/Desktop/InstallSystem.dmg |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
git clone --bare [email protected]:usi-systems/easytrace.git