Original Author: Rui Ueyama (creator of the mold linker)
Translated by @windowsboy111
Minimally edited by @lleyton
The following settings are provided as an example how longhorn should be configured in a production cluster, especially if it is deployed on Hetzner Cloud infrastructure.
Hetzner server nodes provide local storage and allow up to five attached volumes (with a size of up to 10TiB each) Local storage is provided by NVMe storage and therefore is much faster than the attached volumes, but limited in size (max 300GiB usable).
It is assumed that the cluster creation is already done, e.g. via terraform scripts provided by the great kube-hetzner project.
- Install
dnscrypt-proxy
using Homebrew:
brew install dnscrypt-proxy
- Configure DNSCrypt:
nano /opt/homebrew/etc/dnscrypt-proxy.toml
$ cat /etc/clickhouse-server/conf.d/clusters.xml | |
<?xml version="1.0" ?> | |
<yandex> | |
<remote_servers> | |
<xxx> | |
<shard> | |
<replica> <host>h1</host> <port>9000</port></replica> | |
</shard> | |
.... | |
</xxx> |
# don't copy paste this into your config. It's tailored to me and I haven't really stress-tested it outside of my own use. Also, I was mostly using this in 2017-2019 and features may have changed. | |
# Some plugins have been retired and I haven't migrated yet. copyartifacts is the best example of this. | |
# Just use this as a starting point to learn about advanced, undocumented/poorly-documented features of beets. | |
directory: e:\Music\ | |
library: e:\Music\beetslibrary.bib | |
#copyartifactspy3 chroma scrub |
You should not use the Open SSH client that comes with Git for Windows. Instead, Windows 10 has its own implementation of Open SSH that is integrated with the system. To achieve this:
- Start the
ssh-agent
from Windows Services:
- Type
Services
in theStart Menu
orWin+R
and then typeservices.msc
to launch the Services window; - Find the
OpenSSH Authentication Agent
in the list and double click on it; - In the
OpenSSH Authentication Agent Properties
window that appears, chooseAutomatic
from theStartup type:
dropdown and clickStart
fromService status:
. Make sure it now saysService status: Running
.
- Configure Git to use the Windows 10 implementation of OpenSSH by issuing the following command in Powershell:
git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe
package shorturl_test | |
import ( | |
"fmt" | |
"github.com/omissis/ristretto/internal/domain/shorturl" | |
"github.com/omissis/ristretto/internal/test/mock" | |
"reflect" | |
"testing" | |
) |
Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979
