I hereby claim:
- I am hach-que on github.
- I am hachque (https://keybase.io/hachque) on keybase.
- I have a public key whose fingerprint is BEC2 2EB1 4612 1041 5FB1 29FD 92C9 8A29 2A7C 6B43
To claim this, I am signing this object:
| const config = { | |
| context: path.resolve(__dirname, '..'), | |
| output: { | |
| path: path.resolve(__dirname, '../build/public/assets'), | |
| publicPath: '/assets/', | |
| pathinfo: VERBOSE, | |
| }, | |
| cache: DEBUG, |
I hereby claim:
To claim this, I am signing this object:
| public static class Program | |
| { | |
| private static byte[] privateKey = new byte[] | |
| { | |
| 0x60, 0x6a, 0xbe, 0x6e, 0xc9, 0x19, 0x10, 0xea, | |
| 0x9a, 0x65, 0x62, 0xf6, 0x6f, 0x2b, 0x30, 0xe4, | |
| 0x43, 0x71, 0xd6, 0x2c, 0xd1, 0x99, 0x27, 0x26, | |
| 0x6b, 0x3c, 0x60, 0xf4, 0xb7, 0x15, 0xab, 0xa1 | |
| }; |
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: kube-lego | |
| spec: | |
| replicas: 1 | |
| template: | |
| metadata: | |
| labels: | |
| app: kube-lego |
| <VirtualHost 0.0.0.0:9000> | |
| DocumentRoot /opt/deck/html | |
| RewriteEngine On | |
| RewriteRule ^/login$ http://localhost:8084/login [P,L] | |
| ProxyPass "/gate" "http://localhost:8084" retry=0 | |
| ProxyPassReverse "https://YOUR_DOMAIN/gate" "http://localhost:8084" | |
| ProxyPass "/rosco" "http://localhost:8087" retry=0 |
| #version 1 | |
| generate | |
| build |
| #version 1 | |
| set build-target Rebuild | |
| set build-property Configuration Release | |
| set execute-configuration Release | |
| resync | |
| build | |
| if host Windows | |
| execute Protobuild.Compress Protobuild.Internal\BuildResources\GenerateProject.CSharp.xslt Protobuild.Internal\BuildResources\GenerateProject.CSharp.xslt.lzma |
| Protobuild.exe --automated-build |
| ^[[A[roslyn-suspendresume] june@june-linux-pc:~/Projects/monodevelop> ./configure --prefix=/opt/monodevelop-protobuild | |
| Configuring package: main | |
| ------------------------- | |
| Configuration options: | |
| Running aclocal ... | |
| aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' | |
| Running automake --foreign ... | |
| automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' | |
| automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' |
| <?xml version="1.0" encoding="utf-8" ?> | |
| <Project Name="Hook" Path="Hook" Type="Console" PostBuildHook="True"> | |
| <Properties> | |
| <!-- Prevent the hook from running on these projects --> | |
| <PostBuildHookExcludes> | |
| <Project Name="Hook.Library" /> | |
| </PostBuildHookExcludes> | |
| </Properties> | |
| <References> | |
| <Reference Include="System" /> |