openwrt 23.05

This commit is contained in:
coelner 2023-11-04 08:30:21 +01:00
parent a7825a69e9
commit a609a26025
5 changed files with 40 additions and 3 deletions

BIN
UTI260B-FWBackup-2.zip Normal file

Binary file not shown.

20
backupHannah.md Normal file
View File

@ -0,0 +1,20 @@
Hannah Backup Design
https://www.planttext.com/
```
node
@startuml
skin rose
node Laptop
node syncthing
node Nextcloud
node BSH
node RPi2
node Openmediavault
node (FTP)
node (SMB)
@enduml
```

View File

@ -129,10 +129,23 @@ then
wifi up
fi
```
#### wol_nas1.sh
#### wol_nas1.sh
```
/usr/bin/etherwake -i br-lan A8:A1:59:51:38:10
```
#### check-dyndns.sh
```
#!/usr/bin/env ash
echo "current external IP"
curl https://checkipv4.dedyn.io
echo -e "\ndesec.io"
nslookup koelner.dedyn.io 9.9.9.9 | grep "Address"
#echo "dynvpn.de"
#nslookup koelner.dynvpn.de 9.9.9.9 | grep "Address"
```
## package list
#### useful packages
```
@ -174,7 +187,9 @@ blkid
block-mount
usbutils
usbids
ugpsd
kmod-nft-dup-inet
kmod-nls-cp437
kmod-nls-cp850
kmod-nls-iso8859-1
@ -192,7 +207,10 @@ kmod-usb-gadget
kmod-usb-gadget-mass-storage
kmod-usb-gadget-serial
```
###### default 23.05 packages
```
ath10k-firmware-qca988x-ct base-files busybox ca-bundle dnsmasq dropbear firewall4 fstools kmod-ath10k-ct kmod-ath9k kmod-gpio-button-hotplug kmod-nft-offload kmod-usb-ledtrig-usbport kmod-usb2 libc libgcc libustream-mbedtls logd luci mtd netifd nftables odhcp6c odhcpd-ipv6only opkg ppp ppp-mod-pppoe procd procd-seccomp procd-ujail swconfig uboot-envtools uci uclient-fetch urandom-seed urngd wpad-basic-mbedtls
```
#### chrony-nts
chrony does not support the ref clock via gpsd shm
```

View File

@ -19,7 +19,6 @@ keywords:
```
the specific unit file to place under: `/etc/systemd/system/ssh-reverse.service`
```
[Unit]
Description=Reverse SSH connection

BIN
tk905l.pdf Normal file

Binary file not shown.