我将 Debian 作为主机运行,但无法让 Debian、Ubuntu 和 Fedora 来宾全屏显示。更改视频内存没有帮助。
注意事项:
我刚刚安装了 Fedora 15,这里有一些字体问题。如何安装 MS 字体?
我在笔记本电脑上使用 Fedora 12。我有 10GB 的磁盘空间,其中 2GB 是免费的。正常运行 2-3 天后空间结束,我必须重新启动。重新启动后,我获得了 2GB 的可用空间。我怎样才能防止这种情况?
我主要使用 Firefox、Chrome、Gedit、Rhythmbox 和后台:httpd、mysqld、conky。内存:1GB,交换:1.2GB。
正如在这个问题中提到的,我使用火线电缆在我的笔记本电脑和我的台式机之间提供专用网络,因为它使使用屏幕共享程序synergy比使用 WIFI 好得多。
但是,当我当天离开办公室并暂停我的笔记本电脑时,当我第二天回来时,台式机和笔记本电脑无法再通过火线进行通信。该firewire0器件还具有一个IP地址。但是当我尝试 ping 桌面时,我得到了no route to host
我2.6.35-24-generic #42-Ubuntu SMP x86_64在 Ubuntu 10.10 上使用内核。
有什么方法可以在不重启的情况下解决这个问题吗?例如,删除一些内核模块并重新插入它们?
编辑:这是我迄今为止尝试过的结果:
root@token:~# dmesg|tail -n 1
[592525.204024] firewire_core: phy config: card 0, new root=ffc1, gap_count=5
root@token:~# modprobe -r firewire_net firewire_ohci firewire_core
root@token:~# modprobe -v firewire_ohci
insmod /lib/modules/2.6.35-24-generic/kernel/lib/crc-itu-t.ko
insmod /lib/modules/2.6.35-24-generic/kernel/drivers/firewire/firewire-core.ko
insmod /lib/modules/2.6.35-24-generic/kernel/drivers/firewire/firewire-ohci.ko
root@token:~# dmesg|tail
[592525.204024] firewire_core: phy config: card 0, new root=ffc1, gap_count=5
[592563.410868] firewire_ohci: Removed fw-ohci device.
[592579.160086] firewire_ohci: Added fw-ohci device …Run Code Online (Sandbox Code Playgroud) 我在 Debian Squeeze 上。出于过度的热情,我添加了一个实验性的 repo 并安装了 GNOME 3(这是关于安装 GNOME 3 http://forums.debian.net/viewtopic.php?f=6&t=60481的邪恶讨论),现在我感到敬畏和震惊除了故障安全之外,仅将 GNOME 3 视为可用的桌面会话 :( 我知道我做了一件完全愚蠢的事情,但是现在,是否可以删除 Gnome3?我的盒子上是否可以同时安装 GNOME 3 和 GNOME 2?仅供参考,我试过了,aptitude remove但没有帮助。
我试图按照这个解释在 Debian 测试上安装 Gnome 3 。然而,这不起作用,让我没有任何图形用户界面。
目前我试图解决这个问题,我意识到有一长串标记为手动安装的软件包。我存储了一个(以换行符分隔的)包列表——在我看来——应该被标记为自动安装(几乎所有的)。
现在我想竞选apt-mark auto这个名单。
我怎么做?
PS:如果有人告诉我这不是一个好主意(如果不是),我也会很感激。
我有一台运行 Debian stable 的机器,我想将库存内核更新为 backports 存储库中可用的最新内核。有许多与内核相关的软件包和虚拟软件包——执行此操作并升级适当的软件包的正确方法是什么?
我基本上是在寻找一个实用程序来显示哪些进程使用了多少带宽,类似于如何top显示哪些进程使用了多少资源。
假设我在“ /etc/fstab ”中有这一行:
/iso/apt.iso /mnt/apt iso9660 loop 0 0
Run Code Online (Sandbox Code Playgroud)
我以 root 身份运行这些命令:
mount --all
apt-cdrom add --no-mount --cdrom /mnt/apt
Run Code Online (Sandbox Code Playgroud)
我希望将磁盘添加为 APT 源,但没有任何反应。缺少了什么?
更新:
我遵循了这个建议,现在我得到了这个:
Using CD-ROM mount point /media/cdrom/
Identifying.. [61c5dd7c11a32dc999e655c235cd698e-2]
Scanning disc for index files..
Found 0 package indexes, 0 source indexes, 0 translation indexes and 0 signatures
W: Failed to mount '/dev/sr0' to '/media/cdrom/'
E: Unable to locate any package files, perhaps this is not a Debian Disc or the wrong architecture?
Run Code Online (Sandbox Code Playgroud)
无论是否发生“ …
注意:这个问题之前可能有人问过(我想我在某处看到过),但快速搜索并没有发现任何东西。
当从 shell 运行命令时,我想说明不同之处。
可以使用-nw标志初始化 Emacs以禁用gui窗口,我希望这是默认行为。但是,如果emacs从非 shell 环境运行(例如,从Open With您的文件管理器、桌面配置的热键或什至从bashrun 运行),则不应使用-nw标志调用它。
更新:这应该是全局更改,sudo emacs在终端中运行不应该突然打开一个gui。我在哪里进行这些更改?
很奇怪,从bash切换到zsh后,无法访问root。
在以普通用户(用户名是normalusername)身份登录后,我通常使用“su”以 root 身份登录,但权限较少。它总是很好。但是在将 root shell 从 bash 切换到 zsh 后,当我尝试通过 su 登录时,我得到:
normalusername@(none):~$ su
Password: (enter the correct password)
Cannot execute zsh: No such file or directory
Run Code Online (Sandbox Code Playgroud)
当我从我的 Mac 通过 ssh 直接访问 root 时,我得到:
localhost:~ myname$ ssh -lroot 106.186.120.20
root@106.186.120.20's password: (enter the correct/incorrect password)
Permission denied, please try again.
Run Code Online (Sandbox Code Playgroud)
无论我输入的密码是否正确,它都会一次又一次地出现。
所以我故意从普通用户那里输入了错误的密码“su”,我得到了:
normalusername@(none):~$ su
Password: (entered a wrong password and pressed enter)
(pressed enter)
su: Authentication failure
Run Code Online (Sandbox Code Playgroud)
输入错误的密码后,我什么也没看到,我输入了enter两次,然后得到了su: Authentication failure结果。
我试了很多次,结论是:
debian ×4
shell ×3
fedora ×2
networking ×2
apt ×1
backports ×1
bandwidth ×1
disk-usage ×1
emacs ×1
firewire ×1
fonts ×1
gnome ×1
kernel ×1
login ×1
monitoring ×1
mount ×1
repository ×1
root ×1
software-rec ×1
suspend ×1
ubuntu ×1
virtualbox ×1
zsh ×1