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
29
votes
4 answers

How to use systemctl in Ubuntu 14.04

I try to perform the following command in Ubuntu 14.04: systemctl enable --now docker-cleanup-dangling-images.timer I also tried it with sudo, I tried to replace systemctl with service and systemd but nothing works sudo: systemd: command not…
DenCowboy
  • 13,884
  • 38
  • 114
  • 210
29
votes
3 answers

How to Install Manually Downloaded .box for Vagrant

I manage to install Vagrant on my Ubuntu 14.04 LTS pc. How can I install vagrant box which I downloaded manually from a URL? I want to install Laravel Homestead but it will always fail because of my network connection. I want to download it from…
Port 8080
  • 858
  • 3
  • 12
  • 24
28
votes
11 answers

Issue with activating virtualenv

I installed python environment by means of commands: SYS_INSTALL="apt-get install -y" PIP_INSTALL="pip install" # Be sure to install setuptools before pip to properly replace easy_install. $SYS_INSTALL git $SYS_INSTALL python-dev $SYS_INSTALL…
SpanishBoy
  • 2,105
  • 6
  • 28
  • 51
28
votes
3 answers

KVM installation: Unable to locate package ia32-libs-multiarch

I'm trying to install KVM for avd of android studio and I ran this command: sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils ia32-libs-multiarch But on running it gives me this error: Unable to locate package…
Aditya Krishn
  • 1,997
  • 3
  • 12
  • 8
26
votes
1 answer

How to share & WebRTC stream from /dev/videoX device from a Chromium on host and Chromium in a docker container

Environment Host running Ubuntu 14.04.5 LTS Docker version 17.09.0-ce, build afdb6d4 Chromium 62.0.3202.89 2 webcams: /dev/video0, /dev/video1 Cameras # v4l2-ctl --list-devices Venus USB2.0 Camera (usb-0000:00:1a.0-1.2.2): /dev/video1 USB 2.0…
zabumba
  • 12,172
  • 16
  • 72
  • 129
26
votes
2 answers

How do I register a new NuGet package source with dotnet CLI on Ubuntu 14.04?

I am running .NET Core 1.1.0 on Ubuntu 14.04, with the goal of hosting my Web APIs in Docker on Ubuntu. I want to build my packages on Ubuntu, but some of the NuGet references are hosted on an internal NuGet repository (Artifactory). This works…
Peter
  • 5,455
  • 7
  • 46
  • 68
25
votes
4 answers

docker-compose ERROR: .FileNotFoundError: [Errno 2] No such file or directory:

So when i run the command, docker-compose -f config/somefile.yml up -d I get the following error: ERROR: .FileNotFoundError: [Errno 2] No such file or directory: ./config/somefile.yml I tried giving the full path to the yml file, but the error is…
Umair
  • 317
  • 1
  • 3
  • 9
25
votes
1 answer

/bin/sh: 1: Syntax error: EOF in backquote substitution

I created a new task in crontab as shown below : */2 * * * * mongodump --db prodys --out /backup/databases/mongoDatabases/`date +"%m-%d-%y"` I'm getting following error : /bin/sh: 1: Syntax error: EOF in backquote substitution Please help, I…
Vicky
  • 1,807
  • 5
  • 23
  • 34
25
votes
10 answers

Multiple selection ain't working in Phpstorm 8 under Ubuntu

New feature in Phpstorm 8 - multiple selection ain't working under Ubuntu 14.04, however, the hotkey ALT+J does work, but i cannot multiple select using ALT+Mouse left click, i have checked the keymap Add or Remove caret is set to ALT+Button1…
Alexander Kim
  • 17,304
  • 23
  • 100
  • 157
25
votes
3 answers

Installing Ruby using rbenv on Ubuntu 14.04 virtualbox hangs

I'm trying to get the Ruby on Rails running on Ubuntu 14.04. The Ubuntu is installed on VirtualBox. I'm following https://gorails.com/setup/ubuntu/14.04 When I run the command rbenv install 2.1.2 Ruby keeps installing forever. I waited for more…
pravin
  • 1,106
  • 1
  • 18
  • 27
24
votes
5 answers

NetBeans 8.1 Activation Failure

I am trying to install NetBeans 8.1 on my Ubuntu 14.04.3 LTS. When I try to create a new project, it shows an error, saying that "not all requested modules can be enabled". I tried activating it from the plugins, but to no avail. Why is this…
kylas
  • 1,425
  • 6
  • 24
  • 38
24
votes
3 answers

pytesseract-no such file or directory error

I am using Ubuntu 14.04. I have the following code: import Image import pytesseract im = Image.open('test.png') print pytesseract.image_to_string(im) but I keep getting the following error: Traceback (most recent call last): File "", line…
chaitanya90
  • 697
  • 2
  • 8
  • 24
24
votes
1 answer

How to completely uninstall webstorm on ubuntu

I am trying to remove Webstorm editor completely from my Ubuntu 14.04, I have already tried by removing its installation folder but its settings still exists, is there any command exist to remove it completely or what any other way? please help me…
Piyush Rathi
  • 456
  • 1
  • 5
  • 12
23
votes
3 answers

Deleted database accidentally by a bash script, rescue please

My developer committed a huge mistake and we cannot find our mongo database anyone in the server. Rescue please!!! He logged into the server, and saved the following shell under ~/crontab/mongod_back.sh: And then he run ./mongod_back.sh, then there…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
23
votes
3 answers

How to install/enable intl and xsl extensions after installing PHP 7

I installed php7/apache2.4/mysql5.6 via this script, but it turns out that the extensions xsl and intl are missing (need them to run Magento2). I'm using Ubuntu 14.04.
Henry
  • 593
  • 2
  • 5
  • 12