Skip to content

Instantly share code, notes, and snippets.

View shamimgeek's full-sized avatar
🎯
Focusing

Shamim Akhtar shamimgeek

🎯
Focusing
View GitHub Profile
@shamimgeek
shamimgeek / curl.md
Created October 2, 2018 12:31 — 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.

@shamimgeek
shamimgeek / webex-ubuntu.md
Created March 1, 2018 09:14 — forked from mshkrebtan/webex-ubuntu.md
Run Cisco Webex on 64-bit Ubuntu 16.04

Run Cisco Webex on 64-bit Ubuntu 16.04

With Audio and Screen Sharing Enabled

Enable support for 32-bit executables

Add the i386 architecture to the list of dpkg architectures :

sudo dpkg --add-architecture i386