Questions tagged [ubuntu-14.04]

Ubuntu 14.04 is a support release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 14.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

Ubuntu 14.04 is twenth release of Ubuntu operating system and released on 17th April 2014 and is dubbed "Trusty Tahr"..

Features

  • Smaller Unity Launcher
  • Raise Volume Past 100%
  • Locally Integrated Menus
  • Full Menus
  • Antialiased Windows
  • Faster Lock Screen Shortcut
  • Live Window Resizing

Useful Links

4861 questions
777
votes
62 answers

Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?

I have applied every solution available on internet but still I cannot run Docker. I want to use Scrapy Splash on my server. Here is history of commands I ran. docker run -p 8050:8050 scrapinghub/splash sudo docker run -p 8050:8050…
Umair Ayub
  • 19,358
  • 14
  • 72
  • 146
685
votes
29 answers

Android Studio: /dev/kvm device permission denied

When I try to run my Android app on an emulator I get this error: /dev/kvm permission denied. I checked the permissions and added the user I am currently logged in with to the kvm group. What is wrong?
florian.R
  • 6,851
  • 3
  • 10
  • 4
483
votes
11 answers

Cannot install packages inside docker Ubuntu image

I installed Ubuntu 14.04 image on docker. After that, when I try to install packages inside the ubuntu image, I'm getting unable to locate package error: apt-get install curl Reading package lists... Done Building dependency tree Reading…
428
votes
24 answers

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: ERROR: [Errno 2] No such file or directory: 'install'
Ricky ponting
  • 4,537
  • 4
  • 13
  • 26
377
votes
20 answers

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

I am trying to run cv2, but when I try to import it, I get the following error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory The suggested solution online is installing apt install libgl1-mesa-glx but this is…
Ryan
  • 8,459
  • 14
  • 40
  • 66
304
votes
5 answers

docker command not found even though installed with apt-get

Adding this for reference for others because it would have saved me 10 minutes if such an answer existed. I tried installing Docker using ubuntu 14.0LTS virtualbox sudo apt get install docker However, when I try running docker it gives me the…
ThinkBonobo
  • 15,487
  • 9
  • 65
  • 80
289
votes
35 answers

Docker Error bind: address already in use

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: address already in use netstat -pna | grep 3000 shows this: tcp 0 0 0.0.0.0:3000 …
Ngoral
  • 4,215
  • 2
  • 20
  • 37
282
votes
19 answers

Docker-compose: node_modules not present in a volume after npm install succeeds

I have an app with the following services: web/ - holds and runs a python 3 flask web server on port 5000. Uses sqlite3. worker/ - has an index.js file which is a worker for a queue. the web server interacts with this queue using a json API over…
KGo
  • 18,536
  • 11
  • 31
  • 47
121
votes
5 answers

How to install Ruby 2.1.4 on Ubuntu 14.04

I dont know how to install the latest Ruby on Ubuntu. First I installed the default Ruby 1.9.3, using sudo apt-get install ruby Then I tried to install the 2.0 version using sudo apt-get install ruby2.0 My version of Ruby is still "ruby 1.9.3p484…
Alek
  • 1,461
  • 2
  • 13
  • 14
96
votes
8 answers

Where's docker's daemon.json? (missing)

From docs: The default location of the configuration file on Linux is /etc/docker/daemon.json But I don't have it on my fresh docker installation: # docker --version Docker version 17.03.1-ce, build c6d412e # ls -la /etc/docker/ total…
astef
  • 8,575
  • 4
  • 56
  • 95
94
votes
6 answers

Ubuntu: Using curl to download an image

I want to download an image accessible from this link: https://www.python.org/static/apple-touch-icon-144x144-precomposed.png into my local system. Now, I'm aware that the curl command can be used to download remote files through the terminal. So, I…
Manas Chaturvedi
  • 5,210
  • 18
  • 52
  • 104
92
votes
1 answer

Where do global npm packages get installed on Ubuntu

Where is the default global node_modules folder on Ubuntu. For example where would this get installed: npm install -g gulp
rob
  • 17,995
  • 12
  • 69
  • 94
80
votes
1 answer

MongoDB Data directory /data/db not found

When I try to run Mongod in terminal I got this message : 2015-05-14T17:33:04.554+0700 I STORAGE [initandlisten] exception in initAndListen: 29 Data directory /data/db not found., terminating 2015-05-14T17:33:04.554+0700 I CONTROL [initandlisten]…
Gujarat Santana
  • 9,854
  • 17
  • 53
  • 75
76
votes
1 answer

OpenSSL vs GPG for encrypting off-site backups?

Given the option between using GPG and OpenSSL for local encryption before pushing archives to an off-site backup location, what are the benefits and drawbacks of each solution? Background: I currently manage a server infrastructure based on Ubuntu…
71
votes
5 answers

lxml installation error ubuntu 14.04 (internal compiler error)

I am having problems with installing lxml. I have tried the solutions of the relative questions in this site and other sites but could not fix the problem. Need some suggestions/solution on this. I am providing the full log after executing pip…
salmanwahed
  • 9,450
  • 7
  • 32
  • 55
1
2 3
99 100