Skip to main content

Posts

OSGi 설치 문제점 eclipse-rcp-galileo-SR2-win32를 다운로드 받아서, 실행하면 org.eclipse.platform --launcher.XXMaxPermSize org.eclipse.platform -launcher.XXMaxPermSize
아이슈타인의 일반상대성이론 한가하거나 잠 안 올때 읽어보면... 잠 잘 올 것 같다... 오늘 하루도 열심히 살았나?? 내일은 오랜만에 독서를 하면 좋을 것 같다..
오늘 pretty woman을 오랜만에 봤다. 특히, 영화속 의 "날 사랑해 주세요, 알프레도(Amami, Alfredo) "을 들으면서 가슴이 찡~~~ 영어공부 참 힘들다. 여기서 오페라를 볼수 있다. youtube에도 많다 http://music.ch5.net/musicessay/view.php?st=0&no=376&sort=
http://ubuntuforums.org/archive/index.php/t-114032.html Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video > Gateway Laptop Intel 8280 chipset no sound PDA View Full Version : Gateway Laptop Intel 8280 chipset no sound racin January 7th, 2006, 05:37 PM Hi Guys, Well the wireless is fixed so now on to the sound issue. I have followed the sound problem wiki and I still don't have any sound. Both playback and recording have been set to alsa. PC speaker is activated and sound is turned all the way up. What should I check next? This is on a gateway laptop with on board sound, pentium 4 with the intel 8280 chipset. Thanks for any help in advance! stratotak January 7th, 2006, 06:23 PM im assuming that the fact you read wiki sound ..you have correct modules for sound loading..tha you have choosen alsa as sound preferences under prefernce??when you click to test dose it work??if all that seems to check...
研究室で使っているコーヒーポター

vim ctag cscope

vim + cscope + exuberant-ctags first : checking vim configure confirm: vim --enable-cscope find | grep "\.c$\|\.h$" > cscope.files cscope -b ctag -L cscope.files ;ctag is exuberant-ctags Ctrl-\ c : find the callers of a routine. Ctrl-\ s : find the uses of a symbol Ctrl-[ Ctrl-[ s : vertical split find the uses of a symbol To update a cscope database without closing vim ":!cscope -b", then ":cs reset" more information http://www.fsl.cs.sunysb.edu/~rick/cscope.html

Swapping Caps Lock and Control

1.  Swapping Caps Lock and Control key remapper left control -> caps lock caps lock -> left control 2개 설정해야 된다. 그러나, 현재 유료버전으로 변경된 것 같다. 2. 또는, register를 직접 수정한다. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout의 값을 아래로 수정하고   "00000000 00000000 03000000 3A001D00 1D003A00 00000000" 그 다음, rebooting 하면 완료. 3. 또는 keyTweak를 사용하면 된다. http://www.softpedia.com/get/System/OS-Enhancements/KeyTweak.shtml

flex chart image

freeBSD ports portsnap fetch portsnap extract portsnap update upgrading ports using portupgrade cd /usr/ports/ports-mgmt/portupgrade make install clean # portupgrade -ai When you run portupgrade -a, portupgrade will begin to upgrade all the outdated ports installed on your system. Use the -i flag if you want to be asked for confirmation of every individual upgrade # portupgrade -R firefox If you want to upgrade only a certain application, not all available ports, use portupgrade pkgname . Include the -R flag if portupgrade should first upgrade all the ports required by the given application. # portupgrade -PP gnome2 To use packages instead of ports for installation, provide -P flag. With this option portupgrade searches the local directories listed in PKG_PATH , or fetches packages from remote site if it is not found locally. If packages can not be found locally or fetched remotely, portupgrade will use ports. To avoid using ports, specify -PP . /usr/local/sbin/pkgdb upgrading p...