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
<# | |
.SYNOPSIS | |
Script is designed to test if Sophos Endoint Protection is installed and proceed with uninstall. | |
.DESCRIPTION | |
Uninstall Sophos Endpoint Protection. | |
.INPUTS | |
none |
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
<# | |
.SYNOPSIS | |
Install-GraylogSidecar.ps1 - Script to automate the installation of the Graylog Sidecar. | |
.DESCRIPTION | |
Automates the installation of the Graylog Sidecar. | |
.OUTPUTS | |
Results are output to the PowerShell window. | |
.PARAMETER installer | |
Specify the path to the Graylog Sidecar installer | |
.PARAMETER server |
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 | |
print_version() { | |
cat <<EOF | |
#################################################################################### | |
# | |
# Author: Lucas Halbert <[email protected]> | |
# Date: 10/14/2019 | |
# Last Edited: 10/14/2019 | |
# Version: 2019.10.14 | |
# Description: Parse a BIND DNS zone (minus the SOA) and import directly to IPA |
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 | |
print_version() { | |
cat <<EOF | |
#################################################################################### | |
# | |
# Author: Lucas Halbert <[email protected]> | |
# Date: 12/13/2016 | |
# Last Edited: 03/27/2019 | |
# Version: 2019.03.27 | |
# Description: Creates a new directory with the specified owner and |
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 | |
print_version() { | |
cat <<EOF | |
#################################################################################### | |
# | |
# Author: Lucas Halbert <[email protected]> | |
# Date: 01.23.2018 | |
# Last Edited: 01.23.2018 | |
# Version: 2018.01.23 | |
# Description: Performs a backup of the entire slapd DIT. Can be run from cron |
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 | |
print_version() { | |
cat <<EOF | |
#################################################################################### | |
# | |
# Author: Lucas Halbert <[email protected]> | |
# Date: 10/21/2015 | |
# Last Edited: 10/21/2015 | |
# Version: 2015.10.21 | |
# Description: Regenerate SSH host keys |
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
####################### | |
# === All Systems === # | |
####################### | |
# Ensure system is fully patched | |
sudo yum -y makecache fast | |
sudo yum -y update | |
# Disable swap | |
sudo swapoff -a |
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 | |
print_version() { | |
cat <<EOF | |
########################################################################## | |
# | |
# Author: Lucas Halbert <[email protected]> | |
# Date: 04/29/2016 | |
# Last Edited: 03/07/2019 | |
# Version: 2019.03.07 | |
# Description: Utilizes named and DNSSEC utilities to assist in |
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
<# | |
#################################################################################### | |
# | |
# Author: Lucas Halbert <[email protected]> | |
# Date Written: 4/24/2018 | |
# Date Modified: 04/08/2019 | |
# Version: 2019.04.08 | |
# Description: Creates an HTML snapshot report from the specified | |
# vSphere/vCenter server. This script requires that the VMware | |
# PowerCLI module to be installed and loaded. |
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
; AutoHotKey script to send the string "thisisunsafe" when navigating to an "unsafe" page in Chrome. | |
#F5::Send, thisisunsafe |
NewerOlder