LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

378 solutions found in general-dev

Page 17 of 19
0 votes
1 ans
3 views
Visual Studio Code formatting for "{ }"

I'm on Ubuntu. C++ in Visual Studio Code automatically lints like if (condition == true) { DoStuff(); } Instead I want to do :...

general-dev Solved
RA
asked 1 month ago by radbrawler
0 votes
1 ans
3 views
ImageMagick security policy 'PDF' blocking conversion

The Imagemagick security policy seems to be not allowing me perform this conversion from pdf to png. Converting other extensions seem to be working, just not fr...

general-dev Solved
T.
asked 1 month ago by T. Zack Crawford
0 votes
2 ans
3 views
Delete all local Git branches

I follow a development process where I create a new local branch for every new feature or story card. When finished I merge the branch into *master* and then pu...

general-dev Solved
LO
asked 1 month ago by Louth
0 votes
2 ans
3 views
`require': no such file to load -- mkmf (LoadError)

I was trying to install rails on Ubuntu Natty Narwhal 11.04, using ruby1.9.1. I installed ruby using `apt-get install ruby1.9.1-full` which contains the dev...

general-dev Solved
OM
asked 1 month ago by omars
0 votes
1 ans
3 views
Adding a new entry to the PATH variable in ZSH

I'm using zsh terminal, and I'm trying to add a new entry (`/home/david/pear/bin`) to the `PATH` variable. I don't see a reference to the `PATH` var...

general-dev Solved
DA
asked 1 month ago by David Barreto
0 votes
1 ans
3 views
Yarn install command error No such file or directory: 'install'

I am installing **sylius** bundle and while install sylius I need to run `yarn install` So While I run the command: yarn install I get the error: `...

general-dev Solved
RI
asked 1 month ago by Ricky ponting
0 votes
1 ans
3 views
How to tell if tensorflow is using gpu acceleration from inside python shell?

I have installed tensorflow in my ubuntu 16.04 using the second answer [here][1] with ubuntu's builtin apt cuda installation. Now my question is how can...

general-dev Solved
TA
asked 1 month ago by Tamim Addari
0 votes
1 ans
3 views
"git submodule update" failed with 'fatal: detected dubious ownership in repository at...'

I mounted a new hard disk drive in my Linux workstation. It looks like it is working well. I want to download some repository in the new disk. So I execute `git...

general-dev Solved
HU
asked 1 month ago by Huihua Jiang
0 votes
1 ans
3 views
How to find which version of TensorFlow is installed in my system?

I need to find which version of TensorFlow I have installed. I'm using Ubuntu 16.04 Long Term Support.

general-dev Solved
HA
asked 1 month ago by Hans Krupakar
0 votes
1 ans
3 views
Cannot install NodeJs: /usr/bin/env: node: No such file or directory

I'm trying to install nodeJs into my Ubuntu 14.04 in order to use GruntJs. I've read about [Ubuntu different way][1] of doing it ([issues?][2]), so t...

general-dev Solved
RO
asked 1 month ago by Rosamunda
0 votes
1 ans
3 views
After installing with pip, "jupyter: command not found"

After installing with `pip install jupyter`, terminal still cannot find `jupyter notebook`. Ubuntu simply says `command not found`. Similar with `ipython`...

general-dev Solved
JO
asked 1 month ago by john mangual
0 votes
1 ans
3 views
sh: 0: getcwd() failed: No such file or directory on cited drive

I am trying to compile ARM code on [Ubuntu 12.04][1] (Precise Pangolin). Everything is working fine when I put the code in the local directory. But when I...

general-dev Solved
CR
asked 1 month ago by CrazyKitty Rotoshi
0 votes
1 ans
3 views
What is makeinfo, and how do I get it?

I'm trying to build GNU grep, and when I run make, I get: [snip] /bin/bash: line 9: makeinfo: command not found What is makeinfo, and how do...

general-dev Solved
MI
asked 1 month ago by mike
0 votes
1 ans
3 views
Getting permission denied (public key) on gitlab

My problem is that I can't push or fetch from GitLab. However, I can clone (via HTTP or via SSH). I get this error when I try to push : > Permission d...

general-dev Solved
AL
asked 1 month ago by Alexandre Fernandes Bartolomeu
0 votes
1 ans
3 views
Eclipse cannot load SWT libraries

Every time I try to open Eclipse in Ubuntu 12.04 I get an Unsatisfied Link Error and it will not open. I have recently installed the java JDK and Android SDK, c...

general-dev Solved
TO
asked 1 month ago by TomRichardson
0 votes
1 ans
3 views
set up device for development (???????????? no permissions)

I am using a Samsung galaxy nexus phone (**Android 4.0** platform) . I am developing Android app on Ubuntu linux OS. I would like to run my application direc...

general-dev Solved
LE
asked 1 month ago by Leem.fin
0 votes
1 ans
3 views
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

I have been following a manual to install a software suite on Ubuntu. I have no knowledge of MySQL at all. I have done the following installations on my Ubuntu....

general-dev Solved
SI
asked 1 month ago by Sibbs Gambling
0 votes
1 ans
3 views
"Unable to find remote helper for 'https'" during git clone

I am unable to clone HTTPS repositories. I can clone SSH repos fine, but not HTTPS repos. I cannot test the GIT protocol since I am behind a corporate firewall....

general-dev Solved
BE
asked 1 month ago by Ben K
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