From 15cdf7d94490da0a589c7bdeda4b204b822ce682 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 12 Dec 2019 13:07:05 +0800 Subject: [PATCH] PUB @hanwckf https://linux.cn/article-11667-1.html --- .../20191114 Debugging Software Deployments with strace.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename {translated/tech => published}/20191114 Debugging Software Deployments with strace.md (99%) diff --git a/translated/tech/20191114 Debugging Software Deployments with strace.md b/published/20191114 Debugging Software Deployments with strace.md similarity index 99% rename from translated/tech/20191114 Debugging Software Deployments with strace.md rename to published/20191114 Debugging Software Deployments with strace.md index 9fe2f9f6ca..c3557e89ef 100644 --- a/translated/tech/20191114 Debugging Software Deployments with strace.md +++ b/published/20191114 Debugging Software Deployments with strace.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (hanwckf) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11667-1.html) [#]: subject: (Debugging Software Deployments with strace) [#]: via: (https://theartofmachinery.com/2019/11/14/deployment_debugging_strace.html) [#]: author: (Simon Arneaud https://theartofmachinery.com) @@ -10,6 +10,8 @@ 在软件部署中使用 strace 进行调试 ====== +![](https://img.linux.net.cn/data/attachment/album/201912/12/130413poennny2pbrgy9ot.jpg) + 我的大部分工作都涉及到部署软件系统,这意味着我需要花费很多时间来解决以下问题: * 这个软件可以在原开发者的机器上工作,但是为什么不能在我这里运行?