All actions will also be relevant for CentOS systems. In this example, a user will be added for access via SFTP using an SSH key to the web directory under Apache management. There is a default for Apache group "apache", if necessary, replace the desired one. All sites are on the dir: Add the …
Continue reading "Amazon Linux 2 AMI – SFTP access"
When I try to run a "docker login" on Ubuntu, the following error appears: Error saving credentials: error storing credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY` Solution:
When executed, execute "terraform apply" during execution when creating the "IAM Profile", it ends with the following error: Solution: Use AWS Cli to find the IAM Profile and delete it. See the list of existing IAM Profiles: Remove unnecessary IAM Profile:
When I try to update the list of repositories in the Docker image based on "node: 8", the following error appears: Err http://http.debian.net jessie-backports/main amd64 Packages Solution Dockerfile:
При заливке в TestFlight Fastlane выдает следующее: [Transporter Error Output]: ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'your_app.app' can't be transparent nor contain an alpha channel." Transporter transfer failed. ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'your_app.app' can't be …
Continue reading "Fastlane – TestFlight: Invalid App Store Icon"
On the server with Jenkins download JMeter Also need JMeterPluginsCMD Create a directory for storage: Download and unzip the contents of two archives to this directory. So that the structure is as follows:
When I try to execute a command inside the Docker container with Jenkins, the following error appears: Solution: Use instead: following:
Example configuration block for redirecting domain "old.artem.services" to "new.artem.services" app.conf
Configuration example Kubernetes Ingress with the choice of backend based on the value of the argument "proxy". And the default backend, if the value of the argument "proxy" is different from "1" and "2", or is missing. manifest.yaml
An example deployment in Docker Swarm from Jenkins using stack deploy. Jenkinsfile: