LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 52 of 106
0 votes
1 ans
3 views
Permission denied - nginx and uwsgi socket

Well I am currently trying to get my django application served using nginx and uwsgi. I am currently using a virtual environment to which uwsgi is installed. Ho...

server-admin Solved
DE
asked 1 month ago by Deep
0 votes
1 ans
3 views
How do I give Jenkins more heap space when it's running as a daemon on Ubuntu?

My Jenkins jobs are running out of memory, giving `java.lang.OutOfMemoryError` messages in the build log. But I used the Ubuntu Package Manager, `aptitude`, or...

server-admin Solved
ST
asked 1 month ago by Steve HHH
0 votes
1 ans
3 views
Cannot find libcrypto in Ubuntu

I want to try one program which have makefile on it but when I put `make` in the shell the error was: g++ -g -DaUNIX -I../../acroname/aInclude -I../../...

server-admin Solved
LI
asked 1 month ago by Limavolt
0 votes
1 ans
3 views
How to see a large JSON file pretty printed on Ubuntu?

I would like to hear your suggestions on how to handle a large (40MB) JSON file on Ubuntu. I would like to see it pretty printed in *vim* or *gedit* or any othe...

server-admin Solved
JJ
asked 1 month ago by JJD
0 votes
1 ans
3 views
Appending to crontab with a shell script on Ubuntu

I'm trying to add a line to the crontab on Ubuntu. Right now, I'm doing `crontab -e` and editing the crontab there. However, I can't seem to f...

server-admin Solved
FI
asked 1 month ago by Filo Stacks
0 votes
1 ans
3 views
How to establish ssh key pair when "Host key verification failed"

I have set up ssh key pairs between my desktop and two servers, and from the servers to my desktop, but after reinstalling the OS on my desktop, I can't re-...

server-admin Solved
DA
asked 1 month ago by David LeBauer
0 votes
1 ans
3 views
How to check for openCV on Ubuntu 9.10

How can I confirm if openCV is properly installed in my computer ? Is there any quick command line for it ? I am on Ubuntu 9.10

server-admin Solved
AR
asked 1 month ago by Arkapravo
0 votes
1 ans
3 views
What is in Apache 2 a "caught SIGWINCH" error?

My server (ubuntu 8.04) LAMP running drupal 6, when there is high traffic, it stops serving pages. A restart of apache2 will not work, so I have to restart the...

server-admin Solved
GE
asked 1 month ago by Geries
0 votes
1 ans
3 views
OpenCV not working properly with python on Linux with anaconda. Getting error that cv2.imshow() is not implemented

This is the exact error that I am getting. My OS is Ubuntu 16.10. **OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library wit...

server-admin Solved
JO
asked 1 month ago by Job Martinez
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
Ubuntu - Linking boost.python - Fatal error: pyconfig cannot be found

Having some issues, now I have read the following: [hello world python extension in c++ using boost?][1] [1]: https://stackoverflow.com/questions/6007...

server-admin Solved
PH
asked 1 month ago by Phorce
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
0 votes
1 ans
3 views
gcc: error trying to exec 'cc1plus': execvp: No such file or directory

I'm trying to install this python module, which requires compilation (on Ubuntu 16.04). I'm struggling to understand exactly what's causing it stall...

general-dev Solved
CJ
asked 1 month ago by cjm2671
0 votes
1 ans
3 views
Unable to start Docker Service in Ubuntu 16.04

I've been trying to use **Docker (1.10) on Ubuntu 16.04** but installation fails because **Docker Service doesn't start**. I've already tried to in...

server-admin Solved
SA
asked 1 month ago by Salva Corts
0 votes
1 ans
3 views
diff command to get number of different lines only

Can I use the `diff` command to find out how many lines do two files differ in? I don't want the contextual difference, just the total number of lines th...

general-dev Solved
GM
asked 1 month ago by gmmo
0 votes
1 ans
3 views
Configure sendmail inside a docker container

I have a [docker container][1] running PHP and Apache. The host is in an AWS instance which has the docker instance running. I am unable to send an email from t...

server-admin Solved
TA
asked 1 month ago by tarun mittal
0 votes
1 ans
3 views
How to check rails environment?

How check rails environment on Ubuntu Server? command: `Rails.env => command not found` command: `rails.env => command not found`

general-dev Solved
AL
asked 1 month ago by Alexander Shlenchack
0 votes
1 ans
3 views
rabbitmq-server fails to start after hostname has changed for first time

I am using django-celery for my django project. Last day I have changed my computer's hostname (I am using Ubuntu 12.04, edited file '/etc/hostname'...

server-admin Solved
JI
asked 1 month ago by Jinesh
0 votes
1 ans
3 views
MongoDB on Ubuntu won't start as a service, nothing in the log

Am running MongoDB 2.2 on Ubuntu and if I run: sudo mongod I get an error that it can't find /data/db, which is not where the database is. In mong...

server-admin Solved
BI
asked 1 month ago by BishopZ
0 votes
1 ans
3 views
git list all available commands

Is there command which can show me list of all available commands in GIT? There is `git help` but it shows: usage: git [--version] [--exec-path[=<path...

general-dev Solved
KS
asked 1 month ago by kskaradzinski