2015-01-01から1年間の記事一覧

VagrantでX-Windowを使いたい

Vagrant の VM で GUI (X11) のアプリケーションを使う | CUBE SUGAR STORAGE

VagrantでVirtualBoxのメモリ上限を増やす

初期状態 # Example for VirtualBox: # # config.vm.provider "virtualbox" do |vb| # # Don't boot with headless mode # vb.gui = true # # # Use VBoxManage to customize the VM. For example to change memory: # vb.customize ["modifyvm", :id, "--me…

特定の文字列を含むファイルをコピーする

$pwd;find . | sort | sed '1d;s/^\.//;s/\/\([^/]*\)$/|--\1/;s/\/[^/|]*/| /g'/home/hoge/test/xargs --output --01.txt --02.txt --result $grep "hoge" input/* | cut -d ":" -f 1 | xargs -I {} cp {} ./result/$pwd;find . | sort | sed '1d;s/^\.//;s…

ネットワーク機器用語

Cisco StackWise イントロダクション - Cisco Catalyst 3750 シリーズ - CiscoCisco Firewall GE: Gigabit Ethernet Cisco Firepower 次世代ファイアウォール(NGFW) - CiscoCisco Firewall FE: ファースト・イーサネット。100Mb/sの速度を示す。 サインイ…