V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  linhua  ›  全部回复第 13 页 / 共 46 页
回复总数  902
1 ... 9  10  11  12  13  14  15  16  17  18 ... 46  
2017-08-06 19:57:18 +08:00
回复了 nathanw 创建的主题 VPS 搬瓦工自带的 bbr 系统没有了?
你的是 OpenVZ ?
2017-08-05 23:00:19 +08:00
回复了 wotemelon 创建的主题 Node.js 想开始一个开源(好玩)项目,可是没点子
@duan602728596
防传销 APP
2017-08-02 22:57:27 +08:00
回复了 JackyBao 创建的主题 VPS [分享] OpenVZ 开启 BBR 之最简方法 - Linux Kernel Library
@Ne
或在 你的 命令后面 添加 disown 试试

/usr/bin/rinetd-bbr -f -c /etc/rinetd-bbr.conf raw eth0 & disown

或者参考 http://www.arduino.cn/thread-12535-1-1.html

By the way, 你的是 KVM? 如果是 openVZ 的话,eth0 一般应该改为 venet0:0
2017-08-02 22:52:20 +08:00
回复了 JackyBao 创建的主题 VPS [分享] OpenVZ 开启 BBR 之最简方法 - Linux Kernel Library
2017-08-02 21:43:42 +08:00
回复了 ety001 创建的主题 宽带症候群 重新翻出来之前的问题,求大神给个思路!
移动 号称 墙中墙
从抓包中可以看出 服务器没有向客户端返回包,导致客户端不断重发。 应该同时在服务端抓包,比较一下服务端和客户端的抓包数据,看看服务端是否收到客户端发来的包

可能是 Mac 的 SSH 客户端发了什么 带有特征的数据 触发了移动的 RST,而虚拟机中 Linux 系统的 ssh 客户端没有发送这些特征数据

你在 Mac 下可以换个 SSH 客户端试试,或自己编译一个
https://github.com/mimecuvalo/firessh
https://www.termius.com/
https://github.com/Crystalnix/termius-cli
https://superuser.com/questions/961349/building-openssh-for-os-x
https://github.com/gravitational/teleport
http://gravitational.com/teleport/docs/2.0/architecture/#teleport-cli-tools

额外的可以测试一下,启动 U 盘内的 Ubuntu 系统,使用里面的 SSH 客户端,不用虚拟机
https://tommy.net.cn/2016/07/20/create-a-bootable-ubuntu-usb-stick-on-mac-os-x/
2017-08-02 08:37:28 +08:00
回复了 ety001 创建的主题 宽带症候群 重新翻出来之前的问题,求大神给个思路!
https://discussions.apple.com/thread/3266583?start=30&tstart=0

sudo sysctl -w net.inet.tcp.always_keepalive=9999
2017-08-01 19:09:18 +08:00
回复了 ety001 创建的主题 宽带症候群 重新翻出来之前的问题,求大神给个思路!
看看 Mac 防火墙设置,VirtualBox 联网不受防火墙影响

具体的,可用 wireshark 抓包,不过 wireshark 不能对 VirtualBox 抓包(不能抓到从 virtualBox 出去的包,只能抓到进来的包)
2017-07-21 21:17:36 +08:00
回复了 zjsxwc 创建的主题 Android 如何快速搭建安卓开发环境?
2017-07-18 16:07:05 +08:00
回复了 forreal 创建的主题 Python 关于 python 四舍五入的问题
@SimbaPeng
这个是 向上取整, 你可以试试 0.1
Genymotion 是基于 VirtualBox 虚拟机的,你打开 VirtualBox 可以查看到 Genymotion 的虚拟机系统。
所以 先思考一下相关的问题:你是如何让 VirtualBox 中的 Windows/Linux 系统 支持游戏手柄的?
2017-07-03 17:48:28 +08:00
回复了 JackyBao 创建的主题 VPS [分享] OpenVZ 开启 BBR 之最简方法 - Linux Kernel Library
@lin243838534
这个帖子 描述的 是 hijack 版 lkl 的使用方法,和 rinetd 版 lkl 使用方法不同
2017-07-03 17:46:52 +08:00
回复了 JackyBao 创建的主题 VPS [分享] OpenVZ 开启 BBR 之最简方法 - Linux Kernel Library
@lin243838534
rinetd 版 lkl 不需要 ping 10.0.0.2,直接开代理 访问网页测试

用最新版的 rinetd https://github.com/linhua55/lkl_study/releases/tag/v1.1 , 解决了 iptables 相关的一个 bug
2017-07-03 03:11:21 +08:00
回复了 JackyBao 创建的主题 VPS [分享] OpenVZ 开启 BBR 之最简方法 - Linux Kernel Library
2017-07-02 21:12:05 +08:00
回复了 hellokittyer 创建的主题 VPS 搬瓦工什么时候出账单的?还有两天还续费不了
If your account does not have enough credit balance to cover the invoice, we will notify you and you will have 7 days to pay the due invoice. After 7 days of non-payment the service will be suspended.

https://bandwagonhost.com/kb.php?action=displayarticle&id=21

到期后,7 天内付款就行。 别人说是,到期那天出的
2017-06-24 10:14:40 +08:00
回复了 good758 创建的主题 Android 有没这样的软件
@Livid
https://github.com/canonical-websites/tutorials.ubuntu.com

This code is based on [ubuntu/codelabs-source]( https://github.com/ubuntu/codelabs-source) (by [@didrocks]( https://github.com/didrocks )), which is in turn based on [googlecodelabs/codelab-components]( https://github.com/googlecodelabs/codelab-components). Codelab-components is licensed with the [Apache License, Version 2]( https://www.apache.org/licenses/LICENSE-2.0).
用 前台服务( foreground service )
1. 监听开机广播,安装了 app 就行吧,不需要运行过 app
2. onStartCommand 方法 返回 START_STICKY

onStartCommand 有三种返回值:
START_STICKY:sticky 的意思是“粘性的”。使用这个返回值时,我们启动的服务跟应用程序"粘"在一起,如果在执行完 onStartCommand 后,服务被异常 kill 掉,系统会自动重启该服务。当再次启动服务时,传入的第一个参数将为 null;
直接用 公头对公头音频线(一头接音频输出,一头接麦克风接口输入) 连接 两台电脑
https://detail.tmall.com/item.htm?id=44754170036&spm=a220o.1000855.0.0.YLRl4H (不保证产品有效,只是询问客服说支持这种功能)
https://www.youtube.com/watch?v=K8_eNOOwAxA
http://www.techhive.com/article/204664/how_to_record_streaming_audio.html
红米 4A 599
1 ... 9  10  11  12  13  14  15  16  17  18 ... 46  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5500 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 09:02 · PVG 17:02 · LAX 01:02 · JFK 04:02
Developed with CodeLauncher
♥ Do have faith in what you're doing.