Questions tagged [ubuntu-16.04]

Ubuntu 16.04 - named "Xenial Xerus" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21, 2016, it was supported for 5 years. Extended Security Maintenance subscriptions are offered by Canonical until April 2024. Only use this tag if your question is version-specific.

Ubuntu 16.04 - named "Xenial Xerus" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21, 2016, it will be supported for 5 years for Ubuntu Desktop, Ubuntu Server, Ubuntu Core, and Ubuntu Kylin. Only use this tag if your question is version-specific. Note that the Ask Ubuntu site is specifically dedicated to Ubuntu questions.

949 questions
0
votes
4 answers

redirect my website to http not https (nginx )

Actually my ssl cert is expired and is not updating so for a while I want my website to redirect itself to http instead of https. Myconfig file: server { listen 80 ; listen [::]:80 default_server; # SSL…
YaSh Chaudhary
  • 215
  • 2
  • 8
0
votes
1 answer

Increasingly longer TTFB on Apache

A shared hosting with unknown hardware and configuration running on Apache: A brand-new Apache 2.4.25-0.0+deb.sury.org~xenial+1 installed on Ubuntu 16.04 on a dedicated server: How can I have assets loaded in parallel on the dedicated server?…
Koam
  • 1
  • 1
0
votes
1 answer

Logging the output of a long command to a file in Ubuntu

I am using Ubunutu. I simply want to create a postgre dump. So I am using the following command: sudo -u wap PGPASSWORD="postgres" pg_dump -h localhost -U postgres -d n26n -n public -FC -f /tmp/dump_file --verbose The above creates a dump as…
kosta
  • 153
  • 2
  • 6
0
votes
1 answer

Extracting Per Domain Bandwidth Usage In Apache

I have a web application which will be powering a wide range of websites. I want to implement some form of bandwidth monitoring on a per domain basis for billing and excessive use purposes. I am using Apache as the web server and am just using the…
0
votes
1 answer

Postfix as a smart host? Is this possible

We have 3 SMTP servers on 3 separate public static ip's. We have a secondary failover connection on a single static ip. I would like to put all 3 SMTP servers behind the router and off the public ip's, use postfix to accept mail on both main…
Squid_Vicious
  • 87
  • 1
  • 1
  • 9
0
votes
1 answer

Change KVM cpu threads/Cores after Build

So, changing Vcpus and RAM is easy enough. How can I change the number of threads and cores per vcpu in KVM? I need 1 Vcpu, four cores, and two threads per core. Barring that, four cpus with two threads each. That being said, is there any real…
flyingcars34
  • 147
  • 1
  • 2
  • 9
0
votes
1 answer

Can I have more than 1 server alias or server name? ubuntu apache 2.4

Can I do this ServerName example.com , www.example.com ServerAlias example.com , www.example.com or this ServerName example.com ServerName www.example.com ServerAlias example.com ServerAlias www.example.com in the same example.conf
0
votes
1 answer

Different Linux permissions for two users

I have a small problem I can't seem to get it right. I have user1 and user2 and a folder, but I'd like user1 to have full access and user2 to have read only access.. Checking online and looking at the current permissions I can see you can have a…
0
votes
2 answers

OpenVPN Authentication/Decrypt packet error

I am trying to connect a laptop running Windos 10 to an Ubuntu 16.04 server running OpenVPN. The Client keeps getting this error: MANAGEMENT: >STATE:1491498025,WAIT,,,,,, Connection reset, restarting [0] SIGUSR1[soft,connection-reset] received,…
flyingcars34
  • 147
  • 1
  • 2
  • 9
0
votes
3 answers

Resolv.conf reset automatically after reboot to the wrong dns

With my ubuntu 16.04, my /etc/resolv.conf change every system start cat /etc/resolv.conf nameserver 127.0.0.1 Network-manager have the correct dns name server 192.168.1.1 I removed bind9 and all related packages. No special config on rc folders…
M. BY
  • 21
  • 1
  • 4
0
votes
1 answer

Linux repositories. Ubuntu apt-get and centOS yum

I am new to VPS and when I want to install something in Ubuntu16.04 or CentOS7 I need to google it and hope it's written somewhere how to install it through apt-get or yum and then hope it is a good repository. Then even the same project has…
2Noob2Good
  • 1
  • 1
  • 2
0
votes
1 answer

Ubuntu 16.04 32 or 64 bit which is best for MEAN + NGINX?

Okay, I'm kind of lost here guys. I'm working on a web app and I'm expecting to have quite a bit of web traffic. I am planning to use Node.JS with express and MongoDB for a database all hosted on the same server. I also plan to setup NGINX with…
0
votes
1 answer

Using DKIM from G Suite with Exim 4

I have a account in G Suite (Google Apps) and i made a DKIM, is possible use this DKIM to sign sent emails from my server through exim? If possible, how i configure the exim?
Tom
  • 217
  • 3
  • 12
0
votes
1 answer

Bacula consider every volume as expired

I installed Bacula Backup on my Ubuntu Server 16.04 and it work fine when it comes to doing the backups. But I do have an issue with automatic volumes creation: I configured my Pool with "Volume Use Duration = 23h" for an hourly backup. The problem…
sevynos
  • 61
  • 1
  • 7
0
votes
0 answers

Secure means of providing www-data and second user write access to www directory

On my Ubuntu 16.04 server I had followed my provider's (Digital Ocean) suggestion to establish a new user (let's call them user1) and give them root privileges while being able to access remotely via ssh. I have a standard LAMP installation with the…
biscuitstack
  • 153
  • 1
  • 7