lscpu | grep -i VirtualizationVT-xfor IntelAMD-Vifor AMD
| { | |
| "name": "Fb - comment", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "promptType": "define", | |
| "text": "={{ $('Get Fields Comment Data').item.json.comment }}", | |
| "options": { | |
| "systemMessage": "Bạn là một nhân viên của page/cửa hàng Tiệm cái vòng nè. Khi có ai comment hỏi các thông tin liên quan đến sản phẩm bạn hãy trả lời một cách nhiệt tình vui vẻ dựa trên những gì đã biết." | |
| } |
| Free Windows Server 2022 Standard Product Key | |
| HP9DJ-NK2X6-4QPCH-8HY8H-6X2XY | |
| RRNMT-FP29D-CHKCH-GWQP2-DDDVB | |
| 44QN4-X3R72-9X3VK-3DWD6-HFWDM | |
| Free Windows Server 2022 Datacenter Product Key | |
| WX4NM-KYWYW-QJJR4-XV3QB-6VM33 | |
| Download windows Sever 2022 Evaluation edition: | |
| Windows Server 2022 Evaluation English |
Description for and list of popular special files like README/CHANGELOG/LICENSE and others.
The ReadMe is usually the first document people will see of your project. Depending on your project it should give a short introduction and usage/build examples. It should only contain the information you expect users to read. It is usually possible to link to other documentation files using the markdown syntax which gets rendered as html by popular repository hosting platforms.
| a4b.amazonaws.com | |
| access-analyzer.amazonaws.com | |
| account.amazonaws.com | |
| acm-pca.amazonaws.com | |
| acm.amazonaws.com | |
| airflow-env.amazonaws.com | |
| airflow.amazonaws.com | |
| alexa-appkit.amazon.com | |
| alexa-connectedhome.amazon.com | |
| amazonmq.amazonaws.com |
| gcloud config set compute/region us-east1 | |
| export BUCKET1="${DEVSHELL_PROJECT_ID}-bucket" | |
| export BUCKET2="${DEVSHELL_PROJECT_ID}-gcs-bucket" | |
| export BUCKET3="${DEVSHELL_PROJECT_ID}-bucket-ops" | |
| # Task 1 | |
| gsutil mb gs://$BUCKET1 | |
| # Task 2 |
| export ZONE=europe-west1-b | |
| gcloud config set compute/zone $ZONE | |
| # Task 1 - Cloud Storage Console | |
| # Task 2 | |
| gcloud compute instances create my-instance \ | |
| --machine-type=e2-medium \ | |
| --zone=$ZONE \ |
| export REGION=us-central1 | |
| export ZONE=us-central1-f | |
| gcloud config set compute/region $REGION | |
| gcloud config set compute/zone $ZONE | |
| # Task 1 | |
| gcloud compute networks create griffin-dev-vpc \ | |
| --subnet-mode custom |
| #!/bin/bash | |
| sudo yum update -y | |
| sudo yum install -y httpd | |
| sudo yum install -y git | |
| export TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"` | |
| export META_INST_ID=`curl http://169.254.169.254/latest/meta-data/instance-id -H "X-aws-ec2-metadata-token: $TOKEN"` | |
| export META_INST_TYPE=`curl http://169.254.169.254/latest/meta-data/instance-type -H "X-aws-ec2-metadata-token: $TOKEN"` | |
| export META_INST_AZ=`curl http://169.254.169.254/latest/meta-data/placement/availability-zone -H "X-aws-ec2-metadata-token: $TOKEN"` | |
| cd /var/www/html | |
| echo "<!DOCTYPE html>" >> index.html |
| export SECURITY_ROLE=orca_storage_editor_357 | |
| export SERVICE_ACCOUNT=orca-private-cluster-879-sa | |
| export CLUSTER_NAME=orca-cluster-367 | |
| export REGION=us-east1 | |
| export ZONE=us-east1-b | |
| gcloud config set compute/region $REGION | |
| gcloud config set compute/zone $ZONE | |
| # task 1 |