Hello World
Sungwa's Blog
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • ABOUT
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • ABOUT
  • =================== This Site is Just Used to Take Note ==============

    2021-01-27
    Read more
  • 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:# ...
    2021-10-13
    • Note
    • > Docker
    • > MySQL
    • MySQL
    • | Docker
    Read more
  • 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...
    2021-10-13
    • Note
    • > AWS
    • AWS
    • | ECR
    Read more
  • Docker Basic Use and Command

    Reference: https://www.youtube.com/watch?v=3c-iBn73dDE Pull Images1docker pull image_name:image_tag View Images12docker ima...
    2021-10-13
    • Note
    • > Docker
    • Docker
    Read more
  • 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....
    2021-10-12
    • Note
    • > Docker
    • > AWS
    • Docker
    • | AWS
    • | Deployment
    Read more
  • Vim Initialization Setup

    How It Looks Like Installation Notes: Some plugins might need have nodejs installed. curl -sL install-node.now.sh/lts | bas...
    2021-09-26
    • Setup
    • Vim
    • | Setup
    Read more
  • 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...
    2021-09-23
    • Setup
    • > Raspberry
    • Setup
    • | Raspberry
    • | Docker
    Read more
  • Writing Note Workflow

    ToolSnipaste Screenshot app Turn on Auto Save, then pressing F1 and then pressing Enter will automatically save your scree...
    2021-09-18
    • Tips
    • Tool
    • | Tips
    • | Workflow
    Read more
  • 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...
    2021-09-18
    • Note
    • > Tools
    • VM
    Read more
  • MySQL Basic

    Note taken from “freeCodeCamp.org” YouTube video. Crouse developed by Mike Dane from mikedane.com. BasicData Type INT DECIM...
    2021-03-25
    • Note
    • > Database
    • > MySQL
    • MySQL
    • | Database
    Read more
Next
© 2020 - 2021 Sungwa Yu
Powered by Hexo | Theme Keep v3.3.0