Skip to content

Instantly share code, notes, and snippets.

@yohanesws
yohanesws / curl.md
Created July 11, 2017 03:13 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@yohanesws
yohanesws / openshift_workshop.md
Last active February 24, 2017 08:18 — forked from ejlp12/openshift_workshop.md
LAB: INSTALLING THE OPENSHIFT CLI (Bahasa)

banner

LAB: INSTALASI OPENSHIFT CLI (Command Line Interface)

Command Line Interface

Pada produk OpenShift terdapat web console yang memiliki banyak fitur yang memudahkan administrator dalam mengelola aplikasi-aplikasi yang di-deploy pada platform OpenShift, tapi selain itu disediakan juga command line tools .

OpenShift tools adalah sebuah executable file yang ditulis menggunakan Go programming language and dapat diinstal dan berjalan di beberapa sistem operasi seperti Microsoft Windows, Apple OS X, Linux.