[글 쓰는중] Debian 8.2 Jessie(데비안 8.2) 64bit, openbox (오픈박스)
# This document is being updated. #
Situation
PC: HP Pavilion dv7 6017tx (laptop)
image: debian 8.2 amd64-netinst.iso, minimal install (language & country & kyebord & mirror => US, no install software)
# = root, $ = user
Let's begin
1. #apt-get update
2. #apt-get install -y xorg openbox obconf obmenu ibus-hangul dbus-x11 ttf-unfonts-core pavucontrol chromium
(chromium or iceweasel)
3. $cd
4. $mkdir -p ~/.config/openbox
5. $cd /etc/X11/openbox
6. $cp * ~/.config/openbox/
7. $cd
8. $vi ~/.xinitrc (type: dbus-launch --exit-with-session openbox-session)
9. $vi ~/.config/openbox/autostart (type: ibus-daemon)
10. $startx
11. right click(mouse) -> terminal emulator(click)
12. $im-config(0K -> Yes -> ⊙ibus(click) OK -> OK)
13. $obmenu
13-1. click /deiban -> ctrl+i (created New Item click it and type ObMenu in Label dialog box and type obmenu in Excute dialog box)
13-2. ctrl+i (created New Item click it and type ibus-setup in Lavbel dialogbox and type ibus-setup in Excute dialog box)
13-3. ctrl+i [created New Item click it and type pavucontrol in Label dialog box and type pavucontol in Excute dialog box (pavucontrol is volume control program)]
13-4. ctrl+s -> ctrl+q
14. $ibus-setup
14-1. Input method tab->add(click) -> click dot(:) and search Korean(click) -> Hangul(click) add(click) -> English(click) Remove(click)
14-2. Advanced tab->Use system keybord layout(click)-> Close
15. $exit
16. right click(mouse) -> Web browser [chromium starts (shift+space is default english/hangul switch hotkey)]
17. right click(mouse) -> exit -> exit (exit Xwindow)
Enjoying customize openbox : - )
# The following sentence, there is no my created #
reference(kor) 1: http://cafe.naver.com/mk802/10141
reference(kor) 2: http://lucy123.tistory.com/entry/Debian-jessie-openbox-%EC%82%AC%EC%9A%B4%EB%93%9C-%EC%84%A4%EC%A0%95%EB%B0%A9%EB%B2%95
Do you want chrome browser?
$ cd /tmp
$ wget --no-check-certificate https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
# dpkg -i google-chrome-stable_current_amd64.deb
# apt-get -f install
$ rm -f google-chrome-stable_current_amd64.deb
reference(US) 1: http://www.cyberciti.biz/faq/how-to-install-google-chrome-in-ubuntu-linux-12-xx-13-xx/
reference(US) 2: https://redfern.me/skipping-certificate-checks-with-wget/
댓글 달기