Questions tagged «ubuntu»

一般的UBUNTU支持不在主题之列。可能会在https://askubuntu.com/上询问支持问题。Ubuntu是基于Debian GNU / Linux的免费桌面和服务器操作系统。请注意,这是针对特定于Ubuntu的编程问题,而http://askubuntu.com专门用于回答一般的Ubuntu问题。

21
流浪错误:无法在Linux guest虚拟机中挂载文件夹
我对Vagrant共享文件夹有一些问题,我的基本系统是Ubuntu 13.10桌面。 我不明白为什么我有此错误,但配置不正确?是NFS问题还是Virtualbox Guest Additions?我尝试使用不同的许多盒子,但问题相同。 Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was: mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent …

24
如何在Ubuntu上设置GOPATH环境变量?我必须编辑什么文件?
我正在尝试做一个go get: go get github.com/go-sql-driver/mysql 并且失败并显示以下错误: package github.com/go-sql-driver/mysql: cannot download, $GOPATH not set. For more details see: go help gopath 当我执行时go env,Go值列表如下所示: ubuntu@ip-xxx-x-xx-x:~$ go env GOARCH="amd64" GOBIN="" GOCHAR="6" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="" GORACE="" GOROOT="/usr/lib/go" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64" CC="gcc" GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread" CGO_ENABLED="1" 显然没有设置GOPATH,如何以及在哪里设置? 我看到许多线程都提到了此错误,但是没有一个线程提供了我的问题的答案,需要编辑哪个文件才能为此路径提供值?
258 linux  ubuntu  go 

19
在Ubuntu上安装sqlite3-ruby安装错误
在sqlite3-ruby安装期间出现以下错误: 构建本机扩展。这可能需要一段时间... 错误:安装sqlite3-ruby时出错: 错误:无法生成gem本机扩展。 /usr/bin/ruby1.8 extconf.rb 正在检查sqlite3.h ...否 sqlite3.h丢失。试试'port install sqlite3 + universal'或'yum install sqlite3-devel' *** extconf.rb失败*** 由于某些原因(可能缺少)而无法创建Makefile 必要的库和/或标头。检查mkmf.log文件以获取更多信息 细节。您可能需要配置选项。 提供的配置选项: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include = $ {opt-dir} / include --with-opt-lib --without-opt-lib = $ {opt-dir} / lib --with-make-prog --with-make-prog --srcdir =。 --curdir --ruby = / usr / bin / ruby​​1.8 …



23
Docker命令无法连接到Docker守护程序
我想搬到Docker,所以我才刚开始使用它。我已经在VirtualBox Ubuntu 15.10(Wily Werewolf)安装上安装了Docker,然后按照此处的建议,我尝试运行基本的nginx Docker映像: $ docker run --name mynginx1 -P -d nginx Cannot connect to the Docker daemon. Is the docker daemon running on this host? 因此,我检查了Docker是否正在运行: $ sudo service docker status ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: active (running) …
246 linux  ubuntu  docker  daemon 

1
ffmpeg,libav和avconv之间有什么异同?
当我ffmpeg在Ubuntu上运行时,它显示: $ ffmpeg ffmpeg version v0.8, Copyright (c) 2000-2011 the Libav developers built on Feb 28 2012 13:27:36 with gcc 4.6.1 This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes). 或显示(取决于Ubuntu版本): $ ffmpeg ffmpeg version 0.8.5-6:0.8.5-0ubuntu0.12.10.1, …

23
git clone期间“找不到'https'的远程帮助程序”
我无法克隆HTTPS存储库。我可以克隆SSH仓库,但不能克隆HTTPS仓库。由于位于公司防火墙后面,因此无法测试GIT协议。 这就是我想要做的: $ git clone https://github.com/nvie/gitflow.git Cloning into gitflow... fatal: Unable to find remote helper for 'https' 到目前为止,我已经尝试了以下方法(基于Google搜索) 通过清除和安装Git apt-get build-deps通过安装Gitapt-get 安装curl开发库 安装Expat库 下载Git源码并使用以下命令构建: ./configure --prefix=/usr --with-curl --with-expat 还尝试将configure指向curl二进制文件(./configure --prefix=/usr --with-curl=/usr/bin/curl) 我已经尝试了所有可以在互联网上找到的一切,但是没有运气。谁能帮我? Git版本= 1.7.6.4 操作系统= Ubuntu 11.04
243 linux  git  ubuntu 

3
窗口在ubuntu上显示在屏幕外[关闭]
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow 的主题。 4年前关闭。 改善这个问题 我有一个双监视器设置,并且我正在使用Ubuntu 12.04 LTS,我已经多次更改了监视器的位置,现在由于某种原因,某些窗口在屏幕外(两个屏幕之外)打开了,Update Manager,用于实例。如何将窗口放置在我的一个屏幕上?

5
如何使用CMake正确添加包含目录
大约一年前,我询问了CMake中的标头依赖性。 最近我意识到问题似乎是CMake认为这些头文件在项目外部。至少在生成Code :: Blocks项目时,头文件不会出现在项目中(源文件会出现)。因此,在我看来,CMake认为这些标头在项目外部,而不在依赖中跟踪它们。 在CMake教程中快速搜索仅指出了include_directories哪些似乎并没有达到我的期望... 向CMake发出信号的正确方法是什么,即特定目录包含要包含的标头,并且应由生成的Makefile跟踪这些标头?
242 c++  ubuntu  cmake 


8
如何在Ubuntu上安装OpenSSL库?
我正在尝试在使用OpenSSL 1.0.0的Ubuntu 10.04 LTS上构建一些代码。当我运行make时,它将使用“ -lssl”选项调用g ++。来源包括: #include <openssl/bio.h> #include <openssl/buffer.h> #include <openssl/des.h> #include <openssl/evp.h> #include <openssl/pem.h> #include <openssl/rsa.h> 我跑了: $ sudo apt-get install openssl Reading package lists... Done Building dependency tree Reading state information... Done openssl is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and …

15
升级到Ubuntu 13.10后,Eclipse菜单不显示
升级到Ubuntu 13.10后,当我单击Eclipse中的任何菜单(“帮助”,“窗口”,“运行”)时,它们都不会显示。仅菜单存根和选择可见。 我尝试安装最新的4.3,并且发生了相同的事情。还有其他人遇到这种行为吗?
233 eclipse  ubuntu 

10
在Ubuntu上安装Java 7
安装Java我一直从终端使用经典方法。我想手动安装Java。我将JDK的文件夹放在桌子上,并设置了环境变量(PATH,CLASSPATH和JAVA_HOME)。从终端,如果我键入,java -version我会被打印 foralobo@ubuntu-vincy:~$ java -version java version "1.7.0_21" Java(TM) SE Runtime Environment (build 1.7.0_21-b11) Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode) 但是当我尝试安装eclipse或netbeans时,系统警告说机器上没有安装Java。 手动安装缺少哪些内容?(Ubuntu 13.04)


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.