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
    • 最新
    • 标签
主页 / user-688300

guyd's questions

Martin Hope
guyd
Asked: 2024-12-28 19:51:26 +0800 CST

Ubuntu 24.04.1 - Samba 共享未显示在文件管理器中

  • 5

我安装了 2 个 NAS:TrueNAS(现在用于测试)和 WDCloud(2Bay)。据我所知,这两个 NAS 的共享都已正确安装,但我看不到它们,因为它们以前在以前的版本上显示过。

当“手动”安装(使用文件中的其他位置)时,它们会按预期添加到 GUI。

//192.168.0.10/ArduinoCode /mnt/TrueNAS/ArduinoCode cifs credentials=/etc/samba/credentials,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,nounix,vers=3.0 0 0

最后我sudo mount -a甚至重新启动以确保没有其他依赖项,但仍然失败。这可能是什么原因造成的?

Edi1 - 成功安装 TrueNAS(仅限。WDCloud 被注释掉)

guy@linuxPc:~$ df -h Filesystem Size Used Avail Use% Mounted on tmpfs 2.4G 2.3M 2.4G 1% /run /dev/mapper/ubuntu--vg-ubuntu--lv 438G 267G 148G 65% / tmpfs 12G 30M 12G 1% /dev/shm tmpfs 5.0M 20K 5.0M 1% /run/lock /dev/sda2 2.0G 215M 1.6G 12% /boot //192.168.0.10/PythonCode 16G 128K 16G 1% /mnt/TrueNAS/PythonCode //192.168.0.10/GeneralDocs 31G 128K 31G 1% /mnt/TrueNAS/GeneralDocs //192.168.0.10/ArduinoCode 16G 128K 16G 1% /mnt/TrueNAS/ArduinoCode tmpfs 2.4G 140K 2.4G 1% /run/user/1000

nautilus
  • 1 个回答
  • 37 Views
Martin Hope
guyd
Asked: 2022-04-20 21:40:43 +0800 CST

双引导机器上的 Dropbox

  • 13

我有一台双启动笔记本电脑 - Ubuntu 20.04 和 Windows 10,它们都位于相同的 HD、不同的分区和第三个分区上,用于通用。

为了避免将我的 Dropbox 文件夹放在每个操作系统上,我希望将它安装在第三个分区上。我虽然“FAT32”适合这项工作,但是当我在 Windows 端安装 Dropbox 时,它要求输入“NTFS”(因此它从“FAT32”更改为“NTFS”),当我切换到 Ubuntu 时,Dropbox 询问对于“Ext4”。

这种情况能解决吗?

partitioning
  • 2 个回答
  • 1448 Views
Martin Hope
guyd
Asked: 2022-04-12 11:42:49 +0800 CST

Ubuntu20.04 - 双启动 windows10,grub 在 Windows 更新 20H2 后不显示

  • -1

刚刚用 Windows10 成功安装了 Ubntu 20.04。

首先安装了 Windows (UEFi),然后安装了 Ubnutu 20.04。

安装过程是根据需要进行的,因此所有更新和应用程序安装。

当 Windows 更新到 20H2 时,grub 的启动菜单(当您选择是否需要 Ubuntu 或 Windows10 时)不再显示,Windows10 正在启动,没有任何延迟。

我该如何解决?

boot
  • 1 个回答
  • 58 Views
Martin Hope
guyd
Asked: 2021-10-07 02:32:20 +0800 CST

Ubuntu 20.04 - 无法上传 Arduino 的草图

  • 7

全新安装 Ubuntu 后,我尝试使用 Arduino IDE v1.8.16 上传草图(使用.deb从网络下载的文件安装)。

An error occurred while uploading the sketch avrdude: ser_open(): can't open device "/dev/ttyACM0": Device or resource busy

在新的 Linux 机器上首次安装 Arduino IDE 后,需要成为 :sudo usermod -a -G dialout $USER和注销、登录的成员,这并没有按预期更改。

所以我尝试chmod了连接的端口/dev/ttyUSB0,这并没有改变错误消息(顺便说一下,在 USB1 和 ACM0 上我也得到了相同的输出 - 尝试上传到时Nano)。

现在我得到这个错误:

esptool.py v3.0
Serial port /dev/ttyUSB0
Connecting........_____....._____....._____....._____....._____....._____....._____
Traceback (most recent call last):
  File "/home/guy/.arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/upload.py", line 66, in <module>
    esptool.main(cmdline)
  File "/home/guy/.arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool/esptool.py", line 3552, in main
    esp.connect(args.before, args.connect_attempts)
  File "/home/guy/.arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool/esptool.py", line 529, in connect
    raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header

为了验证它不是 IDE 错误,我尝试使用esptool.py擦除闪存,我得到了相同的行为Connecting........_____....._____....._____....._____....._____....._____....._____

serial-port
  • 4 个回答
  • 2160 Views
Martin Hope
guyd
Asked: 2021-03-28 01:57:29 +0800 CST

Ubuntu 20.04 - 是否可以优先考虑网络连接?

  • 3

我正在使用具有 2 个网络的桌面 - 有线 ( 192.168.2.1) 和 Wifi ( 192.168.3.1)。两者都来自 WAN 获取它的同一路由器( WAN -> 192.168.2.1-> 192.168.3.1)

Wifi 的分离主要是为了减少流量 (IPCAMS) 192.168.2.1,有时还会断开 Internet 以检查 IOT 设备。

有时当 Wifi 没有互联网时,桌面也会“丢失”互联网(断开 WiFi 时 - 互联网重新打开)。这不是连接问题,Wifi 还可以。

所以,我的问题是,是否有办法将有线网络优先于 Wifi ?

networking
  • 1 个回答
  • 2092 Views
Martin Hope
guyd
Asked: 2020-04-09 02:36:00 +0800 CST

Ubuntu 18.04 - 安装额外的 HD 和 FSTAB 错误

  • 0

我尝试使用这种方法安装第二个 HD:

在 中添加一行fstab:

UUID=3edefcc8-04fb-449b-9e72-9bda7e443f65 /home/guy/newHD ext4 defaults x-gvfs-show 0 0

安装显示和工作正常(据我目前所知),但安装后弹出错误

$ sudo mount -a
mount: /etc/fstab: parse error at line 14 -- ignored

第 14 行是相关行。

试图解决:

  1. 添加comments=x-gvfs-show- 没有解决。

  2. ,在之前添加/删除x-gvfs-show- 没有解决

  3. 从第 14 行删除x-gvfs-show- 停止显示该错误消息。

什么是正确的语法?

添加图片以Disks显示该特定参数是相关且需要的

在此处输入图像描述

fstab
  • 1 个回答
  • 87 Views
Martin Hope
guyd
Asked: 2018-06-30 00:58:59 +0800 CST

Ubuntu 18.04 - 安装“VirtualBox”失败后使用“apt-get install”安装失败[重复]

  • 3
这个问题在这里已经有了答案:
无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? (25 个回答)
4年前关闭。

我试图安装apt-get install virtualbox. 由于依赖问题,它失败了。

修复它 - 我试过sudo dpkg --configure -a了,过了一会儿就卡住了。

现在,当我尝试安装其他( git )时,它又回到了同样的问题:

guy@desktop:~$ sudo apt-get -f install
[sudo] password for guy: 
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 
guy@desktop:~$ sudo dpkg --configure -a
Setting up virtualbox-dkms (5.2.10-dfsg-6ubuntu18.04.1) ...
Removing old virtualbox-5.2.10 DKMS files...

-------- Uninstall Beginning --------
Module:  virtualbox
Version: 5.2.10
Kernel:  4.15.0-23-generic (x86_64)
-------------------------------------

Status: This module version was INACTIVE for this kernel.
depmod...

DKMS: uninstall completed.

------------------------------
Deleting module version: 5.2.10
completely from the DKMS tree.
------------------------------
Done.
Loading new virtualbox-5.2.10 DKMS files...
Building for 4.15.0-23-generic
Building initial module for 4.15.0-23-generic
virtualbox apt
  • 1 个回答
  • 706 Views
Martin Hope
guyd
Asked: 2017-10-12 22:02:07 +0800 CST

Ubuntu 16.04 – 在启用外部 WIFI 适配器的同时禁用内部 WIFI

  • 9

我在一台相当旧的 LG 笔记本电脑上使用全新安装的 Ubuntu 16.04。
为了获得更快的 wifi 连接,我使用了外部 USB wifi 加密狗。由于我不需要两个 wifi - 我希望关闭车载 wifi。

尝试:

  1. 使用 Ubntu 的网络菜单将其关闭 - 启动后不会保持关闭状态。
  2. 使用笔记本电脑物理 wifi 的开/关按钮,关闭两个 wifi。

除了在启动时运行 bash 脚本来禁用它之外,是否有更优雅的方式来完成这项工作nmcli?

在可以看到上层 wifi 网络已禁用(板载)和下层,已连接(通过 USB 适配器)截屏

问题已解决:应用@pa4080 answer- device not managed 后 截屏

network-manager
  • 2 个回答
  • 10492 Views
Martin Hope
guyd
Asked: 2017-09-16 20:28:32 +0800 CST

Ubuntu 16.04- VNC/TeamViewer,在无头模式下设置屏幕分辨率 [重复]

  • 2
这个问题在这里已经有了答案:
未插入显示器时添加假显示 9 个答案
4年前关闭。

Ubuntu 16.04 安装在旧 PC 上,应无头使用(未连接显示器)。由于这个事实,当尝试使用 VNC(安装了 x11vnc 服务器)或 TeamViewer 时,其分辨率以某种方式设置为 640x480。

当它是无头的时,我怎样才能改变它?

display-resolution
  • 1 个回答
  • 3759 Views
Martin Hope
guyd
Asked: 2017-09-11 03:10:17 +0800 CST

Ubuntu 16.04:如何获取 S3 UniChrome Pro 的显示驱动程序

  • 1

我有一台旧电脑,安装了新的 Ubuntu 16.04(全新安装)。由于它在高清显示器上仅显示 1280x1024,我的第一个猜测是显示驱动程序问题。

看了微星的网站,猜想这是我的微星主板。

如何获得 Ubuntu 的显示驱动程序?在那个站点上只有 Windows 操作系统的驱动程序。

$ lspci -nnk | grep -A3 VGA
01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. P4M890 [S3 UniChrome Pro] [1106:3343] (rev 01)
        Subsystem: Micro-Star International Co., Ltd. [MSI] P4M890 [S3 UniChrome Pro] [1462:7255]
        Kernel modules: viafb
04:01.0 Audio device [0403]: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller [1106:3288] (rev 10)


$ xrandr -d :0
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1280 x 1024, current 1280 x 1024, maximum 1280 x 1024
default connected primary 1280x1024+0+0 0mm x 0mm
   1280x1024     77.00*
16.04
  • 1 个回答
  • 4035 Views
Martin Hope
guyd
Asked: 2017-08-28 11:30:33 +0800 CST

Ubuntu Mate 16.04 - Firefox 在加载时崩溃

  • 1

Ubuntu Mate 16.04 安装在 Rpi3 上,最近停止加载。

1)它运行了几个月(我猜有些更新搞砸了)。

2) Ubuntu Mate 16.04 安装了另一个 RPi,但再次 - 无法加载 Firefox。

3) 两个 RPis 都运行 Chromium(作为替代)并可以连接到互联网。

4) 错误日志已发送到 Mozilla - 但两周内没有任何变化。

任何想法为什么/如何解决它?

编辑 1:卸载 v55 后,在安装 v52 期间,出现 en 错误-

guy@guy-desktop:~$ sudo dpkg -i firefox-dbg_52.0.2+build1-0ubuntu0.12.04.1_armhf.deb 
[sudo] password for guy: 
(Reading database ... 205031 files and directories currently installed.)
Preparing to unpack firefox-dbg_52.0.2+build1-0ubuntu0.12.04.1_armhf.deb ...
Unpacking firefox-dbg (52.0.2+build1-0ubuntu0.12.04.1) over (52.0.2+build1-0ubuntu0.12.04.1) ...
dpkg: dependency problems prevent configuration of firefox-dbg:
 firefox-dbg depends on firefox (= 52.0.2+build1-0ubuntu0.12.04.1); however:
  Package firefox is not installed.

dpkg: error processing package firefox-dbg (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 firefox-dbg
guy@guy-desktop:~$ 
firefox
  • 3 个回答
  • 18167 Views
Martin Hope
guyd
Asked: 2017-08-06 01:38:15 +0800 CST

无法通过 Ubuntu 软件安装-“apt 事务返回结果退出失败”

  • 11

我正在使用 17.04 ( Clean Install ),据我记得,每次尝试安装任何软件时都会失败并显示该错误代码。

我试过了sudo apt-get update && apt-get upgrade,问题仍然存在。

知道为什么吗? 屏幕截图

编辑:使用软件更新程序给出了这个结果: 在此处输入图像描述

编辑:更新的输出

guy@LG-LAPTOP:~$ sudo apt-get update && apt-get upgrade
[sudo] password for guy: 
Ign:1 http://il.archive.ubuntu.com/ubuntu zesty InRelease
Ign:2 http://il.archive.ubuntu.com/ubuntu zesty-updates InRelease              
Ign:3 http://il.archive.ubuntu.com/ubuntu zesty-backports InRelease            
Err:4 http://il.archive.ubuntu.com/ubuntu zesty Release                        
  503  Service Unavailable
Get:5 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]     
Err:6 http://il.archive.ubuntu.com/ubuntu zesty-updates Release                
  503  Service Unavailable
Get:7 http://archive.canonical.com/ubuntu zesty InRelease [10.2 kB]            
Err:8 http://il.archive.ubuntu.com/ubuntu zesty-backports Release              
  503  Service Unavailable
Get:9 http://archive.canonical.com/ubuntu zesty/partner Sources [1,416 B]      
Get:10 http://archive.canonical.com/ubuntu zesty/partner amd64 Packages [1,616 B]
Get:11 http://archive.canonical.com/ubuntu zesty/partner i386 Packages [1,612 B]
Get:12 http://archive.canonical.com/ubuntu zesty/partner Translation-en [708 B]
Get:13 http://security.ubuntu.com/ubuntu zesty-security/main amd64 DEP-11 Metadata [11.7 kB]
Get:14 http://security.ubuntu.com/ubuntu zesty-security/main DEP-11 64x64 Icons [9,219 B]
Get:15 http://security.ubuntu.com/ubuntu zesty-security/universe amd64 DEP-11 Metadata [14.4 kB]
Get:16 http://security.ubuntu.com/ubuntu zesty-security/universe DEP-11 64x64 Icons [31.0 kB]
Reading package lists... Done                                         
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty-updates Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty-backports Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
guy@LG-LAPTOP:~$ 

apt get 的输出

guy@LG-LAPTOP:~$ sudo apt-get install putty
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  putty-tools
Suggested packages:
  putty-doc
The following NEW packages will be installed:
  putty putty-tools
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 661 kB of archives.
After this operation, 2,713 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Err:1 http://il.archive.ubuntu.com/ubuntu zesty/universe amd64 putty-tools amd64 0.67-3
  503  Service Unavailable
Err:2 http://il.archive.ubuntu.com/ubuntu zesty/universe amd64 putty amd64 0.67-3
  503  Service Unavailable
E: Failed to fetch http://il.archive.ubuntu.com/ubuntu/pool/universe/p/putty/putty-tools_0.67-3_amd64.deb  503  Service Unavailable
E: Failed to fetch http://il.archive.ubuntu.com/ubuntu/pool/universe/p/putty/putty_0.67-3_amd64.deb  503  Service Unavailable
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
guy@LG-LAPTOP:~$ 
software-installation
  • 1 个回答
  • 37584 Views
Martin Hope
guyd
Asked: 2017-08-05 12:41:35 +0800 CST

如何禁用内部 Wi-Fi 硬件并使用 USB 适配器的 Wi-Fi?

  • 1

我在旧的 LG 笔记本电脑上使用 Ubuntu 17.04。我的目标是禁用内部 Wi-Fi(因为它又旧又慢),并使用我的 USB Wi-Fi 适配器获得更好的 Wi-Fi。但是,当我尝试从 Edimax 的站点安装驱动程序时会出现一些错误:

由于文件权限,按照文件中的说明readme.txt运行文件失败。install.sh我尝试使用以下命令授予整个目录的可执行权限:

sudo chmod +X *

它赋予了大多数文件/目录可执行权限,但没有赋予install.sh.

ls -l 输出显示文件的权限

即使在尝试仅授予特定文件权限之后,我也没有运气。

这是输出lsusb:

Bus 001 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

并uname -r显示4.10.0-28-generic。

  1. 为什么我不能更改该文件的权限?
  2. 如何禁用内部 Wi-Fi?
command-line
  • 2 个回答
  • 1137 Views
Martin Hope
guyd
Asked: 2017-08-01 11:07:18 +0800 CST

Ubuntu 17.04 无法连接到互联网

  • 0

在 LG 笔记本电脑上全新安装 17.04 后,PC 正确连接到 Wifi,但无法访问互联网。

  1. 我尝试了 2 种不同的 Wifi
  2. PC 正确连接到网络上的 NAS
  3. PC 连接到路由器的网页。
  4. 更新:使用以太网时问题仍然存在(Wifi 已关闭)

会是什么?

PC 是 LG 笔记本电脑 2 核斗,2GB 内存,80GB 高清(旧但工作正常)

networking
  • 2 个回答
  • 3172 Views
Martin Hope
guyd
Asked: 2017-07-10 21:16:20 +0800 CST

识别使用 SSH 完成的过程

  • 0

我使用 SSH (Putty) 远程连接到 RPI,安装了 UBUNTU 16.04,以运行 python 文件来控制 GPIO 开关。

我希望确定(并记录)该 py 文件是由 RPI 上的本地用户还是由远程 SSH 用户(使用相同的 Usename 登录)执行的。

使用 :who或w在 UBUNTU 的命令行显示用户通过 pts 及其 IP 连接...但仅知道还不够。

有任何想法吗 ?

ssh
  • 1 个回答
  • 46 Views
Martin Hope
guyd
Asked: 2017-06-17 06:07:03 +0800 CST

杀死进程 Ubuntu 16.04 [重复]

  • 2
这个问题在这里已经有了答案:
如何杀死应用程序 10 个答案
5年前关闭。

我希望使用命令行( bash )来查找和终止进程。如何搜索已知(VLC)进程以及如何杀死它?

盖伊

xubuntu
  • 3 个回答
  • 3055 Views
Martin Hope
guyd
Asked: 2017-06-11 11:58:50 +0800 CST

如何命令行 VLC 到 RTSP IPCAM

  • 0

我希望使用 VLC 将 IPCAM 流式传输到 UBUNTU。我找到了一种使用 VLC: Stream Media as : 的方法rtsp://192.168.3.101:554,我选择“8000ms”的缓存,并进行 1:4 缩放。

如何使用命令行来完成?

vlc
  • 1 个回答
  • 1915 Views
Martin Hope
guyd
Asked: 2017-05-27 10:22:08 +0800 CST

如何使用 nmcli 命令提取可用网络的 SSID

  • 3

我正在尝试构建一个脚本以允许用户从可用的网络中进行选择,使用:

nmcli device wifi

显示 2 个网络(以当前位置为例):

在此处输入图像描述

如何提取可用网络的唯一名称 (SSID)?

command-line
  • 1 个回答
  • 4104 Views
Martin Hope
guyd
Asked: 2017-05-25 23:16:46 +0800 CST

运行脚本到 ssh [重复]

  • 0
这个问题在这里已经有了答案:
如何通过 SSH 在远程服务器上运行本地 shell 脚本? (2 个回答)
5年前关闭。

我使用脚本来运行下标。下标实际上是 ssh 的 WDcloud。运行下标后,我需要在 WDcloud 的 ssh 会话中运行某些命令。但是在运行连接到 ssh 的下标之后,以下行没有在 ssh 会话中运行。

脚本类似于:

#!/bin/bash
ssh2cloud.sh
commands_to_run_in_ssh
scripts
  • 1 个回答
  • 817 Views
Martin Hope
guyd
Asked: 2017-05-14 07:36:42 +0800 CST

使用 grep 计算模式实例

  • 4

我试图/在某个路径中grep计数,但是当它在 1 行时,将所有实例都计为 1。

/home/usr/bin/test | grep / -c 

给出了答案1。

command-line
  • 4 个回答
  • 17992 Views

Sidebar

Stats

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

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

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

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve