create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| // Copyright (C) 2022 Evan McBroom | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: | |
| // | |
| // The above copyright notice and this permission notice shall be included in |
| @rem 「※※※」は私のコメントです(元増田のコメントではありません) | |
| @rem エクスプローラ周り重い人向け覚書 | |
| @rem https://anond.hatelabo.jp/20191116220232 | |
| @rem ■ システム設定 | |
| @rem Windows Defender自身を検索して無限ループに陥る問題を解消する | |
| @rem - 設定→更新とセキュリティ→Windows セキュリティ→ウイルスの驚異の防止 | |
| @rem - ウイルスと驚異の防止の設定→設定の管理 |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
Most MCP servers just wrap CRUD JSON APIs into tools — I did it too with scim-mcp and garmin-mcp-app. It works, until you realize a tool call dumps 50KB+ into context.
MCP isn't dead — but we need to design MCP tools with the context window in mind.
font-family: sans-serif のみで良い。
font-family: sans-serif の指定を推奨する。A complete guide to enable hibernation on Fedora 43 (Workstation) with UEFI and btrfs filesystem, including fixes for Secure Boot and SELinux issues.
Run these commands in sequence to enable hibernation:
# Calculate swap size (RAM-based formula)| #!/bin/bash | |
| # Claude Code Usage CLI | |
| # Fetches usage data from Anthropic API and displays it in a readable format | |
| # | |
| # Setup: | |
| # 1. Make sure you're logged into Claude Code (credentials stored in macOS Keychain) | |
| # 2. If you're behind a firewall, configure PROXY_PORT and SSH_HOST below | |
| # 3. chmod +x claude-usage && ./claude-usage | |
| # |
| #!/bin/bash | |
| # | |
| # Script to download apk file from Google Play a.k.a Android Market. | |
| # Accepts package name or Google Play URL as input. | |
| # Files are download from apk-dl.com | |
| # author : Arul (@arulrajnet) | |
| # | |
| APK_DL_URL="http://apk-dl.com/store/apps/details?id=%s" | |
| PACKAGE_NAME="" |