From db4844fbc6cea54ee5bc4fa382f21a36f1cfbed1 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 15 Feb 2021 00:29:41 +0100 Subject: [PATCH] Add cURL cheatsheet and GPG key renewing --- how_to | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/how_to b/how_to index 666e24a..0fb2e94 100644 --- a/how_to +++ b/how_to @@ -1036,3 +1036,25 @@ Consistent desktop theme: themes: Gruvbox-Material-Dark has issues with GIMP and probably caused a few other crashes gruvbox-dark-[icons-]gtk doesn't look too bad at first glance (GIMP not broken) (is on AUR) + +cURL cheatsheet: + custom user agent: + curl -A "" + Show headers: + Just response headers + curl -I + full verbose dump + curl -v + Follow redirects: + curl -L + +GPG: + Renew expired GPG public keys: + # https://unix.stackexchange.com/a/177310/248368 + gpg --edit-key "" + > expire + ... + > key 1 + > expire + ... + > save