2015년 11월 23일 월요일

After BioLinux 8 install, to do list

1. install teamview
http://askubuntu.com/questions/362951/installed-teamviewer-using-a-64-bits-system-but-i-get-a-dependency-error

Debian, Mint, Ubuntu, Kubuntu, Xubuntu…

For 32-bit DEB-systems you need the teamviewer_i386.deb package.
For 64-bit DEB-systems without Multiarch you need the teamviewer_amd64.deb package. Please see note on Multiarch below.
For installing TeamViewer, we recommend using the graphical installer.
If you prefer to use the command line or if there is no graphical installer available you can use either one of these commands as an administrator:
For the 32-bit package:
  • dpkg -i teamviewer_linux.deb
For the 64-bit package:
  • dpkg -i teamviewer_linux_x64.deb
In case “dpkg” indicates missing dependencies, complete the installation by executing the following command:
  • apt-get install -f

 
한후에 dpkg -i teamviewer_linex_x64.deb 실행



2. install nabi
http://logon.tistory.com/223

3. install virtualbox
https://www.virtualbox.org/wiki/Downloads

sudo gdebi virtualbox_....deb

 4. oracle java install ubuntu 14.04
http://askubuntu.com/questions/521145/how-to-install-oracle-java-on-ubuntu-14-04

우분투 소프트웨어 패키지 관리자 실행 --> openJDK 제거
sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
 
해서 진행하면 됨
 
설치 후, java -version 해서 버전 확인



5.  로지텍 볼 마우스 설정
https://help.ubuntu.com/community/Logitech_Marblemouse_USB

/usr/share/X11/xorg.conf.d 폴더내의 endev.conf 파일을 수정하면 된다.

Section "InputClass"
        Identifier  "Marble Mouse"
        MatchProduct "Logitech USB Trackball"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "EmulateWheel" "true"
        Option "EmulateWheelButton" "9"
EndSection
 
 
 

6. StrandNGS 설치시 문제해결

strings: '/lib/libc.so.6': No such file


   locate libc.so.6
 해서 파일을 확인하고,

sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
sudo ln -s /lib64/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6
 
먼저 폴더에 들어갓 ./Uninstall 을 수행한다.
만약  언인스톨이 성공적이지 못하면 매뉴얼로 다 지운다. log 하고 app 내의 data/file 하고 postdgree 만 남겨놓으면 된다 



7. Putty 설정
http://superuser.com/questions/94436/how-to-configure-putty-so-that-home-end-pgup-pgdn-work-properly-in-bash