Lost the root/admin password? You can reset it using the command-line. Recipe adapted from gitlab issue #308.
# start the console
sudo gitlab-rails console| #!/bin/bash | |
| mkdir -p kubecon_files | |
| DAYS=("2017-12-06" "2017-12-07" "2017-12-08") | |
| for DAY in "${DAYS[@]}"; do | |
| #Super shitty pipefest because of grep matched groups sadness | |
| LINKS=($(curl https://kccncna17.sched.com/${DAY}/overview | grep -oEi "f='(.*)' cl" | cut -d\' -f 2 | tr '\n' ' ')) | |
| for LINK in "${LINKS[@]}"; do | |
| echo "Requesting https://kccncna17.sched.com/${LINK}" |
Lost the root/admin password? You can reset it using the command-line. Recipe adapted from gitlab issue #308.
# start the console
sudo gitlab-rails console| #!/bin/bash | |
| DAYS=("2019-05-21" "2019-05-22" "2019-05-23" "2019-05-20") | |
| SUBDOMAIN=kccnceu19 | |
| mkdir -p kubecon_files | |
| for DAY in "${DAYS[@]}"; do | |
| #Super shitty pipefest because of grep matched groups sadness | |
| LINKS=($(curl https://${SUBDOMAIN}.sched.com/${DAY}/overview | grep -oEi "f='(.*)' cl" | cut -d\' -f 2 | tr '\n' ' ')) | |
| for LINK in "${LINKS[@]}"; do | |
| echo "Requesting https://${SUBDOMAIN}.sched.com/${LINK}" |
| ! NEC Portable Internetwork Core Operating System Software | |
| ! IX Series IX3315 (magellan-sec) Software, Version 10.7.18, RELEASE SOFTWARE | |
| ! Compiled Oct 25-Tue-2022 12:28:03 JST #2 | |
| ! Current time Apr 26-Wed-2023 16:52:00 JST | |
| ! | |
| timezone +09 00 | |
| ! | |
| logging buffered 819200 | |
| logging subsystem flt warn | |
| logging subsystem mape debug |