Monday, September 10, 2012

Autum semester starts ~~~ my fourth year of my Ph.D. study!

8.27.2012  UC starts 2012 Autumn semester

Time really flies.  Looking back my old plan, I should have been writing my thesis.  I am still working hard and trying to figure out my fusion techniques.  Three first-author papers have been published since I entered UC BME graduate program.  My mentor Dr. Holland helped me tremendously in all aspects.  Well, I still have quite a lot to finish up before I can graduate.  Shoot for 2013 Summer or Autumn semester!  Work hard to graduate soon.

Our new Ubuntu server:

(1) How to mount:

wan9vj@irc-maximus:~/yymnt$ mount-cifs-wrapper //pnrc-xserve.chmccorp.cchmc.org/language xlang -o uid=wan9vj,gid=`id -gn wan9vj`,sec=krb5


(2) Install CTF software packages on Ubuntu

Copy bin; lib etc., folders to your local folder,  for example, ~/ctf folder.  Then added that folder to your PATH (e.g. ~/.bashrc:  export CTF_DIR=~/ctf      export PATH=$PATH: ~/ctf/bin     export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: ~/ctf/lib).  Then, you need to install some libraries accordingly.  This is the hard part.  Different machines and systems might have different requirements.

Currently, CTF software packages only work well under 32-bit system.  They do not support 64-bit system.  You can install 32-bit Linux inside of 64-bit Linux to go around this problem.  Not fun though.



10 comments:

  1. http://ubuntuforums.org/showthread.php?t=1515334

    ReplyDelete
  2. sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6

    solve irc-maximus matlab loading problem.

    ReplyDelete
  3. ftp://ftp.parallelgeo.com/SPW_Products/Linux/Current_Release/ReadMe_for_recent_Linux_distributions.txt

    http://i-rinat.blogspot.com/2012/06/xkeysymdb.html

    ReplyDelete
  4. http://forum.world.st/Ubuntu-11-04-keyboard-workaround-td3575393.html

    ReplyDelete
  5. https://www.google.com/search?q=before+doing+ICA%2C+how+FMRI+data+needs+to+be+preprocessed&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

    ReplyDelete
  6. http://mialab.mrn.org/software/gift/faq.html

    ReplyDelete
  7. http://sccn.ucsd.edu/~scott/tutorial/icafaq.html

    ReplyDelete
  8. mount-cifs-wrapper //pnrc-xserve.chmccorp.cchmc.org/language xlang -o uid=wan9vj,gid=1045430785,sec=krb5

    ReplyDelete
  9. hit id enter get your id number

    mount-cifs-wrapper //pnrc-xserve.chmccorp.cchmc.org/language xlang -o uid=1045518474,gid=1045646659,sec=krb5

    ReplyDelete
  10. get your id number
    use command: id -u wan9vj
    group number: id -g wan9vj

    ReplyDelete