IMPORTANT: At the VERY START of any coding task, you MUST:
- Create a new branch using the format:
claude-session-YYYYMMDD-[topic] - Push the branch to origin
- Start committing changes immediately
Here is a short guide that will help you setup your environment to create signed commits or signed tags with Git locally. This has been extensively tested on Windows with Git and the Github Desktop application: I use it every day for my professional development projects.
I you face any issue, feel free to leave a comment below.
choco install streamlinkhls-live-restart will record from beginning of stream| #!/bin/sh | |
| # so, by default, monitoring and injection cannot be used with Broadcom wl wifi drivers (such as those for Macs) | |
| # this makes it impossible to do stuff like crack wifi passwords with aircrack-ng | |
| # fortunately, there is a solution burried in https://www.broadcom.com/docs/linux_sta/README.txt | |
| echo 1 > /proc/brcm_monitor0 #enables monitor mode. That's it! | |
| # prism0 is now like "mon0" (monitor mode) |