'ubuntu'에 해당되는 글 24건

  1. 2014.03.22 크롬 설치법
  2. 2014.03.22 서브라임 설정법
  3. 2014.03.15 한글설정
  4. 2013.08.09 방화벽 해제

크롬 설치법

ubuntu 2014. 3. 22. 17:10

  208  sudo apt-get install libxss1

  209  sudo dpkg -i ~/다운로드/google-chrome-stable_current_amd64.deb 

  213  google-chrome

  214  which google-chrome


'ubuntu' 카테고리의 다른 글

ns3 설치  (0) 2014.04.13
vm웨어 툴 설치  (0) 2014.04.13
서브라임 설정법  (0) 2014.03.22
한글설정  (0) 2014.03.15
방화벽 해제  (0) 2013.08.09
Posted by wakira
,

서브라임 설정법

ubuntu 2014. 3. 22. 17:08

상단 메뉴

Perferences - Key Bindings - User


[

{

"keys": ["control+shift+r"],

"command": "reindent"

}

]


ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

같은 폴더내에 file - new 아무거나 쓰고 내용은 


{

"tab_size": 4,

"translate_tabs_to_spaces": true

}


Python.sublime-settings

'ubuntu' 카테고리의 다른 글

ns3 설치  (0) 2014.04.13
vm웨어 툴 설치  (0) 2014.04.13
크롬 설치법  (0) 2014.03.22
한글설정  (0) 2014.03.15
방화벽 해제  (0) 2013.08.09
Posted by wakira
,

한글설정

ubuntu 2014. 3. 15. 01:59

$ sudo apt-get install nabi language-selector-gnome


설정 언어지원에서

언어- 키보드입력기 Hangul

'ubuntu' 카테고리의 다른 글

ns3 설치  (0) 2014.04.13
vm웨어 툴 설치  (0) 2014.04.13
크롬 설치법  (0) 2014.03.22
서브라임 설정법  (0) 2014.03.22
방화벽 해제  (0) 2013.08.09
Posted by wakira
,

방화벽 해제

ubuntu 2013. 8. 9. 00:01

Next enter the following three commands to disable firewall.
# service iptables save
# service iptables stop
# chkconfig iptables off

If you are using IPv6 firewall, enter:
# service ip6tables save
# service ip6tables stop
# chkconfig ip6tables off

'ubuntu' 카테고리의 다른 글

ns3 설치  (0) 2014.04.13
vm웨어 툴 설치  (0) 2014.04.13
크롬 설치법  (0) 2014.03.22
서브라임 설정법  (0) 2014.03.22
한글설정  (0) 2014.03.15
Posted by wakira
,