ユーザ用ツール

サイト用ツール


software:ソフトウエアに関するメモ

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
software:ソフトウエアに関するメモ [2015/06/17 05:21] – 外部編集 127.0.0.1software:ソフトウエアに関するメモ [2023/01/09 13:33] (現在) dot
行 1: 行 1:
 +====== Command (one liner) ======
 +
 +  * ファイル名の空白を一括で_に置換
 +
 +find . -maxdepth 1 -type f | grep " " | sed -e 's/.*/"&"/; p; s/ /_/g' | xargs -n2 mv
  
 ====== DOT's Software ====== ====== DOT's Software ======
行 22: 行 27:
   * [[software:VisualStudio2013Premium]] VisualStudio 2013 Premium   * [[software:VisualStudio2013Premium]] VisualStudio 2013 Premium
   * [[software:AngularJS]] AngularJS   * [[software:AngularJS]] AngularJS
 +
 +====== データ操作 ======
 +
 +  * [[software:Pentaho|Pentaho]]
  
 ====== ベストプラクティス ====== ====== ベストプラクティス ======
行 33: 行 42:
 ====== My VPS ====== ====== My VPS ======
  
-  * [[software:Host1Free]]+  * [[software:Google Cloud Platform]] 
 +  * [[software:ServersMan@VPS]] 
 +  * <del>[[software:Host1Free]]</del>(2015年6月に Host1Free EOL に伴い ServersMan@VPS へ引っ越し)
   * <del>[[software:ServersMan@VPS]]</del>(2014年1月にHost1Freeへ引っ越し)   * <del>[[software:ServersMan@VPS]]</del>(2014年1月にHost1Freeへ引っ越し)
software/ソフトウエアに関するメモ.1434518476.txt.gz · 最終更新: 2016/08/17 11:39 (外部編集)