Ubuntu, 우분투 / Installation and Starting
########################
# Ubuntu 설치, 시작 도움말
#######################
== Installation and initial configuration ==
a. Which version
- 12.04 and 14.04
a. 한글 입력 관련 : iBus 설정 관련 참조
a. Time zone
- System Settings > Date and Time
== 기타 Configuration 들 ==
a. Workspace 활성화
* Settings > Appearance의 Behavior 탭에서 'Enable workspaces' 선택
* 관련 단축키 :
Super+s(모든 workspace 보기), Ctrl+Alt+화살표(원하는 workspace 가기), Ctrl+Shift+Alt+화살표(창을 원하는 workspace로 옮기기)
a. 한글 글꼴 설정
- 우분투에서 사용 가능한 글꼴 : 글꼴 설치 방법과 글꼴 종류에 대한 설명이 잘 되어 있다.
- 우분투 14.04 LTS 설치 후 한글 관련 문제 해결하기
a. How can I move all the window controls to the right (or left)?
- gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'
== 다른 Application 들 ==
a. Thunderbird Configuration : http://gamgol.tistory.com/149
a. Opera Web browser
- Installation package, www.opera.com
- Configuration guide, http://gamgol.tistory.com/155
a. Citrix ICA client
- 설치 방법
* sudo apt-get install libmotif4:i386 # 요놈 설치해야 하는지 확인 필요
* sudo dpkg -i icaclient-12.1.0_i386.debug
. /opt/Citrix/ICAClient/wfcmgr 실행
a. Web server, Apach
- http://blog.simplism.kr/?p=2498
- apt-get install apache2
a. PDF, HWP viewer
- evince, evince-hwp, Adobe Reader, Foxit
== Ubuntu comannd tips & 도움말 ==
a. sw 설치 :
- apt-get install <sw name>
- sudo dpkg -i .deb파일 : 주어진 파일을 설치한다.
a. service status : chkconfig
: usb hub에 마우스, 키보드를 연결해서 쓰는데 가끔씩 끊어진다. 이때 USB포트를 뺐다 넣어주면 되는데 cli command로 리셋하기 위한 방법
- lsbusb -t 명령으로 해당 USB hub의 bus-id, device-id를 찾아 링크에 있는대로 따라 하면 된다.
a. How to get rid of internal system error of apport
- Disable apport : /etc/default/apport
- Stop apport service : service apport stop