小编Ari*_*yan的帖子

从终端打开 NetworkManager 的编辑连接窗口

我需要从终端(对于ssh -X)打开 NetworkManager 的编辑连接窗口。
打开它的命令是什么?

ssh gnome network-manager

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

Unity 13.04 中的托盘图标

在 Ubuntu 13.04 中没有托盘图标,并且删除了 Whiteliting。
我安装了 Gnome 3.8 但那里也没有托盘!!
如何在 Unity 中取回托盘图标(对于将图标放入托盘的应用程序,如 Vuze、Truecrypt、...且没有指示器)?
例如,显示旧应用程序图标的包装应用程序指示器?
谢谢

gnome unity system-tray 13.04

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

Squid3 ncsa 基本身份验证总是失败

我正在尝试让 Squid3 使用基本身份验证。
但是当我提供正确的用户名/密码时,身份验证失败了!
我的 ACL 和 http_accesssquid.conf是:

acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1

acl SSL_ports port 443
acl SSL_ports port 80
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488 …
Run Code Online (Sandbox Code Playgroud)

configuration proxy squid 13.04

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

在 13.10 中安装 python-appindicator

我正在尝试python-appindicator在 Ubuntu 13.10 中安装,但我收到未找到错误:

E: unable to locate package python-appindicator
Run Code Online (Sandbox Code Playgroud)

如何python-appindicator在 13.10 中安装?

indicator python apt 13.10

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

18.04 和 thinkpad t410 中的 Intel 板载显卡的视频驱动程序

我有一个Thinkpad T410s带有英特尔板载 vga 控制器的
它目前使用i915驱动程序,但是当我播放多个视频或一个高清视频时,笔记本电脑的温度会上升,直到系统重新启动!
我也不能使用像 OBS 这样的软件:

Failed to initialize video.  Your GPU may not be supported, or your graphics drivers may need to be updated.
Run Code Online (Sandbox Code Playgroud)

或使用 vlc 播放屏幕:

[00007fdbbc000c40] main input error: Your input can't be opened
[00007fdbbc000c40] main input error: VLC is unable to open the MRL 'screen://'. Check the log for details.
Run Code Online (Sandbox Code Playgroud)

我尝试从附加驱动程序工具安装驱动程序,但其列表为空

我的lspci -v |grep -i vga

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev …
Run Code Online (Sandbox Code Playgroud)

thinkpad graphics intel-graphics drivers 18.04

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