I hereby claim:
- I am vrischmann on github.
- I am sphax (https://keybase.io/sphax) on keybase.
- I have a public key ASBKrO-dT2hN7YGUU6Uu5g7O7GxE37Z1E7wpwv-F5nfRqgo
To claim this, I am signing this object:
| realm=Sonatype Nexus Repository Manager | |
| host=nexus.company.com | |
| user=admin | |
| password=admin123 |
I hereby claim:
To claim this, I am signing this object:
This script automates launching SSH sessions to hosts defined in an Ansible inventory file.
It parses the inventory file (at ./hosts) and understand Ansible patterns like webserver[0:1],db[4:10]:!db9.stuff.com.
So if you have this inventory for example:
[webserver]
webserver01.stuff.com
| server: | |
| tls-cert-bundle: "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" | |
| forward-zone: | |
| name: "." | |
| forward-ssl-upstream: yes | |
| forward-addr: 1.1.1.1@853#cloudflare-dns.com |
| pushd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build" | |
| # Adapt the argument `x86_amd64` if it's not what you need. Run the bat file to see what's available. | |
| cmd /c "vcvarsall.bat x86_amd64 &set" | | |
| foreach { | |
| if($_ -match "(.*?)=(.*)") | |
| { | |
| Set-Item -force -path "ENV:\$($matches[1])" -value "$($matches[2])" | |
| } |
This configures nvim-lsp to use zls.
zls as described in its READMEnvim-lsp (I'm using the Vim8 native packages), once installed add the file zls.lua under the directory lua/nvim_lspcmd path to point to your zls binaryinit.vim to your $HOME/.config/nvim/init.vim, modify the mappings if you want.beancount/sources/iex.py with this one which uses IEX Cloud instead of the old API.2018-01-01 commodity EDF
| const std = @import("std"); | |
| const c = @cImport({ | |
| @cInclude("test.h"); | |
| }); | |
| pub fn main() !void { | |
| const foo = c.SQLITE_TRANSIENT; | |
| _ = foo; | |
| } |