LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 72 of 106
0 votes
1 ans
3 views
How to install JDK 11 under Ubuntu?

So Java 11 [is out][1]. Does anybody know how to install it (OpenJDK from Oracle) from the command line? I would like to see something like it was before for...

server-admin Solved
DM
asked 1 month ago by Dmitriy Dumanskiy
0 votes
1 ans
3 views
Copy Paste in Bash on Ubuntu on Windows

How to execute a copy paste operation from Windows 10 to the Bash on Ubuntu on Windows environment? I tried the following: - <kbd>ctrl</kbd> +...

server-admin Solved
GH
asked 1 month ago by Ghassan Zein
0 votes
1 ans
3 views
Repository is not signed in docker build

I have the following Dockerfile that uses the latest Ubuntu image pulled from dockerhub: FROM ubuntu:latest RUN apt-get update && apt-get...

server-admin Solved
AN
asked 1 month ago by Antonio La Marra
0 votes
1 ans
3 views
sqlite3-ruby install error on Ubuntu

I have the following error during sqlite3-ruby install: <pre> Building native extensions. This could take a while... ERROR: Error installing sqlite3-...

server-admin Solved
DM
asked 1 month ago by Dmitry
0 votes
1 ans
3 views
bash: Bad Substitution

#!/bin/bash jobname="job_201312161447_0003" jobname_pre=${jobname:0:16} jobname_post=${jobname:17} This bash script gives...

general-dev Solved
AR
asked 1 month ago by Arindam Choudhury
0 votes
1 ans
3 views
What are the differences and similarities between ffmpeg, libav, and avconv?

When I run `ffmpeg` on Ubuntu, it shows: $ ffmpeg ffmpeg version v0.8, Copyright (c) 2000-2011 the Libav developers built on Feb 28 2012 13:...

general-dev Solved
WH
asked 1 month ago by why
0 votes
1 ans
3 views
When I run `npm install`, it returns with `ERR! code EINTEGRITY` (npm 5.3.0)

I am getting this error while running `sudo npm install`. On my server, npm was installed earlier. I've tried to delete the `package-lock.json` file, and ra...

general-dev Solved
SA
asked 1 month ago by SANITH
0 votes
1 ans
3 views
Stopping Docker containers by image name - Ubuntu

On Ubuntu 14.04 (Trusty Tahr) I'm looking for a way to stop a running container and the only information I have is the image name that was used in...

server-admin Solved
CO
asked 1 month ago by Collin Estes
0 votes
1 ans
3 views
Docker error response from daemon: "Conflict ... already in use by container"

I've been using Docker on my PC to run Quantum GIS with the following instructions I've found here: [docker-qgis-desktop - A simple docker container tha...

server-admin Solved
MA
asked 1 month ago by marty_c
0 votes
1 ans
3 views
How to thoroughly purge and reinstall postgresql on ubuntu?

Somehow I've managed to completely bugger the install of postgresql on Ubuntu karmic. I want to start over from scratch, but when I "purge" the p...

server-admin Solved
JO
asked 1 month ago by John Mee
0 votes
1 ans
3 views
Adding git branch on the Bash command prompt

I tried adding the git branch I'm currently working on (checked-out) on the bash prompt without success.. (**while keeping my current path which shows the...

general-dev Solved
GE
asked 1 month ago by George Katsanos
0 votes
1 ans
3 views
What is docker.io in relation to docker-ce and docker-ee (now called "Mirantis Kubernetes Engine")?

Previously, to install Docker, I would use apt-get install docker.io However, I have recently noticed the documentation for installing docker, and it...

server-admin Solved
WI
asked 1 month ago by Will Parzybok
0 votes
1 ans
3 views
Error message "error: command 'gcc' failed with exit status 1" while installing eventlet

I wanted to install [Eventlet][1] on my system in order to have "Herd" for software deployment, but the terminal is showing a GCC error (as root):...

general-dev Solved
AN
asked 1 month ago by Anubhav Grover
0 votes
1 ans
3 views
How do I create a crontab through a script

I need to add a cron job thru a script I run to set up a server. I am currently using Ubuntu. I can use `crontab -e` but that will open an editor to edit the cu...

server-admin Solved
ST
asked 1 month ago by stocked
0 votes
1 ans
3 views
How can I fix "unsupported class file major version 60" in IntelliJ IDEA?

I have a [Gradle][1] project in Ubuntu. It's written in Java 14. I have the Java 14 JDK installed. When I build it from the command line, everything work...

php-dev Solved
MA
asked 1 month ago by Mason Wheeler
0 votes
1 ans
3 views
is it possible to `git status` only modified files?

Is it possible to have `git status` only show the modified files due, in my case, to having too many staged files?

general-dev Solved
CH
asked 1 month ago by chrisl-921fb74d
0 votes
1 ans
3 views
How to reset or change the MySQL root password?

How do I change the MySQL root password and username in ubuntu server? Do I need to stop the mysql service before setting any changes?

database Solved
AS
asked 1 month ago by asm234
0 votes
1 ans
3 views
apt-get install tzdata noninteractive

When I try to apt-get install -y tzdata the command line option for picking timezone shows up. I am trying to use this in a script to do some setup,...

general-dev Solved
PY
asked 1 month ago by PYA
0 votes
1 ans
3 views
How to kill zombie process

I launched my program in the foreground (a daemon program), and then I killed it with `kill -9`, but I get a zombie remaining and I m not able to kill it with `...

general-dev Solved
MO
asked 1 month ago by MOHAMED
0 votes
1 ans
3 views
Missing include "bits/c++config.h" when cross compiling 64 bit program on 32 bit in Ubuntu

I am running the 32bit version of Ubuntu 10.10 and trying to cross compile to a 64 bit target. Based on my research, I have installed the g++-multilib package....

server-admin Solved
JE
asked 1 month ago by Jesse Vogt