Tagged articles

symlink

6 articles · Page 1 of 1
Tech Ocean
Tech Ocean
Jun 27, 2026 · R&D Management

Stop Copying Skills: Private Repo + Symlinks Enable One-Command Machine Migration

The author explains how treating Claude Code skills as version‑controlled assets stored in a single private Git repository and linked via symbolic links eliminates duplicate copies, ensures consistent updates, and allows a new machine to be set up with a single clone‑and‑link command, while also describing when to install skills globally versus per‑project.

AutomationClaude CodeConfiguration
0 likes · 9 min read
Stop Copying Skills: Private Repo + Symlinks Enable One-Command Machine Migration
Liangxu Linux
Liangxu Linux
Sep 4, 2025 · Fundamentals

When to Use Symlinks vs Hard Links in Linux? A Practical Guide

This guide explains the differences between symbolic (soft) links and hard links in Linux, covering their definitions, characteristics, creation commands, inode behavior, cross‑filesystem capabilities, directory restrictions, and real‑world use cases to help you choose the appropriate link type for your needs.

Command LineHard LinkLinux
0 likes · 7 min read
When to Use Symlinks vs Hard Links in Linux? A Practical Guide
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2024 · Information Security

Remote Code Execution Vulnerability in Git (CVE-2024-32002) Explained

Git’s CVE‑2024‑32002 is a critical remote‑code‑execution flaw where a malicious repository can exploit hooks, submodules, and symlinks on case‑insensitive file systems to inject and run attacker‑controlled scripts during a recursive clone, affecting versions up to 2.45.0 and mitigated by disabling recursive submodule fetching, avoiding untrusted clones, and updating Git.

CVE-2024-32002GitHooks
0 likes · 9 min read
Remote Code Execution Vulnerability in Git (CVE-2024-32002) Explained
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 22, 2016 · Backend Development

Why PHP OpCache Fails with Symlinks and How to Fix It

A PHP backend team discovered that enabling OpCache with a symlinked project caused the new version to be ignored, traced the issue to cached file paths, and resolved it by adjusting Nginx fastcgi parameters to use the real path, restoring proper deployment behavior.

NginxOPcachePHP
0 likes · 5 min read
Why PHP OpCache Fails with Symlinks and How to Fix It