Skip to content

Commit

Permalink
Added dpkg snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Oct 12, 2024
1 parent 6597d93 commit b60ac28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Some pieces of code I find useful for some reason.
- `sudo dd if=/dev/mmcblk2 status=progress | gzip -c | split -b4GB - mmcblk2.img.gz.part`
- `md5sum mmcblk2.img.gz.part* > MD5SUMS`
- `cat mmcblk2.img.gz.part* | gunzip -c | sudo dd of=/dev/mmcblk2 status=progress`
- `dpkg -s python3`, `dpkg -l | grep -Fi pyth`

```bash
install -m600 <(echo 'ACTION=="add", SUBSYSTEM=="pci",' \
Expand Down

0 comments on commit b60ac28

Please sign in to comment.