Hey guys, I think this website is trying to hack computers by running a bash script, any body can understand how it works? https://crypticisland.net
Guys I want to exec into a container running on Fargate like this: aws ecs execute-command --cluster my-cluster --task task_id --container app --command bash --interactive ...
Guys I have a problem with aws code build I'm tryingto read secrets from secret manager like this: version: 0.2 env: secrets-manager: APACHE_PASSWORD: "arn:aws:secrets...
How to put secrets in a dcoker image securely? I have a GIT_TOKEN which I need to have it when building a dockerfile Of course I can use github secrets for this purpose, But ...
Hey Guys, What's the best approach to protect a secret what automatizing everything? In my project I have a secret token which locallt stored in .env which I don't push to gi...
Guys, I'm using ~/.aws.credentials locally for development, it's like this: [default] aws_access_key_id: XXX aws_secret_access_key: YYY region = eu-central-1 [second] ro...
I have a wired problem. I want to download a file from instagram using instaload. loader.download_post(post, target='./app/files/videos') But instead of downloadi...
Guys, If I use a flask project inside a docker container, Do I need to use apache inside the container? Or it should be done outside the container?
Guys I want to post a video to telegram channel using python. video will be uploaded but cover can not be seen. what's wrong? import asyncio from telegram import Bot async de...
Guys I want to install cloud watch aget in my python-debian container an error says: package architecture (amd64) does not match system (arm64) There are some recommendation...
Guys, Is there a way to clone or duplicate a role in aws console? Based on searches I expect to have a copy or clone role button, but I can't see that
Guys, how to enter an adobe connect session that needed to install flash player on ubuntu?
One more question In my docker image I need to access aws services, in this case I need an aws credential file in ~/.aws/credentials What is the best and most secure way to do...
Guys I have an Ansible for activating a k8s master: - name: Activate Master node hosts: all tasks: - name: Export2 shell: kubectl version | base64 | tr -d '\n' ...
Anybody here used a resume service to optimize your resume? Is it worth it?
Guys why I can't access env vars inside os from crontab? I'm talking about a container environments Both envs and cron python scripts run on root user
I did it inside the docker-compose this way: phpmyadmin: depends_on: - db command: echo "ServerName localhost" >> /etc/apache2/apache2.conf Now when I'...
Guys I'm a backend developer using Ubuntu KDE I've used mint also What distro you recommend for next?
Guys can any body tell me a group about photography?
Guys, What is the reason some times I see flask applications deployed using apache? It can be run independently