![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
What Linux distribution is the Amazon Linux AMI based on?
Its absurd to state that Amazon Linux 2 is not based on any of the popular linux distributions but is an entity of its own. How is someone supposed to install other linux packages that are not …
How to Setup Automatic Security Updates on AWS Linux AL2023?
2023年10月12日 · With Amazon Linux 2 I would automatically apply security updates using yum-cron and something like: # turn on automatic security updates set -ex sudo yum update -y …
How to flush Amazon Linux AMI DNS cache? - Server Fault
2014年2月17日 · The typical way of flushing the dns cache does not seem possible in Amazon Linux AMI: service nscd restart does not work because it's not included within the VM. service …
Can I install a recent gcc from binaries on Amazon Linux?
I'm using Amazon Linux on an EC2 instance started from the most recent 2017.03 AMI (ami-6df1e514). This distribution comes with g++ 4.8.3 from 2013. I need something more recent …
Disable IPv6 on Amazon Linux 2023 Instance - Server Fault
2024年7月12日 · For STIG reasons I need to disable IPv6 on my Amazon Linux 2023 Instance. I have tried adding the following lines to /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6=1 …
Looking for updated SSG for Amazon Linux 2 and Amazon Linux …
2024年1月8日 · Are there any new data stream and xccdf checklist available for Amazon Linux 2 and Amazon Linux 2023? I am able to install the scap-security-guide on an Amazon Linux 2 …
sssd - Install FreeIPA on Amazon Linux 2023 - Server Fault
2023年10月4日 · The goal is to install "freeipa" on Amazon Linux 2023 AMI. Amazon Linux 2023 doesn't officially support the package by default, due to this AMI is made of Fedora 34, 35, 36, …
Installing Debian package tools (dpkg-buildpackage) on Amazon …
I am using EC2 so I went with Amazon Linux for my base image. I have the repackaging working fine for creating Windows, Mac OS X, and RPM-based installers, however I can't find dpkg …
FFMPEG Install on EC2 - Amazon Linux - Server Fault
2015年5月26日 · The amazon linux (Most similar to red-hat/centos) yum repositories don't have ffmpeg available. I have found instructions to update the repositories to include the required …
Setting password on sudo su for Amazon EC2 Instance
2015年10月14日 · Our staging server is on an Amazon EC2 instnace. When you ssh into it you can execute a sudo command or sudo su without having to enter a password.