Top "Amazon-linux" questions

The Amazon Linux AMI is a supported and maintained Linux image provided by Amazon Web Services for use on Amazon Elastic Compute Cloud (Amazon EC2).

Amazon Linux: apt-get: command not found

I'm trying to install an apache server on my AWS instance, however, it seems that it doesn't have the apt …

linux apt amazon-linux
How to yum install Node.JS on Amazon Linux

I've seen the writeup on using yum to install the dependencies, and then installing Node.JS & NPM from source. …

node.js amazon-web-services npm yum amazon-linux
Command not found: systemctl on Amazon Linux 2018.03

I am following this Amazon AWS guide to install SSL certificates. I am running Apache on AWS EC2 using the …

amazon-web-services amazon-linux
Setting up Supervisord on a AWS AMI Linux Server

I'm trying to get supervisor working to make sure my queue system is always running. Here are the steps I …

amazon-web-services supervisord amazon-ami amazon-linux
How to install docker on Amazon Linux2

I wanna create docker image for Amazon ECR. but yum can't find it in my Amazon Linux2. [root@*** ~]# yum install …

amazon-web-services docker amazon-ec2 amazon-linux amazon-ecr
Find if AWS instance is running Amazon Linux 1 or 2?

In AWS I need to add amazon linux instance to domain based on this article. However how do i know …

amazon-web-services amazon-ec2 amazon-linux amazon-linux-2
How to install PHP 7.1 on EC2 running on Amazon Linux AMI 2018.03 having nginx as web server?

How to install PHP 7.1 on Amazon EC2 t2.micro Instance running Amazon Linux AMI 2018.03 having nginx as web server? Reference …

nginx amazon-ec2 php-7.1 amazon-linux
How to install jq on amazon EC2 instance

I am trying to install jq JSON parser on amazon instance, unfortunately, i'm not able to install it can someone …

linux jq amazon-linux
"groupadd: Command not found" in docker container even though I install it and I am root

I have the below Dockerfile which I want to build. It's basically just the normal jboss/wildfly base image, but …

docker amazon-linux
How to fix "usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed" error in Linux?

I'm trying to setup a jenkins server to host my automation framework with Selenium-webdriver(3.142.0) and ruby(2.3.7) on Amazon Linux. If …

ruby linux selenium-webdriver amazon-linux