| Vendor | Username | Password | Comments |
|---|---|---|---|
| 2Wire, Inc. | http | ||
| 360 Systems | factory | factory |
_news/news.php?id=
-site:php.net -"The PHP Group" inurl:source inurl:url ext:pHp
!Host=*.* intext:enc_UserPassword=* ext:pcf
?action=
?cat=
?id=
?intitle:index.of? mp3 artist-name-here
?intitle:index.of? mp3 name
A guide for eliminating AI-generated text patterns and producing prose that reads as genuinely human-written.
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Austin Songer Ultimate Feed</title> | |
| </head> | |
| <body> | |
| <outline text="InfoSec - Firewall + Network" title="InfoSec - Firewall + Network"> | |
| <outline type="rss" text="Keeping It Classless" title="Keeping It Classless" xmlUrl="http://feeds.feedburner.com/keepingitclassless" htmlUrl="http://keepingitclassless.net/"/> | |
| <outline type="rss" text="EtherealMind - Human Infrastructure" title="EtherealMind - Human Infrastructure" xmlUrl="http://feeds.feedburner.com/etherealmind" htmlUrl="http://etherealmind.com"/> |
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
| [ | |
| { | |
| "title": "Burning", | |
| "poster_url": "", | |
| "imdb_id": "tt7282468" | |
| }, | |
| { | |
| "title": "Oldboy", | |
| "poster_url": "", | |
| "imdb_id": "tt0364569" |
/usr/bin/
/usr/lib/
/usr/lib/dtrace/
/usr/lib/groff/
/usr/lib/log/
/usr/lib/pam/
/usr/lib/php/
/usr/lib/pkgconfig/
This is my summary of "The A method for recruiting" by Geoff Smart and Randy Street.
"I feel great ! I have a fantastic team working with me now. [...] It's all because I have a team of A players."
- Make a scorecard for the position
- Source candidates
- Select a candidate
- Sell the job to them
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 bash | |
| if [ "$EUID" -ne 0 ]; then | |
| script_path=$([[ "$0" = /* ]] && echo "$0" || echo "$PWD/${0#./}") | |
| sudo "$script_path" || ( | |
| echo 'Administrator privileges are required.' | |
| exit 1 | |
| ) | |
| exit 0 | |
| fi |
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
| austinsonger@MacBookPro easy % ./target/debug/authorized --config config.toml poam stats | |
| 2025-10-06T18:21:33.299299Z INFO authorized_cli: Initialized authorized-cli v0.1.0 | |
| 2025-10-06T18:21:33.300963Z INFO authorized_cli::config: Loading configuration from: config.toml | |
| 2025-10-06T18:21:33.303040Z INFO authorized_cli::config: Configuration loaded successfully | |
| POA&M Statistics: | |
| Total Items: 3 | |
| By Status: | |
| Open: 2 | |
| In Progress: 1 |
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 | |
| # Modified: 2025-10-05 | |
| # Phase Console Installation Script for Rocky Linux and CentOS | |
| # Installs and configures Phase Console server with Tor hidden service | |
| set -euo pipefail | |
| # Configuration variables | |
| PHASE_CONSOLE_DIR="/opt/phase-console" | |
| PHASE_USER="phaseuser" |
NewerOlder