我在 Windows 8 上出现奇怪的行为,在几台带有不同 Logitech 键盘(K800、G15 和 G510)的计算机(HP 和戴尔笔记本电脑以及塔式 PC)上:在 Windows 安装之后,一切正常。但是在第一批更新后,媒体键(声音 +/-、后退/前进、播放/暂停)不再起作用。
请注意,我从未为我的 Logitech 硬件安装任何驱动程序(到目前为止,一切都运行良好)。我使用塔式 PC 和 K800 键盘进行了测试,但没有任何改变。
CNTLM RPM 已正确安装。该服务已配置并且运行良好:
[user@centos~]$ sudo service cntlmd status
Checking for CNTLM Authentication Proxy: ? cntlmd.service - LSB: start/stop the cntlm proxy
Loaded: loaded (/etc/rc.d/init.d/cntlmd)
Active: active (running) since Wed 2016-09-07 13:14:45 BST; 2min 53s ago
Run Code Online (Sandbox Code Playgroud)
但是我没有任何网络连接:yum 和 curl 都失败并显示相同的消息:
Failed connect to localhost:3128; Connection refused
Run Code Online (Sandbox Code Playgroud)
有更多信息journalctl:
Sep 07 13:09:47 centos cntlm[6283]: Starting cntlm version 0.92.3 for LITTLE endian
Sep 07 13:09:47 centos cntlm[6283]: Proxy listening on 0.0.0.0:3128
Sep 07 13:09:47 centos cntlm[6283]: Workstation name used: centos
Sep 07 …Run Code Online (Sandbox Code Playgroud) 一些 Metro 应用程序非常有趣,可以让用户免于安装第三方应用程序,例如 PDF 阅读器应用程序、信使应用程序……这些应用程序的主要问题是似乎无法在窗口中启动它们模式,这对桌面用户来说不方便。
有谁知道 Windows 是否具有这种可能性?如果是,如何?顺便说一句,如果没有,知道为什么(参考任何 Microsoft 官方声明、ui 专家博客文章,...)?
如何让普通用户关机/重启?
我尝试以我的用户身份关闭,el但得到以下响应:
el@voyager ~ $ shutdown now
shutdown: you must be root to do that!
Usage: shutdown [-akrhPHfFnc] [-t sec] time [warning message]
-a: use /etc/shutdown.allow
-k: don't really shutdown, only warn.
-r: reboot after shutdown.
-h: halt after shutdown.
-P: halt action is to turn off power.
-H: halt action is to just halt.
-f: do a 'fast' reboot (skip fsck).
-F: Force fsck on reboot.
-n: do not go through "init" but go down real fast. …Run Code Online (Sandbox Code Playgroud)