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
alias k='microk8s.kubectl -n sc4snmp ' | |
alias kl='k logs -f ' | |
alias kga='k get all' | |
alias kda='k describe all' | |
alias kd='k describe ' | |
alias ka='ka -f ' | |
k get pods -o wide --all-namespaces |
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
####### | |
####### | |
_TV_SHOWS = ['fotc', 'btvs', 'NTNOCN', 'KITH', 'ST TOS', 'STV', 'GoT', 'HTGAWM', 'LOTR', 'AVP', 'TLG', 'ET', 'BTVS', 'CSI', 'TBBT', 'AGT', 'SGA', 'SGU', 'SG SG1', 'BSG', 'WLIIA', 'ILL', 'ANTM', 'TAAHM', 'SATC', 'WWE', '1000WTD', 'LnO', 'TFA', 'TPM', 'AOTC', 'TWD', 'LSSC', 'HIMYM', 'ROTS', 'AOTJ', 'DW', 'NCIS LA', 'TDS', 'TLS', 'SNL', 'BBT', 'HNIC', 'TLJ', 'ST DS9', 'ST', 'TMNT', 'ST TNG', 'OUAT', 'OITNB', 'TXF'] | |
_SUPERHEROES = ['Aquaman', 'Ant-Man', 'Asterix', 'The Atom', 'The Avengers', 'Batgirl', 'Batman', 'Batwoman', 'Black Canary', 'Black Panther', 'Captain America', 'Captain Marvel', 'Catwoman', 'Conan the Barbarian', 'Daredevil', 'The Defenders', 'Doc Savage', 'Doctor Strange', 'Elektra', 'Fantastic Four', 'Ghost Rider', 'Green Arrow', | |
'Green Lantern', 'Guardians of the Galaxy', 'Hawkeye', 'Hellboy', 'Incredible Hulk', 'Iron Fist', 'Iron Man', 'Marvelman', 'Robin', 'The Rocketeer', 'The Shadow', 'Spider-Man', 'Sub-Mariner', 'Supergirl', 'Superman', 'Teenage Mutant Ninj |
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
<row> | |
<html> | |
<style> | |
.dashboard-element-title{ | |
text-align: center; | |
background: #00506f; | |
font-family: Verdana; | |
} |
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
# Summary | |
This repo documents requirements for assessing JS development skills | |
# Project description | |
Create a [React](https://reactjs.org/) component that is capable of taking as input a list of files with absolute paths and gives users the ability to explore that list of files hierarchically (tree) - similar to a file explorer. In addition to the `path`, each file will have a list of properties (e.g. size, create time, mod time, owner etc...) which need to be rendered when the files are presented. | |
# Example input | |
``` | |
const files = [ |
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
!function(t){var e;"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):((e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).AzureStorage||(e.AzureStorage={})).Blob=t()}(function(){return function o(a,s,l){function c(e,t){if(!s[e]){if(!a[e]){var n="function"==typeof require&&require;if(!t&&n)return n(e,!0);if(u)return u(e,!0);var i=new Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}var r=s[e]={exports:{}};a[e][0].call(r.exports,function(t){return c(a[e][1][t]||t)},r,r.exports,o,a,s,l)}return s[e].exports}for(var u="function"==typeof require&&require,t=0;t<l.length;t++)c(l[t]);return c}({1:[function(t,e,n){e.exports.generateDevelopmentStorageCredentials=function(t){var e="UseDevelopmentStorage=true;";return t&&(e+="DevelopmentStorageProxyUri="+t),e};var i=t("../lib/services/blob/blobservice.browser");e.exports.BlobService=i,e.exports.BlobUtilities=t("../lib/service |
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
Marketplace for Functions: https://console.aws.amazon.com/lambda/home#/create/function?tab=serverlessApps | |
--- RAW notes on Splunk + AWS --- | |
Webhook for Splunk on AWS: | |
https://us-east-2.console.aws.amazon.com/lambda/home?region=us-east-2#/create/app?applicationId=arn:aws:serverlessrepo:us-west-2:655989818655:applications/Webhook-to-Splunk-HTTP-Event-Collector | |
https://1h6at9967c.execute-api.us-east-2.amazonaws.com/Prod | |
https://1h6at9967c.execute-api.us-east-2.amazonaws.com/Prod/webhook-to-hec?url=<your.server.com>&port=8088&http_method=https&token=<223342-23242-232324> |
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
# touch /etc/systemd/system/uba.service | |
# chmod 664 /etc/systemd/system/uba.service | |
# vim /etc/systemd/system/uba.service | |
[Unit] | |
Description=UBA-SERVER | |
[Service] | |
Type=simple | |
RemainAfterExit=yes |
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 | |
# Usage: ./check_webex_api.sh sitename email_or_user password | |
if [ $# -eq 0 ]; then | |
echo "No arguments provided" | |
echo | |
echo | |
echo "Usage: ./check_webex_api.sh sitename email_or_user password" | |
echo | |
echo "Note: Ensure that the special characters in password are escaped." |