From bb94fbf8c76c84ced683a32370685d9f2421de64 Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Mon, 29 Dec 2025 14:52:46 +0800 Subject: [PATCH] Batch 2: Migrate technical references from Job to Resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move 5 technical reference files to 300-resources/Development/ - curl POST examples → Tools/curl-post-examples.md - sudo blocking guide → Linux/sudo-command-blocking.md - Gradle cheatsheet → Tools/gradle-cheatsheet.md - Filesystem limitations → Linux/filesystem-limitations.md - IPA server installation → Linux/ipa-server-installation.md - Job area now focuses on career development content - Created Tools/ and Linux/ subdirectories in Development/ (vault changes by Claude Code) --- .../Development/Linux/filesystem-limitations.md | 0 .../Development/Linux/ipa-server-installation.md | 0 .../Development/Linux/sudo-command-blocking.md | 0 .../Development/Tools/curl-post-examples.md | 0 .../Development/Tools/gradle-cheatsheet.md | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename 200-area/Job/Filesystem limitation.md => 300-resources/Development/Linux/filesystem-limitations.md (100%) rename 200-area/Job/Install IPA server.md => 300-resources/Development/Linux/ipa-server-installation.md (100%) rename 200-area/Job/block sudo to specific command.md => 300-resources/Development/Linux/sudo-command-blocking.md (100%) rename 200-area/Job/curl POST examples.md => 300-resources/Development/Tools/curl-post-examples.md (100%) rename 200-area/Job/Gradle cheatsheet.md => 300-resources/Development/Tools/gradle-cheatsheet.md (100%) diff --git a/200-area/Job/Filesystem limitation.md b/300-resources/Development/Linux/filesystem-limitations.md similarity index 100% rename from 200-area/Job/Filesystem limitation.md rename to 300-resources/Development/Linux/filesystem-limitations.md diff --git a/200-area/Job/Install IPA server.md b/300-resources/Development/Linux/ipa-server-installation.md similarity index 100% rename from 200-area/Job/Install IPA server.md rename to 300-resources/Development/Linux/ipa-server-installation.md diff --git a/200-area/Job/block sudo to specific command.md b/300-resources/Development/Linux/sudo-command-blocking.md similarity index 100% rename from 200-area/Job/block sudo to specific command.md rename to 300-resources/Development/Linux/sudo-command-blocking.md diff --git a/200-area/Job/curl POST examples.md b/300-resources/Development/Tools/curl-post-examples.md similarity index 100% rename from 200-area/Job/curl POST examples.md rename to 300-resources/Development/Tools/curl-post-examples.md diff --git a/200-area/Job/Gradle cheatsheet.md b/300-resources/Development/Tools/gradle-cheatsheet.md similarity index 100% rename from 200-area/Job/Gradle cheatsheet.md rename to 300-resources/Development/Tools/gradle-cheatsheet.md