Skip to content

Commit

Permalink
url fixes w/ new home
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 9, 2024
1 parent a5e955a commit 05d44fa
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 27 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ I focus on TV, video/audio, UI/UX, javascript 🦕, markdown, 🦭 containers &
Find me at:
[🦣 mastodon](https://mastodon.social/@traceypooh)
[🐦 twitter/X](https://twitter.com/tracey_pooh)


## TODO
```sh
gg xxx
gg -F /~tracey
wget crawl & find/fix 404s
```
2 changes: 1 addition & 1 deletion aaron-swartz-day-2019/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<small>
_?_ for key shortcuts
</small><br/>
https://archive.org/~tracey/slides
https://tracey.archive.org



Expand Down
2 changes: 1 addition & 1 deletion aaron-swartz-day/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<small>
_?_ for key shortcuts
</small><br/>
https://archive.org/~tracey/slides
https://tracey.archive.org



Expand Down
4 changes: 2 additions & 2 deletions devops/2021-02-03/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://archive.org/~tracey/slides/eveal.js/eveal.js"></script><title>DevOps Training: Week 2</title></head><body>
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://tracey.archive.org/eveal.js/eveal.js"></script><title>DevOps Training: Week 2</title></head><body>


# 🚂 DevOps Training
Expand Down Expand Up @@ -29,7 +29,7 @@
- [variables & `levant`](https://gitlab.com/internetarchive/nomad/-/blob/master/.gitlab-ci.yml)
- RAM min/max
- more info:
- https://archive.org/~tracey/slides/gitlab-commit (slides)
- https://tracey.archive.org/gitlab-commit (slides)
- https://www.youtube.com/watch?v=6mAmH_-HCxg (video)


Expand Down
2 changes: 1 addition & 1 deletion devops/2021-02-17/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://archive.org/~tracey/slides/eveal.js/eveal.js"></script><title>DevOps Training: Week 3</title></head><body>
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://tracey.archive.org/eveal.js/eveal.js"></script><title>DevOps Training: Week 3</title></head><body>

# 🚂 DevOps Training
## Week 3
Expand Down
4 changes: 2 additions & 2 deletions devops/2021-02-24/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://archive.org/~tracey/slides/eveal.js/eveal.js"></script><title>DevOps Training: Week 4</title></head><body>
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://tracey.archive.org/eveal.js/eveal.js"></script><title>DevOps Training: Week 4</title></head><body>

# 🚂 DevOps Training
## Week 4
### Feb 24, 2021

Slides: https://archive.org/~tracey/slides/devops/
Slides: https://tracey.archive.org/devops/

---
## Don't forget!
Expand Down
20 changes: 10 additions & 10 deletions devops/2021-03-10/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://archive.org/~tracey/slides/eveal.js/eveal.js"></script><title>DevOps Training: Week 5</title></head><body>
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://tracey.archive.org/eveal.js/eveal.js"></script><title>DevOps Training: Week 5</title></head><body>

# 🚂 DevOps Training
## Week 5
### Mar 10, 2021

Slides: https://archive.org/~tracey/slides/devops/
Slides: https://tracey.archive.org/devops/

---
## Don't forget!
Expand Down Expand Up @@ -113,7 +113,7 @@

---
### verify Network DNS still has 127.0.0.1 as first resolver
- https://archive.org/~tracey/slides/devops/2021-02-24/#/17
- https://tracey.archive.org/devops/2021-02-24/#/17
- then:

```bash
Expand Down Expand Up @@ -210,9 +210,9 @@

---
## reregister runner
- [Setup Runner](https://archive.org/~tracey/slides/devops/2021-02-17/#/22)
- [GitLab Runner Register](https://archive.org/~tracey/slides/devops/2021-02-17/#/23)
- [GitLab Runner Register](https://archive.org/~tracey/slides/devops/2021-02-17/#/24)
- [Setup Runner](https://tracey.archive.org/devops/2021-02-17/#/22)
- [GitLab Runner Register](https://tracey.archive.org/devops/2021-02-17/#/23)
- [GitLab Runner Register](https://tracey.archive.org/devops/2021-02-17/#/24)

---
## new project pipeline
Expand Down Expand Up @@ -243,7 +243,7 @@

---
## nomad ACL re-bootstrap (official 🤔)
first try [clear out nomad (& docker)](https://archive.org/~tracey/slides/devops/2021-03-10/#/6)
first try [clear out nomad (& docker)](https://tracey.archive.org/devops/2021-03-10/#/6)
```bash
nomad acl bootstrap
```
Expand All @@ -261,7 +261,7 @@

---
## nomad ACL re-bootstrap (fallback)
first try [clear out nomad (& docker)](https://archive.org/~tracey/slides/devops/2021-03-10/#/6)
first try [clear out nomad (& docker)](https://tracey.archive.org/devops/2021-03-10/#/6)
```bash
sudo brew services stop nomad
sudo killall nomad
Expand All @@ -276,9 +276,9 @@
sudo brew services start nomad
```
- "Nomad bootstrap - get ACL token"
-- [2021-02-24/#/36](https://archive.org/~tracey/slides/devops/2021-02-24/#/36)
-- [2021-02-24/#/36](https://tracey.archive.org/devops/2021-02-24/#/36)
- "NOMAD_ADDR + NOMAD_TOKEN"
-- [2021-02-24/#/37](https://archive.org/~tracey/slides/devops/2021-02-24/#/37)
-- [2021-02-24/#/37](https://tracey.archive.org/devops/2021-02-24/#/37)

- update new token value at:
- GitLab https://git.x.archive.org/ia
Expand Down
4 changes: 2 additions & 2 deletions devops/2021-03-31/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://archive.org/~tracey/slides/eveal.js/eveal.js"></script><title>DevOps Training: Week 6</title></head><body>
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://tracey.archive.org/eveal.js/eveal.js"></script><title>DevOps Training: Week 6</title></head><body>

# 🚂 DevOps Training
## Week 6
### Mar 31, 2021

Slides: https://archive.org/~tracey/slides/devops/
Slides: https://tracey.archive.org/devops/

---
## Overview
Expand Down
4 changes: 2 additions & 2 deletions devops/2021-04-07/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://archive.org/~tracey/slides/eveal.js/eveal.js"></script><title>DevOps Training: Week 7</title></head><body>
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://tracey.archive.org/eveal.js/eveal.js"></script><title>DevOps Training: Week 7</title></head><body>

# 🚂 DevOps Training
## Week 7
### Apr 7, 2021

Slides: https://archive.org/~tracey/slides/devops/
Slides: https://tracey.archive.org/devops/

---
## Overview
Expand Down
4 changes: 2 additions & 2 deletions devops/2021-05-12/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://archive.org/~tracey/slides/eveal.js/eveal.js"></script><title>DevOps Training: Week 10</title></head><body>
<!doctype html><head><meta charset="utf-8"/><script>window.REMOTE=1</script><script src="https://tracey.archive.org/eveal.js/eveal.js"></script><title>DevOps Training: Week 10</title></head><body>

# 🚂 DevOps Training
## Week 10
### May 12, 2021

Slides: https://archive.org/~tracey/slides/devops/
Slides: https://tracey.archive.org/devops/

---
## Overview
Expand Down
2 changes: 1 addition & 1 deletion eveal.js/eveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function req(file, callback) {
// NOTE: these allow caller to override the default (2 different ways) and include us remotely.
// NOTE: the `../eveal.js/` redundancy is for legacy setup
if (window.REMOTE)
window.BASE = 'https://archive.org/~tracey/slides/eveal.js/reveal.js/'
window.BASE = 'https://tracey.archive.org/eveal.js/reveal.js/'
const BASE = window.BASE ?? '../eveal.js/reveal.js/'

req(`${BASE}lib/js/head.min.js`, () => {
Expand Down
2 changes: 1 addition & 1 deletion hashitalks-2022/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="fragment">🚀</h1>


---
## [* GitLab is even easier](https://archive.org/~tracey/slides/hashiconf)
## [* GitLab is even easier](https://tracey.archive.org/hashiconf)

focus on GitHub today

Expand Down
4 changes: 2 additions & 2 deletions kubecon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<small>
_?_ for keyboard shortcuts
</small><br>
https://archive.org/~tracey/slides
https://tracey.archive.org

---
<!-- .slide: data-background="ia-truck-cartoon.jpg" -->
Expand Down Expand Up @@ -146,7 +146,7 @@
| 2016/8 | switched `mp3/mp4` generation to `docker`
| 2017/6 | <a href="https://archive.org/~tracey/docker-talker">IA Engr. Presentation</a>
| 2018/6 | <a href="https://archive.org/~tracey/kubernetes-special-topic">IA Engr. Special Topic talk</a>
| 2018/7 | <a href="https://archive.org/~tracey/auto-devops">_GitLab 'Auto DevOps'_ Changes Everything - Dev & Ops Harmony - Confessions of a middle child</a>
| 2018/7 | <a href="https://tracey.archive.org/auto-devops">_GitLab 'Auto DevOps'_ Changes Everything - Dev & Ops Harmony - Confessions of a middle child</a>

---
## Timeline / Evolution
Expand Down

0 comments on commit 05d44fa

Please sign in to comment.