Skip to content

Instantly share code, notes, and snippets.

View mangelajo's full-sized avatar
😄

Miguel Angel Ajo Pelayo mangelajo

😄
View GitHub Profile
=== modified file 'include/boost/polygon/polygon.hpp'
--- include/boost/polygon/polygon.hpp 2012-05-16 01:42:04 +0000
+++ include/boost/polygon/polygon.hpp 2012-05-21 06:11:22 +0000
@@ -23,6 +23,7 @@
#include "transform.hpp"
#include "detail/transform_detail.hpp"
+#include "detail/polygon_sort_adaptor.hpp"
//interval
@mangelajo
mangelajo / URLs from app olympus share app
Last active February 28, 2023 06:10
Olympus Share E-M10 camera
Olympus Share APP control urls over E-M10 camera, still to investigate..
http://192.168.0.10
http://192.168.0.10/
http://192.168.0.10/clear_resvflg.cgi
http://192.168.0.10/exec_pwoff.cgi
http://192.168.0.10/exec_shutter.cgi?com=1st2ndpush
http://192.168.0.10/exec_shutter.cgi?com=1stpush
http://192.168.0.10/exec_shutter.cgi?com=1strelease
http://192.168.0.10/exec_shutter.cgi?com=2nd1strelease
source ~/overcloudrc
curl https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2c > \
CentOS-7-x86_64-GenericCloud.qcow2c
openstack image create "centos7" --file CentOS-7-x86_64-GenericCloud.qcow2c \
--disk-format qcow2 --container-format bare \
--public
mbp-ajo:~ ajo$ cd ~/go/src/github.com/mangelajo/track
mbp-ajo:track ajo$ git diff
diff --git a/cmd/trelloListCards.go b/cmd/trelloListCards.go
index 7ee75c9..79dcd61 100644
--- a/cmd/trelloListCards.go
+++ b/cmd/trelloListCards.go
@@ -20,6 +20,7 @@ import (
"fmt"
"strings"
"os"
#!/bin/bash
KUBEMASTERS=$(kubectl get pods -A | grep ovnkube-master | awk '{ print $2 }')
function detect_ovn_pods {
if [[ "$NBDB_POD" != "" && "$SBDB_POD" != "" ]]; then
return
fi
[submariner]$ [cluster2] kind create cluster --image=kindest/node:v1.17.17 --name=cluster2 --config=/opt/shipyard/scripts/resources/cluster2-config.yaml
[cluster1] ✓ Ensuring node image (kindest/node:v1.17.17) 🖼
[cluster1] • Preparing nodes 📦 📦 ...
[cluster3] ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged cluster3-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
[cluster3]
[cluster3] Command Output: I0510 10:48:41.236625 364 initconfiguration.go:207] loading configuration from "/kind/kubeadm.conf"
[cluster3] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta2, Kind=JoinConfiguration
[cluster3] W0510 10:48:41.243081 364 validation.go:28] Cannot validate kube-proxy config - no validator is available
[cluster3] W0510 10:48:41.243093 364 validation.go:28] Cannot validate kubelet config - no validator is available
[cluster3]
lang en_US.UTF-8
keyboard us
timezone UTC
rootpw microshift
%post
dnf copr enable @redhat-et/microshift-nightly
sudo dnf module -y enable cri-o:1.20
sudo dnf install -y microshift nss-mdns avahi firewalld
kind: SecurityContextConstraints
apiVersion: security.openshift.io/v1
metadata:
annotations:
kubernetes.io/description: Restrict plugins UID range.
name: restricted-plugins
fsGroup:
type: MustRunAs
groups:
- system:authenticated
--- a 2022-06-13 00:33:03.094617241 +0200
+++ b 2022-06-13 00:33:06.160439506 +0200
@@ -1,1028 +1,1028 @@
table inet firewalld {
chain mangle_PREROUTING {
type filter hook prerouting priority mangle + 10; policy accept;
jump mangle_PREROUTING_ZONES
}
chain mangle_PREROUTING_POLICIES_pre {
#
# This is the OpenShift ovn overlay network image.
# it provides an overlay network using ovs/ovn/ovn-kube
#
# The standard name for this image is ovn-kube
# Notes:
# This is for a build where the ovn-kubernetes utilities
# are built in this Dockerfile and included in the image (instead of the rpm)
#