Default keyboard shortcuts for Ghostty terminal emulator. Platform-specific differences are noted where applicable.
| Action | Windows/Linux | macOS |
|---|---|---|
| New window | Ctrl+Shift+N | Cmd+N |
| Close window | Alt+F4 | Cmd+Shift+W |
| ZTE Yettel ruter uspostavlja sledece veze preko svog WAN kabla: | |
| Connection: Management | |
| DHCP IPoE VLAN 715 Priority 0 | |
| Vendor class dslforum.org | |
| IP address 10.48.x.x/255.254.0.0 | |
| Ovu mrezu koristi da komunicira sa TR069 ACS-om na adresi https://acs.cetin.rs:10302/acs/serbia | |
| Connection: Voice | |
| DHCP IPoE VLAN 711 Priority 5 |
| blueprint: | |
| name: Ikea_bilresa_scroll_wheel | |
| description: | | |
| Blueprint for Ikea Bilresa Matter (button and scroll wheel for 3 different channels) | |
| Version: 2026-02-07 | |
| Info: https://community.home-assistant.io/t/ikea-bilresa-scroll-wheel-blueprint-matter/965365 | |
| domain: automation | |
| # input selectors | |
| input: |
| from pysnmp.carrier.asyncore.dispatch import AsyncoreDispatcher | |
| from pysnmp.carrier.asyncore.dgram import udp | |
| from pyasn1.codec.ber import encoder, decoder | |
| from pysnmp.proto.api import v2c | |
| from pysnmp.proto import api | |
| from time import time | |
| from collections import OrderedDict | |
| import copy | |
| import json | |
| import re |
This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.
Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.
This sanitized config shows the key settings referenced in the OpenClaw guide.
config-example.json to ~/.openclaw/openclaw.jsonYOUR_* placeholders with real valuesopenclaw doctor --fix to validateopenclaw security audit --deep to check for issues| # Create a new worktree and branch from within current git directory. | |
| ga() { | |
| if [[ -z "$1" ]]; then | |
| echo "Usage: ga [branch name]" | |
| exit 1 | |
| fi | |
| local branch="$1" | |
| local base="$(basename "$PWD")" | |
| local path="../${base}--${branch}" |
| Sadly, the usual uninstallers of those programs DO NOT remove their "enforcement of pre-installing" extensions into Google Chrome web browser. ("Another program on your computer added an extension that may change the way Chrome works.") | |
| This guidance only contains instructions for Google Chrome. | |
| Enter about://extensions into the adress bar of Google Chrome. | |
| Click on "Details" for the respective extension you want to stop from being pre-installed. | |
| Copy the extension ID from the URL (the text after "id="). | |
| Now remove all these in the registry existing keys at the following paths: | |
| - HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Extensions\<id> | |
| - HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\<id> | |
| - HKEY_CURRENT_USER\SOFTWARE\Google\Chrome\Extensions\<id> |
These rules define how an AI coding agent should plan, execute, verify, communicate, and recover when working in a real codebase. Optimize for correctness, minimalism, and developer experience.