vault backup: 2024-08-11 11:12:15

This commit is contained in:
Jerry Jacobs 2024-08-11 11:12:15 +02:00
parent 3b3d3048d0
commit b036f7c57d
2 changed files with 32 additions and 8 deletions

View File

@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "2024/chlorate-cell.md",
"file": "2024/freebsd-notes.md",
"mode": "source",
"source": false
}
@ -85,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "2024/chlorate-cell.md",
"file": "2024/freebsd-notes.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "2024/chlorate-cell.md",
"file": "2024/freebsd-notes.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -125,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "2024/chlorate-cell.md"
"file": "2024/freebsd-notes.md"
}
}
}
@ -148,6 +148,7 @@
},
"active": "30745a6909e8f4cf",
"lastOpenFiles": [
"2024/chlorate-cell.md",
"2019/Nieuwsbrief #24 - knoflook kweken.pdf",
"2024/git-svn mirror.md",
"2024/freebsd-notes.md",
@ -177,7 +178,6 @@
"2024/verjaardags-feest-35-jaar-in-breugel.md",
"2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png",
"2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf",
"2024/chlorate-cell.md",
"2024/Gezonde routines boek review & notes.md",
"2024/Brouwsels 2024.md",
"2021/Tagliatelle-Bolognese.md",
@ -189,7 +189,6 @@
"2024/macos-markdown-editors-2024-review.md",
"2024/just-in-case-als-er-iets-gebeurd-2024.pages.sb-6e88701c-W6gf83",
"2024/just-in-case-als-er-iets-gebeurd-2024.pages",
"2024/just-in-case-als-er-iets-gebeurd.pages",
"2021/CICD/cicd-platforms-and-software.md",
"Untitled.canvas",
"2024-01-19.md",

View File

@ -337,7 +337,32 @@ bastille create testjail 13.2-RELEASE 10.10.99``.30 vxlan0
https://www.reddit.com/r/freebsd/comments/160uss5/comment/jxq4cax/?utm_source=share&utm_medium=web2x&context=3
# Networking
## Networking
Show active internet connections: `netstat`
Show open sockets: `sockstat`
## Installing updates: fix IGNORE_OSVERSION
```
root@pineapple:/home/jerry # pkg update
Updating FreeBSD repository catalogue...
Fetching data.pkg: 100% 7 MiB 7.4MB/s 00:01
Processing entries: 0%
Newer FreeBSD version for package zziplib:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1303001
- running kernel: 1302001
Ignore the mismatch and continue? [y/N]: y
```
```
WARNING: FreeBSD 13.2-RELEASE-p4 HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Tue Jul 2 02:00:00 CEST 2024
will not have been corrected.
```
* `freebsd-update fetch`
* `freebsd-update install`