-
=================== This Site is Just Used to Take Note ==============
-
Import Data to MySQL on Docker
Pull and start a MySQL install 123docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag# Example:# ... -
AWS CLI Setup And the Use of ECR
Elastic Container Registry (ECR) can be used to stored images (eg. docker images), and deployed to AWS ECS or EKS). Install... -
Docker Basic Use and Command
Reference: https://www.youtube.com/watch?v=3c-iBn73dDE Pull Images1docker pull image_name:image_tag View Images12docker ima... -
Deploy Docker Images to EC2 (With Data Persistance)
Overall Procedures Assume already setup AWS Cli Build image to AWS ECR. Create Task Definitions in ECS that bind to images.... -
Vim Initialization Setup
How It Looks Like Installation Notes: Some plugins might need have nodejs installed. curl -sL install-node.now.sh/lts | bas... -
Installing Docker on Raspberry Pi 4
Device Information Hardware: Raspberry Pi 4 Software: Raspberry Pi OS Lite 5.10 May 7th 2021 Installation1234567$ sudo apt-g... -
Writing Note Workflow
ToolSnipaste Screenshot app Turn on Auto Save, then pressing F1 and then pressing Enter will automatically save your scree... -
VMware Install CentOS 7
Download ISO File Go to https://www.centos.org/download/ Find the version you want and choose ‘x86_64’ Download the ISO fil... -
MySQL Basic
Note taken from “freeCodeCamp.org” YouTube video. Crouse developed by Mike Dane from mikedane.com. BasicData Type INT DECIM...
Hello World