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
[ | |
{ | |
"type": "lte", | |
"registered": true, | |
"asu": 18, | |
"dbm": -122, | |
"level": 0, | |
"ci": 6868227, | |
"pci": 317, | |
"tac": 43777, |
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
vg1-tp1_tierdata_0 253:2 0 4M 0 lvm | |
└─vg1-tp1-tpool 253:6 0 37.9T 0 lvm | |
├─vg1-tp1 253:7 0 37.9T 0 lvm | |
├─vg1-lv288 253:8 0 25T 0 lvm | |
│ └─cachedev288 253:4 0 25T 0 f82d06f9 | |
└─vg1-lv3 253:9 0 100G 0 lvm | |
└─cachedev3 253:0 0 100G 0 68757d0f /share/CACHEDEV3_DATA | |
vg1-tp1_tierdata_1 253:3 0 4M 0 lvm | |
└─vg1-tp1-tpool 253:6 0 37.9T 0 lvm | |
├─vg1-tp1 253:7 0 37.9T 0 lvm |
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
[admin@citadel info]# /opt/bin/lsblk | |
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS | |
sda 8:0 0 5.5T 0 disk | |
├─sda1 8:1 0 517.7M 0 part | |
│ └─md9 9:9 0 517.6M 0 raid1 /mnt/HDA_ROOT | |
├─sda2 8:2 0 517.7M 0 part | |
│ └─md256 9:256 0 517.7M 0 raid1 [SWAP] | |
├─sda3 8:3 0 5.4T 0 part | |
│ └─md1 9:1 0 38.1T 0 raid5 | |
│ └─drbd1 147:1 0 38.1T 0 disk |
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://github.com/nuvious/pam-duress | |
A Pluggable Authentication Module (PAM) which allows the establishment of alternate passwords that can be used to perform actions to clear sensitive data, notify IT/Security staff, close off sensitive network connections, etc if a user is coerced into giving a threat actor a password. | |
https://github.com/uber/pam-ussh | |
uber's ssh certificate pam module | |
https://github.com/Yubico/yubico-pam | |
Yubico Pluggable Authentication Module (PAM) | |
https://github.com/hamzasood/pam_touchid |
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
# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. | |
# SPDX-License-Identifier: MIT-0 | |
# AWS Customer Agreement - https://aws.amazon.com/agreement | |
AWSTemplateFormatVersion: 2010-09-09 | |
Description: > | |
Configures Duo RADIUS ECS services using Fargate for use in Directory Service MFA (can be used | |
for AWS SSO, WorkSpaces, and other SAML service providers) | |
Metadata: | |
QuickStartDocumentation: |
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
tell application "System Preferences" | |
quit | |
end tell | |
tell application "System Preferences" | |
activate | |
set the current pane to pane id "com.apple.preference.displays" | |
tell application "System Events" | |
delay 1 | |
set window_name to name of first window of (first application process whose frontmost is true) | |
get window_name |
NewerOlder