I hereby claim:
- I am penglei on github.
- I am penglei (https://keybase.io/penglei) on keybase.
- I have a public key ASCgnWjQaq4myVegOjs_zsm-5r19fSRIMOYsCeeabaOBrAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| iptables -t nat -N VIP-SERVICES | |
| iptables -t nat -N VIP-DISTRIBUTION-NGINX | |
| iptables -t nat -N VIP-DISTRIBUTION-NGINX-1 | |
| iptables -t nat -N VIP-DISTRIBUTION-NGINX-2 | |
| iptables -t nat -N VIP-POSTROUTING | |
| iptables -t nat -I PREROUTING -j VIP-SERVICES | |
| iptables -t nat -I OUTPUT -j VIP-SERVICES |
| #!/bin/bash | |
| #qemu-img create -f qcow2 disk.qcow2 20G | |
| #qemu-img create -f qcow2 varstore.img 128M | |
| debian_iso=debian-9.6.0-arm64-xfce-CD-1.iso | |
| qemu-system-aarch64 -smp cpus=6 -M virt -cpu max -m 2G -nographic \ | |
| -drive file=QEMU_EFI.img,if=pflash,format=raw \ | |
| -drive file=varstore.img,if=pflash \ | |
| -drive file=disk.qcow2,if=virtio \ | |
| -drive file=$debian_iso,if=virtio,format=raw |
| #!/bin/bash | |
| config_file=config.json | |
| cat << EOF > $config_file | |
| { | |
| "signing": { | |
| "default": { | |
| "expiry": "87600h" | |
| }, | |
| "profiles": { |
| #based on steeef theme | |
| #run bellow command in terminal to show color list | |
| #: spectrum_ls | |
| function _penglei_theme_info_sep { | |
| echo "%{$FG[245]%}|%{$reset_color%}" | |
| } | |
| # Determine our shell |
| cmake_minimum_required(VERSION 3.15) | |
| project(istio-proxy) | |
| macro(print_all_variables) | |
| message(STATUS "print_all_variables------------------------------------------{") | |
| get_cmake_property(_variableNames VARIABLES) | |
| foreach (_variableName ${_variableNames}) | |
| message(STATUS "${_variableName}=${${_variableName}}") | |
| endforeach() | |
| message(STATUS "print_all_variables------------------------------------------}") |
| #!/bin/bash | |
| # | |
| # Yury V. Zaytsev <[email protected]> (C) 2011 | |
| # | |
| # This work is herewith placed in public domain. | |
| # | |
| # Use this script to cleanly restart the default libvirt network after its | |
| # definition have been changed (e.g. added new static MAC+IP mappings) in order | |
| # for the changes to take effect. Restarting the network alone, however, causes | |
| # the guests to lose connectivity with the host until their network interfaces |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mDMEZFqvPRYJKwYBBAHaRw8BAQdA3Vgen6Cu8jje4PgglBdd4Zwsyp4YWA7dsUVs | |
| /VZ18ge0G3BlbmdsZWkgPHBlbmdsZWlAeWJ5dGUub3JnPoiQBBMWCgA4FiEENU5u | |
| tuafzaO8obO3s0bUg3byXssFAmRazykCGwEFCwkIBwMFFQoJCAsFFgIDAQACHgUC | |
| F4AACgkQs0bUg3byXsvu6AEA/bG5HdA3w5VnKjqh/6X3IBIqeGD3kgVspSedtOdw | |
| +zUA/3Z876SHRNQHPw3clfjnyw5nIKKekTWXhuJAPWTpPq4IuDMEZFqwTRYJKwYB | |
| BAHaRw8BAQdARY0HjbH7azmVOGL6WpmCGb7GrP3p9bgU0Uq/4GIy+IWI7wQYFgoA | |
| IBYhBDVObrbmn82jvKGzt7NG1IN28l7LBQJkWrBNAhsCAIEJELNG1IN28l7LdiAE | |
| GRYKAB0WIQTekuh6sEYBIRbQN1WaE4Qyev94UgUCZFqwTQAKCRCaE4Qyev94Uvyg |