Skip to content

Instantly share code, notes, and snippets.

View joulgs's full-sized avatar
🎯
Focusing

Jonathas Soares joulgs

🎯
Focusing
View GitHub Profile
@joulgs
joulgs / github-tips.md
Last active April 6, 2024 09:04
How to reference an issue from another repository in an issue

Tips

  • To reference an issue from another repository, use the following structure

- [ ] user-name/repor-name#issue_number

like:

@joulgs
joulgs / install_libssl_debian11.md
Created May 11, 2024 07:29
How install libssl1.1 on debian 11

Installing libssl1.1 on Debian

To install libssl1.1 on Debian, follow these steps:

  1. Access the Download Page: Visit the download page at: libssl1.1 - Debian Bullseye

  2. Choose Your CPU Architecture:

image

Select your CPU architecture. In most cases, the amd64 architecture is used.