TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Truck.app: a graphical SSH browser and rsync transfer engine

13 点作者 bonhardcomp超过 7 年前

3 条评论

ktpsns超过 7 年前
To get even more speed, you might want to checkout running rsync in parallel, for instance with <a href="http:&#x2F;&#x2F;moo.nac.uci.edu&#x2F;~hjm&#x2F;parsync&#x2F;" rel="nofollow">http:&#x2F;&#x2F;moo.nac.uci.edu&#x2F;~hjm&#x2F;parsync&#x2F;</a> . I found this to work best to exploit fast uplinks (such as 10GB&#x2F;sec) and also exploits hardware parallelism if the sender and or reciever has uses distributed file system.
nukeop超过 7 年前
Adding GUIs to command line utilities is often pointless. It reminds me of this: <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;sVYvCHX.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;sVYvCHX.png</a>
johnmarks超过 7 年前
how did you measure speed?