I hereby claim:
- I am benmezger on github.
- I am seds (https://keybase.io/seds) on keybase.
- I have a public key ASDXXErwvTK3BN0YREXdivd6uQjU-U9waoBzQkx-Gb8NUAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| -- show running queries (pre 9.2) | |
| SELECT procpid, age(clock_timestamp(), query_start), usename, current_query | |
| FROM pg_stat_activity | |
| WHERE current_query != '<IDLE>' AND current_query NOT ILIKE '%pg_stat_activity%' | |
| ORDER BY query_start desc; | |
| -- show running queries (9.2) | |
| SELECT pid, age(clock_timestamp(), query_start), usename, query | |
| FROM pg_stat_activity | |
| WHERE query != '<IDLE>' AND query NOT ILIKE '%pg_stat_activity%' |
I hereby claim:
To claim this, I am signing this object:
| # Install ARCH Linux with encrypted file-system and UEFI | |
| # The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
| # Download the archiso image from https://www.archlinux.org/ | |
| # Copy to a usb-drive | |
| dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
| # Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
| # Set swedish keymap |
I hereby claim:
To claim this, I am signing this object:
| from flask import Blueprint | |
| from flask import url_for | |
| from flask.ext.login import current_user | |
| from flask.ext.login import login_user | |
| from flask.ext.login import logout_user | |
| from flask.ext.login import login_required | |
| from forms import LoginForm | |
| from forms import ForgotPasswordForm | |
| from forms import ResetPasswordForm |
| Running Jetty: | |
| 2017-09-06 06:04:37.917:INFO::main: Logging initialized @175ms | |
| 2017-09-06 06:04:38.493:INFO:oejs.Server:main: jetty-9.3.20.v20170531 | |
| 2017-09-06 06:04:38.625:INFO:oejs.AbstractNCSARequestLog:main: Opened /opt/shib-jetty-base/logs/2017_09_06.request.log | |
| 2017-09-06 06:04:38.633:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///opt/shib-jetty-base/webapps/] at interval 1 | |
| 2017-09-06 06:04:46.671:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=7154ms | |
| 2017-09-06 06:04:46.732:INFO:/idp:main: No Spring WebApplicationInitializer types detected on classpath | |
| 2017-09-06 06:04:46.946:WARN:oejs.SecurityHandler:main: [email protected]@675d3402{/idp,[file:///tmp/jetty-0.0.0.0-8443-webapp-_idp-any-6175561660981786942.dir/webinf/, file:///opt/shibboleth-identity-provider-3.3.1/webapp/],STARTING}{/opt/shibboleth-idp/webapp/} has uncovered http methods for path: /* | |
| 2017-09-06 06:04:47.162:INFO:/idp:main: Initializing Spring root WebApplicationContext | |
| 2017-09-06 06:04: |