State of administrative privilege
| feature | grants | how to |
|---|
| time | devices | |
|---|---|---|
| 2025-09-09 16:06:00 | 273a13ea | |
| 2025-09-09 16:05:30 | 273a13ea | |
| 2025-09-09 16:05:00 | 273a13ea | |
| 2025-09-09 16:04:30 | 273a13ea | |
| 2025-09-09 16:04:00 | 273a13ea | |
| 2025-09-09 16:03:30 | 273a13ea | |
| 2025-09-09 16:03:00 | 273a13ea | |
| 2025-09-09 16:02:30 | 273a13ea | |
| 2025-09-09 16:02:00 | 273a13ea |
| import ohio | |
| def open_url_lazy(url): | |
| """construct file-like object for resource at given url""" | |
| chunks = request_chunks(url) | |
| return ohio.IteratorTextIO(chunks) |
| import argparse | |
| import random | |
| import re | |
| import string | |
| import sys | |
| from triage.component.catwalk import storage | |
| SIZE_UNITS = 'kmgtpez' |
| import argparse | |
| class StoreMapAction(argparse.Action): | |
| Unspec = object() | |
| def __init__(self, | |
| option_strings, | |
| dest, |
| function prompt_command() { | |
| PS1="${purple}[\h]${red}$(virtualenv_prompt)${normal} \w ${white}$(scm_prompt_info)${normal}» " | |
| } | |
| PROMPT_COMMAND=prompt_command; | |
| ## git-theme | |
| # feel free to change git chars. | |
| GIT_THEME_PROMPT_DIRTY=" ${red}✗" | |
| GIT_THEME_PROMPT_CLEAN=" ${bold_green}✓" |