보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력해주세요.

컴퓨터를 새로 바꿔서 ipod touch 에 들어있는 애플들과 음악등등을 옮기기 위해서 새 컴퓨터에 iTunes를 설치한 후, 다음과 같이 File-Transfer Puchases from ... 를 선택하면 새 컴퓨터에 애플들을 일부만 옮길 수 있었다. 즉 전에 쓰던 컴퓨터와는 조금 다르게 옮겨진 것이다.



내 경우는 국내에서 구매한 애플들은 옮기기가 가능했지만 해외에서 구매한 애플들은 인식을 하지 못했다. 헐.
그래서 꽁수를 쓰기로 했다.....하지만 이 방법도 100% 만족하진 못했다. 헐헐
by 투명돼지 2010. 9. 17. 08:18
가격은 15000원
by 투명돼지 2010. 7. 30. 05:51

I installed Apache without a hitch. Got the lovely “It works!” page, and then moved on to the PHP install. After trying the auto-install and binary packages, Apache simply would not start and would throw the following error in the Windows Application log:

Faulting application httpd.exe, version 2.2.14.0, faulting module php5ts.dll, version 5.2.11.11, fault address 0×000f330d.

I tried to Start > Run > “cmd” > “C:\php\php.exe -v” [enter] and kept getting DLL errors like “This application has failed to start because xyz.dll was not found. Re-installing the application may fix this problem.” I started tracking down the DLLs, but every one I fixed would expose another missing one.

Finally, I stumbled onto this PHP bug report where bwacker listed some of the same DLLs I was having trouble with. I commented out the lines referencing those DLLs in the php.ini file. The errors disappeared, and Apache started right up!

Here is bwacker’s list. Not all of the references were in my php.ini, but removing the ones that were there did the trick.

;extension=php_ifx.dll         needs ISQLT09A.DLL
;extension=php_iisfunc.dll    not in /extensions
;extension=php_mcrypt.dll    needs LIBMCRYPT.DLL
;extension=php_oci8.dll        needs OCI.DLL
;extension=php_oracle.dll    needs OCIW32.DLL
;extension=php_printer.dll    not in /extensions
;extension=php_sybase_ct.dll needs LIBCT.DLL and LIBCS.DLL

Obviously, if your application requires any of those DLLs, you will need to resolve the absences, but most of you will not need them.

but still got this message : Cannot load mcrypt extension. Please check your PHP configuration.

Hope this saves you some time!
by 투명돼지 2010. 7. 14. 06:18
The newer installation files of PHP for Apache in Windows throws an error.

Cannot Load phpapache2.dll

To solve this problem

1. Go to your Apache installation directory

2. then go to the conf subdirectory

3. Look for httpd.conf and open it with notepad.

4. Replace

LoadModule php5_module "c:\php5\php5apache2.dll" with
LoadModule php5_module "c:\php5\php5apache2_2.dll"


instead.


Then restart Apache.


Take note that my PHP installation directory maybe different with yours. My PHP installation in this case is C:\php5. Make sure to replace this with your own installation folder location.
by 투명돼지 2010. 7. 13. 09:20

Common prefigured consoles

The files listed in the table below are preconfigured consoles found in the folder \Windows\System32\ (Some are found only in Windows XP Professional.)

Common Consoles
File Description
certmgr.msc Manages certificates involved in security
ciadv.msc Manages the Indexing Service
compmgmt.msc The Computer Management Console. It contains a number of the other consoles as snap-ins
devmgmt.msc The Device Manager
dfrg.msc Disk Defragmenter. More discussion
diskmgmt.msc Disk Management. More discussion
eventvwr.msc Event Viewer for managing system logs
fsmgmt.msc Shared Folder Management
gpedit.msc Group Policy Editor. More discussion
lusrmgr.msc Local Users and Groups Manager
ntmsmgr.msc Removable Storage Manager
ntmsoprq.msc Removable Storage Operator Requests
perfmon.msc System Performance Monitor
rsop.msc Resultant Set of Policy. For system administrators
secpol.msc Security Policy
services.msc Manages the many services involved in Windows and also installed software. More discussion
wmimgmt.msc Windows Management Instrumentation Service

Another console called Component Services (comexp.msc) is located in a different folder, \Windows\System32\com\, which is not in the standard path. It is usually opened from All Programs-Administrative Tools or Control Panel-Performance and Maintenance-Administrative Tools.


http://vlaurie.com/computers2/Articles/mmc.htm

http://forums.techarena.in/tips-tweaks/1114232.htm

by 투명돼지 2010. 7. 12. 06:17
Windows 7 and WMP 12.xx version Error

C00D11BB: Cannot play the file
Windows Media Player cannot play the file because the specified protocol is either not supported by the Player or not supported by the server.

If you encountered this error by clicking a link on a Web page, the link might not be valid.

If you encountered this error by typing a Uniform Resource Locator (URL) in the Open URL dialog box, try opening the file by using a different transport protocol (for example, "http:" or "rtsp:").

A list of protocols that are supported by the Player and the correct syntax follows:

mms://server/filename (for example, a file with a .wma, .wmv, .asf, or .mp3 extension)
http://server/filename
rtsp://server/filename
mms://server/sami.asf?SAMI=http://server/sami/sami_demo.smi (SAMI file)
If Windows Media Player supports the protocol and you still cannot play the content, verify that the Player is configured to use all of its supported protocols.

To configure protocol settings
On the Tools menu, click Options, and then click the Network tab.
In the Streaming protocols area, select all the protocol check boxes.
Note

The supported protocols can be used only to stream digital media files. Windows Media Player cannot be used as a browser.
Error ID = 0xC00D11BB, Condition ID = 0x00000000
Web Help



http://www.softwaretipsandtricks.com/forum/windows-xp/30869-mms-streams-do-not-work-help-please.html

해결 :

This is the Fix, from Hadoyle Windows forum
"This fixed it:


1. Open a command prompt
2. Type regsvr32 wmnetmgr.dll
3. Hit Enter then click OK.

Now streaming proxy settings shows:

HTTP------>Browser

RTSP------>None
by 투명돼지 2010. 6. 24. 06:59
질문 :
I'm using Windows 7 (x64) now, but i have an issue with the Windows Media Player (Version 12.0.7100.0) when it could not play any files in .wma or .wmv format.
It's so funny with me.

What could i do now ???


답변:

To resolve this issue, use the System File Checker tool (SFC.exe).  To do this, follow these steps:

1.       Open an elevated command prompt. To do this, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.

2.       Type the following command, and then press ENTER:

sfc /scannow

The sfc /scannow command scans all protected system files and replaces incorrect versions with correct Microsoft versions.


링크 : 여기
by 투명돼지 2010. 6. 23. 14:14

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력해주세요.

1. cmd 창에서 diskpart 를 입력 한다.

2. diskpart 창이 나오면 아래와 같이 순서대로 입력한다.
  1. list disk
  2. select disk USBNO (USBNO : 용량을 보면 내가 넣은 USB가 뭔지 알 수 있다.)
  3. clean
  4. create partition primary
  5. list partition
  6. select partition NO (NO : 5번 실행 후 알 수 있다.)
  7. active
  8. format fs=ntfs quick



3. format 이 끝난 후, os 를 복사(Ctrl+C)한 후 usb로 저장(Ctrl+V)한다.
4. rebooting 후 cmos에서 부팅순서를 usb를 최우선으로 한다.
5. usb 부팅한 후 os 를 설치한다.

* 윈도우7이나 윈도우 비스타는 diskpart보단 마소에서 배포하는 Windows 7 USB/DVD Download tool 유틸을 이용하는게 훨씬 편해요
by 투명돼지 2010. 5. 22. 15:58
| 1 2 3 4 5 |