我想在我的系统终端上使用 Ubuntu 风格,而不是 Ubuntu。有人可以从他/她的 Ubuntu 系统中发布未经修改的原始值$LS_COLORS
和此处的值吗?$DIR_COLORS
即 和 的echo $LS_COLORS
输出echo $DIR_COLORS
。
另外,如果还有其他东西会影响ls
和dir
输出的颜色,我也想知道。
谢谢你。
我想在我的系统终端上使用 Ubuntu 风格,而不是 Ubuntu。有人可以从他/她的 Ubuntu 系统中发布未经修改的原始值$LS_COLORS
和此处的值吗?$DIR_COLORS
即 和 的echo $LS_COLORS
输出echo $DIR_COLORS
。
另外,如果还有其他东西会影响ls
和dir
输出的颜色,我也想知道。
谢谢你。
在更新到 16.04 之前,我曾经使用 AMD 的专有驱动程序来禁用独立显卡。但是现在,在最新版本的 Ubuntu 上这是不可能的(不能为最新版本的 Xorg 版本安装 Catalyst 驱动程序)。
我尝试了其他方法,但没有成功。这个答案 没有给出任何结果,尽管命令的输出看起来好像卡已被禁用:
$ lspci -nnk | grep -i vga -A3 | grep 'in use'
Kernel driver in use: i915
我尝试了其他几种方法,但每种方法都无济于事,它要么不适用于 16.04 内核 ( 4.4.0-22-generic
) 或其他东西。
有谁知道,如何在最新的 Ubuntu(16.04)上禁用独立显卡?
我在台式机和笔记本电脑上安装了 Tor(将其作为节点运行,而不仅仅是浏览器)。但是由于我几乎一直使用台式机并且与 Internet 的连接是相同的,所以我只在台式机上运行 Tor,但在笔记本电脑上我想禁用它而不是卸载 Tor。
sysrv-conf
我在实用程序的帮助下禁用了它(至少我认为是这样) 。不检查任何运行级别。
但是当我重新启动笔记本电脑时,我看到 Tor 正在运行:
$ps aux | grep tor
........ /usr/lib/bin/tor ..........
并且日志文件说 Tor 执行了一些活动:
$tail /var/log/tor/log
...... Tor has successfully opened a circuit. Looks like client functionality is working.
谁能给我解释一下,会发生什么?我认为在没有用户帮助的情况下在后台启动和运行的每个程序都被视为服务/守护程序,并且可以被禁用。但我认为,面对这种情况,这个想法会飞起来。
我提前道歉,因为问题的标题可能不太清楚,我会尽力解释得更好。
简而言之,我开始遇到一些引导问题,有时只会导致更长的引导时间,有时甚至会完全阻止系统加载。在后一种情况下,我能够在屏幕上看到这些消息(以及更多):
ata3.00: failed command: IDENTIFY PACKET DEVICE
ata3.00: cmd a1/00:01:00:00:00/00:00:00:00:00/00 tag 0 pio 512 is
res 58/00:02:00:00:02/00:00:00:00:00/00 Emask 0x52 (ATA bus error)
ata3.00: status: ( DRDY DRQ )
******** 跳过这里 *******
INFO: task systemd-udevd:422 blocked for more than 120 seconds.
Not tainted 3.19.0-20-generic #30-Ubuntu
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
AskUbuntu 上已经有一些关于像我这样的问题的问题:
引导失败:失败:命令 IDENTIFY PACKET DEVICE
我可以在启动时阻止对特定设备的 IDENTIFY PACKET DEVICE 命令吗?
安装 Ubuntu 15.04 挂在“ACPI PCC 探测失败”,然后是“命令失败:Read Fpdma Queued”
我从这些中了解到,我的 CD-ROM 或主板上的某些控制器不支持 ATAPI 命令,而 Ubuntu 将它们发送到设备。
但我在 2012 年组装了我的电脑,并没有遇到像现在这样的问题。
所以我想知道 ATAPI 的这种用法是否是最近引入的(可能是 2 到 3 个月前),因为据我所知,这些问题是在几个月前的一些大更新之后开始的。
因为如果答案是“否”,那么我的主板或 CD-ROM 中有什么东西坏了。
先感谢您。
我是 Ubuntu 上的 Oracle Virtualbox 用户。我曾经复制 vdi 文件作为一种备份。以前我多次这样做(复制 vdi 文件然后复制回来)没有任何问题。
但是今天我遇到了这个错误
VirtualBox VMs/win_7$ cp ../../Bkps/win_7.vdi .
cp: error reading ‘../../Bkps/win_7.vdi’: Input/output error
cp: failed to extend ‘./win_7.vdi’: Input/output error
我在谷歌上搜索了一下,但不幸的是,从类似问题的建议中,我什么也没理解。请问有人可以建议如何解决这个问题吗?
的输出dmesg
是,(我从中一无所知)
[ 2347.982876] ata1.00: exception Emask 0x0 SAct 0x1900406f SErr 0x0 action 0x0
[ 2347.982887] ata1.00: irq_stat 0x40000008
[ 2347.982895] ata1.00: failed command: READ FPDMA QUEUED
[ 2347.982908] ata1.00: cmd 60/08:70:d0:da:f4/00:00:2e:00:00/40 tag 14 ncq 4096 in
[ 2347.982908] res 41/40:08:d0:da:f4/00:00:2e:00:00/00 Emask 0x409 (media error) <F>
[ 2347.982915] ata1.00: status: { DRDY ERR }
[ 2347.982919] ata1.00: error: { UNC }
[ 2348.395657] ata1.00: configured for UDMA/133
[ 2348.395727] sd 0:0:0:0: [sda] Unhandled sense code
[ 2348.395733] sd 0:0:0:0: [sda]
[ 2348.395737] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2348.395741] sd 0:0:0:0: [sda]
[ 2348.395745] Sense Key : Medium Error [current] [descriptor]
[ 2348.395752] Descriptor sense data with sense descriptors (in hex):
[ 2348.395764] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 2348.395770] 2e f4 da d0
[ 2348.395772] sd 0:0:0:0: [sda]
[ 2348.395774] Add. Sense: Unrecovered read error - auto reallocate failed
[ 2348.395775] sd 0:0:0:0: [sda] CDB:
[ 2348.395776] Read(10): 28 00 2e f4 da d0 00 00 08 00
[ 2348.395781] end_request: I/O error, dev sda, sector 787798736
[ 2348.395792] ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-5]
[ 2348.395795] ata1: EH complete
[ 2348.395797] ecryptfs_readpage: Error decrypting page; rc = [-5]
[ 2351.264987] ata1.00: exception Emask 0x0 SAct 0x7f80400 SErr 0x0 action 0x0
[ 2351.264998] ata1.00: irq_stat 0x40000008
[ 2351.265005] ata1.00: failed command: READ FPDMA QUEUED
[ 2351.265019] ata1.00: cmd 60/08:50:d0:da:f4/00:00:2e:00:00/40 tag 10 ncq 4096 in
[ 2351.265019] res 41/40:08:d0:da:f4/00:00:2e:00:00/00 Emask 0x409 (media error) <F>
[ 2351.265025] ata1.00: status: { DRDY ERR }
[ 2351.265029] ata1.00: error: { UNC }
[ 2351.403371] ata1.00: configured for UDMA/133
[ 2351.403425] sd 0:0:0:0: [sda] Unhandled sense code
[ 2351.403426] sd 0:0:0:0: [sda]
[ 2351.403428] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2351.403429] sd 0:0:0:0: [sda]
[ 2351.403430] Sense Key : Medium Error [current] [descriptor]
[ 2351.403433] Descriptor sense data with sense descriptors (in hex):
[ 2351.403434] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 2351.403439] 2e f4 da d0
[ 2351.403442] sd 0:0:0:0: [sda]
[ 2351.403444] Add. Sense: Unrecovered read error - auto reallocate failed
[ 2351.403445] sd 0:0:0:0: [sda] CDB:
[ 2351.403446] Read(10): 28 00 2e f4 da d0 00 00 08 00
[ 2351.403451] end_request: I/O error, dev sda, sector 787798736
[ 2351.403463] ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-5]
[ 2351.403466] ecryptfs_readpage: Error decrypting page; rc = [-5]
[ 2351.403470] ata1: EH complete
非常感谢任何帮助,在此先感谢您