万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    2017-01-15から1日間の記事一覧

    fishでhistoryで数字出す

    history | nl | less これで出る。 https://github.com/fish-shell/fish-shell/issues/2200 標準コマンドをオーバーライド .config/fish/config.fishをいじる。 function history builtin history | nl | less end builtinを書くのはデフォルトのhistoryコマ…

    scm_breezeがfishで使えない

    GitHub - mroth/scmpuff: :1234: add numbered shortcuts to common git commands こっちに移行する。 scmpuff。

    oh-my-zshからoh-my-fish

    oh-my-zはオワコンなので消す。 oh-my-zshを消す uninstall_oh_my_zsh fishを入れる brew install fish fishをデフォルトのシェルにする which fish chsh -s /usr/local/bin/fish このエラーがでるとき chsh: /usr/local/bin/fish: non-standard shell /etc/…

    neural-styleのエラー

    libpng warning: Application built with libpng-1.4.12 but running with 1.6.28 /Users/shinriyo/torch/install/bin/luajit: /Users/shinriyo/torch/install/share/lua/5.1/image/init.lua:176: [write_png_file] png_create_write_struct failed stack tr…