2108 solutions found
Page 71 of 106votes
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
Is it possible in Linux command line to have a command repeat every *n* seconds? Say, I have an import running, and I am doing ls -l to check if th...
votes
After installing with `pip install jupyter`, terminal still cannot find `jupyter notebook`. Ubuntu simply says `command not found`. Similar with `ipython`...
votes
When I run `docker-compose up` in my Docker project it fails with the following message: > Error starting userland proxy: listen tcp 0.0.0.0:3000: bind: a...
votes
I've recently been playing around with Docker and QGIS and have installed a container following the instructions in [this tutorial](http://kartoza.com/qgis-...
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
How do I write a script to install MySQL server on Ubuntu? `sudo apt-get install mysql` will install, but it will also ask for a password to be entered in th...
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
Recently I installed **WSL Ubuntu 18.04** on my Windows machine, but nothing seems to work properly, because I have **no internet access**.<br> I tried a...
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
The Question is similar to https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x but for Ubun...
votes
How can I write a Crontab that will run my `/home/username/test.sh` script every 2 hours?
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 was trying to set default python version to `python3` in `Ubuntu 16.04`. By default it is `python2` (2.7). I followed below steps : update-alternativ...
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
How to set ANDROID_HOME path in ubuntu? Please provide the steps.
votes
I have some issues with Vagrant shared folders, my base system is Ubuntu 13.10 desktop. I do not understand why I have this error is something that is not ri...
votes
I'm on Ubuntu 14.04 and I've been trying all possible methods to install Laravel to no avail. Error messages everything I try. I'm now trying the fi...