$ curl -fsSL https://nginx.org/keys/nginx_signing.key | sudo apt-key add -
$ sudo apt-key fingerprint ABF5BD827BD9BF62
$ sudo add-apt-repository "deb https://nginx.org/packages/ubuntu/ $(lsb_release -cs) nginx"
$ sudo apt update
$ sudo apt install nginx
package main;
import okhttp3.*;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
$ gpg --full-gen-key
...
Please select what kind of key you want:
(1) RSA and RSA (default)
(2) DSA and Elgamal
(3) DSA (sign only)
~/.gradle/gradle.properties
systemProp.proxySet=true
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
// imports a couple of java tasks | |
apply plugin: "java" | |
// List available tasks in the shell | |
> gradle tasks | |
// A Closure that configures the sourceSets Task | |
// Sets the main folder as Source folder (where the compiler is looking up the .java files) | |
sourceSets { | |
main.java.srcDir "src/main" |
https://learning.postman.com/docs/writing-scripts/script-references/postman-sandbox-api-reference/
https://codecamper.me/blog/91/
pm.sendRequest({
url: 'https://codecamper.me/auth',
https://www.katacoda.com/kdy3333
$ apt-get update
$ apt-get --assume-yes install default-jre
$ apt-get --assume-yes install zookeeperd
$ service zookeeper stop
$ mkdir kafka