Skip to content

Instantly share code, notes, and snippets.

View tobiasge's full-sized avatar

Tobias Genannt tobiasge

  • q.beyond AG
  • Ulm
  • 22:09 (UTC +02:00)
View GitHub Profile
package q.keycloak.models;
import org.jboss.logging.Logger;
import org.keycloak.models.KeycloakSession;
import org.keycloak.models.RealmModel;
import org.keycloak.models.jpa.entities.GroupEntity;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import java.util.Comparator;
docker build . -f Dockerfile-Plugins
Sending build context to Docker daemon 15.99MB
Step 1/5 : FROM netboxcommunity/netbox:v3.3
v3.3: Pulling from netboxcommunity/netbox
e96e057aae67: Already exists
d2c598d242dc: Pull complete
889d1ebcd2e3: Pull complete
853ed47219ec: Pull complete
7d9992b8e5ac: Pull complete
0abf04ceacdb: Pull complete
version: '3.4'
services:
ldap:
image: bitnami/openldap:2.6
environment:
- LDAP_ROOT=dc=netbox,dc=demo
- LDAP_ADMIN_USERNAME=admin
- LDAP_ADMIN_PASSWORD=Voo5xooghohyahv9oef9
volumes:
- ldap-data-files:/bitnami/openldap
@tobiasge
tobiasge / unit-debug.log
Created November 10, 2020 10:14
unitd with "--log -"
unit: [debug] sys_nerr: 65536
unit: [debug] malloc(2359278): 7FB0DD04E020
unit: [debug] stderr flags: 0x0001
unit: [debug] ncpu: 4
unit: [debug] pagesize: 4096
unit: [debug] malloc(104): 7FB0DD324680
unit: [debug] malloc(1533): 7FB0DD324700
unit: [debug] malloc(400): 7FB0DD324D20
2020/11/10 10:12:26.204 [debug] 1#1 realloc(0, 32): 7FB0DD324F80
2020/11/10 10:12:26.204 [debug] 1#1 malloc(24): 7FB0DD324FC0
@tobiasge
tobiasge / unit-debug.log
Last active November 10, 2020 10:13
unitd with "--log /opt/unit/unit.log"
unit: [debug] sys_nerr: 65536
unit: [debug] malloc(2359278): 7F930DD96020
unit: [debug] stderr flags: 0x0001
unit: [debug] ncpu: 4
unit: [debug] pagesize: 4096
unit: [debug] malloc(104): 7F930E06C680
unit: [debug] malloc(1550): 7F930E06C700
unit: [debug] malloc(400): 7F930E06CD20
2020/11/10 10:08:04.269 [debug] 1#1 realloc(0, 32): 7F930E06CF80
2020/11/10 10:08:04.269 [debug] 1#1 malloc(24): 7F930E06CFC0