Early set

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
Line 46: Line 46:
  $ sudo apt-get install vim
  $ sudo apt-get install vim
-
===6. R-studio server===
+
===6. R-studio server establishment===
===7. Mount NAS server to /home/illumina===
===7. Mount NAS server to /home/illumina===
Done!
Done!

Revision as of 07:41, 6 August 2012

<html> <style type="text/css">

.basic {

  font-family : helvetica;
  font-size : 12pt;

}

pre {

  font-size : 12pt;
  padding: 10pt;
  margin: 5pt 0;
  border: 2px solid #abcdef;
  background-color: #f9f9f9;
  font-family:sans-serif;
  line-height: 160%;

}

</style> </html>

Contents

Early setting after installing ubuntu

1. Assigning static IP address

Setting static IP address

# /etc/network/interfaces
iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1 auto eth0

Setting DNS server

# /etc/resolv.conf
nameserver 10.23.11.24
nameserver 10.23.12.24

Restart network

$ sudo /etc/init.d/networking restart
* Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
* Reconfiguring network interfaces...                                                                               [ OK ]

You may be finding the warning, but it's ok.

2. Setting Han-gul

open terminal (Alt + Ctrl + t)

$ sudo apt-get install nabi

system settings -> language support -> keyboard input method system -> nabi logout -> login

3. kr.archive.ubuntu.com -> ftp.daum.net change

$ sudo -s  # access as root
$ cd /etc/apt
$ vim sources.list
:%s/kr.archive.ubuntu.com/ftp.daum.net/g
:wq
$ sudo apt-get update

4. Install SSH

$ sudo apt-get install ssh

5. Install vim

$ sudo apt-get install vim

6. R-studio server establishment

7. Mount NAS server to /home/illumina

Done!
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox