$ docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function changeStuff(a, b, c) { | |
| a = a * 10; | |
| b.item = "changed"; | |
| c = { item: "changed" }; | |
| } | |
| var num = 10; | |
| var obj1 = { item: "unchanged" }; | |
| var obj2 = { item: "unchanged" }; | |
| obj2 = { item: "changed" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo su | |
| #create jvm directory | |
| mkdir /usr/lib/jvm | |
| #uncompress, change to your file name | |
| tar -zxf jdk-8u211-linux-x64.tar.gz -C /usr/lib/jvm | |
| #check if files are there | |
| #ls /usr/lib/jvm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 1GjX1kLYT2AHYoH1QH35rQwTUPZen5UPxn https://explorer.blockstack.org/address/1GjX1kLYT2AHYoH1QH35rQwTUPZen5UPxn |
NewerOlder