This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $targetDir = "$env:USERPROFILE\.azure-kubelogin" | |
| $azureCliDir = "$targetDir\az" | |
| $azureCliBinDir = "$azureCliDir\bin" | |
| # Ensure target directories exist | |
| @($targetDir, $azureCliDir) | ForEach-Object { | |
| if (-Not (Test-Path -Path $_)) { | |
| New-Item -ItemType Directory -Force -Path $_ | |
| } | |
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| # This file is used as a reference and reminder for commands to use when troubleshooting OP5 Monitor. | |
| # Although not needed frequently when questions about performance arise this can be a starting point. | |
| # The file is broken up into sections specific to the components to be analyzed. | |
| ### | |
| ### | |
| # OP5 Monitor Performance Analysis | |
| ### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "github.com/vbatoufflet/go-livestatus" | |
| "os" | |
| ) | |
| type Config struct { | |
| Columns []string `config:"columns"` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.1' | |
| services: | |
| unifi: | |
| container_name: unifi | |
| restart: unless-stopped | |
| image: linuxserver/unifi | |
| volumes: | |
| - /srv/docker/unifi:/config | |
| environment: | |
| - PGID=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import MySQLdb, sys | |
| if len(sys.argv) <= 2: | |
| sys.exit("Two arguments required. Example: %s <template_user> <destination_user>" %(sys.argv[0])) | |
| template_user = sys.argv[1] | |
| destination_user = sys.argv[2] | |
| connection = MySQLdb.connect(host= "localhost", | |
| user="root", | |
| passwd="", | |
| db="merlin") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -s http://www.gutenberg.org/cache/epub/2701/pg2701.txt |say & | |
| command+Option+Control+8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import MySQLdb, sys | |
| if len(sys.argv) <= 2: | |
| sys.exit("Two arguments required. Example: %s <template_user> <destination_user>" %(sys.argv[0])) | |
| template_user = sys.argv[1] | |
| destination_user = sys.argv[2] | |
| connection = MySQLdb.connect(host= "localhost", | |
| user="root", | |
| passwd="", | |
| db="merlin") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| # | |
| # check_apcext.pl - APC Extra gear monitoring plugin for Nagios | |
| # 05.02.07 Paul Venezia | |
| # | |
| # v0.0.1 | |
| # | |
| # | |
| use Net::SNMP; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The 5th Wave | |
| Alien: Covenant | |
| Allied | |
| The Amazing Spider-Man | |
| The Amazing Spider-Man 2 | |
| American Assassin | |
| American Made | |
| Angry Birds | |
| Argo | |
| Arrival (2016) |
NewerOlder