AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题

问题[serial](server)

Martin Hope
LetMeSOThat4U
Asked: 2020-12-16 11:58:19 +0800 CST

在虚拟 tty(监视器)和串行控制台上显示启动消息

  • 0

我在 Debian 10 中通过 null-modem 电缆启用了串行控制台,如下所示:

/etc/default/grub:

GRUB_CMDLINE_LINUX="console=ttyS0,115200n8"
GRUB_TERMINAL=console

然后systemctl enable [email protected]。

这就是它的全部。然而,虽然现在我可以通过串行方式查看所有启动消息(初始内核消息和systemctl服务启动消息),但在出现登录提示之前,监视器(虚拟 tty)上没有显示任何内容。

是否可以在监视器和串行连接上显示这些启动消息?

linux debian serial debian-buster
  • 1 个回答
  • 284 Views
Martin Hope
aep
Asked: 2020-10-22 06:59:05 +0800 CST

没有串行电缆的初始 cisco nexus 设置

  • 0

我从来没有用过cisco交换机。在我刚拿到的二手 3048t 上,背面有一个专用的管理以太网端口,所以我盲目地假设它只会接受一个 dhcp 地址并给我 ssh、telnet 或至少一个 web 接口。它确实发送 DHCP 请求,但从不响应这些地址的 arp。

官方文档提到您应该通过串行连接,但从未提及布线。它不是 DB9 连接器,因此无法知道电压、引脚等。

有没有办法通过以太网来解决这个问题,或者我绝对需要找到一根电缆,它可能是哪根?

cisco serial cisco-nexus
  • 2 个回答
  • 3631 Views
Martin Hope
Smokie
Asked: 2018-02-12 20:27:23 +0800 CST

PPP / 3G 调制解调器没有获得 IP:没有运行网络协议

  • 2

使用中的调制解调器:SIM5310 连接到基于 ARM 的电路板。

root@cm-debian:~# uname -a
Linux cm-debian 4.4.0-cm-t335-5.1-00030-gd350d89-dirty #29 SMP Sat Nov 4 19:18:48 PDT 2017 armv7l GNU/Linux

我现在正在使用 minicom 初始化聊天,而不是使用脚本。

使用 AT 命令我可以看到分配了一个 IP 地址

at+cgpaddr
+CGPADDR: 1,"176.13.98.14"
+CGPADDR: 2,"0.0.0.0"

AT ping 到 8.8.8.8 也可以:

at+cping="8.8.8.8",1
OK
+STIN: 25
+STIN: 25
+CPING: 1,8.8.8.8,64,484,255
+CPING: 1,8.8.8.8,64,394,255
+CPING: 1,8.8.8.8,64,392,255
+CPING: 1,8.8.8.8,64,771,255
+CPING: 3,4,4,0,392,771,510

更多信息:

at+cgatt?    
+CGATT: 1# packet domain attached

at+cgact?  
+CGACT: 1,1 # PDP context is activated
+CGACT: 2,0

ati
Manufacturer: SIMCOM INCORPORATED
Model: SIMCOM_SIM5310
Revision: SIM5310_V1.5
IMEI: 359768030163686
+GCAP: +CGSM,+DS,+ES

这是 pppd 的输出

 root@cm-debian:~# pppd -detach noauth  noipdefault debug usepeerdns /dev/ttyO1 115200 ipcp-accept-local ipcp-accept-remote
    using channel 36
    Using interface ppp0
    Connect: ppp0 <--> /dev/ttyO1
    sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x4748d05c> <pcomp> <accomp>]
    rcvd [LCP ConfReq id=0x50 <asyncmap 0x0> <auth pap> <magic 0x15c05db> <pcomp> <accomp>]
    No auth is possible
    sent [LCP ConfRej id=0x50 <auth pap>]
    rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x4748d05c> <pcomp> <accomp>]
    rcvd [LCP ConfReq id=0x51 <asyncmap 0x0> <magic 0x15c05db> <pcomp> <accomp>]
    sent [LCP ConfAck id=0x51 <asyncmap 0x0> <magic 0x15c05db> <pcomp> <accomp>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    rcvd [LCP DiscReq id=0x52 magic=0x15c05db]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    IPCP: timeout sending Config-Requests
    sent [LCP TermReq id=0x2 "No network protocols running"]
    sent [LCP TermReq id=0x3 "No network protocols running"]
    Connection terminated.
    Modem hangup

尝试使用 pap 空白用户/通过身份验证:

root@cm-debian:~# pppd -detach user "" password "" noipdefault debug usepeerdns /dev/ttyO1 115200 ipcp-accept-local ipcp-accept-remote
using channel 37
Using interface ppp0
Connect: ppp0 <--> /dev/ttyO1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9300f3d> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x53 <asyncmap 0x0> <auth pap> <magic 0x15fa3e3> <pcomp> <accomp>]
sent [LCP ConfAck id=0x53 <asyncmap 0x0> <auth pap> <magic 0x15fa3e3> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x9300f3d> <pcomp> <accomp>]
sent [PAP AuthReq id=0x1 user="" password=<hidden>]
rcvd [LCP DiscReq id=0x54 magic=0x15fa3e3]
rcvd [PAP AuthAck id=0x1 ""]
PAP authentication succeeded
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
IPCP: timeout sending Config-Requests
sent [LCP TermReq id=0x2 "No network protocols running"]
sent [LCP TermReq id=0x3 "No network protocols running"]
Connection terminated.
Modem hangup

禁用标头压缩等:

root@cm-debian:~# pppd -detach user "" password "" novj noccp novjccomp noipdefault debug usepeerdns /dev/ttyO1 115200 ipcp-accept-local ipcp-accept-remote
using channel 38
Using interface ppp0
Connect: ppp0 <--> /dev/ttyO1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x670e49b4> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x55 <asyncmap 0x0> <auth pap> <magic 0x161ece0> <pcomp> <accomp>]
sent [LCP ConfAck id=0x55 <asyncmap 0x0> <auth pap> <magic 0x161ece0> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x670e49b4> <pcomp> <accomp>]
sent [PAP AuthReq id=0x1 user="" password=<hidden>]
rcvd [LCP DiscReq id=0x56 magic=0x161ece0]
rcvd [PAP AuthAck id=0x1 ""]
PAP authentication succeeded
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
IPCP: timeout sending Config-Requests
sent [LCP TermReq id=0x2 "No network protocols running"]
sent [LCP TermReq id=0x3 "No network protocols running"]
Connection terminated.
Modem hangup

更新:

我可以使用以下属性获取 ms-wins IP 地址: 注意:这种情况偶尔会发生,主要返回 0.0.0.0 wins 地址

root@cm-debian:~# pppd -detach user "" password ""  debug usepeerdns /dev/ttyO1 115200
using channel 52
Using interface ppp0
Connect: ppp0 <--> /dev/ttyO1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x6f1654a4> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x76 <asyncmap 0x0> <auth pap> <magic 0x18a9792> <pcomp> <accomp>]
sent [LCP ConfAck id=0x76 <asyncmap 0x0> <auth pap> <magic 0x18a9792> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x6f1654a4> <pcomp> <accomp>]
sent [PAP AuthReq id=0x1 user="" password=<hidden>]
rcvd [LCP DiscReq id=0x77 magic=0x18a9792]
rcvd [PAP AuthAck id=0x1 ""]
PAP authentication succeeded
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfNak id=0x1 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
IPCP: timeout sending Config-Requests
sent [LCP TermReq id=0x2 "No network protocols running"]
sent [LCP TermReq id=0x3 "No network protocols running"]
Connection terminated.
Modem hangup

有任何想法吗?

serial
  • 1 个回答
  • 4316 Views
Martin Hope
nh2
Asked: 2017-02-06 12:58:59 +0800 CST

如何启用和使用 HP Microserver Gen9 的串行终端?

  • 8

我有一台 HP ProLiant Microserver Gen9。它具有 HP ILO 版本 4,但基于 Java 的远程控制台无法可靠运行,并且在 ILO 免费版本的 POST 屏幕后我无法使用它(要求我购买 ILO 高级许可证)。所以我想使用串行控制台来登录服务器。

我必须在 Ubuntu 系统上做什么才能通过服务器的 ILO 网络端口在串行控制台中获取引导过程的所有阶段(POST、BIOS 配置、GRUB 的输出、最终的登录提示)?我如何连接到它?

hp-proliant serial ilo ubuntu-16.04
  • 3 个回答
  • 23825 Views
Martin Hope
Sergei
Asked: 2016-12-22 06:08:17 +0800 CST

在操作系统启动之前远程连接到 Hyper-V 来宾?

  • 0

我有几个在 Hyper-V 主机上运行的使用 Truecrypt 全盘加密的来宾 VM。我有哪些选项可以让 VM 所有者输入自己的密码来启动机器?

hyper-v serial truecrypt keyboard-video-mouse
  • 1 个回答
  • 229 Views
Martin Hope
gen_Eric
Asked: 2016-12-13 08:01:51 +0800 CST

通过以太网配线架连接到交换机的控制台端口

  • 10

在我们的办公楼里,我们有一台 Cisco SRW2048交换机。在背面,它有一个用于控制台连接的串行端口。我想将此控制台端口连接到我房间中的计算机。

交换机位于通向所有其他房间的以太网接线板旁边的网络机房中。我想知道是否可以使用该接线板连接到交换机的控制台端口。

如果我使用 2 根翻转电缆,它会起作用吗?比如,如果我将一个从交换机连接到配线架,另一个从我房间的以太网端口连接到我计算机上的串行端口?

如果没有,是否有另一种方法可以连接到交换机,而无需沿着地板从网络机房到我的房间铺设超长串行电缆?

更新:是的,我知道我应该使用 Web 界面(或telnet)来访问交换机。我只是想连接到控制台端口作为学习练习,或者,你知道,只是为了好玩。

我只是不确定要使用什么电缆/适配器,因为在学校的实验室中,路由器/交换机有 RJ45 连接器作为它们的控制台端口,我们使用翻转电缆连接到它们。该交换机有一个 RS232(串行)连接器作为其控制台端口,我不知道如何通过以太网接线板与其连接。

更新 2:我可以在一端使用翻转电缆,在另一端使用“零调制解调器”适配器吗?

cisco switch console serial
  • 3 个回答
  • 5064 Views
Martin Hope
codenoob
Asked: 2016-11-02 16:31:51 +0800 CST

切断我自己的 Google Cloud Engine SSH 鼻子

  • 0

有点傻。在我的 Google Compute Engine (GCE) 实例上,我进入并更改了 sshd_config 以侦听另一个端口(我经常这样做)......但我在注销之前没有进行测试。还有一个错字。所以现在我无法通过 ssh 登录,因为配置被搞砸了,sshd 甚至无法启动。(我可以使用不同的配置文件启动 sshd,作为非 root 用户,但它给了我一个“无法加载主机密钥”,正如预期的那样,可能没有权限。)

使用你说的 GCE 串行控制台?啊...但是我可以登录的用户都不是 sudoers。(我还有两个sudo'er,但是密码不起作用,不知道为什么。我写错了?)

所以我有密码的用户(非root)访问,并且有root(sudo'er)用户的密钥,我只是没有办法通过串行控制台登录?(有没有办法让控制台识别我的密钥而不是密码?)

这对安全性有好处,我不能用我有限的知识在 5 分钟内解决这个问题,但是我可以利用我必须用 root 重新获得的东西吗?我可以访问 Google Compute Engine 控制台和用户等中的项目,我只是在这个实例上从命令行切断了自己。

如果它是一台物理机器,我会坚持使用可启动的 USB 发行版,只需编辑配置文件并重新启动。

有什么建议么?

谢谢。

password ssh google serial keys
  • 1 个回答
  • 812 Views
Martin Hope
MathewC
Asked: 2016-08-24 04:36:40 +0800 CST

如何通过 powershell 的串行控制台电缆连接到 cisco 交换机?

  • 5

我实际上不需要对交换机执行任何操作。我只需要验证它的存在。

我有一些远程服务器需要验证蓝色串行控制台电缆是否正确连接。与其将 RDC 放入其中并复制/配置 putty 只是为了输入几次,我想使用“enter-pssession”远程连接到 PowerShell 并以这种方式访问​​ COM1。

我试过使用它,但在控制台上没有得到任何反馈。

https://blogs.msdn.microsoft.com/powershell/2006/08/31/writing-and-reading-info-from-serial-ports/

谢谢!

windows powershell cisco remote-access serial
  • 1 个回答
  • 3228 Views
Martin Hope
TryTryAgain
Asked: 2015-08-08 08:53:10 +0800 CST

Cisco 控制台,是否可以将 DB9 拆分为多个 RJ45?

  • 1

Cisco 串行控制台电缆只是 DB9 到 RJ45。当然,现在很多人已经开始使用各种 DB9 到 USB 适配器来绕过许多没有串口的机器。但我更关心 RJ45 端并以某种方式拆分它。

是否有任何已知的双 RJ45 到单 DB9 连接?有可能吗?我希望能够管理到一台机器的两个控制台连接。

serial
  • 2 个回答
  • 681 Views
Martin Hope
Marki
Asked: 2015-04-09 09:45:13 +0800 CST

Raritan 串行控制台 (DSX) 完全不可靠

  • -2

我们有一些制造商 Raritan 的串行控制台。

更具体地说,8 端口和 16 端口 DSX-8 和 DSX-16。

目前,我严重怀疑它们的稳定性。

大多数时候会发生什么:

通常,一段时间内不需要该设备。

当最终需要它时,我通过 ssh 连接到它并给它(串行)端口号以连接到它。

执行该操作后,它会重新启动。并且需要很长时间(10 多分钟)才能重新启动。(在紧急需要控制台的网络问题期间,这是无法容忍的。)

固件是最新的。

支持根本没有用。(“您希望我们发送替代品吗?”)

(并非所有人都在这样做。)

有人使用那些 Raritan 设备吗?

要么他们天生就有问题,要么我们一直在做错事。

我认真考虑改用更严肃的设备。

serial
  • 1 个回答
  • 161 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve