ubuntu-10.04

HTC Desire usb connection issue with Ubuntu 10.04

℡╲_俬逩灬. 提交于 2019-12-11 05:37:54
问题 I want to connect my HTC Desire with Ubuntu 10.04 for app debugging. But i am getting the following message upon running the command adb devices List of devices attached ???????????? no permissions I have tried the steps on the following link, but no success http://developer.android.com/guide/developing/device.html#setting-up Can anyone help me to resolve the issue? 回答1: First of all check if you have a rule for HTC devices. Here is good script for this. Then check if device allowed for

Ubuntu + PBS + Apache? How can I show a list of running jobs as a website?

爷,独闯天下 提交于 2019-12-11 05:07:40
问题 Is there a plugin/package to display status information for a PBS queue? I am currently running an apache webserver on the login-node of my PBS cluster. I would like to display status info and have the ability to perform minimal queries without writing it from scratch (or modifying an age old python script, ala jobmonarch). Note, the accepted/bountied solution must work with Ubuntu. Update: In addition to ganglia as noted below, I also looked that the Rocks Cluster Toolkit, but I firmly want

Which JDK for Android Development on Ubuntu 10.04 64-bit?

Deadly 提交于 2019-12-11 01:38:00
问题 Ubuntu 10.04 64-bit looks promising as a development environment for Android. I now have it up and running but I am stuck at the following decision point: Synaptic Package Manager has ' default-jdk ' ("Standard Java or Java compatible Development Kit"). sun.com has two "Java SE Development Kit 6u23 for Linux x64, Multi-language": Java SE Development Kit 6u23: jdk-6u23-linux-x64-rpm.bin Java SE Development Kit 6u23: jdk-6u23-linux-x64.bin Which one is the right one for Android development

Temporarily Disabling Gold Linker on Ubuntu

天大地大妈咪最大 提交于 2019-12-10 18:01:09
问题 I'm trying out the Gold Linker to see if it will improve link time of our application. And it does, significantly. Occasionally, I need to use the GNU Linker. How would I go about doing this? I am using Ubuntu 10.04 and I installed the Gold Linker from the package manager. Thanks 回答1: /usr/bin/ld is just a symlink to whichever your actual linker is. Check to make sure that /usr/bin/ld on your system is just a symlink to ld.gold. If it is, then you can just do ln -sf ld.bfd /usr/bin/ld 来源:

How to get started with OpenCV 2.4.2 in ubuntu 10.4?

感情迁移 提交于 2019-12-10 15:54:15
问题 I am trying to install latest OpenCV version 2.4.2 on a linux (ubuntu 10.4) PC. I downloaded the tar ball. Un-tar-ed it. And followed install opencv in ubuntu 10.04. While 'Make' I got error after " Linking CXX executable ../../bin/opencv_perf_core " comes in red color here; after millions of warning or error msgs it shows as follows: ... ... ... ../../lib/libopencv_ts.so.2.4.2: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::~basic

Handling signals with gdb

杀马特。学长 韩版系。学妹 提交于 2019-12-10 15:20:57
问题 I'm debugging a C++ app for Ubuntu 10.04 that sometimes receives a SIGKILL signal. I want to catch the signal and stop it from killing the execution, just to see if I can get some useful info of the app's state at that precise moment. Reading the gdb documentation I found the handle command, so I tried to apply it to the SIGKILL signal: (gdb) handle SIGKILL stop nopass Signal Stop Print Pass to program Description SIGKILL Yes Yes No Killed So, as I understand this correctly: stop GDB should

using python 2.3 on ubuntu 10.04

拈花ヽ惹草 提交于 2019-12-10 15:09:54
问题 i need to run some old python programs on a ubuntu 10.04 system. it seems, that there are no python 2.3 packages for ubuntu 10.04 available. so i got python 2.3 directly from python.org: http://www.python.org/download/releases/2.3/ but "make" python fails with a buffer overflow. has anyone suggestions how to get python 2.3 to work on ubuntu 10.04? 回答1: This appears to be an old bug in Python 2.3. From here: https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/286334 The solution is to

how to install pycairo for python 3 on Ubuntu 10.04

隐身守侯 提交于 2019-12-10 14:30:04
问题 i am trying to install pycairo 1.10.0 for use with my custom-build python 3.1. however, sudo /flower/bin/easy_install-3.1 pycairo fails with XXX@XXXX:/adventures$ sudo /flower/bin/easy_install-3.1 pycairo install_dir /flower/lib/python3.1/site-packages/ Searching for pycairo Reading http://pypi.python.org/simple/pycairo/ Reading http://cairographics.org/pycairo Best match: pycairo 1.10.0 Downloading http://cairographics.org/releases/pycairo-1.10.0.tar.bz2 Processing pycairo-1.10.0.tar.bz2

how to install php amqp in ubuntu

萝らか妹 提交于 2019-12-09 15:28:22
问题 I am try to install amqp for php (Integrating PHP with RabbitMQ) using this http://code.google.com/p/php-amqp/. after run phpize && ./configure --with-amqp && make && sudo make install it give error like this Cannot find config.m4. Make sure that you run '/usr/bin/phpize' in the top level source directory of the module Please help me, my environment is ubuntu 回答1: You need to download the code for the PHP library from here: http://code.google.com/p/php-amqp/downloads/list Then cd into that

how can I build cabal-install on eeePc 701 / Ubuntu Netbook Remix 1.6 (Lucid)

谁都会走 提交于 2019-12-09 12:56:16
问题 Not a programming question, but the first time I see something like this. UNR 1.6 (based on Ubuntu 10.04) installs the 6.12.1 version of GHC. So, in order to build cabal-install-0.8.2, I have to install the libghc6- packages of parsec, mtl, network and zlib. Then, after launching 'sh ./bootstrap.sh', I get: Checking installed packages for ghc-6.12.1... parsec is already installed and the version is ok. network is already installed and the version is ok. Cabal is already installed and the