ffmpeg -hwaccel nvdec -hwaccel_output_format cuda -i test.ts -c:v hevc_nvenc -tag:v hvc1 -b:v 4M -maxrate:v 6M -bufsize:v 8M -profile:v main -preset slow -rc:v vbr_hq -rc-lookahead:v 32 -spatial_aq:v 1 -aq-strength:v 15 -filter_complex '[0:v]yadif_cuda=deint=interlaced:mode=1' -c:a copy -f mp4 test-hevc-hwd-60p.mp4
ffmpeg -hwaccel nvdec -hwaccel_output_format cuda -i "../${SRC}" -pass 1 -c:v hevc_nvenc -tag:v hvc1 -b:v 4M -maxrate:v 6M -bufsize:v 8M -profile:v main -preset slow -rc:v vbr_hq -rc-lookahead:v 32 -spatial_aq:v 1 -aq-strength:v 15 -filter_complex '[0:v]yadif_cuda=deint=interlaced:mode=1' -c:a copy -f null - && ffmpeg -hwaccel nvdec -hwaccel_output_format cuda -i "../${SRC}" -pass 2 -c:v hevc_nvenc -tag:v hvc1 -b:v 4M -maxrate:v 6M -bufsize:v 8M -profile:v main -preset slow -rc:v vbr_hq -rc-lookahead:v 32 -spatial_aq:v 1 -aq-strength:v 15 -filter_complex '[0:v]yadif_cuda=deint=interlaced:mode=1' -c:a copy "../${DST}"
This file contains 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
#!/bin/bash | |
#Enables persistence mode | |
sudo nvidia-smi -i 0 -pm 1 | |
sudo nvidia-smi -i 1 -pm 1 | |
sudo nvidia-smi -i 2 -pm 1 | |
#Set PowerLimits in watts | |
sudo nvidia-smi -i 0 -pl 366 | |
sudo nvidia-smi -i 1 -pl 130 |
This file contains 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
variable "api_group_count" { | |
type = number | |
default = 1 | |
} | |
variable "dash_group_count" { | |
type = number | |
default = 1 | |
} | |
variable "datacenters" { |
This file contains 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
auto_auth { | |
method "approle" { | |
config = { | |
role_id_file_path = ".role-id" | |
secret_id_file_path = ".secret-id" | |
} | |
} | |
sink "file" { | |
config = { |
This file contains 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
{ | |
"state": "incomplete", | |
"snap_trimq": "[]", | |
"snap_trimq_len": 0, | |
"epoch": 1751, | |
"up": [ | |
4, | |
2, | |
3, | |
1, |
Duration: 10 minutes
Each student should have received the lab workstation log in information from the instructor. This lab ensures that everyone can connect to the workstation, and verify that a Vault server is running so that vault commands can run against it.
- Task 1: Connect to the Student Workstation
- Task 2: Getting Help
- Task 3: Enable Audit Logging
- Task 4: Access Vault UI
I hereby claim:
- I am arodd on github.
- I am aworkman (https://keybase.io/aworkman) on keybase.
- I have a public key ASBhb4J_YQJ_seGmgkAkcu5MAWr9SkgTDWLiql_-LwQ0dwo
To claim this, I am signing this object:
This file contains 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
# GROK match pattern for logstash.conf filter: %{LOG_DATA}%{IP_SPECIFIC_DATA}%{IP_DATA}%{PROTOCOL_DATA} | |
# GROK Custom Patterns (add to patterns directory and reference in GROK filter for pfSense events): | |
# GROK Patterns for pfSense 2.2 Logging Format | |
# | |
# Created 27 Jan 2015 by J. Pisano (Handles TCP, UDP, and ICMP log entries) | |
# Edited 14 Feb 2015 by E. Paul | |
# | |
# Usage: Use with following GROK match pattern |