378 solutions found in general-dev
Page 10 of 19votes
Added QT += svg and I tried just QT += svg and greaterThan(QT_MAJOR_VERSION, 4): QT += svg to the .pro solution file and ran qmake from inside the QtCreator and...
votes
I recently installed apache2 on ubuntu but I have a problem, my httpd.conf is empty. Can someone give me a clean copy of httpd.conf for apache2 on ubuntu? Than...
votes
Brief: Is there a way to install rabbitmq-plugins via a ubuntu package? Details: I have rabbitmq running ok in my ubuntu system, and now I'm trying...
votes
I am trying to start my uwsgi server in my virtual environment, but after I added ```plugin python3``` option I get this error every time: ```none !!! Pytho...
votes
When trying to install a package for Python 3 (in Ubuntu), using `pip3 install packageName` (or `sudo pip3 install packageName`), I get the following error mess...
votes
I updated from ubuntu 12.04 to ubuntu 12.10 and the python module I have written suddenly no longer works with the error message that the module scipy does not...
votes
I'm new to Ubuntu and here is my issue: VSCode is always asking for permission to save any edit on any file. I just want to edit and save without havi...
votes
I am using Ubuntu 12.04 and Postgress 9.2. I need to create this user with this password e.g. postgres://admin:test101@127.0.0.1:5432 How to do tha...
votes
According to the Linux man page under Ubuntu CLOCK_MONOTONIC Clock that cannot be set and represents monotonic time since some...
votes
I'm unable to build using Java 11 with the latest version of the maven-compiler-plugin. pom.xml: <build> <plugins>...
votes
For some reason when I start the Ubuntu terminal in Windows, it doesn't show colors until I type bash. What could be the reason and how do I fix it? When I...
votes
I work on Ubuntu 14. I install python3 and pip3. When I try to use pip3, I have this error Traceback (most recent call last): File "/usr/loc...
votes
Locally a Rail app works well, but on a VPS server when I try to send an email with all the correct settings by the means of the Rails app, I get this error in...
votes
Does anyone know of a tool to visually show the memory usage of a selected process on Ubuntu? `ps aux` will show a numerical snapshot, but I'd really lik...
votes
I have created a cross compiled arm executable. I want to find the library dependency of the executable. I am using ubuntu natty and installed arm-linux-gnueabi...
votes
When I try to run Zeppelin by either bin/zeppelin.sh or bin/zeppelin-deamon.sh start I was getting the following error message. Unrec...
votes
I run python --version and get Python 2.7.3 I run pip --version and get pip 1.5 from /usr/local/lib/python3.2/dist-packages...
votes
Here is how the error output is if I run `virtualbox` from the terminal. How to correct it? I am on a Ubuntu 12.10 64bit machine. virtualbox WARNING...
votes
When I type for **java -version** in command prompt in ubuntu I get following output The program 'java' can be found in the following packages:...
votes
In the quest for ever smaller Docker images, it's common to remove the `apt` (for Debian/Ubuntu based images) cache after installing packages. Something lik...