Skip to content

Instantly share code, notes, and snippets.

View BKSalman's full-sized avatar
🦀
RUUUUUUUSSSSSSSTTTTTTT

Salman Abuhaimed BKSalman

🦀
RUUUUUUUSSSSSSSTTTTTTT
View GitHub Profile
@h7lc0n
h7lc0n / WGC_Summary.md
Last active January 28, 2022 00:15
SudoGroup: Little summary about writing good code [ Markdown ]

How to write a good code ?

Terms:

- Technical depth

- Refactoring

- Naming convetion

Simple Topics:

- shortcuts is bad and causes reading problems for long time

- you have to make multiple files for multiple classes/functions (ie. main.cpp + header.h )

@juampynr
juampynr / CHANGELOG.md
Created March 27, 2018 09:35
Sample CHANGELOG

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as

@janikvonrotz
janikvonrotz / Configure Lets Encrypt auto renewal for certificates.md
Last active April 27, 2024 17:05
Configure Lets Encrypt auto renewal for certificates #Markdown #OpenSSL

This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/ddce334cd8ab21a40941.

Introduction

Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. So far it works well and makes it easy to obtain a free certificate. Now the created certificates will expire withing 90 days. This post will show you how you can auto renew these certificates before they expire.

Requirements