Advanced Search
Search Results
128 total results found
Getting started
in powershell - browser to your project. Then initialize spec-kitty spec-kitty init . --ai codex,claude,gemini git add . svn propset svn:ignore @" >> .claude >> .codex >> .gemini >> .agents >> .kittify\runtime >> .kittify\workspaces >> .kitti...
Step-by-Step GitHub Releases Workaround: dockur example
When you can't use docker pull or the github workspace is blocked by your IT department. Step-by-Step GitHub Releases Workaround 1. Create the Action Workflow File Open your regular web browser on your Windows host. Go to your GitHub profile and crea...
Raspberry PI Zero 2W camera
Get the imager https://www.raspberrypi.com/software/ and write to sdcard, configure the dialogues 2. Plug in the sdcard, start the raspberry and log in via putty (find IP on router)-> an USB port might not be powerful enough for heavy operations, so pre...
Create putty status display (service control)
sudo chmod +x /usr/local/bin/camera-status #!/bin/bash show_service() { local label="$1" local unit="$2" local active local enabled local state active="$(systemctl is-active "$unit" 2>/dev/null || true)" enabled="$(s...
Add Fileshare
sudo nano /etc/samba/smb.conf Append at bottom: [videos] path = /home/tim/videos browseable = yes read only = no valid users = xxx create mask = 0664 directory mask = 0775 [timelapse] path = /home/xxx/timelapse browseable = yes read only = no ...