<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Memos on SGRA Tech</title>
    <link>https://tech.sgra.co.jp/memo/</link>
    <description>Recent content in Memos on SGRA Tech</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja-jp</language>
    <lastBuildDate>Fri, 25 May 2018 01:25:53 +0900</lastBuildDate>
    
	<atom:link href="https://tech.sgra.co.jp/memo/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Through The proxy</title>
      <link>https://tech.sgra.co.jp/memo/through_proxy/</link>
      <pubDate>Fri, 25 May 2018 01:25:53 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/through_proxy/</guid>
      <description>Overview: Through The Proxy! Links: https://www/ https://www/ WinHTTP: netsh winhttp set proxy &amp;lt;URL:PORT&amp;gt; netsh winhttp import proxy source=ie netsh winhttp show proxy netsh winhttp reset proxy SSH over HTTP: Putty: Connection: Proxy:</description>
    </item>
    
    <item>
      <title>Docker Compose</title>
      <link>https://tech.sgra.co.jp/memo/dockercompose/</link>
      <pubDate>Wed, 25 Apr 2018 01:51:14 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/dockercompose/</guid>
      <description>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` &amp;gt; /opt/bin/docker-compose # chmod +x /opt/bin/docker-compose : $ docker-compose</description>
    </item>
    
    <item>
      <title>Docker</title>
      <link>https://tech.sgra.co.jp/memo/docker/</link>
      <pubDate>Wed, 25 Apr 2018 01:44:24 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/docker/</guid>
      <description>Overview: Docker is Docker. Links: https://www.docker.com/ Install: Network (Docker for Windows): &amp;lt;Container&amp;gt; ┌─────┐┌─────┐ │ eth0 ││ eth0 │</description>
    </item>
    
    <item>
      <title>AWS CodeCommit</title>
      <link>https://tech.sgra.co.jp/memo/codecommit/</link>
      <pubDate>Wed, 25 Apr 2018 01:35:24 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/codecommit/</guid>
      <description>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公開鍵の追加:</description>
    </item>
    
    <item>
      <title>Apache</title>
      <link>https://tech.sgra.co.jp/memo/apache/</link>
      <pubDate>Wed, 25 Apr 2018 01:26:53 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/apache/</guid>
      <description>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</description>
    </item>
    
    <item>
      <title>Bulma -- CSS framework --</title>
      <link>https://tech.sgra.co.jp/memo/bulma/</link>
      <pubDate>Tue, 24 Apr 2018 22:57:43 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/bulma/</guid>
      <description>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</description>
    </item>
    
    <item>
      <title>Django</title>
      <link>https://tech.sgra.co.jp/memo/django/</link>
      <pubDate>Tue, 24 Apr 2018 22:44:13 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/django/</guid>
      <description>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 │ │</description>
    </item>
    
    <item>
      <title>Nginx</title>
      <link>https://tech.sgra.co.jp/memo/nginx/</link>
      <pubDate>Tue, 24 Apr 2018 22:41:38 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/nginx/</guid>
      <description>Overview: Nginx is Nginx. Links: https://nginx.org/en/ Install: $ sudo yum -y install : nginx process: master process worker process cache manager process core プロセス制御、設定</description>
    </item>
    
    <item>
      <title>HTML</title>
      <link>https://tech.sgra.co.jp/memo/html/</link>
      <pubDate>Tue, 24 Apr 2018 22:39:35 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/html/</guid>
      <description>Overview: HTML is HTML. Basic: structure: &amp;lt;!DOCTYPE html&amp;gt; &amp;lt;html lang=&amp;#34;ja&amp;#34;&amp;gt; &amp;lt;head&amp;gt; &amp;lt;meta charset=&amp;#34;UTF-8&amp;#34;&amp;gt; &amp;lt;meta name=&amp;#34;viewport&amp;#34; content=&amp;#34;initial-scale=1.0, minimum-scale=1.0&amp;#34;&amp;gt; &amp;lt;meta name=&amp;#34;description&amp;#34; content=&amp;#34;&amp;#34;&amp;gt; &amp;lt;title&amp;gt;TITLE&amp;lt;/title&amp;gt; &amp;lt;link rel=&amp;#34;icon&amp;#34; href=&amp;#34;favicon.ico&amp;#34;&amp;gt; &amp;lt;link rel=&amp;#34;stylesheet&amp;#34; href=&amp;#34;default.css&amp;#34;&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;header&amp;gt; &amp;lt;nav&amp;gt;&amp;lt;/nav&amp;gt; #</description>
    </item>
    
    <item>
      <title>Node.js</title>
      <link>https://tech.sgra.co.jp/memo/nodejs/</link>
      <pubDate>Tue, 24 Apr 2018 22:36:07 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/nodejs/</guid>
      <description>Overview: Node.js is Node.js. Links: https://nodejs.org/ja/ https://nodejs.jp/ NPM: (Node Package Manager) $ npm install [OP] &amp;lt;PACKAGE&amp;gt; ローカルモード -g グローバルモード</description>
    </item>
    
    <item>
      <title>YAML</title>
      <link>https://tech.sgra.co.jp/memo/yaml/</link>
      <pubDate>Tue, 24 Apr 2018 22:30:42 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/yaml/</guid>
      <description>Overview: YAML is YAML. Links: http://yaml.org/ Sequence (Array): Style: Block: - a - b - c Flow: [a, b, c] Result: [&amp;#39;a&amp;#39;, &amp;#39;b&amp;#39;, &amp;#39;c&amp;#39;] Style: Block: - a - - b1 -</description>
    </item>
    
    <item>
      <title>wxWidgets</title>
      <link>https://tech.sgra.co.jp/memo/wxwidgets/</link>
      <pubDate>Tue, 24 Apr 2018 22:27:21 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/wxwidgets/</guid>
      <description>Overview: wxWidgets is wxWidgets. Links: https://www.wxwidgets.org/ version: - 3.1.1 2018-02-19 - 3.0.3 2017-05-02 license: modified L-GPL Platforms: wxGTK: The recommended port for Linux and other Unix variants, using GTK+ version 2.6 or</description>
    </item>
    
    <item>
      <title>wxPython</title>
      <link>https://tech.sgra.co.jp/memo/wxpython/</link>
      <pubDate>Tue, 24 Apr 2018 22:23:36 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/wxpython/</guid>
      <description>Overview: wxPython is wxPython. Links: https://wxpython.org/ https://docs.wxpython.org/ version: - 4.0.1 2018-02-02 - 4.0.0 2018-01-31 license: modified L-GPL OS: Windows(Win32API),MacOS(Cocoa),Linux(GTK+) Install: $ pip install -U wxPython wxWidgets Windows build/msw/wx_vc14.sln macOS build/osx/wxcocoa.xcodeproj Ub</description>
    </item>
    
    <item>
      <title>OpenGL</title>
      <link>https://tech.sgra.co.jp/memo/opengl/</link>
      <pubDate>Tue, 24 Apr 2018 22:13:04 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/opengl/</guid>
      <description>Overview: OpenGL is OpenGL. Links: https://www.opengl.org/ Install: NuGet: nupengl.core 座標: Opengl: 右手座標系(中指奥) DirectX: 左手座標系(中指</description>
    </item>
    
    <item>
      <title>OpenCV</title>
      <link>https://tech.sgra.co.jp/memo/opencv/</link>
      <pubDate>Tue, 24 Apr 2018 22:02:07 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/opencv/</guid>
      <description>Overview: OpenCV is OpenCV. Links: https://opencv.org/ https://github.com/opencv/opencv Install: VC++ディレクトリ: インクルードディレクトリ:</description>
    </item>
    
    <item>
      <title>Anaconda</title>
      <link>https://tech.sgra.co.jp/memo/anaconda/</link>
      <pubDate>Tue, 24 Apr 2018 21:58:07 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/anaconda/</guid>
      <description>Overview: Anaconda is Anaconda. Links: https://www.anaconda.com/ Install: # Install # info $ conda info $ conda info -e Creating an environment: $ conda create -n &amp;lt;NAME&amp;gt; [PACKAGE] $ conda create -n myenv</description>
    </item>
    
    <item>
      <title>Regular Expression</title>
      <link>https://tech.sgra.co.jp/memo/regular_expression/</link>
      <pubDate>Tue, 24 Apr 2018 21:52:01 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/regular_expression/</guid>
      <description>Overview: Regular Expression is Regular Expression. Links: https://regexper.com/ https://regex101.com/ : Meta: - &amp;#39;.&amp;#39; # Any - &amp;#39;^&amp;#39; # Begin, []内先頭はNot - &amp;#39;$&amp;#39; # End</description>
    </item>
    
    <item>
      <title>Tensorflow</title>
      <link>https://tech.sgra.co.jp/memo/tensorflow/</link>
      <pubDate>Tue, 24 Apr 2018 21:43:53 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/tensorflow/</guid>
      <description>Overview: Tensorflow is Tensorflow. Links: https://www.tensorflow.org/ https://github.com/tensorflow Install: $ pip3 install tensorflow $ pip3 install tensorflow-gpu $ pip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.5.0-cp36-cp36m-linux_x86_64.whl Install(Compile): Debian Install JDK8: file: /etc/apt/sources.list.d/java.list edit: | deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main</description>
    </item>
    
    <item>
      <title>Ethereum-Truffle</title>
      <link>https://tech.sgra.co.jp/memo/truffle/</link>
      <pubDate>Tue, 24 Apr 2018 21:29:01 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/truffle/</guid>
      <description>Overview: Truffle is Truffle. Links: http://truffleframework.com/ https://github.com/trufflesuite/truffle Install: $ npm install -g truffle $ truffle init $ truffle -v Truffle v4.0.6 Quick Start: $ truffle init ./ ├── contracts/ │</description>
    </item>
    
    <item>
      <title>Ethereum-Solidity</title>
      <link>https://tech.sgra.co.jp/memo/solidity/</link>
      <pubDate>Tue, 24 Apr 2018 21:22:45 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/solidity/</guid>
      <description>Overview: Solidity is Solidity. Links: https://www.ethereum.org/ https://github.com/ethereum/browser-solidity Install: # dev $ apk --update add --no-cache boost-dev build-base cmake git $ apk --update add --no-cache boost-dev g++ make cmake git # Solidity $</description>
    </item>
    
    <item>
      <title>Ethereum-Geth</title>
      <link>https://tech.sgra.co.jp/memo/geth/</link>
      <pubDate>Tue, 24 Apr 2018 21:04:41 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/geth/</guid>
      <description>Overview: Geth is Geth. Links: https://www.ethereum.org/ https://github.com/ethereum/go-ethereum Install: # dev $ yum -y install epel-release golang gmp-devel $ apk --update add --no-cache make gcc musl-dev linux-headers git # geth $ git clone</description>
    </item>
    
    <item>
      <title>Git -- Version control system --</title>
      <link>https://tech.sgra.co.jp/memo/git/</link>
      <pubDate>Wed, 21 Mar 2018 03:48:20 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/git/</guid>
      <description>Overview: Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. Links: https://git-scm.com/ https://git.kernel.org/pub/scm/git/git.git/ Git workflow CO: Branch check out MG:</description>
    </item>
    
    <item>
      <title>Hugo -- Static site generator --</title>
      <link>https://tech.sgra.co.jp/memo/hugo/</link>
      <pubDate>Fri, 16 Mar 2018 16:57:47 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/hugo/</guid>
      <description>Overview: Hugo is a static HTML and CSS website generator written in Go. Hugo relies on Markdown files with front matter. Pre-built binaries for Windows, Linux, FreeBSD, NetBSD, macOS (Darwin), and Android</description>
    </item>
    
    <item>
      <title>Netlify -- Hosting platform --</title>
      <link>https://tech.sgra.co.jp/memo/netlify/</link>
      <pubDate>Fri, 16 Mar 2018 16:57:47 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/netlify/</guid>
      <description>Overview: Netlify is an all-in-one hosting platform for deploying and automating modern static web site. Continuous deployment, Global CDN, DNS, SSL Links: https://www.netlify.com/ https://www.netlify.com/docs/ Setup: # Setting: - New site from Git:</description>
    </item>
    
    <item>
      <title>Asciidoc -- Markup language --</title>
      <link>https://tech.sgra.co.jp/memo/asciidoc/</link>
      <pubDate>Fri, 16 Mar 2018 04:26:27 +0900</pubDate>
      
      <guid>https://tech.sgra.co.jp/memo/asciidoc/</guid>
      <description>Overview: AsciiDoc is a text document format for writing notes, documentation, web pages, and blogs. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page. Links: http://asciidoc.org/ https://asciidoctor.org/</description>
    </item>
    
  </channel>
</rss>