Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- FlashDevelop
- ubuntu touch
- os x
- debuger
- ExteranlInterface
- papervision3d
- javascript
- Demo
- FLVPlayback
- red5
- fd3
- SWFObject
- android studio
- TweenMax
- complie
- FLV Player
- flashplayer
- 가로
- wireless keyboard
- 비트맵리사이즈
- Alpha
- 단말 테스트
- smoothing
- flash
- publish setting
- Renewal
- Movieplayer
- Lifefilm
- ios
- cocos2d-x
Archives
- Today
- Total
목록2012/07 (2)
ALL ABOUT ME
Ubuntu :: 설치 후 셋팅 할 것들!!
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 u..
Life
2012. 7. 30. 15:29
Ubuntu :: Launcher에 아이콘 추가하기
sudo gedit /usr/share/applications/eclipse.desktop[Desktop Entry] Encoding=UTF-8 Name=MyEclipse Comment=Eclipse IDE Exec="/home/threeword/eclipse/eclipse" Icon=/home/threeword/eclipse/icon.xpm Terminal=false Type=Application Categories=GNOME;Application;Development; StartupNotify=true
Life
2012. 7. 10. 15:25