- Reversed using Firefox Network Inspector
- Python POC to see usage data is attached
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
#!/bin/bash | |
# Author: sh1mu7 | |
# Date: 2024-02-06 | |
# Description: Django deployment automation. | |
# Prompt for service name | |
# shellcheck disable=SC2162 | |
#!/bin/bash | |
#!/bin/bash | |
echo "=== Deployment Automation Script ===" |
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
import os | |
import json | |
import re | |
import shutil | |
from pathlib import Path | |
from datetime import datetime | |
from argparse import ArgumentParser | |
from html import escape | |
MY_NAME = "YOUR NAME AS IT IS ON FB HERE" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#!/usr/bin/env sh | |
. "$(dirname -- "$0")/_/husky.sh" | |
# Checks for branch name | |
currentBranch=$(git rev-parse --abbrev-ref HEAD) | |
requiredPattern="^(build|chore|feat|docs|refactor|perf|test)/ABC-\d+-.+$" | |
if ! echo "$currentBranch" | grep -qE $requiredPattern; then |
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
# docker-compose ym | |
version: '3' | |
services: | |
# Django application | |
web: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
ports: |
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
{ | |
"07724": { | |
"current": { | |
"temp_f": 46, | |
"temp_c": 7.8, | |
"condition": "Clear", | |
"sunrise": 1683366600, | |
"sunset": 1683417360, | |
"humidity": 99, | |
"gmt_offset": "-04.00", |
If you want to use Bitwarden CLI for ssh
have a look at: How to use use Bitwarden CLI for SSH-Keys in macOS
Wirtten and tested on macOS Ventura
To allow Touch ID on your Mac to authenticate you for sudo access instead of a password you need to do the following.
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
{ | |
"meta": { | |
"theme": "kendall" | |
}, | |
"basics": { | |
"name": "Tyler M. Neher", | |
"label": "Data Scientist and Cybersecurity Professional", | |
"email": "[email protected]", | |
"photo": "https://github.com/tylermneher.png", | |
"phone": "732-275-5997", |
NewerOlder