LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 54 of 106
0 votes
1 ans
3 views
The 'pip==7.1.0' distribution was not found and is required by the application

I have the latest version of pip 8.1.1 on my ubuntu 16. But I am not able to install any modules via pip as I get this error all the time. File &qu...

general-dev Solved
AR
asked 1 month ago by Arnold Laishram
0 votes
1 ans
3 views
How to run a python script like pm2 for nodejs

I've used `pm2` for my Node.js script and I love it. Now I have a python script which collect streaming data on EC2. Sometimes the script bombs out and I...

general-dev Solved
TO
asked 1 month ago by toy
0 votes
1 ans
3 views
Docker apt-get update fails

Can somebody help me get apt-get working in my docker container? Whenever I try running any apt-get command in my docker container, the command fails. I'm r...

server-admin Solved
US
asked 1 month ago by user3767654
0 votes
1 ans
3 views
What version of MongoDB is installed on Ubuntu

Hi I'm a bit of a shell n00b. Can anyone tell me how I would check the version of MongoDB that is installed on my Linux Ubuntu machine? I see that my...

server-admin Solved
RA
asked 1 month ago by RachelD
0 votes
1 ans
3 views
How do I print the content of a .txt file in Python?

I'm very new to programming (obviously) and really advanced computer stuff in general. I've only have basic computer knowledge, so I decided I wanted to...

general-dev Solved
CO
asked 1 month ago by Courtney
0 votes
1 ans
3 views
How to set JAVA_HOME path on Ubuntu?

How can I setup `JAVA_HOME` path without having to set it each time I restart my machine? I've used the following ways when trying to set JAVA_HOME on my...

server-admin Solved
MC
asked 1 month ago by MChan
0 votes
1 ans
3 views
AWS EC2 Ubuntu 12.04.1 LTS: deb command-not-found

When I tried to install mongoDb in my AWS EC2 Linux instance:Ubuntu 12.04.1 LTS, deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen...

server-admin Solved
FU
asked 1 month ago by Futur
0 votes
1 ans
3 views
Flask broken pipe with requests

I'd like to send a local REST request in a flask app, like this: from flask import Flask, url_for, request import requests app = Flask(__...

general-dev Solved
JF
asked 1 month ago by jfocht
0 votes
1 ans
3 views
trace a particular IP and port

I have an app running on port 9100 on a remote server serving http pages. After I ssh into the server I can curl localhost 9100 and I receive the response. H...

general-dev Solved
MU
asked 1 month ago by murtaza52
0 votes
2 ans
3 views
ERROR: Pool overlaps with other one on this address space when starting my_project docker setup

I'm trying to setup docker and I`m getting the following error: > ERROR: Pool overlaps with other one on this address space What should I do to sol...

server-admin Solved
BR
asked 1 month ago by bruna_dosti
0 votes
1 ans
3 views
How to install/start Postman native v4.10.3 on Ubuntu 16.04 LTS 64-bit?

I downloaded Postman for Linux (from https://www.getpostman.com/apps), unpacked .tar.gz file into `~/bin/postman` and then tried to execute `~/bin/postman/Postm...

server-admin Solved
TH
asked 1 month ago by TheJavaGuy-Ivan Milosavljević
0 votes
1 ans
3 views
How to install Android Studio on Ubuntu?

I have to install Android Studio on Ubuntu and I have used [this link][1] to download Android Studio. Is there any easy way to install Studio on Ubuntu?...

server-admin Solved
SU
asked 1 month ago by Sun
0 votes
1 ans
3 views
Starting Docker as Daemon on Ubuntu

Have been using Docker successfully for a few weeks but today when I was following a set of instructions which suggested adding the following two lines to the d...

server-admin Solved
KE
asked 1 month ago by ken
0 votes
1 ans
3 views
Methods to detect a public IP address in Bash

As part of an installation script, I want to make an "educated guess" about the machines **public** IP address. It should be as robust as possible, wo...

general-dev Solved
JE
asked 1 month ago by Jeroen Ooms
0 votes
1 ans
3 views
Install psycopg2 on Ubuntu

I'm trying to get the python postgres client module installed on Ubuntu 12.04. The guidance is to do the following: apt-get install python-psycopg2...

server-admin Solved
MA
asked 1 month ago by Matt
0 votes
1 ans
3 views
Installing PostgreSQL on Ubuntu for Ruby on Rails

I currently have Ruby on Rails installed via RVM in Ubuntu 12.04. The default database is set up in SQLite3, but I'd like to switch to PostgreSQL for the pu...

server-admin Solved
NI
asked 1 month ago by Nick
0 votes
1 ans
3 views
Fatal error: Call to undefined function curl_init()

<?php $filename = "xx.gif"; $handle = fopen($filename, "r"); $data = fread($handle, filesize($filename)); // $d...

php-dev Solved
TH
asked 1 month ago by Thew
0 votes
1 ans
3 views
How to compile/install node.js(could not configure a cxx compiler!) (Ubuntu).

How can I compile/install node.js on Ubuntu? It failed with an error about `cxx compiler`.

server-admin Solved
AL
asked 1 month ago by Alfred
0 votes
1 ans
3 views
Stopping postgresql from starting on ubuntu startup

Ubuntu 16.04.1 LTS I have tried: sudo update-rc.d -f postgresql remove and sudo vim /etc/postgresql/9.5/main/start.conf then i change the wor...

server-admin Solved
AS
asked 1 month ago by asdf
0 votes
1 ans
3 views
How to install cryptography on ubuntu?

My ubuntu is 14.04 LTS. When I install cryptography, the error is: Installing egg-scripts. uses namespace packages but the distribution does not...

server-admin Solved
IT
asked 1 month ago by ithelloworld