git helpвстроенная помощь git со списком всех доступных git-команд. Выход из режима просмотра - клавишаq.git help <command>помощь по отдельным командам, например:git help statusgit clone <link to you repo>копирование удаленного репозитория на локальный диск (в текущей директории будет создана папка по названию проектаgit statusсписок файлов с текущими изменениямиgit diffпросмотр всез текущих измененийgit diff my-file.htmlпросмотр изменений конкретного файлаgit commit -am "my comment about changes"git pushотгрузка коммитов на удаленный репозиторийgit log -5просмотр последних 5 коммитовgit log -1 -pпросмотр изменений последнего коммита
Discover gists
| blueprint: | |
| name: IKEA E2490 BILRESA Scroll Wheel (Zigbee2MQTT + ZHA) | |
| description: | | |
| Unified controller blueprint for IKEA E2490 BILRESA scroll wheel working with Zigbee2MQTT and ZHA. | |
| - Buttons: on, off, on_double, off_double | |
| - Scroll: brightness_move_to_level with action_level from Zigbee2MQTT main topic, or ZHA move_to_level args | |
| Supports light brightness, media_player volume, light color_temp, light hue. | |
| Version: 2026-01-18 | |
| domain: automation |
| 612 | PHP | https://en.wikipedia.org/wiki/PHP | |
|---|---|---|---|
| 576 | Python | https://en.wikipedia.org/wiki/Python_(programming_language) | |
| 524 | COBOL | https://en.wikipedia.org/wiki/COBOL | |
| 476 | Rust | https://en.wikipedia.org/wiki/Rust_(programming_language) | |
| 452 | PowerShell | https://en.wikipedia.org/wiki/PowerShell | |
| 432 | APL | https://en.wikipedia.org/wiki/APL_(programming_language) | |
| 428 | Scala | https://en.wikipedia.org/wiki/Scala_(programming_language) | |
| 428 | Perl | https://en.wikipedia.org/wiki/Perl | |
| 424 | JavaScript | https://en.wikipedia.org/wiki/JavaScript |
| { | |
| "accounts": [ | |
| { | |
| "entitlement": { | |
| "canPlayMinecraft": true, | |
| "ownsMinecraft": true | |
| }, | |
| "msa-client-id": "", | |
| "type": "MSA" | |
| }, |
| This customization method references "https://lunar.computer/posts/persistent-customizations-proxmox-60/" and has been fixed and tl;dr by @edisonlee55. | |
| Note: If you are logged in as "root", leave out "sudo" in the commands below. | |
| 1. Create folder "/usr/share/custom/" and "/usr/share/custom/backup" | |
| $ sudo mkdir /usr/share/custom | |
| $ sudo mkdir /usr/share/custom/backup | |
| 2. Backup "proxmoxlib.js" | |
| $ sudo cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/custom/backup/ |
I just want to deploy an Openstack Caracal Version (you can follow the update of Openstack Release on here) on my Ubuntu Jammy as LAB. I do on VirtualBox. You can see my previous article here, i just deploy Openstack Xena on Ubuntu Focal in Cloud/VM.
- I want to deploy single node with all role of Openstack (Management & Compute) Caracal on branch Master on top of Ubuntu Jammy (22.04LTS) on VirtualBox
- I want to access with FQDN
os.test.linkfor External &osint.test.linkfor Internal FQDN - I want to use secondary Disk for VM Volumes (Cinder)
- I want to makesure all service call with TLS
A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.
"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."
By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.
- Mirror of Google Sites
