我有 Emacs 24.3.1,我想升级到最新的 Emacs 24.4.x。我访问过的所有文档都建议从 tarball 或源代码构建。为什么没有包管理器选项来升级我的 Emacs?如果没有,我如何使用包管理器升级我的 Emacs?
以下是关于我的 Emacs 的一些信息,我相信这是 Ubuntu 14.04 的默认设置:
emacs:
Installed: 45.0ubuntu1
Candidate: 45.0ubuntu1
Version table:
*** 45.0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
Run Code Online (Sandbox Code Playgroud) 我知道有很多关于这些问题的资料,但其中大部分似乎已经过时,而且似乎没有任何适合我的情况:
Optimusdisabled我使用下面的 Bumblebee wiki 来安装和设置 Bumblebee:https : //wiki.ubuntu.com/Bumblebee#Installation
设置我BusID为显卡“:01:00.0 PCI”后(见下面的配置文件),我能跑optirun firefox和virtualgl测试,如optirun glxspheres64和glxspheres64。所以,我相信 Bumblebee 安装一切正常,除了我无法连接到我的外部显示器(通过 VGA)。关于如何做到这一点的任何想法?W520 将 VGA(和 DisplayPort)硬连线到 Nvidia 卡,如 Zachary Sunberg 所述:
http://zachstechnotes.blogspot.com/2012/04/post-title.html
所以,我相信在尝试将 VGA 连接到外部显示器时,这会让事情变得有点棘手。我相信我必须使用服务器/屏幕克隆,在我下面记录的尝试中进行了描述:
我尝试了以下帖子来配置外部显示器,
http://hillspcworld.com/forum/index.php?topic=2.0
但是在第 7 步之后重新启动,会导致操作系统完全崩溃(引导加载程序后出现黑屏,显示“无法写入字节:管道损坏”)。我相信这是由于 xorg 服务器以某种方式破坏了我的系统。
我在以下教程中尝试了类似的方法,但在安装 xorg-dev 后重新启动期间,我遇到了与 (1) 中相同的崩溃:
http://sagark.org/optimal-ubuntu-graphics-setup-for-thinkpads/
到目前为止,我想知道从这里去哪里。我在下面有几个线索,关于问题是什么或我能做什么的任何想法?有更好的建议吗? http://zachstechnotes.blogspot.com/2012/04/post-title.html
https://github.com/Bumblebee-Project/Bumblebee/issues/77
https://github.com/Bumblebee-Project/Bumblebee/issues/522
另外,这里是我的一些文件(如果有更好的配置,请告诉我 - 我所做的唯一更改是取消注释文件中的“BusID PCI:01:00.0” xorg.conf.nvidia:
lucas@lucas-ThinkPad-W520:~$ more /etc/bumblebee/xorg.conf.nvidia
Section "ServerLayout"
Identifier "Layout0" …Run Code Online (Sandbox Code Playgroud) 我正在尝试从 nautilus 连接到我的 FTP 服务器。我只是想更新一些 .html 文件。我在这里输入我的域,但没有任何反应,我无法单击“连接”。有什么建议?

为什么 lxc-docker 被阻止?我还注意到我的 Web 应用程序在 Docker 上运行,速度很慢。有什么建议?
[lucas@production]/home/lucas$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
linux-image-3.16.0-28-generic
Use 'apt-get autoremove' to remove it.
The following packages have been kept back:
lxc-docker
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
[lucas@production]/home/lucas$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... …Run Code Online (Sandbox Code Playgroud)