mreschke / Python .gitignore
0 beğeniler
0 çatallar
1 dosyalar
Son aktivite 5 days ago
Python .gitignore
| 1 | # mReschke Python .gitignore file standard |
| 2 | # Latest Version https://gist.mreschke.net/mreschke/5b20c8b75bf5407785c8a35d7bdbe17a |
| 3 | # mReschke 2020-11-17 |
| 4 | |
| 5 | # NOTES: |
| 6 | # Folders should be denoted with a trailing / |
| 7 | # /env/ denotes only the root level ./env folder be ignored |
| 8 | # env/ denotes ANY env folder be ignored, even in ./some/deep/folder/env |
| 9 | # Sames goes for files |
mreschke / speedtest-hd.py
0 beğeniler
0 çatallar
1 dosyalar
Son aktivite 5 days ago
Hard drive speed test using fio or dd
| 1 | # Latest speedtest-hd.py moved to Gitea |
| 2 | # See https://git.mreschke.net/mreschke/speedtest-hd |
| 3 | |
| 4 | # Quick Install |
| 5 | wget https://git.mreschke.net/mreschke/speedtest-hd/raw/branch/master/speedtest-hd.py && chmod a+x speedtest-hd.py |
mreschke / Music 2026-Q1
0 beğeniler
0 çatallar
1 dosyalar
Son aktivite 3 months ago
Some cool music for 2026 Q1
Ronald Jenkees New Stuff
- Clear Creek (Wintry Mix) - https://on.soundcloud.com/NJWAygio91bYS2tLmK
From Z
- https://m.soundcloud.com/m-zinednb/goodmorningbasslines02e01?ref=clipboard&p=a&c=0&si=b0b5b66decb9414ab9d4a99f527dc6c5&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing
mreschke / Samsung NVMe Firmware on Debian
0 beğeniler
0 çatallar
1 dosyalar
Son aktivite 4 months ago
BACKUP all data first. No guarantee this won't break your NVMe
Download the ISO from the Samsung SSD tools page.
Ex: wget https://download.semiconductor.samsung.com/resources/software-resources/Samsung_SSD_990_PRO_8B2QJXD7.iso
Install tools
sudo apt-get install -y gzip unzip wget cpio
mreschke / Proxmox secondary_vm.sh
0 beğeniler
0 çatallar
1 dosyalar
Son aktivite 4 months ago
Adjust Nvidia Passthrough Device to Secondary Card
| 1 | #!/bin/bash |
| 2 | |
| 3 | # Set a secondary VM to use second NVIDIA card as PCI Passthrough |
| 4 | # And the bottom USB card. And REMOVE those 2 PCI devices from any other VM |
| 5 | # mReschke 2025-03-16 |
| 6 | |
| 7 | # Input |
| 8 | secondary_vmid="$1" |
| 9 | #primary=109 |
mreschke / Proxmox primary_vm.sh
0 beğeniler
0 çatallar
1 dosyalar
Son aktivite 4 months ago
Adjust Nvidia Passthrough Device to Primary Card
| 1 | #!/bin/bash |
| 2 | |
| 3 | # Set a primary VM to use first NVIDIA card as PCI Passthrough |
| 4 | # And REMOVE those 2 PCI devices from any other VM |
| 5 | # mReschke 2025-03-16 |
| 6 | |
| 7 | # Input |
| 8 | primary_vmid="$1" |
| 9 | primary=109 |
mreschke / Simple Kafka Producer/Consumer
0 beğeniler
0 çatallar
3 dosyalar
Son aktivite 4 months ago
| 1 | kafka-python==2.2.10 |
| 2 | murmurhash2==0.2.10 |
Daha yeni
Daha eski