Skip to content
View sasasin's full-sized avatar

Sponsoring

@banjun
@nathancorvussolis

Organizations

@88labs
Block or Report

Block or report sasasin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dotfiles dotfiles Public

    shinnosuke.suzukiのdotfiles

    Emacs Lisp 5

  2. github-organization-manage github-organization-manage Public

    github-organization-manage

    Ruby

  3. git-pr-release git-pr-release Public

    Forked from x-motemen/git-pr-release

    Release pull request generator

    Ruby

  4. k8sハンズオンやってみた k8sハンズオンやってみた
    1
    # https://speakerdeck.com/uutarou10/chu-xin-zhe-niyoruchu-xin-zhe-falsetamefalsekuberneteshanzuon
    2
    # brew install kubernetes-cli
    3
    # kubectl version
    4
    ## Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.3", GitCommit:"b3cbbae08ec52a7fc73d334838e18d17e8512749", GitTreeState:"clean", BuildDate:"2019-11-14T04:24:29Z", GoVersion:"go1.12.13", Compiler:"gc", Platform:"darwin/amd64"}
    5
    ## Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T19:09:08Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}
  5. AmazonLinux 1 に LibreOffice を入れるやつ AmazonLinux 1 に LibreOffice を入れるやつ
    1
    FROM amazonlinux:1
    2
    
                  
    3
    ARG LIBRE_MAJOR="6"
    4
    ARG LIBRE_MINOR="4"
    5
    ARG LIBRE_MICRO="4.2"
  6. Amazon Linux 1にOSS版nginxの最新版をインストールするやつ Amazon Linux 1にOSS版nginxの最新版をインストールするやつ
    1
    FROM amazonlinux:1
    2
    
                  
    3
    RUN echo $'[nginx-stable]\n\
    4
    name=nginx stable repo\n\
    5
    baseurl=https://nginx.org/packages/centos/6/$basearch/\n\