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

4891 questions
1
vote
1 answer

How to run wine command through PHP script

Need to run wine command through PHP script. As i have a .exe file , that should be executed with parameter using my PHP script. BTW , i am using LAMP. php scripts location is as-usual in lamp. Tried: exec('wine Release/X12Parser.exe…
1
vote
1 answer

Error: recompile with -fpic when try to install Armadillo

I was trying to install Armadillo in my Ubuntu 14.04. I run cmake . command in the terminal at the folder where the Armadillo files are located and then run make command. I got the following errors. /usr/bin/ld:…
hisham
  • 215
  • 1
  • 9
1
vote
0 answers

logger: unrecognized option '--rfc3164' message is shown after execute every command

I'm using ubuntu14.04 server. working with apache, php, nodejs and mysql there is nothing special service. but weird log is show up from oneday. shown below logger: unrecognized option '--rfc3164' Usage: logger [options] [message] Options: …
park
  • 11
  • 2
1
vote
1 answer

mongodb installation - error - chown: invalid group: ‘mongodb:mongodb’

I'm trying to install mongodb on ubuntu 14.10 following instructions from mongodb manual here . However I get the error chown: invalid group: ‘mongodb:mongodb’ and not able to proceed further with this. > sudo apt-get install -y mongodb-org Reading…
user3206440
  • 3,707
  • 9
  • 48
  • 93
1
vote
2 answers

What is wrong with following installation steps of latest nodejs on Ubuntu 14.04?

Why can't I simply install latest nodejs. I have executed curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - after which i executed the following ubuntu@ip-172-31-2-33:/$ sudo apt-get install -y nodejs Reading package lists...…
ishandutta2007
  • 12,620
  • 12
  • 74
  • 99
1
vote
1 answer

What is the difference between an executable and a shared library

The properties of ls show it is an executable. And properties of kmod show it is a shared library. Im trying to check for executables and hash them in ubuntu 14.04 LTS. Is there any way to differentiate executables from the other types?…
linuxnoob
  • 23
  • 1
  • 7
1
vote
0 answers

How to check if the root filesystem has been mounted in linux

I was wondering if it was possible to know if the rootfile system has been mounted from the kernel. Im trying to read a file from /bin but it doesnt work on boot. static int ret_my_file() is in fs/exec.c static int ret_my_file() { struct file*…
1
vote
1 answer

Eclipse C++ on Ubuntu 14.04 cannot find string's stod()

Elipse cannot build C++ programs on my system if they contains calls to string's function stod(). I am running Ubuntu 14.04 with Eclipse using the C/C++ perspective. I have included the header, and compiled with the -std=c++11 compile flag and set…
ScottK
  • 1,395
  • 1
  • 11
  • 21
1
vote
1 answer

Apache unable to load virtualenv properly: "ImportError: No module named 'psycopg2._psycopg'"

I moved my Django project from Python 2.7 to Python 3.6. Since then, I can't get my project up & running, as Apache complains as follows (full output after a restart): [mpm_prefork:notice] [pid 2340] AH00173: SIGHUP received. Attempting to…
SaeX
  • 13,326
  • 14
  • 67
  • 86
1
vote
0 answers

How to Preventing Host Header Attack in Ubuntu Server 14.04

If we send a request from any host like example.com our server gives back a HTTP 1.1 200 OK response status. In correct condition it should show either 302, 400 or 404 error message (not found response) status. At current condition it is showing 200…
cruxster
  • 21
  • 1
  • 5
1
vote
1 answer

Gitlab syncing folder "hooks" in all repositories of group

I have Gitlab setted locally on my server. I noticed, that when i am adding some code to "post-receive" file in some repository, all changes applying to all other repositories in that group. How to stop it?
lucas63
  • 95
  • 1
  • 11
1
vote
1 answer

How is possible that a not installed application still runs in Linux?

I am working with this software (rtabmap in Ubuntu 14.04 with ROS Indigo) and I was having some trouble with the installation. So I decided to remove eveything and uninstall it: apt-get remove rtabmap apt-get remove ros-indigo-rtabmap cd…
1
vote
0 answers

How to run the script in a thread?

I am using the bellow script to visualize my result. It will read my my_model.log every 10 ms and show in the graph. I save the bellow script as visualize.sh refresh_log() { while true; do python parse_log.py ./my_model.log . sleep 10 …
user3051460
  • 1,395
  • 16
  • 52
1
vote
1 answer

Create volume/instance from image error

Trying to launch an instance from the Ubuntu 14.04 server cloud image (https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img) by following different tips I find online and in here but have no success. Uploaded image…
Christian
  • 21
  • 4
1
vote
0 answers

All the labels in my laptop (ubuntu) is gone, it seems I have pressed keys that I didn't notice. How can I put the labels back

Labels are gone, everywhere [ My terminal's text are gone, only pictures show but the labels are all gone everywhere I click, even in my directories. How can I put it all back? I have pressed keys that I didn't notice, please help me.
Jasmin
  • 21
  • 7
1 2 3
99
100