LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 56 of 106
0 votes
1 ans
3 views
what is the use of SPL (secondary program loader)

I am confused in clearing my concepts regarding these three questions 1. why do we need a secondary program loader ? 2. in which memory it ge...

general-dev Solved
TH
asked 1 month ago by theadnangondal
0 votes
1 ans
3 views
Attaching and mounting existing EBS volume to EC2 instance filesystem issue

I had some unknown issue with my old EC2 instance so that I can't ssh into it anymore. Therefore I'm attempting to create a new EBS volume from a snapsh...

general-dev Solved
GA
asked 1 month ago by Gabriel Rebello
0 votes
1 ans
3 views
How can I check if mysql is installed on ubuntu?

I need to check if mysql is installed on a ubuntu server. Is there a way to determine if mySql has been installed ? Thanks.

server-admin Solved
GR
asked 1 month ago by Green Lei
0 votes
1 ans
3 views
Importing large sql file to MySql via command line

I'm trying to import an sql file of around 300MB to MySql via command line in Ubuntu. I used source /var/www/myfile.sql; Right now it's displ...

database Solved
US
asked 1 month ago by user2028856
0 votes
1 ans
3 views
Very large tabs in Eclipse panes on Ubuntu

My question is very similar to Stack Overflow question *https://stackoverflow.com/questions/2743647*. I have tried the solutions presented, but they appear t...

server-admin Solved
AN
asked 1 month ago by Andy
0 votes
1 ans
3 views
Cargo plugin throws CargoException when deploying on Glassfish - Deployment has failed: null

I'm trying to deploy web application using Cargo Maven plugin on remote Glassfish server (Edition 3.1.1 (build 12)). Glassfish server as well as Java code l...

server-admin Solved
AN
asked 1 month ago by Andrey
0 votes
1 ans
3 views
How do I add a user in Ubuntu?

Specifically, what commands do I run from the terminal?

server-admin Solved
QU
asked 1 month ago by quackingduck
0 votes
1 ans
3 views
kdevtmpfsi using the entire CPU

We are using an EC2(Ubuntu) amazon instance for running Apache.Recently we noticed that there is a process using the entire CPU. [![enter image description h...

general-dev Solved
SH
asked 1 month ago by Shijin TR
0 votes
1 ans
3 views
phpmyadmin "Not Found" after install on Apache, Ubuntu

Setting up a development environment with Ubuntu 14.04 running in VirtualBox, following this guide: http://klau.si/dev After installing phpmyadmin, it seems...

server-admin Solved
AN
asked 1 month ago by Anonymous Man
0 votes
1 ans
3 views
Linker returns "relocation has an invalid symbol at symbol index..."

I am trying out some code on Ubuntu. I'm trying to run the following code <!-- language: lang-c++ --> #include <cstdlib> #includ...

database Solved
SE
asked 1 month ago by seeker
0 votes
1 ans
3 views
webpack command not working

I am new to Node Js and Webpack. I tried to start a project with module-loaders. Firstly, I installed nodeJs and NPM and created a new directory called `tuto...

general-dev Solved
MO
asked 1 month ago by Mohan
0 votes
1 ans
3 views
Android Studio fails to install update (error : Failed to read or create install properties file.)

**Screenshot of error** [![enter image description here][1]][1] I am running [ Android Studio 2.3 Build #AI-162.3764568, built on February 24, 2017 JR...

general-dev Solved
SP
asked 1 month ago by spark
0 votes
1 ans
3 views
list all globally installed modules with one command in ubuntu

I'm working on **`ubuntu 14.04`**, Is there any way to print all global modules (installed using **`npm`**) to the command line. How can I do this?

server-admin Solved
MU
asked 1 month ago by Muhsin Keloth
0 votes
1 ans
3 views
/bin/sh: 1: apk: not found while creating docker image

I have the below Dockerfile for zookeeper and I am trying to create an image for it, but it is giving me an error. I have recently started working with Docker,...

server-admin Solved
JO
asked 1 month ago by john
0 votes
1 ans
3 views
How to install pip for Python 3.9 on Ubuntu 20.04

Ubuntu 20.04 comes with Python 3.8. **I cannot uninstall Python 3.8** but I need Python 3.9 I went ahead and installed Python 3.9 from: > sudo add-apt...

server-admin Solved
GI
asked 1 month ago by Gilson
0 votes
1 ans
3 views
Linux command line error message: Temporary failure in name resolution

I'm getting error message "Temporary failure in name resolution" when trying to ping a domain name such as a website. When I ping a discrete IP a...

server-admin Solved
NI
asked 1 month ago by Nicolai Jacobsen
0 votes
1 ans
3 views
Docker - mkdir read-only file system

After freshly installing Ubuntu 18 I am receiving the following error when trying to launch a docker container that has a bind to a LVM (ext4) partition:...

server-admin Solved
JA
asked 1 month ago by Jamie Brunton
0 votes
1 ans
3 views
How to completely uninstall python 2.7.13 on Ubuntu 16.04

I installed Python 2.7.13 on Ubuntu 16.04 according to [this guide][1], and it became the default version as an alternative to the version 2.7.12. But, I wanted...

server-admin Solved
LU
asked 1 month ago by Lucas
0 votes
1 ans
3 views
Hidden file .env not copied using Docker COPY

I have a Dockerfile and there is a syntax like this `COPY ["Gemfile", "Gemfile.lock", "Procfile", ".env", "/huginn/...

server-admin Solved
HS
asked 1 month ago by Hsiu Chuan Tsao
0 votes
1 ans
3 views
In Docker, apt-get install fails with "Failed to fetch http://archive.ubuntu.com/ ... 404 Not Found" errors. Why? How can we get past it?

My team uses Docker (with `ubuntu:14.04` base image) for local development and we often have to rebuild some or all of our images. But we often get failures dow...

server-admin Solved
AL
asked 1 month ago by AlexChaffee