LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

378 solutions found in general-dev

Page 12 of 19
0 votes
1 ans
3 views
How to automatically install required packages from a Python script as necessary?

Is there anything in Python or Linux what basically instructs the system to "install whatever is necessary". Basically I find it annoying to install p...

general-dev Solved
DE
asked 1 month ago by Deepak
0 votes
1 ans
3 views
How can I upgrade Visual Studio Code?

How do I upgrade Visual Studio Code on Ubuntu? For the time being, I was periodically getting the newest version (.deb) from their [official site][1]:...

general-dev Solved
GE
asked 1 month ago by Gerard Rovira
0 votes
1 ans
3 views
How to detect why Ansible playbook hangs during execution

Some of tasks I wrote start and never end. Ansible does not provide any errors or logs that would explain this, even with -vvvv option. Playbook just hangs and...

general-dev Solved
DE
asked 1 month ago by dev9
0 votes
1 ans
3 views
How to upgrade to VirtualBox Guest Additions on VM box?

I've got the latest version of VirtualBox installed on my desktop (4.3.4). I'm using Vagrant to run a VM based on the example 64-bit Ubuntu 12.04 LTS...

general-dev Solved
OD
asked 1 month ago by odigity
0 votes
1 ans
3 views
Unable to run .net app with Mono - mscorlib.dll not found (version mismatch?)

I have a simple .net command line tool written and compiled under Windows, using .net 3.5SP1. I would like to run it on Linux using Mono. I am using Ubuntu...

general-dev Solved
WA
asked 1 month ago by Warpin
0 votes
1 ans
3 views
Cannot open new Jupyter Notebook [Permission Denied]

I have installed Jupyter Notebook on ubuntu 16.04 using pip3. I can execute `jupyter notebook` command. It opens and shows a list of current path directories....

general-dev Solved
CO
asked 1 month ago by CodeNinja101
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
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
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
"sdkmanager: command not found" after installing Android SDK

I installed via `apt-get install android-sdk`. However, doing a `find / -name sdkmanager` reveals there is no such binary anywhere on the system. On my Ma...

general-dev Solved
JO
asked 1 month ago by Joncom
0 votes
1 ans
3 views
Why maven settings.xml file is not there?

I installed maven plugin for eclipse and was able to use it only in eclipse. I want to be able to run maven commands from terminal so installed maven as explain...

general-dev Solved
JA
asked 1 month ago by javanoob
0 votes
1 ans
3 views
What is the default location of PM2 log files?

I'm trying to find out where **PM2** saves the log files by default? I'm working with a **Linux Ubuntu 16.04** server and I've installed it globa...

general-dev Solved
DA
asked 1 month ago by Dave
0 votes
1 ans
3 views
Can't find/install libXtst.so.6?

I'm running Ubuntu 12.10 and I'm trying to install Netbeans 7.1(or later) I have the .sh file, but it won't install, the error appears here:...

general-dev Solved
TR
asked 1 month ago by Tropical_Peach
0 votes
1 ans
3 views
Must my pidfile be located in /var/run?

I'm asking in both contexts: technically and stylistically. Can my application/daemon keep a pidfile in `/opt/my_app/run/`? Is it very bad to do so?...

general-dev Solved
GM
asked 1 month ago by gmoore
0 votes
1 ans
3 views
Unknown encoder 'libx264'

I installed ffmpeg 0.8.9 on ubuntu11 by > ./configure --enable-gpl --enable-nonfree --enable-pthreads > --enable-libfaac --enable-libmp3lame --enable...

general-dev Solved
WH
asked 1 month ago by why
0 votes
1 ans
3 views
"g++" and "c++" compiler

I just found on my Ubuntu, there are two different C++ compilers: `/usr/bin/g++` and `/usr/bin/c++`. I am not familiar with the latter, but `man c++` just jumps...

general-dev Solved
TI
asked 1 month ago by Tim
0 votes
1 ans
3 views
Difference between Systemctl and service command

I always run my Apache server in this way: sudo service apache2 start But in many guides I saw commands like this: sudo systemctl start apache2...

general-dev Solved
RO
asked 1 month ago by Roman Romanov
0 votes
1 ans
3 views
libsass bindings not found when using node-sass in nodejs

I want to use the `node-sass` module in my `node.js v0.12` application to benefit from the performance of `libsass`.<br> I executed `npm i node-sass` to...

general-dev Solved
TO
asked 1 month ago by TorbenJ