腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(46)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
防止脚本文件使用SSH远程调用
用户需要先登录SSH,然后运行脚本ssh
remote-server
和登录后的./script.sh应该可以工作 我可以更改所有权并应用chmod,但是远程用户可以使用ssh
remote-server
"sudo -u newuser ./script.sh"。
浏览 0
修改于2017-07-07
得票数 0
1
回答
如何使用可信连接运行分布式SQL Server查询
我想在远程计算机上运行SQL Server查询,这就是我正在做的事情 N'
remote-server
',//want to do this step, and want to use trusted connection to remote server EXEC sp_addlinkedsrvlogin '
remote-server
', 'false', NULL,
浏览 3
提问于2011-06-24
得票数 0
回答已采纳
3
回答
在UNC路径上运行Get-ChildItem在Powershell中工作,而在批处理文件中运行的Powershell中不起作用。
powershell -ExecutionPolicy ByPass -File "Slave.ps1"$foo = @{Name = "Foo"}$bar.Path = "\\
remote-server
\barthing" @( $foo, $bar ) | ForEach-Objectthings with
浏览 6
修改于2014-05-13
得票数 25
回答已采纳
1
回答
使用jumpserver的ssh在配置中不起作用。
如果我这样做了:ssh用户名@
remote-server
(通过jumpserver连接到远程服务器)Host
remote-server
User username HostName 127.0.0.2 ProxyCommand ssh m
浏览 10
修改于2016-05-11
得票数 0
回答已采纳
1
回答
为什么ssh远程服务器sh -c触摸1?
我跟踪-c在ssh上执行su,发现我需要做ssh
remote-server
'sh -c "touch 1 && echo 2"'。但我想知道为什么..。因为所有其他命令都像ssh
remote-server
echo -e 123一样正常工作
浏览 0
提问于2019-02-09
得票数 0
回答已采纳
1
回答
在go中让websocket.Dial超时的惯用方法?
我的代码如下所示: fmt.Println("Fail")当
remote-server
关闭时,需要60秒才能超时。
浏览 0
提问于2013-04-09
得票数 4
回答已采纳
1
回答
IntelliJ中的GWT远程调试:没有与调试服务器的连接
在IntelliJ中,我使用以下"Dev“参数运行:有人知道我的设置有什么问题吗? 提前谢谢。
浏览 2
提问于2014-12-16
得票数 0
回答已采纳
1
回答
是否不能在Fabric任务中通过管道输出?
rsync -avun <local-directory> <
remote-server
>Fatal error:
浏览 0
提问于2015-01-22
得票数 0
1
回答
在bash中使用多个通配符在ssh上进行rsync,同时保持目录结构
log.log为了rsync serviceA中的所有文件,我只使用一个通配符*运行以下命令但是,如果我想从某一天rsync serviceA中的所有文件,我需要第二个通配符,如:rsync -arv <
remote-server
不过,我尝试
浏览 0
修改于2021-07-31
得票数 3
1
回答
没有在ubuntu 22.04工作的Livepatch
Stdout: Unable to configure Livepatch: Failed running command '/snap/bin/canonical-livepatch config
remote-server
ERROR: Unable to configure Livepatch: Failed running command '/snap/bin/canonical-livepatch config
remote-server
浏览 0
修改于2022-05-20
得票数 0
回答已采纳
1
回答
webpack 2型ie9+自动固定器
fetch failed http://
remote-server
/artifactory/api/npm/npm-aggregator/vue/-/vue-2.4.2.tgznpm ERR!fetch failed http://
r
浏览 1
修改于2021-02-01
得票数 10
2
回答
无法使用fabric put -是否需要任何服务器配置?
这仅在针对此特定服务器时发生,这是我执行的命令:
remote-server
是我.ssh/config上的一个别名。sudo("echo testing")tmp/test_file.txt只是我在测试中使用的一个文本文件[
remote-server
] Executing task
浏览 0
提问于2012-04-19
得票数 6
回答已采纳
2
回答
为什么我的跨域JSON调用不能工作?
远程url http://
remote-server
/json-data.php包含这种格式的数据:$(document).ready(function () { var url = "http://
remote-server
&
浏览 1
修改于2013-07-03
得票数 0
1
回答
Rsync错误:源和目标不能都是远程的
rsync -av [
remote-server
]:web/wp-content/uploads Users/[username]/Documents/workprojects/iis-tech/web/Users/[username]/Documents/workprojects/[project-folder]/web/wp-content/themes/reactify/js/build&
浏览 0
提问于2018-03-07
得票数 2
2
回答
在ssh上执行su -c
我试图在SSH上检查服务器的BIOS版本,这是一个需要根权限的命令:但是,这个错误当然失败了:我该怎么做呢
浏览 0
修改于2009-10-08
得票数 12
回答已采纳
1
回答
kubernetes主api /无证书kubectl远程访问
: server: https://172.16.1.9:8443- context: user: myself- context: cluster
浏览 3
提问于2017-07-06
得票数 0
1
回答
带非本地主机的反向SSH隧道
我想从服务器连接到站点,让它是https://example.com/site 我试着通过ssh -R 6761:example.com:80
remote-server
造一个隧道。
浏览 3
修改于2022-07-23
得票数 0
1
回答
ssh:强制不同的shell执行非交互式命令。
当我运行以下命令时,foo将由zsh执行(如预期的那样):我已经尝试指定/bin/sh -c
浏览 0
修改于2021-08-24
得票数 1
回答已采纳
2
回答
在shell脚本中使用相同的命令,只需前缀
该命令是这样的:我的问题是,如果我可以对两个变量使用相同的命令, 唯一的区别是ssh <
remote-server
>在1之前?
浏览 1
修改于2014-06-02
得票数 0
回答已采纳
1
回答
如何更新ubuntu远程git服务器存储库?
例如git clone
remote-server
,给出所有更新的更改。但在远程服务器回购中,这种变化并不存在。
浏览 0
提问于2016-10-26
得票数 1
回答已采纳
第 2 页
第 3 页
点击加载更多
领券