1.WSL(Windows Subsystem For Linux)を使うための設定をする
PowerShellを管理者として実行する
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux- ubuntuインストール
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "os" | |
| "github.com/google/rpmpack" | |
| "github.com/kelseyhightower/envconfig" | |
| ) |
1.WSL(Windows Subsystem For Linux)を使うための設定をする
PowerShellを管理者として実行する
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux| #include QMK_KEYBOARD_H | |
| #define _BASE 0 | |
| #define _FN1 1 | |
| #define _FN2 2 | |
| #define _FN3 3 | |
| #define FN1 MO(_FN1) | |
| #define FN2 MO(_FN2) | |
| #define FN3 MO(_FN3) | |
| #define BS_FN2 LT(_FN2, KC_BSPC) |
| gopssh <オプション> <コマンド...> |
| docker run -v $PWD:/work fedora:29 openssl aes-256-cbc -e -pass file:/work/pass.txt -in /work/input.txt -out /work/enc -iter 654321 -salt |
| after_success: | |
| - bash <(curl -s https://codecov.io/bash) |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Mackerel Graph Builder</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| function update() { | |
| var d = $("#def")[0].value; | |
| var o = $("#org")[0].value; |
| #! /usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 | |
| from fabric.decorators import task | |
| from cuisine import * | |
| mode_local() | |
| select_package("yum") |
| deployment: | |
| release: | |
| tag: /v.*/ |