52 lines
1.9 KiB
Markdown
52 lines
1.9 KiB
Markdown
---
|
|
tags:
|
|
- daily
|
|
date: 2024-01-24
|
|
---
|
|
## Tasks
|
|
|
|
```tasks
|
|
due today
|
|
```
|
|
|
|
### Open Tasks
|
|
```tasks
|
|
due before today
|
|
no scheduled date
|
|
is not recurring
|
|
not done
|
|
sort by priority
|
|
```
|
|
|
|
```
|
|
```
|
|
___
|
|
### New Tasks
|
|
- [ ]
|
|
## Quick Notes
|
|
- [[Floris]] has suggested the book [Rapid Development by McConnell](https://libgen.is/book/index.php?md5=B54C7E454A266942DDC28AF853D629F2) to be a very good book on how to organize software development.
|
|
- Fragen an [[Vinnie]]:
|
|
- Wieso kann ich port 5006 deny in ufw aber mit 37.1200.177.0:5006 immer noch darauf zugreifen?
|
|
- wieso funktioniert testlogs.onesec.com aber foxglove.onesec.com nicht?
|
|
- kann ich eine user database haben die zugriff auf verschiedene webapps hat mit demselben login?
|
|
- Wie kann ich zugriff über bare IP redirecten zu testlogs.onesec.com (authentifizierungs problem.) Ich habe versucht eine 4XX response zu geben mit listen 5006, aber das ging nicht weil 0.0.0.0:5006 doppelt belegt wurde (wgen proxy_pass?)
|
|
```
|
|
Jan 24 14:20:01 v2202204173997187481 nginx[6365]: nginx: [emerg] bind() to 0.0.0.0:5006 failed (98: Address already in use)
|
|
Jan 24 14:20:01 v2202204173997187481 nginx[6365]: nginx: [emerg] bind() to [::]:5006 failed (98: Address already in use)
|
|
Jan 24 14:20:01 v2202204173997187481 nginx[6365]: nginx: [emerg] still could not bind()
|
|
|
|
```
|
|
|
|
- Sealife might be an [alternative](https://www.zerotier.com/blog/zerotier-makes-running-private-cloud-storage-more-accessible-and-easier-to/) to Synology Drive
|
|
|
|
# Daily Recap
|
|
## Learnings
|
|
Today I've learned about [[Computer Networking]] in computer science by watching [this video](https://www.youtube.com/watch?v=bKFMS5C4CG0&ab_channel=NetworkChuck). It shows how to use [[Docker#Networks]] to isolate or combine different containers that talk to each other and the internet. NetworkChuck uses a [UniFi Router](https://ui.com/cloud-gateways/dream-router).
|
|
## Planning of Tomorrow
|
|
### New Tasks for tomorrow
|
|
1. change due dates of unfinished tasks today
|
|
2. add new tasks:
|
|
- [ ]
|
|
|
|
|