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-197946

Vitor Mazuco's questions

Martin Hope
Vitor Mazuco
Asked: 2016-09-16 08:50:50 +0800 CST

14.04:无法在带有 AMD 显卡的戴尔上安装 fglrx

  • 1

之后我将内核升级到 4.4 版本,此后我的 AMD 驱动程序无法安装。查看错误:

  vitor@vitor-PC:~$ LANG=C sudo apt-get install fglrx
  package lists... Done
 Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not     going to be installed
                    Depends: libcheese7 (>= 3.0.1) but it is not going to     be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

我该如何安装它?

14.04
  • 1 个回答
  • 902 Views
Martin Hope
Vitor Mazuco
Asked: 2016-04-28 09:59:24 +0800 CST

16.04: 我为 AMD Radeon R7 M260 安装什么驱动程序?

  • 0

我有一个带有 Ubuntu 14.04 的 AMD Radeon R7 M260 显卡的戴尔。

我已经在 AMD 的网站上安装了 AMD Radeon R7 M260 的驱动程序。

但是如果我将 ubuntu 14.04 升级到 16.04,我可以使用哪些驱动程序来保持显卡的性能?

谢谢

14.04
  • 3 个回答
  • 6456 Views
Martin Hope
Vitor Mazuco
Asked: 2015-11-25 06:32:55 +0800 CST

是否可以在 Ubuntu Server 14.04 中安装 VirtualBox?

  • 5

我有一个 Ubuntu 服务器 14.04。

是否可以仅使用命令在没有 GUI 的情况下在此 Ubuntu Server 中安装 VirtualBox?

14.04
  • 2 个回答
  • 9209 Views
Martin Hope
Vitor Mazuco
Asked: 2015-10-09 10:21:35 +0800 CST

14:04 你的 MPM 似乎是线程化的。选择 cgid 而不是 cgi。模块 cgid 已启用

  • 0

我尝试在我的 Ubuntu 服务器的 ZoneMinder 中使用 CGI,但根据此文档,默认情况下 Ubuntu 14.04 中未启用 CGI。为了启用,我必须使用 a2enmod cgi 但它会为我返回此错误

# a2enmod cgi
Your MPM seems to be threaded. Selecting cgid instead of cgi. Module cgid already enabled 

我怎样才能启用它?

14.04
  • 1 个回答
  • 3792 Views
Martin Hope
Vitor Mazuco
Asked: 2015-09-21 15:51:19 +0800 CST

14.04:dpkg错误处理包droidcam(--configure):

  • 0

我的 Ubuntu 14.04 有问题,我已经安装了 Droidcam,但现在我无法删除或安装任何东西,因为我的 droidcam 已锁定所有内容

请看下面

    dpkg: error processing package droidcam (--configure):

    vitor@vitor-pc:~$ LANG=C sudo apt-get install -f
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up droidcam (1.3-0ubuntu0) ...
    tar: *.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    dpkg: error processing package droidcam (--configure):
    subprocess installed post-installation script returned error exit status 2
    Errors were encountered while processing:
    droidcam
    E: Sub-process /usr/bin/dpkg returned an error code (1)

这个 Doridcam 锁定每个命令

         vitor@vitor-pc:~$ LANG=C sudo apt-get dist-upgrade
         Reading package lists... Done
         Building dependency tree       
         Reading state information... Done
         Calculating upgrade... Done
         0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
         1 not fully installed or removed.
         After this operation, 0 B of additional disk space will be used.
         Do you want to continue? [Y/n] Y
         Setting up droidcam (1.3-0ubuntu0) ...
         tar: *.tar.gz: Cannot open: No such file or directory
         tar: Error is not recoverable: exiting now
         dpkg: error processing package droidcam (--configure):
          subprocess installed post-installation script returned error exit status 2
         Errors were encountered while processing:
          droidcam
         E: Sub-process /usr/bin/dpkg returned an error code (1)

我该如何解决?

谢谢

14.04
  • 1 个回答
  • 1459 Views
Martin Hope
Vitor Mazuco
Asked: 2015-09-14 10:07:28 +0800 CST

14.04:Realtek 8188CU驱动

  • 1

如何为 Realtek 8188CU Wifi USB 适配器安装驱动程序?

我试过这个和这个

但是没有任何作用。

有解决办法吗?

    /var/lib/dkms/rtl8192cu-tjp/1.6/build/os_dep/linux/os_intfs.c:444:7: error: dereferencing pointer to incomplete type
    entry->write_proc = proc_set_rx_signal;
   ^
   /var/lib/dkms/rtl8192cu-tjp/1.6/build/os_dep/linux/os_intfs.c:446:8: warning: assignment makes pointer from integer without a cast [enabled by default]
    entry = create_proc_read_entry("ampdu_enable", S_IFREG | S_IRUGO,
    ^
  /var/lib/dkms/rtl8192cu-tjp/1.6/build/os_dep/linux/os_intfs.c:452:7: error: dereferencing pointer to incomplete type
   entry->write_proc = proc_set_ampdu_enable;
   ^
   /var/lib/dkms/rtl8192cu-tjp/1.6/build/os_dep/linux/os_intfs.c:454:8: warning: assignment makes pointer from integer without a cast [enabled by default]
    entry = create_proc_read_entry("rssi_disp", S_IFREG | S_IRUGO,
    ^
 /var/lib/dkms/rtl8192cu-tjp/1.6/build/os_dep/linux/os_intfs.c:460:7: error: dereferencing pointer to incomplete type
    entry->write_proc = proc_set_rssi_disp;
   ^
  cc1: some warnings being treated as errors
  make[1]: ** [/var/lib/dkms/rtl8192cu-tjp/1.6/build/os_dep/linux/os_intfs.o] Erro 1
  make: ** [_module_/var/lib/dkms/rtl8192cu-tjp/1.6/build] Erro 2
   make: Saindo do diretório `/usr/src/linux-headers-3.13.0-63-generic'
wireless
  • 1 个回答
  • 2132 Views
Martin Hope
Vitor Mazuco
Asked: 2015-07-09 05:06:10 +0800 CST

Unity 第一次启动时 Tint2 不启动

  • 0

我在我的 Ubuntu 14.04 中使用 tint2,但是当我登录我的用户时它没有在第一次启动。我必须到 EndSection Section 并再次重新输入才能出现 tint2。

Tint2 在我的启动应用程序中。

我尝试删除并重新安装 tint2,但问题仍然存在。

有解决办法吗?

14.04
  • 1 个回答
  • 780 Views
Martin Hope
Vitor Mazuco
Asked: 2015-05-09 06:49:25 +0800 CST

14.04 如何让这个脚本在开机时运行?

  • 1

我在下面有这个脚本,我需要在我的 Ubuntu 服务器启动时运行它。我可以把它放在哪里?在rc.local?先谢谢了!

  #!/bin/sh

  # Variaveis
  LOIF="lo"
  LOIP="127.0.0.1/32"
  LOOPBACKIF="lo"
  LOOPBACKIP="127.0.0.1/32"


  INTIF="eth0"
  INTIP="192.3.1.2/32"
  REDEINT="192.3.1.0/24"

  EXTIF="eth1"
  EXTIP="192.168.1.8/32"
  UNIVERSO="0.0.0.0/0"
  PALTAS="1024:65535"
  IPTABLE="/sbin/iptables"
  LOGGING="-l"


  # Geral
  echo " - Desabilitando ataques de IP Spoofing."
  echo "2" > /proc/sys/net/ipv4/conf/all/rp_filter

  # Habilitando FORWARDing
  echo "1" > /proc/sys/net/ipv4/ip_forward

  # Kill Timestamps
  echo "0" > /proc/sys/net/ipv4/tcp_timestamps

  # Habilitando protecao a Cookie TCP SYN
  echo " - Habilitando protecao a Cookie TCP SYN."
  echo "1" > /proc/sys/net/ipv4/tcp_syncookies

  # Certifique que as configuracoes de diversos ICMP sanity estao presentes.
  echo " - Habilitando configuracoes de ICMP."

  # Desabilitando protecao a echo de broadcast ICMP.
  echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
  # Habilitando protecao a mensagem de "bad error"
  echo "1" > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses

  # Desabilitando redirecionamentos de ICMP
  echo "0" > /proc/sys/net/ipv4/conf/all/accept_redirects

  # Logar pacotes spoofed, roteados na origem ou redirecionados.
  echo " - Logar pacotes spoofed, roteados na origem ou redirecionados "
  echo "1" > /proc/sys/net/ipv4/conf/all/log_martians

  # Set out local port range
  echo "32768 61000" > /proc/sys/net/ipv4/ip_local_port_range

  # Reduce Dos'ing ability by reducing timeout
  echo "30" > /proc/sys/net/ipv4/tcp_fin_timeout
  echo "1800" > /proc/sys/net/ipv4/tcp_keepalive_time
  echo "0" > /proc/sys/net/ipv4/tcp_window_scaling
  echo "0" > /proc/sys/net/ipv4/tcp_sack

  # Carga dos Modulos
  /sbin/modprobe ip_tables
  /sbin/modprobe iptable_filter
  /sbin/modprobe ip_nat_ftp
  /sbin/modprobe iptable_nat
  /sbin/modprobe ip_conntrack
  /sbin/modprobe ip_conntrack_ftp
  #Regra para pacotes com defeito
  $IPTABLE -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
  $IPTABLE -A INPUT -m state --state INVALID -j DROP
  $IPTABLE -A FORWARD -m state --state INVALID -j DROP

  $IPTABLE -t nat -A POSTROUTING -s $REDEINT -d $UNIVERSO -o $EXTIF -j MASQUERADE  

在我的rc.local

  #!/bin/sh -e
  #      
  # rc.local
  #
  # This script is executed at the end of each multiuser runlevel.
  # Make sure that the script will "exit 0" on success or any other
  # value on error.
  #
  # In order to enable or disable this script just change the execution
  # bits.
  #
  # By default this script does nothing.

  noip2


  # Variaveis
  LOIF="lo"
  LOIP="127.0.0.1/32"
  LOOPBACKIF="lo"
  LOOPBACKIP="127.0.0.1/32"


  INTIF="eth0"
  INTIP="192.3.1.2/32"
  REDEINT="192.3.1.0/24"

  EXTIF="eth1"
  EXTIP="192.168.1.8/32"
  UNIVERSO="0.0.0.0/0"
  PALTAS="1024:65535"
  IPTABLE="/sbin/iptables"
  LOGGING="-l"


  # Geral
  echo " - Desabilitando ataques de IP Spoofing."
  echo "2" > /proc/sys/net/ipv4/conf/all/rp_filter

  # Habilitando FORWARDing
  echo "1" > /proc/sys/net/ipv4/ip_forward

  # Kill Timestamps
  echo "0" > /proc/sys/net/ipv4/tcp_timestamps

  # Habilitando protecao a Cookie TCP SYN
  echo " - Habilitando protecao a Cookie TCP SYN."
  echo "1" > /proc/sys/net/ipv4/tcp_syncookies

  # Certifique que as configuracoes de diversos ICMP sanity estao presentes.
  echo " - Habilitando configuracoes de ICMP."

  # Desabilitando protecao a echo de broadcast ICMP.
  echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
  # Habilitando protecao a mensagem de "bad error"
  echo "1" > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses

  # Desabilitando redirecionamentos de ICMP
  echo "0" > /proc/sys/net/ipv4/conf/all/accept_redirects

  # Logar pacotes spoofed, roteados na origem ou redirecionados.
  echo " - Logar pacotes spoofed, roteados na origem ou redirecionados "
  echo "1" > /proc/sys/net/ipv4/conf/all/log_martians

  # Set out local port range
  echo "32768 61000" > /proc/sys/net/ipv4/ip_local_port_range

  # Reduce Dos'ing ability by reducing timeout
  echo "30" > /proc/sys/net/ipv4/tcp_fin_timeout
  echo "1800" > /proc/sys/net/ipv4/tcp_keepalive_time
  echo "0" > /proc/sys/net/ipv4/tcp_window_scaling
  echo "0" > /proc/sys/net/ipv4/tcp_sack

  # Carga dos Modulos
  /sbin/modprobe ip_tables
  /sbin/modprobe iptable_filter
  /sbin/modprobe ip_nat_ftp
  /sbin/modprobe iptable_nat
  /sbin/modprobe ip_conntrack
  /sbin/modprobe ip_conntrack_ftp
  #Regra para pacotes com defeito
  $IPTABLE -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
  $IPTABLE -A INPUT -m state --state INVALID -j DROP
  $IPTABLE -A FORWARD -m state --state INVALID -j DROP

  $IPTABLE -t nat -A POSTROUTING -s $REDEINT -d $UNIVERSO -o $EXTIF -j MASQUERADE  

  exit 0
14.04
  • 1 个回答
  • 602 Views
Martin Hope
Vitor Mazuco
Asked: 2015-04-30 11:22:34 +0800 CST

14.04 2张网卡共享上网

  • 2

我使用 Ubuntu 14.04 32 位

我有以下问题,我必须共享互联网: 1 Internet Server (eth1) 1 Forward Internet with other network cards (this is the machine that need to configure - eth2) Pcs Customers.

Internet 带有连接服务器的网线,另一块网卡连接到为微型客户端分配的交换机。

问题是:我如何获得一张上网卡并分配另一张?

先谢谢了。

请查看我的系统日志

    May  7 10:40:37 asterisk dhcpd: options subnet-mask 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options broadcast-address 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 7: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options routers 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 8: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options domain-name-servers 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 9: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options domain-name 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: Configuration file errors encountered -- exiting
    May  7 10:40:37 asterisk dhcpd: Internet Systems Consortium DHCP Server 4.2.2
    May  7 10:40:37 asterisk dhcpd: Copyright 2004-2011 Internet Systems Consortium.
    May  7 10:40:37 asterisk dhcpd: All rights reserved.
    May  7 10:40:37 asterisk dhcpd: For info, please visit         https://www.isc.org/software/dhcp/
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 5: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options subnet-mask 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 6: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options broadcast-address 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 7: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options routers 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 8: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options domain-name-servers 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: /etc/dhcp/dhcpd.conf line 9: semicolon expected.
    May  7 10:40:37 asterisk dhcpd: options domain-name 
    May  7 10:40:37 asterisk dhcpd:          ^
    May  7 10:40:37 asterisk dhcpd: Configuration file errors encountered -- exiting
    May  7 10:40:49 asterisk dhcpd: Wrote 0 leases to leases file.
    May  7 10:40:49 asterisk dhcpd: 
    May  7 10:40:49 asterisk dhcpd: No subnet declaration for eth2 (no IPv4 addresses).
    May  7 10:40:49 asterisk dhcpd: ** Ignoring requests on eth2.  If this is not what
    May  7 10:40:49 asterisk dhcpd:    you want, please write a subnet declaration
    May  7 10:40:49 asterisk dhcpd:    in your dhcpd.conf file for the network segment
    May  7 10:40:49 asterisk dhcpd:    to which interface eth2 is attached. **
    May  7 10:40:49 asterisk dhcpd: 
    May  7 10:40:49 asterisk dhcpd: 
    May  7 10:40:49 asterisk dhcpd: Not configured to listen on any interfaces!
14.04
  • 1 个回答
  • 277 Views
Martin Hope
Vitor Mazuco
Asked: 2015-03-02 10:53:09 +0800 CST

为 Asterisk 11 安装 sqlite3 失败

  • 0

我正在尝试在 Ubuntu Server 14.04 32 位中安装 Asterisk 11,但我无法安装 sqlite3,因为我在这台机器上使用 Asterisk 11。

请看下面的消息:

ubuntu@asterisk-ubuntu:/usr/src/asterisk-11.16.0$ LANG=C sudo apt-get install sqlite3 libsqlite3-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
sqlite3-doc 
The following NEW packages will be installed:
libsqlite3-dev sqlite3
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 471 kB of archives.
After this operation, 1558 kB of additional disk space will be used.    
Err http://archive.ubuntu.com/ubuntu/ trusty/main libsqlite3-dev i386 3.8.2-1ubuntu2
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main sqlite3 i386 3.8.2-1ubuntu2
Could not resolve 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/sqlite3/libsqlite3-dev_3.8.2-1ubuntu2_i386.deb  Could not resolve 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/sqlite3/sqlite3_3.8.2-1ubuntu2_i386.deb  Could not resolve 'archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

我如何为 Ubuntu 安装这个 sqlite3?

非常感谢

  ubuntu@asterisk-ubuntu:/usr/src/asterisk-11.16.0$ sudo ping 91.189.91.23
  PING 91.189.91.23 (91.189.91.23) 56(84) bytes of data.
  64 bytes from 91.189.91.23: icmp_seq=1 ttl=53 time=146 ms
  64 bytes from 91.189.91.23: icmp_seq=2 ttl=53 time=211 ms
  64 bytes from 91.189.91.23: icmp_seq=3 ttl=53 time=190 ms
  64 bytes from 91.189.91.23: icmp_seq=4 ttl=53 time=145 ms
  ^C
  --- 91.189.91.23 ping statistics ---
  4 packets transmitted, 4 received, 0% packet loss, time 3003ms
  rtt min/avg/max/mdev = 145.907/173.793/211.788/28.546 ms
14.04
  • 1 个回答
  • 452 Views
Martin Hope
Vitor Mazuco
Asked: 2015-02-04 07:47:45 +0800 CST

如何将 CSV 文件转换为 XML?

  • 9

如何将 CSV 文件转换为 XML?

有没有适用于 Ubuntu 的软件?

conversion
  • 5 个回答
  • 13889 Views
Martin Hope
Vitor Mazuco
Asked: 2014-07-11 06:57:26 +0800 CST

我在 ubuntu 14 中的 ssh 有问题吗?

  • 0

当我尝试从我的 Debian 连接到我的 Ubuntu 14 时,下面会出现这条消息

这里

修复此错误需要做什么?

14.04
  • 1 个回答
  • 51 Views
Martin Hope
Vitor Mazuco
Asked: 2014-07-04 11:16:13 +0800 CST

如何阻止任何网站?[复制]

  • 4
这个问题在这里已经有了答案:
限制访问成人内容的最佳方式是什么? (8 个答案)
8 年前关闭。

我在公司安装了一个ubuntu 14.04,我想在我的浏览器Firefox/Chorme中屏蔽网站,但是我该怎么做呢?

谢谢!

14.04
  • 3 个回答
  • 17812 Views
Martin Hope
Vitor Mazuco
Asked: 2014-06-28 14:33:06 +0800 CST

无法使用 ssh/scp 访问 14.04?

  • 0

当我尝试使用其他操作系统的 ssh 或 scp 访问我的 ubuntu 时,我无法访问,就像我输入正确的密码 root 一样。请参阅下面的文件

如果我使用 ssh 出现同样的问题...

在此处输入图像描述

我该如何解决这个问题?

14.04
  • 1 个回答
  • 2750 Views
Martin Hope
Vitor Mazuco
Asked: 2014-06-19 07:35:59 +0800 CST

如何在系统启动时隐藏 grub 菜单?

  • 0

如何在 Ubuntu 系统启动时隐藏 grub2 菜单?

grub2
  • 1 个回答
  • 85 Views
Martin Hope
Vitor Mazuco
Asked: 2014-05-29 07:40:14 +0800 CST

将带有 windows 7 的 thunderbird 的所有消息传输到 thunderbird ubuntu 14.04?

  • 2

如何将 Windows 7 的 thunderbird 的所有消息和联系人传输到 thunderbird ubuntu 14.04?

我知道有一个名为mozbackup的免费应用程序。但它不适用于 linux。

有什么办法能让我动起来吗?

谢谢!

14.04
  • 1 个回答
  • 1213 Views
Martin Hope
Vitor Mazuco
Asked: 2014-05-25 17:04:38 +0800 CST

ArtSearch 插件已在 Rhythmbox 中停用。

  • 2

我想在 Rhythmbox 中安装专辑艺术搜索。

喜欢这个

但是当我选择插件时出现错误:

发现冲突的插件。ArtSearch 插件已停用

看图片这里

我已经在这里安装了 Rhythmbox Plugins overview

我如何使用此专辑封面搜索?

14.04
  • 1 个回答
  • 282 Views
Martin Hope
Vitor Mazuco
Asked: 2014-05-22 07:56:33 +0800 CST

如何在个人文件夹中保存 smb?[复制]

  • 1
这个问题在这里已经有了答案:
在引导时挂载 samba 共享的正确 fstab 条目? (2 个答案)
8 年前关闭。

当我打开我的 Ubuntu 14 时,我总是搜索我的 smb.

但是我每天都用,我怎么能把smb放在个人文件夹里呢?

看下面的照片

看这里 看这里 看这里

14.04
  • 1 个回答
  • 149 Views
Martin Hope
Vitor Mazuco
Asked: 2014-05-05 16:11:21 +0800 CST

将 wma 音频转换为 mp3 音频时出现问题

  • 4

当我尝试将我的音频文件从 WMA 转换为 MP3 时,我收到一条错误消息,提示我需要搜索插件。见下图。

我怎样才能转换这些音频文件?

在此处输入图像描述 在此处输入图像描述

mp3
  • 1 个回答
  • 13742 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