我已经研究 Linux 和 CentOs 一段时间了,我想我要尝试安装一个带有某种 Linux 发行版的服务器。我的朋友告诉我 CentOs 不好,所以我想我可以尝试一些新的东西,他推荐了 Ubuntu。我已经安装了 Ubuntu Gnome 和 Ubuntu,我现在要尝试安装 Ubuntu Server,但我遇到了同样的问题 - 有线连接不起作用。
过去 4 天,我一直在论坛上阅读,但我就是无法做到,我放弃了,我自己做不到。我需要帮助。我读到这些命令很好,并为故障排除提供了大量信息:
root@GusServer:/# cat /etc/network/interfaces
interfaces(5) file used by ifup(8) and ifdown(8)
auto lo iface lo inet loopback
root@GusServer:/# cat /etc/NetworkManager/nm-system-settings.conf cat: /etc/NetworkManager/nm-system-settings.conf: No such file or directory
root@GusServer:/# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:159 errors:0 dropped:0 overruns:0 frame:0
TX packets:159 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11263 (11.2 KB) TX bytes:11263 (11.2 KB)
root@GusServer:/# lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/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 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1c.3 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation B85 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)
我想要做的只是拥有一个 HTTP 和 FTP 服务器,分布并不重要,我只需要一个可以工作的基于 Linux 的操作系统......