Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
{
"Snapshots": [
{
"Description": "Copied for DestinationAmi ami-0080352261d3c786b from SourceAmi ami-0a80dc84a0e6ab5b0 for SourceSnapshot snap-0a85657906cb9d36f. Task created on 1,524,247,133,370.",
"Encrypted": false,
"OwnerId": "258918358832",
"Progress": "100%",
"SnapshotId": "snap-00bcdf1fcf9ba0cb4",
"StartTime": "2018-04-20T17:59:00+00:00",
"State": "completed",
https://github.com/CICDProjects/nopCommerceJuly23
FROM alpine:3.18.2
LABEL author=shaikkhajaibrahim
ARG DOWNLOAD_LOCATION=https://referenceapplicationskhaja.s3.us-west-2.amazonaws.com/spring-petclinic-2.4.2.jar
ARG JAVA_PACKAGE=openjdk11-jdk
RUN apk update && \
apk add ${JAVA_PACKAGE} && \
echo ${JAVA_TEST}
RUN wget ${DOWNLOAD_LOCATION}
CMD java -jar spring-petclinic-2.4.2.jar
sudo apt update
sudo apt install openjdk-8-jdk tomcat9 -y
cd /tmp
wget https://referenceapplicationskhaja.s3.us-west-2.amazonaws.com/gameoflife.war
sudo cp gameoflife.war /var/lib/tomcat9/webapps/gameoflife.war
# For Quick Reference
Azure CLI with Bash
https://learn.microsoft.com/en-us/cli/azure/azure-cli-learn-bash
Azure CLI Reference
https://learn.microsoft.com/en-us/cli/azure/reference-index?view=azure-cli-latest
JMES Path
https://jmespath.org/tutorial.html
Activity 1: https://github.com/asquarezone/awsadministration/blob/master/CLI/Mar23/workshop/activity1.sh
Activity 2: https://github.com/asquarezone/awsadministration/blob/master/CLI/Mar23/workshop/activity2.sh
Architecture: https://docs.saleor.io/docs/3.x/overview/architecture
Manually setup: https://docs.saleor.io/docs/3.x/setup/docker-compose
Jenkinsfile: https://github.com/WorkshopsByKhaja/saleor-dashboard
Saleor core: https://github.com/WorkshopsByKhaja/saleor
Jun 14 15:16:01 combo sshd(pam_unix)[19939]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4
17/06/09 20:10:40 INFO executor.CoarseGrainedExecutorBackend: Registered signal handlers for [TERM, HUP, INT]
log_date = 17/06/09 20:10:40
level = info
class = executor.CoarseGrainedExecutorBackend
message = Registered signal handlers for [TERM, HUP, INT]
CLI Installation: https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli
Azure CLI Reference: https://learn.microsoft.com/en-us/cli/azure/reference-index?view=azure-cli-latest
Git: https://github.com/asquarezone/azurescripts
https://raw.githubusercontent.com/asquarezone/azurescripts/master/Workshops/Dec22/activity1/tagallresources.sh
# This will contain links or content to be copied
Json Crack
1. https://jsoncrack.com/editor
2. https://jmespath.org/tutorial.html#filter-projections
3. aws ec2 run-instances \
--image-id ami-03b755af568109dc3 \
--instance-type t2.micro \
--key-name "my_id_rsa"