I hereby claim:
- I am odilhao on github.
- I am odilhao (https://keybase.io/odilhao) on keybase.
- I have a public key whose fingerprint is E09B E30A 2C62 FABF CC8B 15C8 51D2 B6F1 D352 E1B0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
server { | |
listen 80; | |
listen [::]:80 ; | |
server_name blogdns; # Replace with your domain | |
client_max_body_size 10G; | |
location / { | |
proxy_pass http://localhost:2368; |
<?xml version="1.0" encoding="UTF-8"?> | |
<updates><update from="[email protected]" status="final" type="security" version="1"><id>ELSA-2015-1741</id><issued date="2015-09-08" /><reboot_suggested>False</reboot_suggested><title> haproxy security update</title><release>Oracle Linux 7</release><rights>Copyright 2015 Oracle, Inc.</rights><solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution><severity>Important</severity><description>[1.5.4-4.1] | |
- Fix buffer_slow_realign() function to respect output data (CVE-2015-3281, #1241537)</description><references><reference href="http://linux.oracle.com/errata/ELSA-2015-1741.html" id="" title="" type="self" /><reference href="http://linux.oracle.com/cve/CVE-2015-3281.html" id="CVE-2015-3281" title="" type="cve" /></references><pkglist><collection short="ol7_x86_64_ |
### Keybase proof | |
I hereby claim: | |
* I am odilhao on github. | |
* I am odilhao (https://keybase.io/odilhao) on keybase. | |
* I have a public key ASAqZnEJ-PViDp-yg--NMyN6xVl7v0j98zXyRGYivxocYwo | |
To claim this, I am signing this object: |
Name: polybar | |
Version: 3.3.1 | |
Release: 1%{?dist} | |
Summary: A fast and easy-to-use tool for creating status bars | |
Group: System/GUI/Other | |
License: MIT | |
URL: https://github.com/jaagr/polybar | |
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar |
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: Role | |
metadata: | |
name: gitlab-runner | |
namespace: gitlab | |
rules: | |
- apiGroups: [""] | |
resources: ["pods", "pods/exec", "secrets"] | |
verbs: ["get", "list", "watch", "create", "patch", "delete"] | |
--- |
apiVersion: batch/v1beta1 | |
kind: CronJob | |
metadata: | |
name: script | |
spec: | |
schedule: "*/2 * * * *" | |
jobTemplate: | |
spec: | |
template: |
name: i3lock-color | |
Version: 2.12.c.1 | |
Release: 1%{?dist} | |
Summary: improved improved screen locker - "the ricing fork of i3lock" | |
License: BSD | |
URL: https://github.com/PandorasFox/i3lock-color | |
BuildRequires: pkgconfig(cairo) | |
BuildRequires: pkgconfig(libjpeg) |
version: '3.9' | |
name: 'rinha-de-backend' | |
services: | |
spring-api1: | |
build: . | |
hostname: spring-api1 | |
environment: | |
- SERVER_PORT=8080 | |
- DATABASE_URL=jdbc:postgresql://db-postgresql:5432/rinhadb |