linux

Linux Tips

Linux Tips

Linux Tips ここではtipsをまとめて行きます。ページが重たくなってきたら分類して切り出そうと思います。 === user, account, permission user, account, permission系 apache userと自分でファイル・ディレクトリを共有したい setgidで該当ディレクトリ配下のディレクトリ全てにおい
jq

jq

select 文で検索 select(boolean_expression) The function select(foo) produces its input unchanged if foo returns true for that input, and produces no output otherwise. It´s useful for filtering lists: [1,2,3] | map(select(. >= 2)) will give you [2,3]. select 文で検索: and or $ cat hoge.json | jq '.[] | select(.Tags[].Key == "Name" and .Tags[].Value == "app.commonlisp")' select 文の検索: startswith で先頭一致 (jq v1.5 以降で動いた. 1.3 とかはだめだった) $ cat wine.jl | jq '.[] | select(.name | startswith("Pinot"))' select 文の検索: test で正規表現 $ cat wine.jl
Grav Updates

Grav Updates

Grav バージョンアップメモ ## 今のバージョン、インストール状況の確認 # rpm -qa | grep php | sort php-5.6.31-1.el6.remi.x86_64 php-cli-5.6.31-1.el6.remi.x86_64 php-common-5.6.31-1.el6.remi.x86_64 php-devel-5.6.31-1.el6.remi.x86_64 php-gd-5.6.31-1.el6.remi.x86_64 php-mbstring-5.6.31-1.el6.remi.x86_64 php-mcrypt-5.6.31-1.el6.remi.x86_64 php-pdo-5.6.31-1.el6.remi.x86_64 php-pecl-jsonc-1.3.10-2.el6.remi.5.6.x86_64 php-pecl-jsonc-devel-1.3.10-2.el6.remi.5.6.x86_64 php-pecl-zip-1.15.1-1.el6.remi.5.6.x86_64 php-xml-5.6.31-1.el6.remi.x86_64 ## 一通り削除 # yum remove hogehoge ## 7.2系を入れる # yum install --enablerepo=remi,remi-php72 php php-devel php-mbstring php-pdo php-gd php-xml php-mcrypt php-pecl-zip ## 入れたものの確認 # rpm -qa | grep php | sort php-7.2.19-2.el6.remi.x86_64 php-cli-7.2.19-2.el6.remi.x86_64 php-common-7.2.19-2.el6.remi.x86_64 php-devel-7.2.19-2.el6.remi.x86_64 php-gd-7.2.19-2.el6.remi.x86_64 php-json-7.2.19-2.el6.remi.x86_64 php-mbstring-7.2.19-2.el6.remi.x86_64 php-pdo-7.2.19-2.el6.remi.x86_64 php-pecl-mcrypt-1.0.2-2.el6.remi.7.2.x86_64 php-pecl-zip-1.15.4-1.el6.remi.7.2.x86_64 php-xml-7.2.19-2.el6.remi.x86_64
Grav

Grav

Grav gravのメモ。もちろん詳細は 本家 からコードから学ぶこと。このページはその結果を簡単にメモしたもの。 === installation 公式サイト に沿って requirement, installation をやる。 こまごました使い方 summary なんでかhomeページがよくエラーになる。その時ここをいじると治った format: longはde