sos 부트로 chroot해서 루트 비밀번호 정하기
설치가 끝나셨으면 마운트한 /ubuntu를 chroot 명령어로 루트지정해줍니다.
chrooot /ubuntu
passwd root
비밀번호 설정해줍니다.
리붓.
게스트 세션으로 로그인 한뒤에 계정만들기. 관리자 계정으로 만들것.
sudoer계정 추가해주기
chmod u+w /etc/sudoers
vi /etc/sudoers
root어쩌구 라인을 찾아서 똑같이 베껴쓰되 root를 자신의 계정명으로 쓸 것 i누르고 타이핑하면 에디트모드가 됩니다.
esc누르고 쉬프트키와 ;키 같이 누른뒤에 wq엔터
chmod u-w /etc/sudoers
로케일 설정해주기
$ sudo apt-get install language-pack-ko
$ sudo locale-gen ko_KR.EUC-KR
$ sudo dpkg-reconfigure locales
Generating locales...
en_AU.UTF-8... done
en_BW.UTF-8... done
en_CA.UTF-8... done
en_DK.UTF-8... done
en_GB.UTF-8... done
en_HK.UTF-8... done
en_IE.UTF-8... done
en_IN.UTF-8... done
en_NZ.UTF-8... done
en_PH.UTF-8... done
en_SG.UTF-8... done
en_US.UTF-8... done
en_ZA.UTF-8... done
en_ZW.UTF-8... done
ko_KR.EUC-KR... up-to-date
ko_KR.UTF-8... up-to-date
Generation complete.
4. /etc/default/locale 수정
LANG="ko_KR.UTF-8"
LANG="ko_KR.EUC-KR"
LANGUAGE="ko_KR:ko:en_GB:en"
확인해주면 끝.
LC_ALL=(unset)이란 소리가 나오면 /etc/environment 열어서 맨 밑에 이것 추가.
LC_ALL=”en_GB.utf8”
uim uim-byeoru 설치
‘한글’키 쓸 수 있게 하기
webnautes@webnautes-W54-55SU1-SUW:~$ xmodmap -e 'remove mod1 = Alt_R'
webnautes@webnautes-W54-55SU1-SUW:~$ xmodmap -e 'keycode 108 = Hangul'
webnautes@webnautes-W54-55SU1-SUW:~$ xmodmap -pke > ~/.Xmodmap
포커스라이터 설치 후 소리나게 하기(alsamixer설정)
apt-get install libsdl-mixer1.2-dev
purseaudio도 설치할
##사운드 설정
For other systems use following guide:
REBOOT you machine to be sure it was not resumed (sound doesn't work after resume yet)
run audio playback
start alsamixer
common stuff
remove mute state (press m) from “Stereo DAC”
remove mute state from “Line” (or “Master”, depends on kernel version)
speakers settings
remove mute state for “Speaker Mix DAC2SPK”, “Int Spk”, “Speaker”
set “SpeakerOut Mux” to value “Speaker Mix”. NOTE: some people get sound from speakers only when “SpeakerOut Mux” is set to “HPOut Mix”. I you have suspended before reboot as sounddoesn't survive suspend yet.
headphones
remove mute state for “Headphone”, “HP Mix DACL2HP” and “HP Mix DACR2HP”
“HP Left Mux” set to “HPL Mix”, “HP Right Mux” set to “HPR Mix”
enjoy, and don't forget save changes with sudo alsactl store
dock설치
xcompmgr설치
docky설cl
스왑잡기
디스크 어플로 쉽게 잡을 수 있고 파티션을 512메가 정도로 잡을것.
있는 램이라도 충분히 팍팍 쓰도록 swappiness를 1로 맞춰주자
/etc/sysctl.conf
맨 밑줄에
vm.swappiness = 1
라고 쓴다 부팅시 자동으로 적용되도록 /etc/fstab파일에 해당 파티션을 추가한다.
와이파이 아이콘이 두개로 나오는 게 신경쓰인다면
lx세션 설정sxsession-default-apps으로 들어가서 오토 스타트에서 setting의 disabled autostart application? config only로 바꿔준다
부팅시마다 네트워크 서비스 디스커버리 디스에이블드 어쩌구가 뜬다면
두군데 건드리면 됨.
http://logon.tistory.com/108 참조
'⚛' 카테고리의 다른 글
envy 13 우분투에서 지문인식 이용하기 (Using validity sensors fingprint scanner 138a:0050 in Ubunt 15.10) (0) | 2016.01.15 |
---|---|
무선충전패드 자작해보았다 (0) | 2015.10.10 |
고려대학교 무선랜 인증 문제 해결 in UBUNTU (0) | 2015.08.31 |
[AC100 설정 -1부] ac100 안드로이드 & 우분투 듀얼 부팅 하기 (cm11 & lubuntu 14.04 dual-boot on Toshiba AC100) (1) | 2015.07.28 |
포커스 라이터 좀 더 영리하게 써보자. (0) | 2015.07.28 |