- Reversed using Firefox Network Inspector
- Python POC to see usage data is attached
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 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 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 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", |
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
@logicielactif | |
100CRM | |
101FinancialGroupLLC | |
11:FS | |
11913751CanadaInc | |
12AdaptiveMarketing | |
14Cities | |
17hats | |
1stSecurityBankofWashington | |
1stdibsDesignManager,Inc. |
(See also installing Distroboxm, which is included in SteamOS 3.5 and newer: https://distrobox.it/ )
(See also installing Nix package manager: https://determinate.systems/posts/nix-on-the-steam-deck )
You can install Homebrew (a package manager for macOS and Linux) without disabling the read-only partition with sudo steamos-readonly disable
.
The package manager can be used alongside Flatpaks. Some software is only available on Flathub, and some software is only available on Homebrew.
- Switch to desktop mode (hold power button until a menu appears, then select "Switch to desktop mode")
- Click the logo at the bottom left, go to System, then go to Konsole
```mermaid
sequenceDiagram
participant dotcom
participant iframe
participant viewscreen
dotcom->>iframe: loads html w/ iframe url
iframe->>viewscreen: request template
viewscreen->>iframe: html & javascript
iframe->>dotcom: iframe ready
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
{ | |
"com.8bit.bitwarden": "bitwarden://", | |
"com.apple.airport.mobileairportutility": "apmanage://", | |
"com.apple.appleseed.FeedbackAssistant": "applefeedback://", | |
"com.apple.AppStore": "itms-apps://itunes.apple.com/", | |
"com.apple.AppStoreConnect": "shortcuts://run-shortcut?name=Icon%20Themer&input=%7B%22launch%22%3A%22Connect%22%7D", | |
"com.apple.artistconnect": "shortcuts://run-shortcut?name=Icon%20Themer&input=%7B%22launch%22%3A%22Artists%22%7D", | |
"com.apple.bnd": "beatsbond://", | |
"com.apple.Bridge": "com.apple.bridge://x", | |
"com.apple.calculator": "shortcuts://x-callback-url/run-shortcut?x-error=calc://", |
NewerOlder