![]() by Kevin 카테고리
이전블로그
이글루링크
최근 등록된 덧글
1
[URL=http://www.e..
by kangta at 07/21 I introduce several .. by batateam at 02/24 This is a cool site! T.. by Vasilios at 04/30 Hi, nice site! Your h.. by Ahmed at 04/30 Hammm… Nice article….. by Spyros at 04/30 Nice site. Thanks. .. by Athones at 04/30 The mission of the yo.. by Kyriakos at 04/30 Very good website y.. by Sterghios at 04/30 The mission of the yo.. by Loukas at 04/30 The mission of the yo.. by Loukas at 04/30 |
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowCurrentVersionProgramFilesDir
이상하게 5.5에서 vmware-config.pl을 하면 서비스 시작을 체크 하게 된다.
irc에서 물어 물어서 vmware-config.pl -skipstopstart 이렇게 하면 config를 동작 가능하게 된다. 그럼
grant all privileges on 디비.* to 사용자@localhost
/build.sh -u -U -T ~/netbsd/tools -D ~/netbsd/build -O ~/netbsd/obj -R ~/netbsd/release -X ~/netbsd/xsrc -x
find . -maxdepth 1 -iname "*.php" -print -exec sh -c 'iconv -f euc-kr -t utf-8 {} > .worktmp; cp .worktmp {}; rm .worktmp' ;
. ms gulim.ttc를 복사해온뒤 /usr/share/fonts/ko 아래에 디렉을 만들어서 넣어줍니다.
2. 다음의 명령을 실행해줍니다. 3. mkfontscale mkfontdir ttmkfdir fc-cache -fv https://wiki.ubuntu.com/BeautifyKoreanFonts
vmware 사이트에서 발취
http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5uhS2RIh&p_lva=&p_faqid=1115&p_created=1063842771&p_sp=cF9zcmNoPTEmcF9ncmlkc29ydD0mcF9yb3dfY250PTIyJnBfc2VhcmNoX3RleHQ9c291bmQmcF9zZWFyY2hfdHlwZT03JnBfcHJvZF9sdmwxPX5hbnl_JnBfcHJvZF9sdmwyPX5hbnl_JnBfc29ydF9ieT1kZmx0JnBfcGFnZT0x&p_li= Installing the Sound Blaster AudioPCI Adapter (GSX Server 3 or higher, Workstation 4 or higher) 1. In a browser, go to us.creative.com/support/downloads. 2. Choose Sound Blaster > 16-bit > Sound Blaster PCI 128, then download the setup.exe installation file. 3. Run the setup.exe file. The installer installs the sbpci.sys driver. 4. Reboot the guest operating system after the installation finishes. 5. Choose Start > Settings > Control Panel, then open Sounds & Audio. Select Enable Windows audio. Installing the Sound Blaster 16 Adapter (GSX Server 2.5.x or lower, Workstation 3.2.x or lower) 1. Insert a Windows 2000 CD-ROM, then open a Command Prompt window and navigate to the i386 directory. 2. Run the following two commands to extract the needed files: expand driver.cab -f:ctlsb16.sys c:windows emp expand wdma_ctl.in_ c:windows empwdma_ctl.inf 3. Choose Control Panel > Add New Hardware, then click Next. 4. When prompted, answer Yes, I've already connected the hardware. 5. Select Add a new hardware device from the list, then click Next. 6. Select Install the hardware that I manually select, then click Next. 7. Select Sound, video and game controllers, then click Next. 8. Click Have Disk and browse to C:Windows emp. 9. Click wdma_ctl.inf and follow the prompts, choosing to install the unsigned driver. The virtual sound card should now be operational and listed in device manager.
지금 우분투에서 패키시 설치는 비공개로만 되어 있다
최신 버전 5.0 에 대한것은 아직없고 이전 버전 4.5에 대한것만 올라와 있다 지금 방법은 5.0 버전에 대한 설치 방법.. vmware은 타르볼로 압축된 파일을 받아서 설치한다 프로그램 -> 시스템 -> Root Terminal 을 실행을 하면 비밀번호를 묻게 된다. 이 비빌번호는 처음에 갈때 사용자 등록시 비밀번호랑 동일하다.. 처음 설치 하면 gcc 가 없으니 gcc 부터 설치 apt-get install gcc 커널 소스도 필요하기 때문에 이렇게 받아둔다 apt-get install linux-headers-`uname -r` 다음 vmare 를 압축을 푼 디렉토리로 ./vmware-install.pl 그런후 계속 엔터 이렇게 하면 된다. 그럼
http://bbs.kldp.org/viewtopic.php?p=234863#234863
#!/bin/bash
if [ $# -gt 1 ] then p=$@ else p='./*' fi for filename in $p do utfname=`echo "$filename" | iconv -f cp949 -t utf-8`; echo "$filename : $utfname"; mv "$filename" "$utfname"; done |