336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

* 일회용


1. Run > cmd


2. w32tm /resync 입력 후 실행




* 스케쥴링


1. Run > regedit


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient\SpecialPollInterval 값 수정


604800 (7일)

86400 (1일)

3600 (1시간)

900 (15분)


2. Run > cmd


net stop w32time 입력 후 실행

net start w32time 입력 후 실행


참조 : http://blog.naver.com/didim365_/220197268646

Posted by 역시인생한방
,
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

1. Click the Windows button on the task bar.

2. Click All Programs.

3. Click Accessories.

4. Right-click on Command Prompt and click Run as administrator

5. If prompted click the Allow button.


위의 순서대로 Command Prompt 창을 관리자 권한으로 열고


1. Type netsh interface ipv4 show subinterface

2. Press Enter.

3. You will see a list of network interfaces.

4. Type netsh interface ipv4 set subinterface “Local Area Connection” mtu=1458 store=persistent

You should replace Local Area Connection with the name that appeared in the “Interface” column from steps 1-3.

5. Press Enter.

6. Restart you computer and then test again.


출처 : https://support.zen.co.uk/kb/Knowledgebase/Changing-the-MTU-size-in-Windows-Vista-7-or-8

Posted by 역시인생한방
,
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

다른건 필요없고 딱 내가 원했던 명령어


git update-index --assume-unchanged [filename]


참고 : http://codethug.com/2013/09/20/4-ways-to-ignore-files-with-git/

Posted by 역시인생한방
,