Надо вот этот файл
https://github.com/qmk/qmk_firmware/blob/master/util/udev/50-qmk.rules
положить в /etc/udev/rules.d/
,
ребутнуться и всё заработает.
docker run --pull always --rm -it -u 0 --security-opt seccomp=unconfined --security-opt apparmor=unconfined registry.werf.io/werf/werf:2-rock-solid werf version
Error during unshare(CLONE_NEWUSER): Operation not permitted
ERRO[0000] error parsing PID "": strconv.Atoi: parsing "": invalid syntax
ERRO[0000] (unable to determine exit status)
(
GOVER=$(go env GOVERSION | tr -d 'go' | awk -F. '{print $1"."$2}')
ln -s /usr/lib64/go/${GOVER} /usr/lib/go
ln -s /usr/lib64/go/${GOVER}/bin /usr/lib/go/bin
ln -s /usr/lib64/go/${GOVER}/con /usr/lib/go/contrib
ln -s /usr/lib64/go/${GOVER}/go.env /usr/lib/go/go.env
ln -s /usr/lib64/go/${GOVER}/lib /usr/lib/go/lib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ define "__yucca_text_alert_list" }}{{ range . }} | |
--- | |
🪪 <b>{{ .Labels.alertname }}</b> | |
{{- if .Annotations.summary }} | |
📝 {{ .Annotations.summary }}{{ end }} | |
{{- if .Annotations.description }} | |
📖 {{ .Annotations.description }}{{ end }} | |
🏷 Labels: | |
{{ range .Labels.SortedPairs }} <i>{{ .Name }}</i>: <code>{{ .Value }}</code> | |
{{ end }}{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -xe | |
DN="${HOME}/Videos/Screencasts" | |
DOCKER_RUN="docker \ | |
run \ | |
--rm \ | |
--user $(id -u):138 \ | |
--device /dev/dri:/dev/dri \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extractors": [ | |
{ | |
"title": "JSON", | |
"extractor_type": "json", | |
"converters": [], | |
"order": 0, | |
"cursor_strategy": "copy", | |
"source_field": "message", | |
"target_field": "", |
NewerOlder