Questions tagged [ubuntu-14.04]

Ubuntu 14.04, named "Trusty Tahr" is a Long Term Support release of Ubuntu Linux (released in April 2014). Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

Ubuntu 14.04, named "Trusty Tahr" is a Long Term Support (LTS) release of Ubuntu Linux. LTS releases receive updates for 5 years and have available paid support from Canonical. The version number comes from the year and month of release (April of 2014).

1173 questions
-2
votes
1 answer

How can I build connections among four OSs, especially between two Ubuntus?

More background information: Two Ubuntu 14.x systems both hosted in Windows using VMware Workstation 10: Ubuntu server in Windows 7 and Ubuntu guest in Windows 8.1. Public IP is limited, so using a single one is the best. I want to: build…
-2
votes
2 answers

How to whitelist a directory in apache

Files that I want to serve via browser are located at /root/my_folder (ubuntu 14.04). I changed a path from /var/www/html to /root/my_folder in /etc/apache2/sites-available/000-default.conf, after that I get forbidden error when I try to access it…
qwaz
  • 105
  • 1
  • 1
  • 3
-2
votes
1 answer

PCI scan showing false positives on cloud-based server

I've run a third-party PCI scan recently on my website, and my main domain cleared 100%. The IP address, however, came up with some strange errors. It was claiming we were vulnerable to XSS attacks due to some CGIs that aren't even installed on our…
jperezov
  • 133
  • 1
  • 7
-2
votes
3 answers

Sharing disk space between two Ubuntu hosts

I have two Digital Ocean droplets (Ubuntu 14.04 LTS VPS instances): Alice: 40GB disk / 38GB used Bob: 20GB disk / 2GB used Alice’s storage needs will continue to grow slowly but steadily. Rather than bumping Alice up to a more expensive image, is…
Ryan
  • 81
  • 1
  • 8
-3
votes
1 answer

How can i add a second drive to nginx server?

I have a server having two drives each of 2TB. First drive is mounted to "root" (which is called "/") and the second drive is mounted to /mnt/disk1. I am serving my files from first hard drive at location /usr/share/nginx/html/downloads/ with this…
Ibrar
  • 3
  • 1
-3
votes
1 answer

MySQL Server won't start - [ERROR] COLLATION

Ok, first, sorry for this question, I usually search a lot before post a question on any forum or Q&A. But now I'm on panic, I need help (also to keep my job). :) This morning the server I manage who host many websites of clients of the company…
Gianca
  • 105
  • 5
-3
votes
2 answers

php file permission 600 gives me a blank page in localhost

When I set the file permission to 644 for php files, it works. But if I give them 600 then they give me blank pages. And it happens only in localhost, in remote host 600 file permission for php files works just fine. My permission specs: Folder…
Jahid
  • 95
  • 2
-3
votes
1 answer

Cannot SSH in as root using Key

I have searched through serverFault and cannot rectify my problem. An explanation: Ubuntu 14.04 - I am able to SSH into the server using user amenczykowski with a key. I am unable to SSH into the server as root. I have checked that /root/.ssh/ has…
-3
votes
2 answers

Can I use Windows server 2012 and Ubuntu LTS 14.04 server in a single machine?

For setting up Moodle, I want to install Ubuntu server LTS 14.04 in a machine. But it already has Windows server 2012. Can I install Ubuntu server without losing Windows server 2012?
-3
votes
1 answer

Email system for generic adresses: alias, mailing-list or other?

As I am not very familiar with the email system, I'll try to describe my needs rather than ask how to do it with a specific feature. I'd like to define a few generic addresses under my own domain, for example support@mydomain.com and…
Zukero
  • 29
  • 3
-3
votes
1 answer

how does ubuntu resolve remote address using loopback nameserver?

Confused about how my ubuntu desktop machine will resolve remote address with loopback ip adrress (127.0.0.1) My dns lookup file look like this etc/resolv.conf nameserver 127.0.0.1 I searched through folders host, network manager ,dhcp,network…
-4
votes
1 answer

directory protection in Ubuntu 14.04 Server

I want to run the following on a single ubuntu 14.04 server - Asterisk - PHP/Apache/ MySQL This server will be offline at customer's location. I want to protect these folders in a way that if my hard drive is stolen, I will not have to worry about…
-4
votes
1 answer

1 domain name multiple external servers

I wanted to point multiple external server ip to one domain so when user wants ABC directory it will be served by server1 and when he will required directory XYZ it will be sserved by server 2 Not the subdomain scenario :)
-4
votes
2 answers

Wanting idiots guide to SSH

Say you create an SSH key on host 1 and send the public part to host 2 so you can login from host 1 to host 2 without a password. If you then want to login from host 1 to a new host say host 3, what do you do? Do you create a new key on host one and…
Nigel Alderton
  • 992
  • 3
  • 9
  • 19
-4
votes
1 answer

Crontab - I have two cron jobs but only one works

I use ubuntu 14.04 LTS. I have created 2 cron jobs but only one works. The 2 different website building with drupal cms. */5 * * * * curl -s http://www.example.com/cron.php?cron_key=TzVesnZuNqR4mkjv_LgBemUV-oYvsfYalyHOfDtL4cc */5 * * * * curl -s…
1 2 3
78
79