タグ

Unixに関するtkmkg8mのブックマーク (2)

  • CentOS7でJDTを試してみた

    カテゴリー DX (2) 一般 (59) 研究会 (6) 働き方 (4) 技術 (352) Edge AI (2) Edge Computing (13) Erlang (1) FIWARE (2) Fog Computing (10) Infiniband (31) Internet of Things (32) Key Value Store (17) Linux (3) Linux KVM (10) Machine Learning (5) RealTime Web (14) SRE (3) Webサービス (42) インフラ (8) コンテナ (4) ストレージ (93) データセンター (7) データベース (47) データ流通 (6) テレプレゼンス (2) ネットワーク (215) 仮想化 (111) 災害コミュニケーション (26) 空間情報 (30) 量子コンピューティン

    CentOS7でJDTを試してみた
    tkmkg8m
    tkmkg8m 2018/09/05
    新しくアプリケーションつくるときは基本的にUTCで記録して表示するときにローカルタイムに直してる
  • What does {some strange unix command name} stand for?

    What does {some strange unix command name} stand for? awk = "Aho Weinberger and Kernighan" This language was named by its authors, Al Aho, Peter Weinberger and Brian Kernighan. grep = "Global Regular Expression Print" grep comes from the ed command to print all lines matching a certain pattern g/re/p where "re" is a "regular expression". fgrep = "Fixed GREP". fgrep searches for fixed strings only.

    tkmkg8m
    tkmkg8m 2018/06/18
    恥ずかしながら知らなかった: “"fgrep foobar *.c" is usually slower than "egrep foobar *.c"” // egrep “has some more sophisticated internal algorithms than grep or fgrep, and is usually the fastest of the three programs. ”
  • 1