ubuntu-12.04

usb debugging with micromax unit a092 in ubuntu 12.04

六月ゝ 毕业季﹏ 提交于 2020-01-30 12:21:07
问题 I am using Micromax Unite A092, for USB debugging in Ubuntu 12.04. I enabled "USB debugging" from developer options and "connected as a media device". But ./adb devices does not show it. I tried SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="7f10", MODE="0666" writing in /etc/udev/rules.d/51-android.rules but no luck. The output of lsusb is- Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate

Error connect to mysql server in ubuntu 12.04

情到浓时终转凉″ 提交于 2020-01-25 04:34:12
问题 I am trying to connect to mysql server in ubuntu 12.04 from terminal using and password empty("") mysql -u root -p it throwing error ERROR 2002 (HY000): Can't connect to mysql server through socket 'var/run/mysql/mysqld.sock'(2) Though i am able to access database successfully from phpmyadmin and there i see there is no password for root in user user table in mysql database. I am using xampp package 回答1: I think the error is the socket file. Where did you install your xampp? Can you try this,

Complete removal and fresh install of python on Ubuntu 12.04

你离开我真会死。 提交于 2020-01-24 10:36:29
问题 This is embarrassing to admit, but I just continue to struggle with setting up my Python environment on an Ubuntu install. Sometimes I get it to work fine. But here's the problem: I feel like whenever I sit down to do some hobby hacking on a python project, I end up spending hours on end just trouble shooting inconsistencies with my python installation. Right now I keep getting an error message of: ImportError: cannot import name urandom when trying to import a module called googleplaces

Riak node no longer working after changing IP address

爷,独闯天下 提交于 2020-01-22 23:03:47
问题 I'm using an instanced Amazon EC2 virtual Ubuntu 12.04 server as my single Riak node. I've gone through all the proper stages of setting up Riak on the instance using the guide on the basho website here . Where x.x.x.x is the private IP address of the instance, this included: Installation Using sudo su - to gain root privileges (EC2 logs me in as 'Ubuntu'). Installing the SSL Lib with: sudo apt-get install libssl0.9.8 Downloading the 64-bit package for 12.04: wget http://downloads.basho.com

Redmine installation : Error

♀尐吖头ヾ 提交于 2020-01-21 20:34:47
问题 I finish all the installtion step for redmine and configure apache sree@sree:/usr/share/redmine$ rails -v Rails 3.2.13 sree@sree:/usr/share/redmine$ ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux] sree@sree:/usr/share/redmine$ bundle -v Bundler version 1.3.5 while runing but localhost/redmine i am getting error as shown below ! As ber the error message " Error message: Redmine requires Bundler 1.0.21 (you're using 1.0.15). Please install a newer version with gem install bundler .

free basic compiler error 23: File not found, libsupc++.a

独自空忆成欢 提交于 2020-01-17 13:05:23
问题 I am trying to compile a simple a hello world QBASIC program in ubutu 12.04. Compiler is downloaded and installed as instructed here. http://www.freebasic.net/get Also I posted it on askubuntu.com https://askubuntu.com/questions/226084/free-basic-compiler-error-23-file-not-found-libsupc-a#comment279100_226084 but reported to post here. Here is my simple QBASIC program and compilation details. print "hello word" I compiled it with fbc hello.bas But I got the following error. hello.bas() error

free basic compiler error 23: File not found, libsupc++.a

拥有回忆 提交于 2020-01-17 13:03:05
问题 I am trying to compile a simple a hello world QBASIC program in ubutu 12.04. Compiler is downloaded and installed as instructed here. http://www.freebasic.net/get Also I posted it on askubuntu.com https://askubuntu.com/questions/226084/free-basic-compiler-error-23-file-not-found-libsupc-a#comment279100_226084 but reported to post here. Here is my simple QBASIC program and compilation details. print "hello word" I compiled it with fbc hello.bas But I got the following error. hello.bas() error

free basic compiler error 23: File not found, libsupc++.a

梦想的初衷 提交于 2020-01-17 13:02:35
问题 I am trying to compile a simple a hello world QBASIC program in ubutu 12.04. Compiler is downloaded and installed as instructed here. http://www.freebasic.net/get Also I posted it on askubuntu.com https://askubuntu.com/questions/226084/free-basic-compiler-error-23-file-not-found-libsupc-a#comment279100_226084 but reported to post here. Here is my simple QBASIC program and compilation details. print "hello word" I compiled it with fbc hello.bas But I got the following error. hello.bas() error

Installation issue in pcl-1.5.1

会有一股神秘感。 提交于 2020-01-16 18:49:28
问题 I'm trying to install pcl-1.5 from the source here. I'm able to install it on my laptop ( Ubuntu 12.04 ) but on the desktop ( Ubuntu 14.04 ), it's not compiling. mkdir build cd build cmake .. make It's giving lots of errors. Check http://pastebin.com/P37L9yCm for the output in the error stream. What's the problem? Isn't pcl-1.5 for Ubuntu 14.04 ? Okay! I've installed pcl-1.7 successfully. But then how do I run my previous pcl-1.5 code on it? Refer to this question. 来源: https://stackoverflow

Installation issue in pcl-1.5.1

旧巷老猫 提交于 2020-01-16 18:49:12
问题 I'm trying to install pcl-1.5 from the source here. I'm able to install it on my laptop ( Ubuntu 12.04 ) but on the desktop ( Ubuntu 14.04 ), it's not compiling. mkdir build cd build cmake .. make It's giving lots of errors. Check http://pastebin.com/P37L9yCm for the output in the error stream. What's the problem? Isn't pcl-1.5 for Ubuntu 14.04 ? Okay! I've installed pcl-1.7 successfully. But then how do I run my previous pcl-1.5 code on it? Refer to this question. 来源: https://stackoverflow