2015-03-01から1ヶ月間の記事一覧

ipython notebookをネット越しに使用する

UNIX系 1. パスワード入力なしにsshでremote_serverへログインできるようにしておく。 ~/.ssh/等を設定。 2. remote_server側で ipython notebook --no-browser --port=8128 3. local側で ssh -N -f -L localhost:8028:localhost:8128 remote_server 4. loca…

Macにインストールするソフト

google chrome Xcode X11 (XQuartz) Evernote LibreOffice Anaconda Python Inkscape gimp R, RStudio, Bioconductor TextMate Cyberduck MacTeX, Texshop Skype DropBox Eclipse (subversive, PyDev, EGit) Cytoscape MATLAB SeaMonkey Keynote, Pages, Num…

Windowsにインストールするソフト

1. Development - eclipse - pydev - maven - subversive - git - Anaconda (Python) 2. OS and shell - Windows XP mode - Visual Studio 2005 - cygwin 3. Scientific - MATLAB - R - RStudio - Bioconductor - RGtk2 - gplots 4. Network - TeraTerm - Wi…

DropBoxのようなフリーソフト

以下が候補か。 http://sparkleshare.org https://owncloud.org ownCloudをubuntuに入れるなら、以下の箇所に注意すべきか。 https://doc.owncloud.org/server/8.2/admin_manual/installation/source_installation.html#apache-web-server-configuration Apa…