我有一个内置 WSL2 的 Windows 10。
每当我在 Linux 端创建符号链接时,我希望从 Windows 端可以看到它(例如在使用 samba 的服务器中就会发生这种情况)。但我无法从窗户看到它。
如果您能在 Windows 端查看 linux 符号链接,我将不胜感激
如果我创建一个名为 的文件a/hello.txt
并b
指向 的符号链接a
,我可以cat b/hello.txt
看到它:
mkdir test
cd test/
mkdir a
echo "Hello, world!" > a/hello.txt
ln -s a b
ls -l
# See b pointing to a in the output
cat b/hello.txt
# See the file's contents in the output
Run Code Online (Sandbox Code Playgroud)
当我转到 Windows 端时,符号链接已损坏。
在 gitbash 中:
在 CMD …
symbolic-link network-shares windows-subsystem-for-linux wsl2
我跑的SpeedFan在Windows 7专业版(32位),并发现了一些日志文件C:\Program Files\SpeedFan
命名为SFLog20110717-0001.csv
通过SFLog20110717-0009.csv
。我打开它们,希望看到温度记录,但我发现的只是一列大数字,如下所示。
如何查看温度记录?
Seconds
71822
71825
71828
71831
71834
71837
71840
71843
71846
71849
71852
71856
Run Code Online (Sandbox Code Playgroud) SourceTree 坚持每隔几分钟要求我提供 Microsoft VisualStudio 凭据。
这很烦人。它完全扰乱了工作流程。
我专门研究存储在 gitlab、bitbucket 和 github 上的基于 php 和 linux 的存储库。但sourcetree坚持一遍又一遍地索要视觉工作室的凭证。
我的源代码树列表中可能有超过 50 个存储库。我不记得其中任何一个有任何与 Microsoft 相关的 git 存储,除了使用 github 之外。
cpu ×1
git ×1
logging ×1
sourcetree ×1
speedfan ×1
temperature ×1
windows-subsystem-for-linux ×1
wsl2 ×1