I hereby claim:
- I am alkampfergit on github.
- I am alkampfer (https://keybase.io/alkampfer) on keybase.
- I have a public key ASCoowbVuh_QzbqpCkVkS8rjtDZPLRNaLKMNiBZ9uZzb8wo
To claim this, I am signing this object:
using Hangfire; | |
using Hangfire.MemoryStorage; | |
using Hangfire.Mongo; | |
using Hangfire.Mongo.Migration.Strategies; | |
using Hangfire.Mongo.Migration.Strategies.Backup; | |
namespace ConsoleApp4 | |
{ | |
internal class Program | |
{ |
var mongo = db.getMongo() | |
var dbs = db.getMongo().getDBNames() | |
//Step 1 drop all existing profile and recreate profile with bigger collections. | |
for(var i in dbs){ | |
db = db.getMongo().getDB( dbs[i] ); | |
var name = db.getName(); | |
if (name.startsWith("jarvis")) | |
{ | |
db.setProfilingLevel(0) |
Get-ManagementRole -Cmdlet New-ServicePrincipal pwsh | |
RoleEntries : {(Microsoft.Exchange.Management.PowerShell.E2010) Get-BookingMailbox | |
-RecipientTypeDetails, (Microsoft.Exchange.Management.PowerShell.E2010) | |
Test-MailboxAssistant -AssistantName -Process, | |
(Microsoft.Exchange.Management.PowerShell.E2010) Test-ServicePrincipalAuthorization | |
-Debug -ErrorAction -ErrorVariable -Identity -Organization -OutBuffer -OutVariable | |
-Resource -Verbose -WarningAction -WarningVariable, | |
(Microsoft.Exchange.Management.PowerShell.E2010) Get-ServicePrincipal -Debug | |
-ErrorAction -ErrorVariable -Identity -Organization -OutBuffer -OutVariable -Verbose |
version: '3.7' | |
services: | |
keycloak: | |
image: jboss/keycloak:latest | |
container_name: keycloak_tls | |
restart: always | |
ports: | |
# - 8080:8080 | |
- 127.1.0.1:443:8443 |
class Software { | |
[string]$Name | |
[string]$Id | |
[string]$Version | |
[string]$AvailableVersion | |
} | |
$upgradeResult = winget upgrade | Out-String | |
$lines = $upgradeResult.Split([Environment]::NewLine) |
class Software { | |
[string]$Name | |
[string]$Id | |
[string]$Version | |
[string]$AvailableVersion | |
} | |
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8 | |
$upgradeResult = winget upgrade | Out-String |
I hereby claim:
To claim this, I am signing this object:
var dbs = db.getMongo().getDBNames() | |
for(var i in dbs){ | |
db = db.getMongo().getDB( dbs[i] ); | |
if (db.getName().startsWith('jarvis-support-test') ) | |
{ | |
print( "dropping db " + db.getName() ); | |
db.dropDatabase(); | |
} | |
} |
[diff] | |
tool = vsdiffmerge | |
[difftool] | |
prompt = true | |
[difftool "vsdiffmerge"] | |
cmd = \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\IDE\\CommonExtensions\\Microsoft\\TeamFoundation\\Team Explorer\\vsDiffMerge.exe\" \"$LOCAL\" \"$REMOTE\" //t | |
keepbackup = false | |
trustexistcode = true | |
[merge] | |
tool = vsdiffmerge |
[diff] | |
tool = vsdiffmerge | |
[difftool] | |
prompt = true | |
[difftool "vsdiffmerge"] | |
cmd = \"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\vsdiffmerge.exe\" \"$LOCAL\" \"$REMOTE\" //t | |
keepbackup = false | |
trustexistcode = true | |
[merge] | |
tool = vsdiffmerge |