Tag: ubuntu 12.04

错误:Android源生成器:找不到AndroidManifest.xml文件

我是Android的新手,使用intellij的想法。 当我想编译我的hello-world(第一步;))我遇到了这个错误“Android源生成器:[项目] AndroidManifest.xml文件没有find” 当然这不是在我的根文件。 而当我做出新的项目时,我也有同样的问题。 我search了很多,甚至发现这个“ AndroidManifest.xml文件没有find ”,但没有帮助。 PLZ的帮助。

开机时出错:VMware Player无法连接到虚拟机

即时通讯使用Windows8,问题是当连接到Ubuntu,虽然VMware我收到一个错误,我没有一个权利。 这不是我第一次使用它。 不知道出了什么问题。 我得到的错误:开机时出错:VMware Player无法连接到虚拟机。 确保您有权运行程序,访问程序使用的所有目录,并访问临时文件的所有目录。 VMware授权服务未运行。

Android:错误libGL.so:无法打开共享对象文件:没有这样的文件或目录

我试图在Ubuntu 12.04(64位)中运行Android模拟器。 但是,我得到了以下错误。 Starting emulator for AVD 'emulatr' Failed to load libGL.so error libGL.so: cannot open shared object file: No such file or directory Failed to load libGL.so error libGL.so: cannot open shared object file: No such file or directory emulator: emulator window was out of view and was recentered 使用后locate libGL. 我发现 /home/adnan/android-sdk-linux/tools/lib/libGL.so /usr/lib/libGL.so […]

如何从stream浪的virtualbox机器连接主机PostgreSQL

我有一个在Mac OS X主机上运行Ubuntu 12.04的VirtualBox机器。 在我的主机(Mac OS X)中,我安装了PostgreSQL。 我想从我的Ubuntu虚拟机连接到这个PostgreSQL服务器(我知道通常情况是相反的)。 我想我应该在VirtualBox本身configuration一些networking参数。 我从Vagrant文​​档得到的是我需要分配我的虚拟个静态IP使用专用networking。 但一旦创build,我怎么从我的客人到达我的主机? 在stream浪的文件中,我没有发现类似的东西。 所以,这可能是一个很好的理由。 是否有意义? 我不想复制PostgreSQL安装。 只要使用我现有的一个。

byobu硬状态线更新时会滚动屏幕

想要给byobu一个looksee作为屏幕“更新”的种类。 我开始 byobu 而不是位于屏幕底部的状态行,每次更新它都会推到前一行下面的一行。 不久,屏幕(腻子)充满了状态线回声。 我该如何阻止? 在win7上运行puttytray v0.62到Ubuntu 12.04

无法安装节点npm的任何软件包

我试图通过npm安装一些节点包,但不会去。 我已经尝试安装/ unistall /更新节点,但似乎没有工作。 我正在使用Ubuntu的12.04 – 这是我想如何安装包: npm install underscore npm http GET http://registry.npmjs.org/underscore npm http 404 http://registry.npmjs.org/underscore npm ERR! registry error parsing json npm ERR! SyntaxError: Unexpected token < npm ERR! <html> npm ERR! <head> npm ERR! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> npm ERR! <script type="text/javascript" language="JavaScript" src="http://img.sedoparking.com/registrar/dopark.js"></script> npm ERR! </head> npm ERR! <body style="display: […]

错误:无法创build'/usr/local/lib/python2.7/dist-packages/virtualenv_support':权限被拒绝

我使用的是Ubuntu 12.04,我试图用pip来安装virtualenv,但突然间我得到了这个错误。 samuel@sampc:~$ pip install virtualenv Downloading/unpacking virtualenv Running setup.py egg_info for package virtualenv warning: no previously-included files matching '*' found under directory 'docs/_templates' warning: no previously-included files matching '*' found under directory 'docs/_build' Installing collected packages: virtualenv Running setup.py install for virtualenv error: could not create '/usr/local/lib/python2.7/dist-packages/virtualenv_support': Permission denied Complete output from command /usr/bin/python […]

postgres,Ubuntu的如何重新启动服务? 在实例重启后遇到集群问题

我在AWS EC2上运行Postgres db 9.1 ,使用ubuntu 12.04 。 我和这个实例混淆了很多(比如我在9.1之前安装了各种postgres XX)。 现在经过一个月的数据库工作,我发现,如果我重新启动我的实例postgres加载不正确,它的状态说“正在运行的集群”。 这将永远持续到我 sudo service postgresql restart 从terminal,然后再次工作。 如何添加这条线,到Ubuntu的启动,以便每次加载时,它将重新启动此服务,并希望解决我的问题? 也可以解决这个问题的其他解决scheme。

将主机Mac OS上的文件夹共享到VirtualBox中的访客Linux系统

我如何去在虚拟框中的主机(Mac)和客户操作系统(Ubuntu)之间共享一个文件夹?

试图使用pip在Ubuntu 12.04上安装pymssql

我正在尝试使用pip在Ubuntu 12.04上安装pymssql。 这是我得到的错误。 任何帮助将不胜感激,因为我完全失去了! 试图用谷歌search这个,但不幸的是无济于事… Downloading pymssql-2.0.0b1-dev-20130403.tar.gz (2.8Mb): 2.8Mb downloaded Running setup.py egg_info for package pymssql warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Utility' Compiling module Cython.Plex.Scanners […]