378 solutions found in general-dev
Page 12 of 19votes
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...
votes
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]:...
votes
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...
votes
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...
votes
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...
votes
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....
votes
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...
votes
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...
votes
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...
votes
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...
votes
**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...
votes
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...
votes
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...
votes
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...
votes
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:...
votes
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?...
votes
I installed ffmpeg 0.8.9 on ubuntu11 by > ./configure --enable-gpl --enable-nonfree --enable-pthreads > --enable-libfaac --enable-libmp3lame --enable...
votes
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...
votes
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...
votes
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...