Skip to content

Instantly share code, notes, and snippets.

View jpabl0m's full-sized avatar
🏠
Working from home

JP jpabl0m

🏠
Working from home
View GitHub Profile
@jpabl0m
jpabl0m / _0__ssl_certbot_letsencrypt.md
Created April 30, 2023 14:14 — forked from maxivak/_0__ssl_certbot_letsencrypt.md
Let's encrypt SSL certificates using certbot in docker

Directories on host machine:

  • /data/certbot/letsencrypt

  • /data/certbot/www

  • Nginx server in docker container

docker run -d --name nginx \
package de.tdlabs.training.keycloak;
import static java.util.Arrays.asList;
import javax.ws.rs.core.Response;
import org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder;
import org.keycloak.admin.client.Keycloak;
import org.keycloak.admin.client.KeycloakBuilder;
import org.keycloak.representations.idm.CredentialRepresentation;
@jpabl0m
jpabl0m / Data Structures and Algorithms-Coursera.org
Created January 7, 2020 13:54 — forked from sirenko/Data Structures and Algorithms-Coursera.org
Data Structures and Algorithms, UC San Diego

Data Structures and Algorithms | UC San Diego

Data Structures and Algorithms Specialization

Master Algorithmic Programming Techniques. Learn algorithms through programming and advance your software engineering or data science career

About This Specialization

This specialization is a mix of theory and practice: you will learn algorithmic techniques for solving various computational problems and