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
70
votes
13 answers

How to download a folder from github?

I wished to download the mysite folder from this link: https://github.com/username/repository/master/
Gangesh
  • 813
  • 1
  • 7
  • 10
68
votes
10 answers

Unable to install vim or nano inside docker container

Trying to install inside a docker, either vim or nano but I only get this: 0% [Connecting to archive.ubuntu.com (91.189.88.152)] Exit docker and do ping archive.ubuntu.com and I get reply, do the same time inside docker it does not respond. What…
quarks
  • 33,478
  • 73
  • 290
  • 513
65
votes
15 answers

no target device found android studio 2.1.1

i'm using android studio 2.1.1 in ubuntu 14.04.Now my question is,i want to run the program through my phone without emulator. so i chose the target as usb device but whenever i run this,below mentioned error is rasing. Error running app : No target…
Adithya
  • 813
  • 1
  • 7
  • 10
63
votes
4 answers

Compile c++14-code with g++

I'm using g++ 4.8.4 on Ubuntu 14.04 LTS. When trying to compile with '-std=c++14', I get this error: g++: error unrecognized command line option '-std=c++14' Compiling with '-std=c++11' works fine, so I'm not sure what's going on. Does g++ really…
Silverlan
  • 2,783
  • 3
  • 31
  • 66
60
votes
3 answers

Exposing python jupyter on LAN

I've installed jupyter on local network LAN but im unable to access http://:8888 from another macine on LAN. I've opened ports 8888 and port range 49152 to 65535 with iptables (this range is specified at…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
59
votes
3 answers

Ugrade tmux from 1.8 to 1.9 on Ubuntu 14.04

I was just adding tmux plugins to my .tmux.conf file to find out that one of the plugins (tmux-copycat I think) requires tmux 1.9. When I start tmux I get the message `Error: Tmux version unsupported. Please install tmux version 1.9 or greater!". …
Dave Remy
  • 834
  • 2
  • 8
  • 10
58
votes
8 answers

How to check if there are multiple versions of PHP installed on Ubuntu 12.04 LTS?

How to know if I have both php5.3 and php5.5 installed in my system? How to delete php5.3 if it is there and configuring Apache2 to work with php5.5?
Sujata
  • 951
  • 2
  • 10
  • 19
57
votes
4 answers

Restoring single collection in an existing mongodb

I'm failing miserably to be able to restore a single collection into an existing database. I'm running Ubuntu 14.04 with mongo version 2.6.7 There is a dump/mydbname/contents.bson based off my home directory. If I run mongorestore --collection…
JonRed
  • 2,853
  • 5
  • 28
  • 37
56
votes
2 answers

Where does CLion store executable files?

I install the CLion on a Ubuntu 14.04. I build my first project with help CMakeLists.txt: Source file: #include using namespace std; int main() { cout << "Hello, World!" << endl; return…
Denis
  • 3,595
  • 12
  • 52
  • 86
53
votes
8 answers

PostgreSQL function gen_random_uuid() not working

I get function get_random_uuid() does not exist error when running this SQL: ALTER TABLE "posts" ALTER COLUMN "id" SET DEFAULT gen_random_uuid() I can see pgcrypto module listed in this query select * from pg_available_extensions;. I'm using…
Dida
  • 941
  • 1
  • 9
  • 22
53
votes
3 answers

Howto ban IP with Fail2Ban manually by command line?

How do I ban an attacker IP with Fail2Ban manually by command line?
udgru
  • 1,277
  • 5
  • 14
  • 26
51
votes
12 answers

sudo service mongodb restart gives "unrecognized service error" in ubuntu 14.0.4

I just installed mongoDB on ubuntu 14.0.4. I tried to start the shell but I'm getting a connection refused error. me@medev:/etc/init.d$ mongo MongoDB shell version: 2.6.5 connecting to: test 2014-11-10T15:06:28.084-0500 warning: Failed to connect…
dot
  • 14,928
  • 41
  • 110
  • 218
50
votes
2 answers

how to search for a directory from the terminal in ubuntu

I am using Ubuntu and I want to search for a specific Directory called "sdk". All that I know is, that "sdk" Directory is located somewhere under /user Directory how can I search for "sdk" Directory from the terminal? I tried the following find /…
Amrmsmb
  • 1
  • 27
  • 104
  • 226
49
votes
4 answers

Ubuntu: large syslog and kern.log files

Logging into my Ubuntu machine, I get a warning that I am running out of disk space. Tracing back, I find that it is the syslogs, especially the kern.log(s) that are eating up my 1TB disk. -rw-r----- 1 syslog adm 240G Feb 25 14:22…
andwjstks
  • 643
  • 1
  • 6
  • 7
49
votes
5 answers

Error installing Pillow on ubuntu 14.04

I'm trying to install Pillow on Ubuntu 14.04 using this command: pip install Pillow but the installation fails with this error: ValueError: --enable-jpeg requested but jpeg not found, aborting.
Navid777
  • 3,591
  • 8
  • 41
  • 69