如何为每个 GNOME 工作区设置独特的壁纸?
01AutoMonkey's questions
我的键盘对程序员不友好,所以我想手动更改某些键的工作方式:
Alt gr+不z应该产生|
«
Alt gr+不x应该产生<
»
Alt gr+不c应该产生>
¢
我该怎么做呢?
$ setxkbmap -query
rules: evdev
model: pc105
layout: is,us
variant: ,
在 Firefox 和 Chrome 上,我如何允许本地网络和Wikipedia(localhost
、192.168.1.*
、*.wikipedia.org
等)但阻止其他所有内容?本质上是一个白名单。但是,我仍然希望系统上的其他工具能够完全访问 Internet,例如git
、wget
等,因此该解决方案不得影响它们。
本质上是在浏览器级别而不是在系统级别将互联网列入白名单。
我正在尝试运行一个游戏安装程序,该安装程序需要我向下滚动许可协议才能继续,它使用一些 IE 技术以 HTML 呈现,所以我相信我需要 wine-gecko.. 但是我该如何安装它?
wine msiexec /i wine-gecko-2.47.1-x86_64.msi
只是给我:
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
不能滚动意味着不能同意许可协议。
见:https ://wiki.winehq.org/Gecko
我正在运行 Ubuntu 20.04。
编辑#1
当 wine 初始化自己时,我得到了这个:
wine: created the configuration directory '/home/myuser/.wine'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
Could not find Wine Gecko. HTML rendering will be disabled.
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/home/myuser/.wine" has been updated.
Could not find Wine Gecko. HTML rendering will be disabled.
0009:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
所以看起来它正试图在某个地方找到壁虎..
我在同一个网络上有两台显示器和两台计算机,其中一台计算机不如另一台那么强大,显示器是相同的。
我想知道的是,如何将功能强大的计算机的 X11 Ubuntu GNOME 桌面环境显示到功能较弱的显示器上(通过本地网络),然后从那里控制它?
体验越接近直接使用功能强大的计算机越好。例如在滞后、延迟、帧率、图像质量等方面。
一种解决方案是TeamViewer,我还没有在本地网络上尝试过,但是当我在互联网上使用它时,体验并不理想。
因此,鉴于此:
- 什么是最好的 FOSS 解决方案?
- 什么是最好的专有解决方案?
我想这应该是可能的,因为Google Stadia应该能够做到这一点,即使在互联网上以 1080p 60 FPS(但考虑到视频游戏)。
奖金问题
- 这也可以在 Raspberry Pi 4 上完成吗?
- 正确的术语是“瘦客户端”吗?
- 如何做同样的事情,但在 Wayland 上?
spd-say "Hello world!"
我在笔记本电脑(戴尔 XPS 15)上运行 Ubuntu 17.10。我没有注意到这台机器上的任何其他应用程序有任何音频问题。我sudo apt dist-upgrade
最近才完成,所以一切都是最新的。
> lspci | grep Audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
> spd-say --version
spd-say: 0.8.7
Copyright (C) 2002-2012 Brailcom, o.p.s.
> uname -sr
Linux 4.13.0-39-generic
如果我更改计算机上的音量,问题仍然存在,但如果我使用参数(减小的音量)随机运行应用程序几次,它会暂时-i -50
消失,但我正在寻找更持久的解决方案。
我希望不能访问任何站点,除非它在白名单上,而且我宁愿不使用 Privoxy 之类的东西,我可以用 Ubuntu 做到这一点吗?
我在想也许我可以使用/etc/hosts
,/etc/hosts.allow
和/或/etc/hosts.deny
. 我的第一个想法是以某种方式阻止所有使用hosts.deny
,然后在hosts.allow
. 那可能吗?如果是这样,我该如何定义诸如“所有站点直接到本地主机”之类的内容hosts.deny
,然后在中定义“这些站点除外” hosts.allow
?