378 solutions found in general-dev
Page 17 of 19votes
I'm on Ubuntu. C++ in Visual Studio Code automatically lints like if (condition == true) { DoStuff(); } Instead I want to do :...
votes
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...
votes
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...
votes
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...
votes
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...
votes
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: `...
votes
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...
votes
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...
votes
I need to find which version of TensorFlow I have installed. I'm using Ubuntu 16.04 Long Term Support.
votes
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...
votes
After installing with `pip install jupyter`, terminal still cannot find `jupyter notebook`. Ubuntu simply says `command not found`. Similar with `ipython`...
votes
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...
votes
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...
votes
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...
votes
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...
votes
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...
votes
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....
votes
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....
votes
#!/bin/bash jobname="job_201312161447_0003" jobname_pre=${jobname:0:16} jobname_post=${jobname:17} This bash script gives...
votes
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:...