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
#!/usr/bin/perl | |
# | |
# Unifi AP Status Checker w/email notification | |
# (c)2022 Mark Page [[email protected]] | |
# | |
use strict; | |
use warnings; | |
use LWP::UserAgent; | |
use Email::Sender::Simple qw(sendmail); |
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
/* | |
** Modified: Sun Sep 01 07:18:33 2019 -0500 | |
*/ | |
/* | |
** Mobile login tweaks | |
*/ | |
.mobileLogin-Header { | |
z-index: 1; | |
background-image: url(https://instructure-uploads.s3.amazonaws.com/account_85450000000000001/attachments/355741/login-logo.png) !important; |
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 | |
# | |
#---------------------------------------------------------- | |
# Variable resolution launcher for Sommelier | |
#---------------------------------------------------------- | |
# | |
if [ "$1" == "" ]; then | |
echo "Usage: res [0-9] [app] [args], exiting..." | |
elif [ "$1" -gt 9 ]; then | |
echo "Scale should be 0-9, exiting..." |
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
#!/usr/bin/perl | |
# | |
# Certbot DNS Vaildator for AWS Route53 (w/pkcs12 packager) | |
# ---------------------------------------------------------- | |
# Author: Mark Page [[email protected]] | |
# Modified: Mon Oct 22 12:01:39 2018 -0500 | |
# Requires: awscli, cerbot, openssl | |
# | |
# References: | |
# https://certbot.eff.org/docs/using.html |
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
#!/usr/bin/python3 | |
# -*- coding: UTF-8 -*- | |
# | |
#------------------------------------------------------------------------------- | |
# KS0212 keyestudio RPI 4-channel Relay Shield CLI/CGI Interface | |
#------------------------------------------------------------------------------- | |
# A simple Python3 HTTP/CGI or CLI script for setting/reading GPIO pin states | |
# with the KS0212 keyestudio RPI 4-channel Relay Shield. Tested on Raspberry | |
# Pi 3 Model B Plus Rev 1.3 running Raspbian GNU/Linux 9. | |
#------------------------------------------------------------------------------- |
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
@echo off | |
:: | |
:: VNC Connect Detector | |
:: -------------------------------------------------- | |
:: Detects incoming VNC connections on set TCP port | |
:: on Windoze computers. Plays a beep (waveform) and | |
:: logs to file on detection. | |
:: | |
cls | |
echo ================================================================== |
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 | |
# | |
# Vim build script for Debian derivatives (8.1) | |
#----------------------------------------------------------- | |
# Modified: Mon Apr 22 22:32:32 2019 +0000 | |
# Author: Mark Page [[email protected]] | |
# | |
# This script will remove all existing Vim executables | |
# and libraries and build the latest release from source. | |
# Scripting support for Ruby, Python, Perl and Lua has |
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
Verifying my Blockstack ID is secured with the address 1MHwssu5bcza9123Ti1VcupmC1YUGfaxd5 https://explorer.blockstack.org/address/1MHwssu5bcza9123Ti1VcupmC1YUGfaxd5 |
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
#-------------------------------------------------------------------------- | |
# i3 Config - Thu Aug 16 09:47:16 2018 -0500 | |
# Tweaked for Adwaita-Dark (https://www.gnome-look.org/p/1014995/) | |
#-------------------------------------------------------------------------- | |
#-------------------------------------------------------------------------- | |
# keybind vars | |
#-------------------------------------------------------------------------- | |
# shift Shift_L (0x32), Shift_R (0x3e) | |
# lock Caps_Lock (0x42) |
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
#!/usr/bin/perl | |
# | |
# PWS/METAR Polling Daemon II | |
# ================================================== | |
# Modified: Fri Nov 29 15:35:26 2019 -0600 | |
# Authored: Mark Page [[email protected]] | |
# Version: 19.11.29.15 | |
# | |
# Run this script via cron | |
# |
NewerOlder