hardware-list added

This commit is contained in:
user 2022-01-17 09:22:46 +01:00
parent e92e69e151
commit 9bdc0900ae
3 changed files with 28 additions and 4 deletions

23
hardware-list.md Normal file
View File

@ -0,0 +1,23 @@
# hardware list
### USB SATA enclosure
```
Inateck 2,5" Gehäuse (ASMT 2115 USB)
ASMedia 1153 - B1PU73D7A0 1809
S/N: 8F14CLY1 Gehäuse
Port#0: VID=0x174C PID=0x1153, Device Config: VID=0x174C PID=0x55AA, Rev. 0x0100
```
### USB Hub
```
Transcend HUB2K USB3.1 Gen1 4-Port-Hub W/O:F10639 (Production Year: 2019)
idVendor=8564, idProduct=4100, bcdDevice=93.03
```
### gadgets
#### DAB+
https://github.com/AlbrechtL/AP8224-DAB-Dongle
```
1234:1111 Brain Actuated Technologies mvsiicon 026 usb audio
```

View File

@ -1,7 +1,7 @@
# systemd cheat sheet # systemd cheat sheet
## ssh systemd rerverse shell as service ## ssh systemd rerverse shell as service
- persistent reverse SSH connection with systemd - persistent reverse SSH connection with systemd

View File

@ -3,15 +3,16 @@
- Short summarize over boot duration - Short summarize over boot duration
`system-analyze` `system-analyze`
- Generate plot for systemd boot process - Generate plot for systemd boot process
`system-analyze plot > boot.svg` `system-analyze plot > boot.svg`
`firefox boot.svg` `firefox boot.svg`
- kernel log with delta in time - kernel log with delta in time
`dmesg --show-delta --color=always | less -R` `dmesg --show-delta --color=always | less -R`
-correlate initramfs with kernel messages - correlate initramfs with kernel messages
`journalctl -b -o short-monotonic` `journalctl -b -o short-monotonic`
- sort systemd load times - sort systemd load times
`systemd-analyze blame` `systemd-analyze blame`
-select specific initramfs service - select specific initramfs service
`journalctl -b -o short-monotonic -u systemd-udev-settle.service` `journalctl -b -o short-monotonic -u systemd-udev-settle.service`
- analyse with systemd-bootchart - analyse with systemd-bootchart
`init=/lib/systemd/systemd-bootchart` `init=/lib/systemd/systemd-bootchart`