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 / 问题

问题[x11](server)

Martin Hope
EK0
Asked: 2023-06-20 09:33:51 +0800 CST

Rocky Linux 9 触摸屏禁用屏幕键盘

  • 6

我需要在 Rocky Linux 9.2 中的 X11 上运行一个应用程序,该机器除了使用鼠标和物理键盘之外还使用触摸屏显示器。

当我通过触摸应用程序图标启动应用程序时,应用程序窗口与屏幕键盘一起出现。应用程序窗口向上移动,为键盘腾出空间。用户必须关闭键盘才能使窗口向下移动到屏幕中(否则,应用程序无法使用,因为窗口的大部分移动到屏幕边缘上方)。

除了必须关闭屏幕键盘的小烦恼之外,有时窗口会以移动状态出现,为键盘留出空间,但键盘却不会出现。在这种情况下,没有键盘可以关闭,并且在不知道标题栏不可见时移动窗口的特殊键盘快捷键的情况下,窗口无法向下移动。这使得该应用程序使用起来非常不方便,特别是因为它是针对非技术用户的。

我看过各种帖子,展示了如何使用浏览器扩展和连接器来配置 GNOME Caribou,以禁用屏幕键盘应用程序,但显然,扩展或连接器不再与 Rocky 附带的 GNOME shell 版本兼容Linux(版本 40.4.0)。

显然,即使“设置”>“辅助功能”配置指示应禁用屏幕键盘,Caribou 也会出现。顺便说一句,当运行 Wayland 而不是 X11 时,屏幕键盘似乎根本不出现,但不幸的是该应用程序与 Wayland 不兼容。

谁能告诉我在 Rocky Linux/X11 上使用最新版本的 GNOME 摆脱屏幕键盘的正确方法是什么?

x11
  • 1 个回答
  • 96 Views
Martin Hope
henriquehbr
Asked: 2022-03-08 07:45:38 +0800 CST

SSH 服务器拒绝来自同一个客户端的多个连接

  • 0

我有一个在 Alpine Linux 3.15 Docker 容器中运行的简单 openssh 服务器和一个客户端,它也运行在另一个 Docker 容器(服务器的 Alpine 版本相同)上,该容器运行带有 dwm 的 X 服务器

客户端能够通过从服务器到客户端显示的 X11 转发打开图形应用程序( ),问题是在收到以下错误之前st我只能打开单个实例:st

ssh: connect to host 172.17.0.2 port 22: Connection refused

服务器端日志:

Starting session: command on pts/1 for client from 172.17.0.3 port 34060 id 0
debug1: Setting controlling tty using TIOCSCTTY.
debug1: X11 connection requested.
debug1: channel 3: new [X11 connection from 172.17.0.2 port 35028]
debug1: Received SIGCHLD.
debug1: session_by_pid: pid 9
debug1: session_exit_message: session 0 channel 0 pid 9
debug1: session_exit_message: release channel 0
debug1: session_by_tty: session 0 tty /dev/pts/1
debug1: session_pty_cleanup2: session 0 release /dev/pts/1
debug1: channel 3: free: X11 connection from 172.17.0.2 port 35028, nchannels 4
debug1: session_by_channel: session 0 channel 0
debug1: session_close_by_channel: channel 0 child 0
debug1: session_close_x11: detach x11 channel 1
debug1: session_close_x11: detach x11 channel 2
Close session: user client from 172.17.0.3 port 34060 id 0
debug1: channel 0: free: server-session, nchannels 3
debug1: channel 1: free: X11 inet listener, nchannels 2
debug1: channel 2: free: X11 inet listener, nchannels 1
Received disconnect from 172.17.0.3 port 34060:11: disconnected by user
Disconnected from user client 172.17.0.3 port 34060
debug1: do_cleanup
debug1: do_cleanup

客户端日志:

Running /usr/bin/xauth remove ssh:10.0
/usr/bin/xauth add ssh:10.0 MIT-MAGIC-COOKIE-1 49907415ff518044198f6f0075f270fe
debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
debug1: client_request_x11: request from 172.17.0.2 35028
debug1: channel 1: new [x11]
debug1: confirm x11
OpenSSH_8.8p1, OpenSSL 1.1.1l  24 Aug 2021
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to 172.17.0.2 [172.17.0.2] port 22.
debug1: connect to address 172.17.0.2 port 22: Connection refused
ssh: connect to host 172.17.0.2 port 22: Connection refused
xinit: connection to X server lost

waiting for X server to shut down debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
debug1: channel 1: free: x11, nchannels 2
X connection to ssh:10.0 broken (explicit kill or server shutdown).
debug1: channel 0: free: client-session, nchannels 1
Connection to 172.17.0.2 closed.
Transferred: sent 91292, received 92728 bytes, in 3.1 seconds
Bytes per second: sent 29350.8, received 29812.5
debug1: Exit status 1
(II) Server terminated successfully (0). Closing log file.

deallocvt: can't open console
linux ssh x11 docker alpine
  • 1 个回答
  • 132 Views
Martin Hope
Newlinux-men
Asked: 2021-10-02 10:19:34 +0800 CST

$ xclock PuTTY X11 代理:无法连接到转发的 X 服务器:网络错误:连接被拒绝错误:无法打开显示:XX.XX.XXX.XX:10.0

  • 0

对一台 RHEL 7 服务器运行 xclock 命令时出现以下错误

$ xclock 
PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refused Error: Can't open display: XX.XX.XXX.XX:10.0

我确实在下面设置/etc/ssh/sshd_config

X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no

我尝试过X11UseLocalhost Yes甚至评论过它,但没有运气

我尝试ForwardX11Trusted yes在 cat中设置

/home/user/.ssh/config

我正在尝试从我的 windows 10 笔记本电脑上的腻子连接。我在连接服务器时在腻子中进行了以下设置

selected - Enable X11 forwarding
selected - Remote x11 authentication protocol as -- MIT-magic-cookie-1 

但上述设置没有运气

由于安全限制,我无法在我的 Windows 笔记本电脑中下载任何软件,例如 xming,我也没有任何其他 linux 服务器,我可以从那里 ssh 这个服务器

它对我来说非常紧急,请帮助我

在此处输入图像描述

linux redhat x11 rhel7
  • 1 个回答
  • 2748 Views
Martin Hope
Sunny
Asked: 2020-07-09 10:38:44 +0800 CST

Ubuntu 18.04 上的 X11 配置。在 Ubuntu 16.04 上工作

  • 1

这是一个在 cron 中为具有 sudo 权限的 user1 运行的脚本

   export DISPLAY=:0 
   export XAUTHORITY=/home/user2/.Xauthority 
   scrot -q 30 "/tmp/%Y-%m-%d-%H-%M_screen.jpg" 2>/tmp/err
 

它在 Ubuntu 16.04 上运行良好。升级到 18:04 时报错:Invalid MIT-MAGIC-COOKIE-1 keygiblib error: Can't open X display。它正在运行,是吗?

文件 .Xauthority 归 user2 所有,组归 user1 所有,权限为 660。

Ubuntu 16:04 和 18:04 之间发生了什么变化?在阅读了关于 SO 的帖子后,我尝试了export DISPLAY=:1.0而不是 export DISPLAY=:0 。它给出了这个错误:giblib error: Can't open X display。它正在运行,是吗?

x11 ubuntu-18.04 x11forwarding
  • 1 个回答
  • 411 Views
Martin Hope
el n00b
Asked: 2017-01-07 15:56:36 +0800 CST

Azure 和 RHEL - “无法打开显示:1”......有时

  • 0

我在 Azure 上有一个 RHEL 映像,我们启动它来执行一些专门的任务。没有选项可以实际保持服务运行。

但是,有时在启动时,当我尝试运行时,甚至xeyes会出现以下错误:

$ xeyes
没有指定协议。
错误:无法打开显示::1

其他时候,当我们使用完全相同的方法启动它时,一切正常。我可以运行从xeyesVNC 到 VNC 的所有内容,一切都很好。在运行命令之前创建 VM 时,我什至采取了特殊的预防措施,因为我们在规模集中waagent启动映像,例如创建 VNC 实例(稍后详述)以及我为此目的而严格添加的新用户。

所以这是我的问题:

  • 有谁知道会导致这种不稳定行为的任何奇怪之处?
  • 有没有人做任何事情来确保 X 启动?
  • 我能做些什么来强制 VNC 等在 X 之后启动吗?

注意:我不需要设置远程 X 访问,只需要本地。

我遵循的基本说明是Red Hat 站点本身上的Red Hat RHEL 7 TigerVNC 说明。

在这一点上,我的解决方法是使用 Chef 构建 VM,然后使用这些指令启动一个重建所有内容的过程。

vnc x11 azure rhel7
  • 1 个回答
  • 1122 Views
Martin Hope
Locane
Asked: 2016-09-23 13:49:14 +0800 CST

安装 Nvidia 驱动程序后 CentOS 7 w/Gnome 在启动时挂起?

  • 0

有很多关于这些主题的单独信息,但我无法找到我认为非常常见的情况的答案。

我在带有 CentOS 7 和 Gnome 桌面的服务器中有 2 个 Nvidia GTX 1080。GPU 将专门用于 CUDA 计算,而不是视频输出。

请参阅内核加载屏幕的屏幕截图。

安装 Nvidia 驱动程序后加载 GUI 屏幕

我的 xorg.conf 看起来像这样:

[root@0cc47a8a1a10 ~]# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 367.44  (buildmeister@swio-display-x86-rhel47-01)  Wed Aug 17 22:54:35 PDT 2016

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

[root@0cc47a8a1a10 ~]#

这是 /var/log/Xorg.5.log 的最后一部分:

[    37.157] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    37.157] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    37.157] (WW) Disabling Keyboard0
[    37.157] (WW) Disabling Mouse0
[    37.157] (II) Loader magic: 0x7fd419fc1020
[    37.157] (II) Module ABI versions:
[    37.157]    X.Org ANSI C Emulation: 0.4
[    37.157]    X.Org Video Driver: 19.0
[    37.157]    X.Org XInput driver : 21.0
[    37.157]    X.Org Server Extension : 9.0
[    37.157] (II) xfree86: Adding drm device (/dev/dri/card1)
[    37.157] (II) xfree86: Adding drm device (/dev/dri/card2)
[    37.157] (II) xfree86: Adding drm device (/dev/dri/card0)
[    37.157] (II) xfree86: Adding drm device (/dev/dri/card3)
[    37.157] (II) xfree86: Adding drm device (/dev/dri/card4)
[    37.165] (--) PCI: (0:2:0:0) 10de:1b80:10de:119e rev 161, Mem @ 0xcf000000/16777216, 0x383fe0000000/268435456, 0x383ff0000000/33554432, I/O @ 0x00006000/128, BIOS @ 0x????????/524288
[    37.165] (--) PCI: (0:3:0:0) 10de:1b80:10de:119e rev 161, Mem @ 0xcd000000/16777216, 0x383fc0000000/268435456, 0x383fd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[    37.165] (--) PCI:*(0:6:0:0) 1a03:2000:15d9:0852 rev 48, Mem @ 0xcb000000/16777216, 0xcc000000/131072, I/O @ 0x00004000/128, BIOS @ 0x????????/131072
[    37.165] (--) PCI: (0:131:0:0) 10de:1b80:10de:119e rev 161, Mem @ 0xfa000000/16777216, 0x387fe0000000/268435456, 0x387ff0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[    37.165] (--) PCI: (0:132:0:0) 10de:1b80:10de:119e rev 161, Mem @ 0xf8000000/16777216, 0x387fc0000000/268435456, 0x387fd0000000/33554432, I/O @ 0x0000c000/128, BIOS @ 0x????????/524288
[    37.165] (II) LoadModule: "glx"
[    37.165] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    37.171] (II) Module glx: vendor="NVIDIA Corporation"
[    37.171]    compiled for 4.0.2, module version = 1.0.0
[    37.171]    Module class: X.Org Server Extension
[    37.171] (II) NVIDIA GLX Module  367.44  Wed Aug 17 21:50:26 PDT 2016
[    37.171] (II) LoadModule: "nvidia"
[    37.171] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    37.171] (II) Module nvidia: vendor="NVIDIA Corporation"
[    37.171]    compiled for 4.0.2, module version = 1.0.0
[    37.171]    Module class: X.Org Video Driver
[    37.171] (II) NVIDIA dlloader X Driver  367.44  Wed Aug 17 21:28:13 PDT 2016
[    37.171] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    37.171] (++) using VT number 1

[    37.171] (EE) No devices detected.
[    37.171] (EE)
Fatal server error:
[    37.171] (EE) no screens found(EE)
[    37.171] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[    37.171] (EE) Please also check the log file at "/var/log/Xorg.5.log" for additional information.
[    37.171] (EE)
gnome x11 centos7 nvidia
  • 1 个回答
  • 11111 Views
Martin Hope
user3482876
Asked: 2016-09-06 19:02:57 +0800 CST

两台远程机器之间的 X11/X 转发

  • 0

假设有 3 台机器,A、B、C。B 和 C 在同一个网络上,而 A 是远程的。B、C 之间的连接非常快,但从 A 到(B 或 C)的任何连接都很慢。

我想在 C 上运行涉及图形输出的计算密集型作业(即从 MATLAB 生成 png 文件)。如果我从 A -> B -> C 进行 SSH,则 X11 输出显示在 A 上。我想从 A -> B 进行 SSH 并在 C 上运行相同的计算,但将所有图形输出限制在 B,这样缓慢的 A -> B 连接不会使工作永远进行(这就是我现在正在发生的事情)。这可能吗,如果可以,我应该如何设置它?

操作系统:A 是 OSX,B 是 Ubuntu,C 是 CentOS(计算集群的一部分)。

ssh x11
  • 1 个回答
  • 238 Views
Martin Hope
John
Asked: 2016-06-18 11:30:23 +0800 CST

在 *nix 系统上的 /tmp 中,模式为 `drwxrwxrwt` 的目录是否安全?

  • 5
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .font-unix
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .ICE-unix
-rw-------  1 root     root        0 Aug 20  2015 ipt.err
-rw-------  1 root     root       90 Aug 20  2015 ipt.out
drwxr-xr-x  3 root     root     4096 Mar 28 16:23 npm-23008-fc1739e3
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .Test-unix
drwx------  2 root     root     4096 May 11 03:00 tmp.ayv48eJWjN
drwx------  2 root     root     4096 Apr  5 14:55 tmp.DhPr9EXfH5
drwx------  2 root     root     4096 Apr  5 15:11 tmp.DVHx8GHsP4
drwx------  2 root     root     4096 Apr  5 14:45 tmp.FDa39cA3ft
drwx------  2 root     root     4096 May  4 03:00 tmp.fvjOmYe2WQ
drwx------  2 root     root     4096 May 25 03:00 tmp.GEHVHEq0Vf
drwx------  2 john     john     4096 May 12 07:06 tmp.hpMfMe2Dlw
drwx------  2 root     root     4096 Apr  5 12:57 tmp.M543QjpOej
drwx------  2 root     root     4096 Apr 20 03:00 tmp.oruELImlbd
drwx------  2 root     root     4096 Feb 12 22:28 tmp.OV7qrrSCbt
drwx------  2 root     root     4096 Apr 13 03:00 tmp.oyJKXfMa52
drwx------  2 john     john     4096 May 12 07:10 tmp.qqHnbm5bEN
drwx------  2 root     root     4096 Feb 12 22:46 tmp.RRRN63RvPS
drwx------  2 root     root     4096 Feb 12 22:28 tmp.tDLx4KXKjY
drwx------  2 root     root     4096 Apr 27 03:00 tmp.Yp1DDIZUXI
drwxr-xr-x  3 www-data www-data 4096 Mar 28 16:25 www-data
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .X11-unix
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .XIM-unix

在服务器上运行 Lynis 测试后,我注意到它建议删除临时文件夹中的旧文件。

当我去查看内容时,我注意到tmp文件夹中的一些目录对它们有777的权限!

drwxrwxrwt  2 root     root     4096 Aug 20  2015 .font-unix
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .ICE-unix
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .Test-unix
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .X11-unix
drwxrwxrwt  2 root     root     4096 Aug 20  2015 .XIM-unix

我对这些了解不多。他们安全吗?

x11 file-permissions tmp
  • 1 个回答
  • 15084 Views
Martin Hope
GregH
Asked: 2016-05-04 07:46:31 +0800 CST

如何诊断通过 ssh 转发运行的滞后 X11 应用程序?

  • 0

我在我的 Windows 系统上使用 Xming 和 X11 转发通过 SSH 在 RHEL 机器上运行 X11 应用程序。反应似乎很糟糕。在击键和鼠标点击之间有一秒钟,等等。当我从我的 Windows 机器上 ping linux 机器时,我可以看到延迟只有大约 85 毫秒。我已启用 ssh 压缩并将我的密码设置为建议的设置。它有所帮助,但仍然很糟糕。我如何诊断为什么响应能力如此之差?我可以在 Windows(或 linux)下运行的实用程序是否可以跟踪两台机器之间所有网络数据包的延迟?

ssh x11 x11forwarding
  • 1 个回答
  • 610 Views
Martin Hope
taftster
Asked: 2012-07-07 12:05:54 +0800 CST

如何配置 D-Bus 和 SSH X-Forwarding 以防止 SSH 在退出时挂起?

  • 21

我正在尝试通过 X11 转发和 SSH 运行各种 Gnome 应用程序。某些应用程序会导致首先生成“dbus-launch”应用程序。问题是当 X 应用程序退出时 dbus-launch 不会关闭,因此必须在 SSH 会话正确关闭之前被终止。

我假设问题是 X/Gnome 应用程序无法连接到主消息总线守护进程,因此必须启动它们自己的副本?我怎样才能解决这个问题?或者我错过了什么?

这是一个例子。我启用了 X11 转发,似乎一切正常。

[me@host ~]$ gnome-calculator &
[1] 4803

(此处 gcalctool 程序启动并显示到我的删除 X 服务器 (Xming))

[me@host ~]$ ps
  PID TTY          TIME CMD
 4706 pts/0    00:00:00 bash
 4803 pts/0    00:00:00 gnome-calculator
 4807 pts/0    00:00:00 dbus-launch
 4870 pts/0    00:00:00 ps

(现在,在远程会话中关闭 gcalctool 应用程序之后)

[me@host ~]$ ps
  PID TTY          TIME CMD
 4706 pts/0    00:00:00 bash
 4807 pts/0    00:00:00 dbus-launch
 4898 pts/0    00:00:00 ps

请注意,dbus-launch 仍然处于活动状态。最糟糕的是,这会阻止 SSH 连接正常关闭,直到它被终止。

请注意,系统范围的消息守护进程正在运行,如下所示:

[me@host ~]$ ps ax
 4696 ?     Ssl   0:00 dbus-daemon --system

我在这里错过了什么?我以前从未见过这种行为。据推测,我只见过可以不受阻碍地连接到消息总线守护进程的应用程序?我在 /etc/dbus-1 中寻找答案,但不知道要寻找什么。

在此先感谢您的帮助。

[编辑]

好的,我意识到我遇到了一个常见问题。这似乎是一种相当普遍的行为,但没有好的解决方案。我正在经历 SSH 挂起,因为 dbus-launch 在 tty 中仍然处于活动状态。但是似乎没有什么好的方法可以让 dbus 启动安静地发生。

查看 /etc/X11/xinit/xinitrc.d/00-start-message-bus.sh 可以提供一些关于“正常”X 会话应该发生什么的线索。当仅调用 X 应用程序到远程 X 服务器时,这当然不起作用。

作为临时解决方法,我已将其添加到我的 .bash_logout 中:

# ~/.bash_logout
pkill -u $USER -t `tty | cut -d '/' -f 3,4` dbus-launch

这将允许 SSH 会话关闭,但感觉很笨拙。有没有更好的解决方案?在没有 dbus 妨碍的情况下运行远程 X11 应用程序的正确方法是什么?

linux x11 dbus
  • 3 个回答
  • 35429 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