How does the ubuntu user on the AWS images for Ubuntu Server 12.04 have passwordless sudo for all commands when there is no configuration for it in /etc/sudoers ? I'm using Ubuntu server 12.04 on Amazon. I want to add a new user that has the same…
I'm trying to setup the wallet RPC for a Monero node, but when I use cURL to that port, I get this error: curl: (1) Received HTTP/0.9 when not allowed However, checking curl --version gives me this: curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0…
I have changed owner of the /var/www/html folder to www-data . Now I want to grant ownership to ubuntu as well. How can I do that? I don't know which group they belong to. I login to ssh by using ubuntu username and my FTP is also working with…
We've been running redis-server on a number of AWS EC2 Ubuntu instances (14.04.4 LTS) with no problems. I spun up a test server to try the upgrade to Ubuntu 16.04.1 LTS, and now redis won't work. If I try to start redis manually, I get this: ~$ sudo…
When I do sudo apt-get upgrade or update, I get the following: Err http://security.ubuntu.com/ubuntu/ saucy-security/main apport all 2.12.5-0ubuntu2.1 404 Not Found [IP: 91.189.91.15 80] Err http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ saucy/main…
I have the official Amazon client, and I have been using it for years. When I upgraded to 22.04, the client began to crash on every launch. It seems to be an error with OpenSSL $ ./workspacesclient No usable version of libssl was found [1] 23961 IOT…
I am trying to create an AMI based on ami-3b054701 in the ap-southeast-2 region. The Packer config has one simple provisioner: #!/bin/bash -e info() { echo -e "[INFO] $1\n" } exec_cmd() { echo -e "\n[INFO] $1\n" eval $1 } exec_cmd "apt-get update"…
For some reason, when I send mail with mail -s 'test email' tomyrealemail@myrealwebsite.com It prints out Cc: after I press enter and I can't do anything. I tried pressing . and it still is stuck. I'm trying to setup Amazon SES on Ubuntu
My AWS EC2 instance is running on Ubuntu 16.04. But recently I got an email from AWS that Canonical - the company that provides the support of Ubuntu 16.04 LTS - will stop its support on April 30, 2021. So should I upgrade my instance to Ubuntu…
Disclaimer: I'm probably missing something obvious, sorry in advance. I need more EBS disk space for my Ubuntu 11.04 server running on Amazon EC2, and decided to create new volume in addition to the root volume. (It's an EBS-backed instance, created…
I have an existing Amazon S3 bucket in the Oregon region. How can I use it as the backup location in Backup? Details I've enabled the Amazon S3 backup location , but I don't see a way to specify which bucket to use. When I start backups for the…
I'm trying to run an appliaction, but when I run it I get a Could not open display `(null'). Error. Why is this? Specifically I was trying to run scratch (which I installed via aws): root@ip-10-251-56-90:/usr/bin# ./scratch Executing:…