$ sudo alien -r --keep-version gitbook-editor-7.0.12-linux-x64.deb
$ rpmrebuild -pe gitbook-editor-7.0.12-1.x86_64.rpm
Requires: libnode.so()(64bit)
Requires: libffmpeg.so()(64bit)
| #! /bin/sh | |
| # update glibc to 2.17 for CentOS 6 | |
| wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm | |
| wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm | |
| wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm | |
| wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm | |
| sudo rpm -Uvh glibc-2.17-55.el6.x86_64.rpm \ |
| #!/usr/bin/env bash | |
| cmd=$1 | |
| chart=$2 | |
| env=$3 | |
| dir=${chart}-kustomize | |
| chart=${chart/.\//} | |
| build() { |
Table of Contents
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| # for real pushes, this would be "library" | |
| targetOrg='trollin' | |
| # https://github.com/tianon/dockerhub-public-proxy | |
| publicProxy="$DOCKERHUB_PUBLIC_PROXY" | |
| _curl() { |
I have created a local Kubernetes cluster with kind. Following are changes you need to get metric-server running on Kind.
Deploy latest metric-server release.
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.5.0/components.yamlWithin existing arguments to metric-server container, you need to add argument --kubelet-insecure-tls.
Please see my post below on this as sooon as possible! https://gist.github.com/joeblackwaslike/752b26ce92e3699084e1ecfc790f74b2?permalink_comment_id=5716065#gistcomment-5716065
These instructions should work with the latest versions of cursor which requires a much different strategy than the older versions where you could simply point cursor to the MS extension marketplace and call it a day.
After clicking login in Kiro IDE on Linux, the browser opens and authentication succeeds, but the redirect to kiro:// protocol fails to return to the IDE, leaving you stuck on the login screen.
Linux doesn't have the kiro:// custom protocol handler registered, so the browser doesn't know which application should handle the redirect URL.