小编srg*_*rgb的帖子

在多功能框中使 Chrome 优先考虑历史结果而不是搜索建议

昨天有好几次,我访问了一个startlocal标题中有一个词的网站。今天,当我进入startlocal多功能框时,我希望该网站是一个建议。相反,我得到了谷歌搜索词建议。

在确定要在多功能框中显示的内容时,如何让 Chrome 对我的历史记录中的结果赋予更高的优先级?

search google-chrome history

22
推荐指数
3
解决办法
4377
查看次数

如何为 Firefox 容器分配热键

我使用 Firefox Containers 功能。但我通常使用 ctrl+t 打开新标签。如何分配热键以在特定容器中打开新选项卡?

firefox

5
推荐指数
1
解决办法
280
查看次数

连接蓝牙耳机会杀死笔记本电脑上的 wifi 互联网

我刚买了 Genius HS-920BT BT 耳机。我已经将它与我的 Windows 7 上的 PC 配对。但是,当我打开“将 Voip 呼叫转移到免提”服务时,为了将其用作我的 Skype 通信设备,我的 wifi 互联网就断了。

我也在使用 Razer 蓝牙鼠标,对我的 Wifi 没有影响。

当我将耳机连接为“听音乐”服务时,我的互联网继续运行,我的鼠标也是如此,但是如果我移动鼠标并且有活动的互联网传输,耳机上的声音就会变得断断续续。

所以似乎只有两个设备可以同时使用无线电适配器:

Wifi + Razer BT mouse + Headset as Voip service = Wifi dies
Wifi + Razer BT mouse + Headset as Music service = Headset choppy when all three devices transmit data
Run Code Online (Sandbox Code Playgroud)

过去,我还拥有 LG BT 扬声器系统。当扬声器系统在“听音乐”模式下与PC配对时,并且我的BT鼠标移动时,扬声器系统上的声音也会变得断断续续。

这是驱动问题吗?有没有办法让所有三个 BT 设备(Wifi 互联网、BT 鼠标、BT 音响系统)同时工作?

我的电脑是 HP Envy 3270nr,所有驱动程序都更新了(这意味着惠普只发布了其中的一个版本,这表明他们对高级型号所有者的欣赏程度)。

networking audio windows-7 wireless-networking bluetooth

4
推荐指数
1
解决办法
3万
查看次数

为什么 ssh 忽略用户配置文件

ssh 不是首先从用户配置文件中读取,而是从系统范围的配置中读取。
这是我的 ssh 详细跟踪(使用本地用户而不是 root 时):

-bash-4.1$ ssh -v srg-b@github.com
OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to github.com [192.30.253.113] port 22.
debug1: Connection established.
debug1: identity file /var/www/html/.ssh/identity type -1
debug1: identity file /var/www/html/.ssh/identity-cert type -1
debug1: identity file /var/www/html/.ssh/id_rsa type -1
debug1: identity file /var/www/html/.ssh/id_rsa-cert type -1
debug1: identity file /var/www/html/.ssh/id_dsa type -1
debug1: identity file /var/www/html/.ssh/id_dsa-cert type -1
debug1: identity file /var/www/html/.ssh/id_ecdsa type -1
debug1: …
Run Code Online (Sandbox Code Playgroud)

ssh

4
推荐指数
1
解决办法
2万
查看次数