Skip to content

Instantly share code, notes, and snippets.

View crsuarez's full-sized avatar

Carlos Suarez crsuarez

  • Cali, Colombia
View GitHub Profile
@crsuarez
crsuarez / tmux-cheatsheet.markdown
Created June 5, 2024 17:27 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@crsuarez
crsuarez / openssl_commands.md
Created August 27, 2024 16:17 — forked from Hakky54/openssl_commands.md
Some list of openssl commands for check and verify your keys

OpenSSL 🔐

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl