Meld没有表现出差异。
在这个最小的示例中,目录a
和目录b
是不同的,如下diff
所示。
$ diff a/ b/
diff a/a.txt b/a.txt
1c1
< a
---
> aa
Only in b/: b.txt
但梅尔德没有表现出任何差异。(在首选项中,没有设置文本或文件过滤器。)
如何让 Meld 显示这些差异?
我想去一个终端,这样我就可以杀死干扰我的窗口会话的进程。(然后我会用 CTRL-ALT-F7 返回。)但是 CTRL-ALT-F1 只是锁定屏幕;没有终端。
CTRL-ALT-Fn-F1 同样不起作用。
我究竟做错了什么?如何获得CTRL-ALT-F1的效果?
(这是带有 Ubuntu 18.04 的戴尔 Inspiron 灵越 15 7000 游戏)
df -Th
在显示为的已安装 Veracrypt 文件中vfat
,我的文件始终是可执行的。
$ ls -l x.txt
给出了
-rwx------ ... x.txt
如何使它不可执行?chmod -x x.txt
不起作用,即使使用sudo
; 也不是 withu-x
等a-x
g-x
;也不chmod 400 x.txt
在 Nautilus 中,我也无法改变这一点。
这种行为正常吗?
(可能与此有关。)
从我的 Java 程序中,我启动了一个 x 终端。Java 等待 x-terminal 命令启动。(它是面向开发人员的 Datastore 模拟器。)
Process proc = Runtime.getRuntime().exec("/usr/bin/x-terminal-emulator -e gcloud beta emulators datastore start");
proc.waitFor();
在某些 Ubuntu 开发人员机器中,process.waitFor()
一旦启动命令就会返回。(该命令继续在该终端中运行。)这是预期的行为。
在其他 Ubuntu 开发人员机器中,这些process.waitFor()
块永久且永不返回。(但是终端命令已经启动,如果我们终止 Java 主进程,该终端命令会继续执行,应该如此。)
什么会导致这种行为差异?
~
突然,我开始在我的桌面上看到每个文件和目录的图标。
图标什么都不做——它们不能打开这些项目。
如果我重命名这些奇怪的桌面图标之一,则其中的项目~
也会被重命名。同样,如果我删除图标。
此外,ls
桌面目录上的 Nautulus 或正确显示一个空列表。
我该如何解决这个问题?
(Ubuntu 17.10)
请注意,我~/Desktop
实际上是一个链接/data/Desktop
但是,直到两天前,这一切都很好,我不相信这是原因。
~$ cat ~/.config/user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/"
XDG_MUSIC_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/"
XDG_VIDEOS_DIR="$HOME/"
在某些用户帐户中,音频是可以的。在其他情况下,它会静音,或者如果您将耳朵贴在笔记本电脑外壳上,则几乎听不见。
这是 OK 帐户中音量控制的样子。
在不正常的帐户中。
诊断:
使用 Xubuntu 14.04。如果我在登录时选择 Xfce 还是 Xubuntu,就会发生这种情况。
lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 3D controller: NVIDIA Corporation GK107M [GeForce GT 750M] (rev a1)
04:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
我刚刚升级到 Ubuntu 15.04,现在 Calibre 无法运行。
File "/usr/lib/calibre/calibre/utils/magick/__init__.py", line 15, in
<module> raise RuntimeError('Failed to load ImageMagick: '+_merr)*
RuntimeError: Failed to load ImageMagick: libIlmImf.so.6: cannot open
shared object file: No such file or directory
我试过卸载/重新安装 Calibre 和 ImageMagick。
这是我的 ImageMagick:
dpkg -l 'imagemagick*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii imagemagick 6.9.2-5 amd64 Use ImageMagick to convert, edit,
un imagemagick-6. <none> <none> (no description available)
ii imagemagick-6. 8:6.8.9.9-5u amd64 image manipulation programs -- qu
ii imagemagick-co 8:6.8.9.9-5u all image manipulation programs -- in
un imagemagick-do <none> <none> (no description available)
这是我的口径:
dpkg -l 'calibre*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii calibre 2.33.0+dfsg- all e-book converter and library mana
ii calibre-bin 2.33.0+dfsg- amd64 e-book converter and library mana
我有一些自己的调用 ImageMagick 的 Python 代码,自从升级后我得到了同样的错误:
error while loading shared libraries: libIlmImf.so.6: cannot open
shared object file: No such file or directory
我该如何解决?
我使用 Chrome(例如 YouTube)或使用 Rhythmbox 播放 MP3 时声音很好。
但是,VLC、Xine 和默认的 Ubuntu“视频”没有声音,无论是 MP4、FLV 还是 MP3。我该如何解决?
Ubuntu 14.10 联想 M30-70
在蓝牙 GUI 中,我可以选择“开”,但蓝牙仍处于禁用状态。我无法选择“打开”可见性。我的电脑没有通过蓝牙连接到其他设备。如何打开蓝牙?
$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 006: ID 0cf3:3004 Atheros Communications, Inc.
Bus 002 Device 005: ID 04f2:b420 Chicony Electronics Co., Ltd
Bus 002 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 058: ID 045e:00db Microsoft Corp. Natural Ergonomic Keyboard 4000 V1.0
Bus 002 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
还
$ rfkill list all
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
$ uname -r
3.16.0-31-generic
$ dmesg | grep Blue
<no output>
Ubuntu 14.10
我可以PyCharm
从/opt
. 我得到一个灰色问号图标(见附件)而不是橙色/绿色PyCharm
图标(见附件)。请注意,正确的图标位于PyCharm
开箱即用的目录中。
我可以将这个灰色图标锁定到 Launcher,但是这个图标无法启动PyCharm
。
我怎样才能让启动器按钮启动PyCharm
?
(Ubuntu 14.10)
我的 Ubuntu 笔记本电脑的 Wi-Fi 在各种 Wi-Fi 网络上都能正常工作。但是从nm-applet的工具栏图标访问的可用网络列表不再出现。我只看到已知的网络。隐藏网络列表也不显示任何新网络。
sudo iwlist scan
同样只显示已知网络。
如何获得所有可用网络的列表以便我可以连接到一个网络?
我正在使用 Xubuntu 14.04。
我已经使用system-config-samba在局域网中的三台 Ubuntu 计算机上设置了网络共享。有一段时间我们能够浏览彼此的网络共享目录,但现在无法正常工作。
我该如何着手诊断问题?最好有一个易于使用的 GUI。
在 Thunar 中导航并单击其中一台计算机显示“无法从服务器检索共享列表:连接被拒绝。”
(在下面回答。)
这是其中一台机器的smbtree输出,表明它识别了另外两台机器。
WORKGROUP
\\APOLLO apollo server (Samba, Ubuntu)
\\ATHENA athena server (Samba, Ubuntu)
\\ATHENA\Canon-MP280-series Canon MP280 series
\\ATHENA\iP1800-series Canon iP1800 series
\\ATHENA\print$ Printer Drivers
\\ATHENA\Shared
\\ATHENA\IPC$ IPC Service (athena server (Samba, Ubuntu))
/etc/samba/smb.conf
[global]
workgroup = WORKGROUP
server string = %h server (Samba, Ubuntu)
dns proxy = no
...
(答案:我需要在/etc/samba/smb.conf中的 Workgroup 行之后添加 name resolve order = bcast host )
我正在使用基于 Java 的 IDE Aptana。从今天开始,它每隔几分钟就会突然崩溃。
这可能与我最近升级到 Xubuntu 14.04 有关。
没有错误信息。它会立即消失。鉴于没有错误消息,我该如何诊断?
使用 XUbuntu 13.10。
某些组合键——可能是 CTRL-ALT-ESC 或类似的东西——一直让我进入全屏 tty。发生这种情况时,我该如何返回 Xubuntu?我可以使用我的用户名和密码登录到 tty,但我不知道如何返回到我的图形会话。
每次我登录 Xubuntu (v. 13.10) 时,Gimp 都会启动。
Gimp 未显示在“设置管理器”->“会话和启动”下。
它不会出现在 ~/.config/autostart 中。
在这些情况下,我会立即关闭 Gimp,因此当我关闭会话时它不会运行。
如何阻止 Gimp 在启动时自动启动?
诊断信息:
注意
cd /
find . -name gimp.desktop
只生产
./usr/share/applications/gimp.desktop
没有别的
这是 grep -lIr 'gimp' ~/ > ~/Gimp-search-results.txt的输出
sbin/vgimportclone
home/joshua/.gimp-2.8/controllerrc
home/joshua/.gimp-2.8/tags.xml
.....[为简洁起见编辑]
home/joshua/.cache/oneconf/861c4e30b916e750f16fab5652ed5937/package_list_861c4e30b916e750f16fab5652ed5937
home/joshua/.cache/sessions/xfwm4-23e853443-fb4b-42fd-aa61-33fa99fdc12c.state
home/joshua/.cache/sessions/xfce4-session-athena:0
home/joshua/.config/abiword/profile