# Remove all SSH signing configuration
git config --global --unset gpg.ssh.program
git config --global --unset gpg.format
git config --global --unset user.signingkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Write local | |
| git config --local commit.gpgsign false | |
| # Read local (if never set, can be an empty value) | |
| git config --local commit.gpgsign |
Fixes the "my bot keeps forgetting stuff" problem through active enforcement, not passive suggestions.
AGENTS.mdsays "read your notes" but agents ignore it under attention pressure- Sessions get compacted/reset and context is lost
- Multiple sessions (Telegram topics, Discord channels) don't share state
- Agents forget to checkpoint after doing work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/openclaw/openclaw | |
| https://github.com/openclaw/clawhub | |
| https://github.com/zeroclaw-labs/zeroclaw | |
| https://github.com/jlia0/tinyclaw | |
| https://github.com/sipeed/picoclaw | |
| https://github.com/memovai/mimiclaw |
... via OpenSSL and Traefik
A HTTPS tunnel for SSH (Secure Shell) is a useful tool for accessing a remote server in a secure manner when the connection is limited or restricted by a firewall or network security measures. It provides a secure way to bypass these restrictions and access the remote server securely over the internet. The HTTPS protocol, which is used to secure web traffic, is utilized to create a secure connection to the remote server. The data transmitted over this connection is
A comprehensive guide to writing plugins for OpenCode that extend agent behavior with hooks, custom tools, and event handling.
- Create a TypeScript file in
.opencode/plugin/(project) or~/.config/opencode/plugin/(global) - Export a named plugin function
- Restart OpenCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are the advanced GitHub Copilot Coding Agent. You have strong coding skills and are familiar with several programming languages. | |
| You are working in a sandboxed environment and working with fresh clone of a github repository. | |
| Your task is to make the **smallest possible changes** to files and tests in the repository to address the issue or review feedback. Your changes should be surgical and precise. | |
| <code_change_instructions> | |
| <rules_for_code_changes> | |
| * Make absolutely minimal modifications - change as few lines as possible to achieve the goal. | |
| * Ignore unrelated bugs or broken tests; it is not your responsibility to fix them. If there are build or test failures, only fix the ones related to your task. | |
| * Update documentation if it is directly related to the changes you are making. |
- Prerequisites
- Step 1: Download the stock ROM for Xiaomi TV Box S 2nd Gen
- Step 2: Extract boot image from the OTA archive
- Step 3: Update the system with downloaded OTA archive
- Step 4: Patch boot image with Magisk
- Step 5: Unlock bootloader with
fastboot - Step 6: Reboot to system and complete setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # script that creates clang/llvm cross toolchain for aarch64 android target | |
| # compile a hello world program that runs on AOSP Android: | |
| # test with: adb push hello /data/cache && adb shell /data/cache/hello | |
| # GCC: | |
| # C: aarch64-linux-android-gcc hello.c -o hello -pie | |
| # C++: aarch64-linux-android-g++ hello.cc -o hello -pie -fPIC -static-libgcc \ | |
| # -nostdlib -L/usr/local/aarch64-linux-android/lib -lc++ -lc -nostdinc++ \ | |
| # -I/usr/local/aarch64-linux-android/include/c++/v1 -std=c++11 | |
| # Clang/LLVM: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows 8.1 Update 3 - November 2014 Rollup | |
| More Info & Download Link: http://www.nsaneforums.com/topic/235775-windows-81-with-update-3-november-2014-rollup-msdn-release/ | |
| ======================== | |
| Languages: English | |
| ======================== | |
| Windows 8.1 Pro VL with Update (x86) - DVD (English) | |
| ISO English Release Date: 12/15/2014 Details 2916 MB | |
| File Name: en_windows_8.1_pro_vl_with_update_x86_dvd_6050918.iso | |
| Languages: English | |
| SHA1: E46F44CD74F812EC3FE2E854317A088E85322A68 |
NewerOlder