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
| A blood black nothingness began to spin. | |
| Began to spin. | |
| Let's move on to system. | |
| System. | |
| Feel that in your body. |
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
| https://api.greenmountainpower.com/api/v2/accounts/<account number>/generation/credits | |
| https://api.greenmountainpower.com/api/v2/usage/<account number>/summary | |
| Outages | |
| /api/v2/outages/me |
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
| Get-DhcpServerv4Scope | Where-Object {$_.LeaseDuration -gt (New-TimeSpan -Hours 1)} | Export-Csv -path Filename.csv | |
| Set-DhcpServerv4Scope -ScopeId x -LeaseDuration 1:00:00 | |
| Get-DhcpServerv4Scope -ScopeId x |
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
| !you will need 'fping' make sure you install this before proceeding | |
| !build a txt file with the hostnames/ips of the hosts you want to ping | |
| !example, mine is called 'testhosts.txt' | |
| !in a terminal window, enter the following | |
| watch -n 0.5 'fping -s $(cat testhosts.txt)' | |
| !the -n value means the screen is updated every half second, you can change this as you see fit. | |
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
| provider "packet" { | |
| auth_token = "Your-api-key-here" | |
| } | |
| resource "packet_project" "viral-lab" { | |
| name = "viral-lab" | |
| } | |
| locals { | |
| project_id = "${packet_project.viral-lab.id}" |
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
| sho run object-group id <your_object_group> |
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
| sho run object id <your_object> |
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
| sho run object id | |
| sho run object-group id | |
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 15.2 | |
| service timestamps debug datetime msec | |
| service timestamps log datetime msec | |
| no service password-encryption | |
| service compress-config | |
| ! | |
| hostname Cisco-IOS | |
| ! | |
| boot-start-marker |
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
| ciscoasa# term page 0 | |
| ciscoasa# sho run | |
| : Saved | |
| : | |
| : Serial Number: 9A0CMB1LBDH | |
| : Hardware: ASAv, 2048 MB RAM, CPU Pentium II 2195 MHz | |
| : | |
| ASA Version 9.6(2) | |
| ! |
NewerOlder