I hereby claim:
- I am derfoh on github.
- I am derfoh (https://keybase.io/derfoh) on keybase.
- I have a public key whose fingerprint is 455B 12C4 3464 76B8 9808 2F98 363F 303C B42E BBBC
To claim this, I am signing this object:
| $version = "0.20.0" | |
| $AgentURL = "https://github.com/prometheus-community/windows_exporter/releases/download/v${version}/windows_exporter-${version}-amd64.exe" | |
| $AbsoluteCurrPath = $(Get-Location).Path | |
| $ExporterDirectoryToCreate = "C:\Program Files\windows_exporter\" | |
| $AbsolutePathExe = "${ExporterDirectoryToCreate}\windows_exporter.exe" | |
| $EnabledCollectors = "cpu,cs,logical_disk,memory,net,os,service,system,tcp,remote_fx,logon,process" | |
| $ServiceName = "windows_exporter" | |
| # create exporter directory |
| $version = "0.9.1" | |
| $AgentURL = "https://github.com/burningalchemist/sql_exporter/releases/download/${version}/sql_exporter-${version}.windows-amd64.zip" | |
| $AbsoluteCurrPath = $(Get-Location).Path | |
| $AbsolutePathZip = "${AbsoluteCurrPath}\tmp\sql-exporter\sql_exporter.zip" | |
| $ServiceName = "sql_exporter" | |
| $TempDirectoryToCreate = "$AbsoluteCurrPath\tmp\sql-exporter" | |
| $SQL_EXPORTER_PATH = "C:\sql-exporter" | |
| $ExporterDirectoryToCreate = "C:\sql-exporter" | |
| # Default is localhost, can be changed if the exporter needs to be remote | |
| # 'sqlserver://${DbUser}:${DbPassword}@${DbAddress}:${DbPort}' |
I hereby claim:
To claim this, I am signing this object:
Add the following lines to ~/.inputrc (C:\cygwin\home<username>.inputrc):
"\e[1;5C": forward-word # ctrl + right
"\e[1;5D": backward-word # ctrl + left
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=/cygdrive/c/Users/fpaulin/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
git update-index --chmod=+x foo.sh
git ls-files --stage