2108 solutions found
Page 50 of 106votes
I am about to launch Ubuntu instance on Amazon EC2. I'm choosing between PV and HVM options. I found that PV does provide a more efficient virtualization m...
votes
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 want to rename all files and directories that contain the word "special" to "regular". It should maintain case sensitivity so "Specia...
votes
I'd like to add to PATH the value ":/home/me/play/" for the installation of Play! framework. so I ran this command: PATH=$PATH:/hom...
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
This is the way I installed [nodejs][1] in ubuntu 14.04 LTS: sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get install nodejs When I c...
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
when i got upgraded my ubuntu from 15.10 to 16.04 i have this erro in my yii2 project SQLSTATE[42000]: Syntax error or access violation: 1055 Expres...
votes
I want to configure both Apache and nginx to run together on Ubuntu because I want to develop on both nginx and Apache. I have read that I have to edit the conf...
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
In the windows environment you will have .m2 folder in C:\Users\user_name location and you will copy your settings.xml file to it in order to setup your proxy s...
votes
I recently installed Ubuntu on a VirtualBox VM it installed just fine (much easier than on VirtualPC). However I'm unable to get internet access from the g...
votes
I am running Dotnet Core 2.2 in a Linux container in Docker. I've tried many different configuration/environment options - but I keep coming back to the...
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...