我刚刚安装了 Arch。我的电脑通过以太网电缆连接到我的路由器/调制解调器。
我刚刚登录并尝试使用pacman
来安装一个包,但得到了一堆“无法解析主机”错误。
当我运行ping google.com
时,它有时会起作用,但有时会出现此错误:Temporary failure in name resolution
.
我的键盘和鼠标插入了一个七端口 USB 集线器。该集线器已插入我的 PC。
我的电脑运行 Arch 和 Windows 10。当我启动时,我可以在主板的 BIOS 菜单中使用键盘和鼠标,或者在启动菜单中选择 Windows 10。如果我选择 Windows 10,当我的电脑启动到该操作系统时,我可以很好地使用键盘和鼠标。
但是如果我选择 Arch,一旦 PC 启动到桌面登录屏幕,我的键盘和鼠标就无法工作。
但是当我将键盘和鼠标直接插入我的 PC 时,它们可以在 Arch 上运行。
当我登录我的桌面环境 KDE Plasma 并lsusb
在终端中运行时,我看到列出的 USB。
几天前,当我更新所有已安装的软件包时,没有任何问题。但现在有了。为什么?
更新 2019-05-21 19:37 EST:我的主板使用最新的 BIOS,发布于 2019-03-06,但仍然存在下面描述的安装问题。
更新:我将 Arch ISO 刻录到 CD,然后尝试从它启动,无论是 UEFI 还是旧版。相同类型的结果:
原始问题:我曾经dd
将此Arch ISO(版本 2019.05.02)放在 U 盘上,然后尝试在我的台式计算机上从它启动。当 Arch 菜单出现时,我选择“Boot Arch Linux (x86_64)”。但是接下来是一堆错误消息,然后该过程就挂在那里无所事事。这是一张照片:
The messages start off as "AMD-Vi: Completion-Wait loop timed out"
The messages include "kernel panic."
My motherboard is an MSI B450 Tomahawk with a Ryzen 5 2600 CPU. I've tried booting via UEFI and legacy with the same result.
How do I install Arch Linux?
我有一台台式电脑和一台笔记本电脑。两者都运行 Debian 9.5。两者都安装了openssh。
在我的桌面上,当我运行时ip a
,我将其视为输出的一部分:
enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
# Some other stuff
inet 192.168.0.11
在我的笔记本电脑上,当我运行时ssh [email protected]
,我会在一段时间后收到此错误:ssh: connect to host 192.168.0.11 port 22: Connection timed out
。
我的台式计算机通过以太网电缆连接到我的摩托罗拉路由器/调制解调器。在我的路由器/调制解调器页面的端口转发部分,我有这个规则。
我的笔记本电脑与台式机不在同一个网络上。使用我的笔记本电脑,我如何通过 SSH 远程连接到我的桌面?
我最近在运行 Debian 9.3 的计算机上安装了 Dropbox。但它不会同步。当我将鼠标悬停在工具栏通知区域中的图标上时,会显示一条消息...
Can't monitor Dropbox folder (Click to fix)
Can't access Dropbox folder
当我单击该图标时,会出现菜单,然后单击“无法监视 Dropbox 文件夹(单击修复)”。
但是当我这样做时,会弹出一个窗口,上面写着“输入您的 Linux 密码以让 Dropbox 进行更改”。它还询问我是否想将此密码保存到我的密钥环中。当我输入常规登录密码时,窗口显示密码错误。
我指定的 Dropbox 文件夹位于 HDD 上,而 Debian 9 安装在 SSD 上。
如何允许 Dropbox 程序访问 Dropbox 文件夹?
我运行 Debian 9.3。我去NodeJS网站查看如何在我的机器上安装 NodeJS v9.X 并运行提供的代码。
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
但是终端吐出了这条消息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version (4.8.2~dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
我的机器被 NodeJS v4.8.2 和 NPM v1.4.21 卡住了。
如何升级到最新的 NodeJS 和 NPM?
更新
我遵循@GAD3R 的指示。它仍然安装 v4.8.2。这是我在运行 GAD3R 的命令然后运行sudo apt install nodejs
.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libuv1
The following NEW packages will be installed:
libuv1 nodejs
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/3,524 kB of archives.
After this operation, 14.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package libuv1:amd64.
(Reading database ... 141225 files and directories currently installed.)
Preparing to unpack .../libuv1_1.9.1-3_amd64.deb ...
Unpacking libuv1:amd64 (1.9.1-3) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_4.8.2~dfsg-1_amd64.deb ...
Unpacking nodejs (4.8.2~dfsg-1) ...
Setting up libuv1:amd64 (1.9.1-3) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up nodejs (4.8.2~dfsg-1) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
当我运行update-alternatives --config nodejs
时,终端打印update-alternatives: error: no alternatives for nodejs
==
当我跑步时apt-cache policy nodejs
,我得到这个......
nodejs:
Installed: 4.8.2~dfsg-1
Candidate: 4.8.2~dfsg-1
Version table:
9.3.0-1nodesource1 500
500 https://deb.nodesource.com/node_9.x stretch/main amd64 Packages
8.9.3~dfsg-2 1
1 http://ftp.us.debian.org/debian experimental/main amd64 Packages
6.12.0~dfsg-2 500
500 http://ftp.us.debian.org/debian unstable/main amd64 Packages
*** 4.8.2~dfsg-1 990
990 http://ftp.us.debian.org/debian stretch/main amd64 Packages
100 /var/lib/dpkg/status
==
我跑了sudo /etc/apt/preferences
,直到现在才存在,并在里面写了这个:
Package: *
Pin: release n=experimental
Pin-Priority: 100
Package: *
Pin: release n=unstable
Pin-Priority: 100
Package: *
Pin: release n=stable
Pin-Priority: 500
我重新运行了 GAD3R 帖子中的命令,但 Debian 仍然安装了 v4.8.2nodejs
包。