Tag: Ubuntu

运行selenium(Firefox)的networking驱动程序是否可以没有GUI?

我们正在考虑将我们的生产服务器从Ubuntu- desktop 10.04升级到Ubuntu- server 12.04。 我们有当前桌面操作系统上运行的各种服务,如Selenium Web Driver。 我的问题是Selenium Web Driver可以从基于cli的系统运行吗? 我的直接想法是,它不能,因为它依赖于Firefox,但我想要有人来certificate我错了!

错误1130(HY000):主机''不允许连接到这个MySQL服务器

为什么哦为什么我不能连接到MySQL? mysql -u root -ptest101 -h xxx.xxx.xxx.xxx ERROR 1130 (HY000): Host 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server 在my.cnf我有以下 # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 0.0.0.0 我也跑了下面… 'UPDATE mysql.user SET Password = PASSWORD('test101') […]

在Ubuntu上安装OpenCV for Python,得到ImportError:没有名为cv2.cv的模块

我有一个Ubuntu 14.04系统,我想安装OpenCV并将其与Python 2.x一起使用。 我使用这里的说明安装OpenCV: https : //help.ubuntu.com/community/OpenCV 安装似乎运行正常,没有错误,脚本以输出结束 OpenCV 2.4.9 ready to be used 当我尝试运行示例Python脚本时,我得到以下内容: $ python opencv.py Traceback (most recent call last): File "opencv.py", line 1, in <module> from cv2.cv import * ImportError: No module named cv2.cv 我怀疑我知道为什么,我只是不知道如何解决这个问题。 OpenCV安装到我运行安装脚本时所在的当前目录,它是我的主文件夹的一个子目录。 其他谁安装后得到这个导入错误似乎有一个path问题,并有幸添加到他们的代码: import sys sys.path.append('/usr/local/lib/python2.7/site-packages') 或者用同一个目录更新他们的PYTHONPATH。 我试着添加代码,这没有什么区别。 我没有看到“网站包”目录中的任何文件。 我应该在那个目录下安装吗? 我想象安装说明会拼写出来。 我怀疑我的问题与Python找不到OpenCV安装,但我不知道如何继续。 请尽可能简单地获得可用的OpenCV安装。

用g ++编译multithreading代码

我有最简单的代码: #include <iostream> #include <thread> void worker() { std::cout << "another thread"; } int main() { std::thread t(worker); std::cout << "main thread" << std::endl; t.join(); return 0; } 尽pipe我仍然不能用g++编译运行。 更多细节: $ g++ –version g++ (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There […]

我的环境variables是什么?

我想在bash中找出我的环境variables。 他们存储在什么地方?

如何使用键盘从terminal复制和粘贴?

我试图尽量远离使用鼠标(只是一个宠物项目)。 我知道,在terminal,你可以做ck切割线和cu粘贴回到同一个terminal,但我正在寻找的东西,我可以在terminal复制到gnomes剪贴板的一行,所以我可以粘贴它成为一个浏览器或其他。 我知道,如果我用鼠标突出显示文本,我可以用shift-insert来粘贴文本,这很棒,但是现在我只想在没有鼠标的情况下做到这一点。 像emacs中的c-space突出显示(但是,即使这不会复制到gnome剪贴板)。 谢谢 还有一些更明确的说法,我打开了几个不同的terminal,并且在很多地方我都使用了像xclip / xsel这样的公用程序没有帮助的各种远程机器。

即使在安装npm install -g gulp之后,也没有发现本地的gulp安装

我试图通过安装gulp npm install -g gulp 输出似乎是这样的。 (我跳过了一些日志) npm http 304 https://registry.npmjs.org/string_decoder npm http 304 https://registry.npmjs.org/lodash._htmlescapes /usr/bin/gulp -> /usr/lib/node_modules/gulp/bin/gulp.js gulp@3.6.2 /usr/lib/node_modules/gulp ├── tildify@0.2.0 ├── pretty-hrtime@0.2.1 ├── deprecated@0.0.1 ├── archy@0.0.2 ├── semver@2.2.1 ├── chalk@0.4.0 (has-color@0.1.7, ansi-styles@1.0.0, strip-ansi@0.1.1) ├── orchestrator@0.3.3 (sequencify@0.0.7) ├── liftoff@0.9.8 (extend@1.2.1, minimist@0.0.8, resolve@0.6.3, findup-sync@0.1.3) ├── vinyl-fs@0.1.4 (graceful-fs@2.0.3, map-stream@0.1.0, mkdirp@0.3.5, vinyl@0.2.3, glob-stream@3.1.9, glob-watcher@0.0.6) └── gulp-util@2.2.14 (lodash._reinterpolate@2.4.1, […]

adb设备命令不起作用

我正在运行Ubuntu 10.10 64位。 我已经安装了ia32-libs和Android Debug Bridge版本1.0.26。 我的问题: adb devices >>> ???????????? 没有权限 sudo adb devices >>>> sudo:adb:command not found adb shell >>>错误:设备权限不足 我想这些都是相关的。 这是相关的信息。 $ echo $PATH /home/me/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/android-sdk-linux_x86/tools:/opt/android-sdk-linux_x86/platform-tools $ which adb /opt/android-sdk-linux_x86/platform-tools/adb $ adb devices * daemon not running. starting it now on port 5037 * * daemon started successfully * List of devices attached […]

如何通过不同的端口启动nginx(80以外)

嗨,我是nginx的新手,我试图设置它在我的服务器(运行Ubuntu 4),已经有Apache运行。 所以,我apt-get install后,我试图启动nginx。 然后我得到这样的消息: Starting nginx: the configuration file /etc/nginx/nginx.conf syntax is ok configuration file /etc/nginx/nginx.conf test is successful [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to 0.0.0.0:80 failed […]

无法连接到服务器127.0.0.1 shell / mongo.js

当我在我的Ubuntu的安装MongoDB,我试试:./mongo它显示这个错误: couldn't connect to server 127.0.0.1 shell/mongo.js 所以我能做什么, 谢谢