我在这台机器上有两张 Radeon 卡,一张Radeon HD 6570和一张Radeon HD 6950:
lspci | grep VGA
Run Code Online (Sandbox Code Playgroud)
01:00.0 VGA 兼容控制器:Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
02:00.0 VGA 兼容控制器:Advanced Micro Devices [AMD] nee ATI Cayman PRO [Radeon HD 6950]
我正在尝试让 VGA 直通与Debian 7 (Wheezy)上的KVM 一起使用,将 6950 作为辅助视频卡传递给 Windows 7 来宾。如果我通过.radeon/etc/modprobe.d/
如果我删除黑名单以在 6570 上运行 X11(甚至只是一个KMS控制台),该radeon模块似乎连接到两个卡:
留言 | egrep "01:00.0|02:00.0|radeon"
pci 0000:01:00.0: [1002:6759] type 0 class 0x000300
pci 0000:01:00.0: reg …
我以普通用户身份登录。我应该使用:
./configure && make && make install
Run Code Online (Sandbox Code Playgroud)
或者
sudo ./configure && sudo make && sudo make install
Run Code Online (Sandbox Code Playgroud)
或者
./configure && make && sudo make install
Run Code Online (Sandbox Code Playgroud)
安装软件包时。
有人可以解释这些差异吗?
我希望所有用户都能使用它。
每当我在 VLC、Rhythmbox 或 YouTube 上的视频中更改音量时,它都会更改主音量,即系统音量。我怎样才能防止这种情况发生?
我正在使用 xfce4 运行 Debian 7.0.0 (wheezy),它似乎使用了我不熟悉的 PulseAudio。这是 xfce 附带的“Mixer”应用程序的屏幕截图:

是的,我尝试取消选中那里的“链”图标。我安装了,pavucontrol但似乎没有改变它的选项:

我正在尝试添加一个新的管理员用户,但是:
# adduser username admin
adduser: The user `username' does not exist.
# man sudoers
No manual entry for sudoers
# less /etc/sudoers
/etc/sudoers: No such file or directory
Run Code Online (Sandbox Code Playgroud)
系统是 Debian 7 (Wheezy) 我做错了什么?
我正在运行 Crunchbang(基于 Debian)并使用该软件包安装了 Dropbox.deb。
当程序启动时,我登录了一个帐户,但现在我想注销并登录另一个帐户。
我拥有的 Dropbox 唯一可能的界面是dropbox终端上的命令,但它没有更改帐户的选项。
我怎样才能做到这一点?
我对我尝试部署的这个设置感到困惑。我希望你们当中有人能帮我一把:非常感谢。
背景资料
服务器是Debian 6.0,ext3,前面是Apache2/SSL和Nginx作为反向代理。我需要提供对 Apache 根目录 (/var/www) 的 sftp 访问权限,确保 sftp 用户以 RWX 权限被 chroot 到该路径。
所有这一切都没有修改 /var/www 中的任何默认权限。
drwxr-xr-x 9 root root 4096 Nov 4 22:46 www
Run Code Online (Sandbox Code Playgroud)
里面 /var/www
-rw-r----- 1 www-data www-data 177 Mar 11 2012 file1
drwxr-x--- 6 www-data www-data 4096 Sep 10 2012 dir1
drwxr-xr-x 7 www-data www-data 4096 Sep 28 2012 dir2
-rw------- 1 root root 19 Apr 6 2012 file2
-rw------- 1 root root 3548528 Sep 28 2012 file3
drwxr-x--- 6 www-data www-data 4096 …Run Code Online (Sandbox Code Playgroud) 我正在尝试设置一个 AP 卡住了。我使用的是Odroid U3,WiFi 适配器是Hardkernel的Module 3。我也在使用 Debian Jessie。
不,我几乎可以正常工作:Odroid 可以访问互联网,其他设备(我的手机和平板电脑)可以看到网络,但是当我尝试连接到网络时,我收到消息:无法加入网络“myNetwork”。
我的主机文件如下:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
auto lo br0
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
# Bridge setup
# for dhcp address
#iface br0 inet dhcp
# bridge_ports eth0 wlan0
# for static ip
iface br0 inet static
bridge_ports …Run Code Online (Sandbox Code Playgroud) networking linux debian wireless-networking wireless-access-point
我运行时有一个未知进程top:

你知道我该如何删除它吗?
这个服务/流程是什么?
这是exe文件,当我删除它时,它也会再次出现。
/proc/**pid**/exe => symbolic link to /usr/bin/hgmjzjkpxa
Run Code Online (Sandbox Code Playgroud)
当我检查“netstat -natp”时,有一个外部地址是 98.126.251.114:2828。当我尝试向 iptables 添加规则时,它不起作用。但是试过了再重启这个地址就改成66.102.253.30:2828这个了。
操作系统是 Debian Wheeze
我通过 VPN 连接连接到服务器,并且只能通过此连接访问。当我交换数据包时,我想基本上看看交换了什么样的数据包以及服务器在收到“错误”数据包时如何反应。所以我需要查看 VPN 连接。当我在 Debian 上用 Wireshark 尝试这个时,我只能看到 TCP 数据包。你知道这是否适用于 Wireshark?如何?我应该使用什么其他工具来记录(并可能修改)流量?
我的 Linux 机器(Debian)上安装了 VirtualBox。我需要将一台物理 Windows 7 机器移到我的 VirtualBox 中。
如何将物理 Windows 操作系统转换为 VirtualBox?