Skip to content

Instantly share code, notes, and snippets.

View kguevara's full-sized avatar

Kelwin Guevara Ortiz kguevara

View GitHub Profile
@stormwild
stormwild / accounting.md
Last active October 22, 2024 08:29
Accounting
@dehamzah
dehamzah / scp-cheatsheet.md
Last active November 10, 2024 16:27
SCP Cheatsheet

Basic Syntax

$ scp source_file_path destination_file_path

Uploading

Single file

@roylee0704
roylee0704 / dockergrep.sh
Created December 9, 2016 08:24
how to grep docker log
docker logs nginx 2>&1 | grep "127."
# ref: http://stackoverflow.com/questions/34724980/finding-a-string-in-docker-logs-of-container
@denji
denji / http-benchmark.md
Last active December 14, 2024 20:49
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)