added home router configure

This commit is contained in:
Dobromir Popov
2024-01-17 18:19:35 +02:00
parent 56644db73f
commit ba5e73f027
3 changed files with 41 additions and 0 deletions

1
NOTES/useful commands.md Normal file
View File

@ -0,0 +1 @@
docker init

View File

@ -0,0 +1,30 @@
192.168.0.1
popov %TGBnhy6= WPA2 AES
popov5G %TGBnhy6= auto auto
popov-guest wpa-psk aes 12345678
-TP-Archer C6 Zelenakravapasetrev@ (original PIN:35390466, MAC: D8-07-B6-17-03-AE)
https://94.156.137.3:8444
http://94.156.137.3:1024
WAN: 192.168.100.3 DNS 20.101.62.76/1.1.1.3
DHCP: 92.168.0.100-249 DNS 192.168.0.10/20.101.62.76
RESERVATIONS:
C4-65-16-9A-E4-CD
192.168.0.11
E8-65-D4-33-06-D0
192.168.0.4
10-FE-ED-B7-3E-D1
192.168.0.3
34-64-A9-D1-84-75
192.168.0.10
68-5D-43-A8-07-46
192.168.0.20
2C-56-DC-F0-14-80
192.168.0.9
B4-2E-99-3A-99-CB
192.168.0.2
60-6D-C7-5E-63-29
192.168.0.15
30-85-A9-23-1D-F6
192.168.0.13
A4-CF-12-F5-22-8D
192.168.0.18

10
linux/disk fscheck.md Normal file
View File

@ -0,0 +1,10 @@
sudo umount /mnt/mmc
sudo fsck.vfat -a /dev/sdX1
sudo fsck.ext4 -cDfty -C 0 /dev/sdX1
-a: Automatically repair errors.
-c: Check for bad blocks.
-D: Optimize directories when possible.
-f: Force a check, even if the filesystem appears clean.
-t: Print timing stats (optional).
-C 0: Display progress information.