This commit is contained in:
2024-12-09 10:43:40 -07:00
parent a80bf9fbe2
commit 49ffae87dd
8 changed files with 517 additions and 25 deletions

105
1;1-2024/2024-12-07.md Normal file
View File

@ -0,0 +1,105 @@
---
created: 2024-12-08T20:59:29.000Z
type: note
updated: 2024-12-08T20:59:29.000Z
---
# 2024-12-07
## Tape Archive
- [ ] t:/Ubuntu-systemd.tar
- [ ] t:/38a7ec76-full-backup
- [ ] t:/Amazon Drive
- [ ] t:/Ubuntu-Home-Assistant-001.tar
- [ ] t:/Ubuntu-Home-Assistant-002.tar
- [ ] t:/Ubuntu-Home-Assistant-003.tar
- [ ] t:/Ubuntu-Home-Assistant-004.tar
- [ ] t:/Ubuntu-Immich-001.tar
- [ ] t:/Ubuntu-Immich-001-a.tar
- [ ] t:/Ubuntu-Immich-002.tar
- [ ] t:/Ubuntu-Immich-003.tar
- [ ] t:/Ubuntu-Immich-laptop-001.tar
- [ ] t:/Ubuntu-Immich-Norman-Herman-001.tar
- [ ] t:/Ubuntu-Immich-Norman-Herman-002.tar
- [ ] t:/Ubuntu-Immich-Norman-Herman-003.tar
- [ ] t:/Ubuntu-Immich-Norman-Herman-004.tar
- [ ] t:/Ubuntu-Immich-Phares-001.tar
- [ ] t:/Ubuntu-Immich-Videos-004.tar
- [ ] t:/Ubuntu-Immich-Videos-005.tar
- [ ] t:/Ubuntu-Immich-View-by-Distance-Test-003.tar
- [ ] t:/Ubuntu-Immich-View-by-Distance-Test-004.tar
- [ ] t:/Ubuntu-Immich-View-by-Distance-Test-005.tar
- [ ] t:/Ubuntu-Immich-View-by-Distance-Test-006.tar
- [ ] t:/Ubuntu-Kestra-001.tar
- [ ] t:/Ubuntu-Kestra-002.tar
- [ ] t:/Ubuntu-LibreNMS-001.tar
- [ ] t:/Ubuntu-LibreNMS-002.tar
- [ ] t:/Ubuntu-LibreNMS-003.tar
- [ ] t:/Ubuntu-MAAS-002.tar
- [ ] t:/Ubuntu-MAAS-003.tar
- [ ] t:/Ubuntu-MAAS-004.tar
- [ ] t:/Ubuntu-Nexcloud-002.tar
- [ ] t:/Ubuntu-Nexcloud-003.tar
- [ ] t:/Ubuntu-ntopng-001.tar
- [ ] t:/Ubuntu-ntopng-002.tar
- [ ] t:/Ubuntu-ntopng-003.tar
- [ ] t:/Ubuntu-ntopng-004.tar
- [ ] t:/Ubuntu-Observium-001.tar
- [ ] t:/Ubuntu-Observium-002.tar
- [ ] t:/Ubuntu-Observium-003.tar
- [ ] t:/Ubuntu-PhotoPrism.tar
- [ ] t:/Ubuntu-PiHole-001.tar
- [ ] t:/Ubuntu-PiHole-002.tar
- [ ] t:/Ubuntu-Private-GPT.tar
## Spare
- [ ] s:/3)ni-daqmx_24.8.0_offline.iso
- [ ] s:/ARC
- [ ] s:/vzdump-lxc
## ISO
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-Q.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-R.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-S.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-U.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-V.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-W.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-X.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-Y.iso
- [ ] m:/6-Other-Large-Q-Z/6-Other-Large-Z.iso
- [ ] m:/9-Delete/()+.iso
- [ ] m:/9-Delete/2024-07-19-PC2.iso
- [ ] m:/9-Delete/Immich-Norman-Herman.iso
- [ ] m:/9-Delete/Immich-Phares.iso
- [ ] m:/9-Delete/photoprism.iso
## Compare
- [x] d:\Rex
- [x] d:\repos
- [x] d:\Projects
- [x] d:\Cool Programs
- [x] d:\Mackenzie Laptop
- [x] d:\Copied from SUMCO 2019-02-19
- [x] d:\D Drive as of 2013-12-15@8-01 PM (7.20 GB)
- [x] d:\- D Drive as of 2013-12-15@8-01 PM (78.4 GB)
- [x] d:\Ntfs extd - users as of 2013-08-08@11-49 PM (2.19 GB)
## Date
- 2020:01:04 02:12:51.32+00:00
- 2020:01:05 18:17:15.97+00:00
- 2020:01:05 19:52:30.17+00:00
- 2024:12:07 11:19:06.13-07:00
- 2024:12:07 12:07:30.38-07:00
```c# 1733689917118 = 638692867171180000 = Sun Dec 08 2024 13:31:56 GMT-0700 (Mountain Standard Time)
// DateTime a = new DateTime(2020, 01, 04, 02, 12, 51, 32).AddHours(-7);
DateTime b = new DateTime(2020, 01, 05, 19, 52, 30, 17).AddHours(-7);
DateTime c = new(2024, 12, 07, 11, 19, 06, 13);
// DateTime d = new(2024, 12, 07, 12, 07, 30, 38);
long e = new DateTime(c.Ticks - b.Ticks).AddMinutes(-5).Ticks;
```