This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
NAME="ここに仮想マシン名を書く" | |
RAM=4096 | |
DISKPATH=[ディスクイメージのパスを書く] | |
ISOPATH=[ISOイメージのパスを書く」 | |
VCPUS=4 | |
virt-install \ | |
--connect qemu:///system \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ROOT=$GOPATH/src/github.com/hironobu-s/conoha-ojs | |
OS=("linux" "darwin" "windows") | |
ARCH=("386" "amd64" "386") | |
cd $ROOT | |
rm -fr $ROOT/release/build/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# nsd のディレクトリに移動 | |
cd /etc/nsd3 | |
# 鍵のディレクトリを作成 | |
mkdir keys | |
# KSK を作成 | |
ldns -k -a RSASHA256 -b 2048 hoge.com | |
# ZSK を作成 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<appdef> | |
<appname>Emacs</appname> | |
<equal>org.gnu.Emacs</equal> | |
</appdef> | |
<appdef> | |
<appname>Terminal</appname> | |
<equal>com.apple.Terminal</equal> | |
</appdef> |
NewerOlder