LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

378 solutions found in general-dev

Page 10 of 19
0 votes
1 ans
3 views
Unknown module(s) in QT: svg

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...

general-dev Solved
US
asked 1 month ago by user3191398
0 votes
1 ans
3 views
My httpd.conf is empty

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...

general-dev Solved
YE
asked 1 month ago by Yehonatan
0 votes
1 ans
3 views
How to install rabbitmq management plugin (rabbitmq-plugins)

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...

general-dev Solved
JD
asked 1 month ago by jd.
0 votes
1 ans
3 views
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding, when trying to start uwsgi

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...

general-dev Solved
DE
asked 1 month ago by Denys
0 votes
1 ans
3 views
pip3 install not working - No module named 'pip._vendor.pkg_resources'

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...

general-dev Solved
YA
asked 1 month ago by YamiOmar88
0 votes
1 ans
3 views
AttributeError: 'module' object (scipy) has no attribute 'misc'

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...

general-dev Solved
MO
asked 1 month ago by moadeep
0 votes
1 ans
3 views
vscode always ask for permission to save

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...

general-dev Solved
OM
asked 1 month ago by Omar Abdelhady
0 votes
1 ans
3 views
How to create a user for Postgres from the command line for bash automation

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...

general-dev Solved
TA
asked 1 month ago by Tampa
0 votes
1 ans
3 views
What is the difference between CLOCK_MONOTONIC & CLOCK_MONOTONIC_RAW?

According to the Linux man page under Ubuntu CLOCK_MONOTONIC Clock that cannot be set and represents monotonic time since some...

general-dev Solved
HO
asked 1 month ago by hookenz
0 votes
1 ans
3 views
Maven 3.8.0 Compiler - Fatal error compiling: release version 11 not supported

I'm unable to build using Java 11 with the latest version of the maven-compiler-plugin. pom.xml: <build> <plugins>...

general-dev Solved
MI
asked 1 month ago by mip
0 votes
1 ans
3 views
My WSL terminal lost color

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...

general-dev Solved
TH
asked 1 month ago by Thijs
0 votes
1 ans
3 views
No module named packaging

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...

general-dev Solved
RA
asked 1 month ago by Raouf
0 votes
1 ans
3 views
"/usr/sbin/sendmail/" Not found

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...

general-dev Solved
US
asked 1 month ago by user266003
0 votes
1 ans
3 views
Graphing a process's memory usage

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...

general-dev Solved
BA
asked 1 month ago by BanksySan
0 votes
1 ans
3 views
cross compiler ldd

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...

general-dev Solved
TA
asked 1 month ago by Talespin_Kit
0 votes
1 ans
3 views
Unrecognized VM option 'MaxPermSize=512m' when running Zeppelin

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...

general-dev Solved
SB
asked 1 month ago by sbbs
0 votes
1 ans
3 views
How to install pip for Python 2

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...

general-dev Solved
PA
asked 1 month ago by Paul Draper
0 votes
1 ans
3 views
How to correct virtualbox installation

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...

general-dev Solved
FO
asked 1 month ago by footy
0 votes
1 ans
3 views
What is the difference between openjdk-7-jre-headless and openjdk-7-jre(jdk)?

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:...

general-dev Solved
3P
asked 1 month ago by 3ppps
0 votes
1 ans
3 views
Benefits of repeated apt cache cleans

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...

general-dev Solved
JM
asked 1 month ago by jmd_dk