ALL ABOUT ME

Ubuntu :: 설치 후 셋팅 할 것들!! 본문

Life

Ubuntu :: 설치 후 셋팅 할 것들!!

threeword 2012. 7. 30. 15:29

1. Chrome


2. Apple Wireless Keyboard fn key 설정 (https://help.ubuntu.com/community/AppleKeyboard#Ubuntu 8.10 (Intrepid Ibex) through 10.04 (Lucid Lynx))


1. Append the configuration line to the file /etc/modprobe.d/hid_apple.conf creating it if necessary:

$ echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf


2. Notify the hid_apple module to reload its configuration

$ sudo update-initramfs -u


3. Reboot

$ sudo reboot


3. 한/영 전환 키 변경


ibus 에서  Control + Space -> Shift + Space 로 변경


4. ipad charger 설정 (http://korenkov.info/ipad-ipad2-charge-ubuntu)


sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev

wget --no-check-certificate https://github.com/downloads/mkorenkov/ipad_charge/ipad_charge_1.0.tar.gz

tar -xzf ipad_charge_1.0.tar.gz

cd ./ipad_charge_1.0

make

sudo make install


5. vmware 설치 & 패치


6. eclipse 설치

7. eclipse plug-in 설치

 - Mylyn

 - ADT


8. path 추가

 - android sdk


9. thunderbird 설정

Comments