Skip to content

Instantly share code, notes, and snippets.

View rmoyano's full-sized avatar

Rafa Moyano rmoyano

View GitHub Profile
@rmoyano
rmoyano / curl.md
Created May 23, 2024 21:17
Curl cheatsheet

CURL cheatsheet

Get the header response

rmoyano@thinkpad:~$ curl -I http://www.example.org
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 126555
Cache-Control: max-age=604800
Content-Type: text/html; charset=UTF-8
@rmoyano
rmoyano / pipenv.md
Last active May 31, 2024 20:36
Pipenv cheatsheet

Pipenv cheatsheet

Installation

Install pipenv package and dependencies:

user@notebook:~/repos/pipenv$ pip install pipenv
Defaulting to user installation because normal site-packages is not writeable
Collecting pipenv
  Downloading pipenv-2023.12.1-py3-none-any.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 9.8 MB/s eta 0:00:00