View pair-emacs28-nativecomp.sh
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
# https://github.com/sharingio/environment/issues/22 | |
yes | sudo unminimize | |
# https://github.com/sharingio/environment/issues/23 | |
sudo apt-get install -y man info | |
# https://github.com/sharingio/environment/issues/24 | |
sed -i -e "/'org-babel-tangle-collect-blocks/,+1d" ~/.emacs.d/bin/org-tangle | |
# https://github.com/sharingio/environment/issues/25 | |
sudo apt remove --autoremove emacs emacs-common # if emacs-nox is installed | |
sudo add-apt-repository ppa:kelleyk/emacs | |
sudo apt install -y emacs28-nativecomp |
View audit-gcp.sh
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 -o errexit | |
set -o nounset | |
set -o pipefail | |
CNCF_GCP_ORG=758905017065 | |
echo "# Auditing CNCF CGP Org: ${CNCF_GCP_ORG}" | |
echo "## Iterating over Projects" |
View troubleshooting.org
Issue Reporting Checklist
Instructions
Execute the src blocks one at a time with ctrl-c ctrl-c
to
ensure that ob-async-org-babel-execute-src-block
is used for files
with the :async header-arg. If by the end of this file your issue
isn’t solved, open an issue on Github with the contents of this file.
View podspec.mkd
View bdd-kep.mkd
- How can we declaritively define behaviours in a standard fashion?
- Behaviours as Gherkin .feature files
- Complex Storytelling made Possible
- Metadata to match existing tests
How can we declaritively define behaviours in a standard fashion?
Requirement: A MAP
that enumerates the State Space - Definition of Done
View .xbindkeysrc
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
# For the benefit of emacs users: -*- shell-script -*- | |
########################### | |
# xbindkeys configuration # | |
########################### | |
# | |
# Version: 1.8.6 | |
# | |
# If you edit this file, do not forget to uncomment any lines | |
# that you change. | |
# The pound(#) symbol may be used anywhere for comments. |
View kubeadm-dind.org
Debugging kubeadm-dind-audit-logging
Branch Setup
https://github.com/ii/kubeadm-dind-cluster/tree/audit-policy
View Dockerfile
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
FROM gitlab/gitlab-ce:10.7.3-ce.0 | |
COPY *.patch /opt/gitlab/embedded/service/gitlab-rails/ | |
RUN apt-get update ; apt-get install -y patch | |
# Allows http urls for .gitlab-ci.yml | |
# This patch may need some work cleanly apply with recent versions | |
RUN cd /opt/gitlab/embedded/service/gitlab-rails ; \ | |
patch -p1 < ci_yaml_http.patch | |
NewerOlder