Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content tagged with Linux Provisioning
Content language: English
Select up to 5 tags to filter
Sort by most recent
683 results
Hello,
I am currently working on an architecture that allows access to private IPs or databases from local machines. This is meant as a temporary solution until our company VPN is fully operational a...
I am new to the AWS, as I was trying I created an EC2 instance and opened it on "Mobaxterm". I downloaded the JDK packages and installing Jenkins. After installing both of it, I tried to run the Jenki...
My EC2 VM currently has Docker version 25.0.5, build 5dc9bcc installed, but this version has a security flaw that has been patched in versions 27.1.1 and above. I followed the instructions from https:...
Hello ***AWS re:Post Community,***
I have a question regarding the AWS Bitnami Images (AMIs) specifically for MagentoOS and WooCommerce (WordPress) OS.
I noticed that ***most awsBitnami AMIs are cur...
Hi,
I have a instance created many years ago and now I want to upgrade that as per the requirements of VOIP system? Is there any option we can update that without deleting it or creating a new one a...
After launching a new CentOS instance and logging in, I attempted to run "sudo yum update" as an initial setup step. However, during the update process, specifically at 77/401 (Running scriptlet: seli...
Hello AWS Community,
I’m posting to highlight a major issue we’ve been facing with AWS support and our instance (ID: *******************), which has been down and unreachable for several days now, ca...
Hi, I am using cloud9 and installed Python 3.12. Tried to update SQLite installation as there were errors configuring python3.12. As I was following steps I suddenly couldn’t use yum anymore and I get...
Hello, my fellow AWS community!
I am trying to build an EC2 instance on a private subnet that is CIS Level 1 compliant. The AMI is RHEL 9 with t3a.small instance type and 74 GB EBS storage.
Are ther...
Hi everyone.
I'm trying to automate the Azure DevOps agent startup on an EC2 instance within an Auto Scaling group using a user data script. The script successfully creates the myagent directory, and...
I have created a Terraform module which creates a ec2 instance the module also creates aws_ssm_association resources which essentially runs a command.
My custom command runs just fine and is working...
i try do this solution:
```
mysqld --skip-grant-tables --user=mysql --skip-external-locking --port=3306 --sock=/opt/bitnami/mariadb/tmp/mysql.sock
```
but:
```
mysqld: Deprecated program name. It...