Tag: 14.04

五笔:无法下载metalink,因此无法下载ISO(更改?)

社区中的很多人已经遇到了五笔问题。 我也有这些问题。 但在检查问题的日志文件后,我有了一个想法,我希望有人可以帮助我。 例如,日志文件显示Wubi尝试从此处下载文件,但问题是它已更新到14.04.3。 所以我的问题是,无论如何要改变它要求的链接,或者与开发者讨论这个问题?

在mysql的14.04服务器中缺少Mcrypt扩展

ubuntu 14.04上的php mcrypt扩展显示它已正确安装,但phpmyadmin说: The mcrypt extension is missing. Please check your PHP configuration. 我目前的php配置就在这里 。 如果您需要更多信息,请通过评论与我联系。 $ sudo apt-get install php5-mcrypt Reading package lists… Done Building dependency tree Reading state information… Done php5-mcrypt is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

我可以将Ubuntu Desktop 14.04转换为服务器吗?

我找到了几种将Ubuntu 12.04 Desktop转换为Server的解决方案,其命令如下: sudo apt-get install tasksel sudo tasksel remove ubuntu-desktop sudo tasksel install server apt-get install linux-server linux-image-server apt-get –purge remove lightdm 我只是想知道它是否与Ubuntu 14.04相同。 我需要这样做的原因是因为我需要安装moodle(有些人可能有其他理由这样做,所以我希望这也有助于他们)并且它需要运行Ubuntu Server而不是Desktop。 谢谢

在Ubuntu 14.04 LTS上安装IPython的问题

我用的时候 pip install ipython 要么 pip install “ipython[notebook]” 我收到以下错误: Downloading/unpacking ipython Downloading ipython-2.3.1-py27-none-any.whl (2.8MB): 2.8MB downloaded Installing collected packages: ipython Cleaning up… Exception: Traceback (most recent call last): File “/usr/lib/python2.7/dist-packages/pip/basecommand.py”, line 122, in main status = self.run(options, args) File “/usr/lib/python2.7/dist-packages/pip/commands/install.py”, line 283, in run requirement_set.install(install_options, global_options, root=options.root_path) File “/usr/lib/python2.7/dist-packages/pip/req.py”, line 1435, in install requirement.install(install_options, global_options, […]

点发布从14.04.1升级到14.04.2?

我想从14.04升级到14.04.2点。 我做的是: sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade -y 然后我想升级到3.16内核,因为它没有用上面的命令完成,所以我做的是: sudo apt-get install linux-generic-lts-utopic xserver-xorg-lts-utopic libegl1-mesa-drivers-lts-utopic xserver-xorg-video-all-lts-utopic xserver-xorg-input-all-lts-utopic sudo apt-get install linux-signed-generic-lts-utopic 现在我做的时候: uname -a我得到了 Linux Y500 3.16.0-33-generic #44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux cat /etc/os-release | grep VERSION= I get VERSION=”14.04.2 LTS, Trusty […]

ubuntu中的系统范围代理设置

我想在我的大学代理服务器上使用互联网,这也需要身份validation。 我搜索谷歌的解决方案,我发现的最佳解决方案是这个 。 我已在接受的答案中修改了脚本以包含身份validation。 它来了: if [ $(id -u) -ne 0 ]; then echo “This script must be run as root”; exit 1; fi if [ $# -eq 4 ] then gsettings set org.gnome.system.proxy mode ‘manual’ ; gsettings set org.gnome.system.proxy.http host ‘$1’; gsettings set org.gnome.system.proxy.http port $2; gsettings set org.gnome.system.proxy.http authentication-user ‘$3’; gsettings set org.gnome.system.proxy.http […]

如何重置Unity默认快捷方式?

如何重置Unity快捷方式的默认值? 在:“系统设置 – ▸键盘 – ▸快捷方式……” 为实例: 我无法将默认的Alt L用于HUD。 我无法将默认的Alt + Print用于捕获活动窗口。 只需输入它就行不通了。 在CLI中解决此问题更可取。

尝试在Ubuntu 14.04上安装Intel Graphics Installer时,分发不受支持错误

我的处理器是x64位内部的Intel核心i3 , RAM为4 GB 。 当我使用Windows 7英特尔成功安装,但现在我使用Ubuntu 14.04和英特尔安装程序让我疯了! 我试图改变lsb-release,但是对我没有帮助。 我试图重新安装签名和英特尔安装程序,但一切都是一样的! 我听说这个问题出现在Ubuntu 14.10上 ,但不是在Ubuntu 14.04.1 LTS上 。 如果有人知道为什么我有这个错误,请帮帮我…

使用Ubuntu在vmware机器中复制/粘贴和拖放不起作用

突然从/向windows8主机复制/粘贴停止工作到/从ubuntu虚拟机。 Ubuntu重启没有帮助。 我试过命令: sudo apt-get install open-vm-tools 但得到报告我有最新版本。 访客隔离设置已启用。 什么可能是解决这个问题的方案?

如何在ubuntu 14.04.3LTS 64位上修复安装wine

我知道有很多关于wine的问题,但我无法找到或解决问题。 有人可以帮我修一下关于Wine的安装吗。 以下是尝试修复时的命令输出: sudo dpkg –add-architecture i386 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. sudo apt-get update sudo apt-get install wine Reading package lists… Done Building dependency tree Reading state information… Done Some […]