I hereby claim:
- I am 57-Wolve on github.
- I am 57_wolve (https://keybase.io/57_wolve) on keybase.
- I have a public key whose fingerprint is 0695 F26B DAAC 11C4 A1DD 1388 28E3 A8FA 6AA2 F13A
To claim this, I am signing this object:
<?php | |
/* | |
Script to always have 1 deep scrub running per OSD. | |
## About | |
1. Helps with the following error: PG_NOT_DEEP_SCRUBBED HEALTH_WARN (N pgs not deep-scrubbed in time) | |
2. Doesn't run scrubbing on PGs that were deep scrubbed less than 2 weeks ago, releasing |
I hereby claim:
To claim this, I am signing this object:
echo $(sudo dmidecode -t 4 | grep ID | sed 's/.*ID://;s/ //g') \ $(ifconfig | grep -oP 'HWaddr \K.*' | sed 's/://g') | sha256sum | awk '{print $1}' | |
blkid | grep -oP 'UUID="\K[^"]+' | sha256sum | awk '{print $1}' |
#!/bin/sh | |
# Cleanup docker files: untagged containers and images. | |
# | |
# Use `docker-cleanup -n` for a dry run to see what would be deleted. | |
untagged_containers() { | |
# Print containers using untagged images: $1 is used with awk's print: 0=line, 1=column 1. | |
# NOTE: "[0-9a-f]{12}" does not work with GNU Awk 3.1.7 (RHEL6). | |
# Ref: https://github.com/blueyed/dotfiles/commit/a14f0b4b#commitcomment-6736470 | |
docker ps -a | tail -n +2 | awk '$2 ~ "^[0-9a-f]+$" {print $'$1'}' |
--[[--------------------------------------------------------------------------- | |
DarkRP custom shipments and guns | |
--------------------------------------------------------------------------- | |
This file contains your custom shipments and guns. | |
This file should also contain shipments and guns from DarkRP that you edited. | |
Note: If you want to edit a default DarkRP shipment, first disable it in darkrp_config/disabled_defaults.lua | |
Once you've done that, copy and paste the shipment to this file and edit it. |
Loading animation with keyframe for SCSS & Jade.
Forked from François Lesenne's Pen Loading animation with keyframe for SCSS & Jade..
Battlefield CSS3.
Forked from Gareth Weaver's Pen Battlefield 3 Loading Indicator.