Skip to content
Advertisement

Tag: amazon-ec2

Amazon Linux: Change default ec2-user when creating an AMI image [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the

write error disk full in EC2 Machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Server not accepting request on port 9999

I am trying to deploy my socket[phpws library] on amazon EC2 instance. For this I deployed code and run socket. I have selected port 9999 for socket handshake, but it is not working. I tried to captured request on this server by command : Then I hit this port, I did not received any request. I thought this is because

Does AWS Public IP addresses get issued per Network interface or per EC2 instance? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

How do I force install an application in Linux with input option I?

I am trying install an application in single command. The application gives the following options Actions: <I> start installation to hard disk <H> help <Q> quit My option is <I>. So, how do I enter this <I> in single command? sudo ./install-tl this is my command Answer Since texlive is an interactive perl script you can’t give an option I

HiveMQ systemctl service not listening to port

I am trying to set up HiveMQ on my Amazon EC2 instance (ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20170414) using this guide: http://www.hivemq.com/docs/hivemq/latest/#hivemqdocs_installation_for_specific_operating_systems After installing I can succesfully run HiveMQ using: Change directory to HiveMQ directory cd /opt/hivemq Execute startup script ./bin/run.sh HiveMQ will start running, and listening to port 1883 and I can connect and subscribe to the broker. When I run HiveMQ as a

AWS Root Volume not booting

I went through some steps of adding a second partition on the Root volume. This is because the EBS is 50GB and the first partition only had 8GB allocated. So here are my steps I did: 1.) Detach Volume and attach it as a secondary to another instance. 2.) Use gdisk to create the second partition: 3.) Change FS to

Advertisement