Overview: Through The Proxy! Links: https://www/ https://www/ WinHTTP: netsh winhttp set proxy <URL:PORT> netsh winhttp import proxy source=ie netsh winhttp show proxy netsh winhttp reset proxy SSH over HTTP: Putty: Connection: Proxy:
Overview: Docker Compose is Docker Compose. Links: https://docs.docker.com/compose/ https://github.com/docker/compose Install: $ sudo -i # mkdir -p /opt/bin # curl -L https://github.com/docker/compose/releases/download/1.15.0/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose # chmod +x /opt/bin/docker-compose : $ docker-compose
Overview: Docker is Docker. Links: https://www.docker.com/ Install: Network (Docker for Windows): <Container> ┌─────┐┌─────┐ │ eth0 ││ eth0 │
Overview: AWS CodeCommit is AWS CodeCommit. Links: https://aws.amazon.com/jp/codecommit/ https://aws.amazon.com/jp/documentation/codecommit/ Create IAM User: アクセス権の付与: AWSCodeCommitFullAccess SSH公開鍵の追加:
Overview: Apache is Apache. Links: https://httpd.apache.org/ Version: 初版 最新版 V1.3 1998-06-06 2010-02-03 (1.3.42) V2.0 2002-04-06 2013-07-10 (2.0.65) V2.2 2005-12-01 2017-07-11 (2.2.34) V2.4 2012-02-21 2017-10-23 (2.4.29) Install: $ sudo yum
Overview: Bulma is an open source CSS framework based on Flexbox. Bulma uses autoprefixer to make Flexbox features compatible with earlier browser versions. Bulma is compatible with recent versions of: Chrome Edge
Overview: Django is Django. Links: https://www.djangoproject.com/ https://docs.djangoproject.com/ja/ http://www.django-rest-framework.org/ End of extended support: 1.8 LTS -APR2018 1.11LTS -APR2020 2.0 -APR2019 Python3.4- 2.2 LTS Client template │ form [HTTP Req GET|POST] model │ │
Overview: Nginx is Nginx. Links: https://nginx.org/en/ Install: $ sudo yum -y install : nginx process: master process worker process cache manager process core プロセス制御、設定
Overview: HTML is HTML. Basic: structure: <!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0"> <meta name="description" content=""> <title>TITLE</title> <link rel="icon" href="favicon.ico"> <link rel="stylesheet" href="default.css"> </head> <body> <header> <nav></nav> #
Overview: Node.js is Node.js. Links: https://nodejs.org/ja/ https://nodejs.jp/ NPM: (Node Package Manager) $ npm install [OP] <PACKAGE> ローカルモード -g グローバルモード