f 터진수박 (Burst Watermelon) :: '인터넷' 태그의 글 목록
반응형

불법 유해 정보 사이트 차단 접속 방법 (warning.or.kr)

 

 

최근 사람들이 많이 사용하는 해외 직구 사이트 등에서 간헐적으로 뚜렷한 이유없이 불법,유해 사이트라서 차단되었다는 경고 문구가 보이는 경우가 생기고 있습니다. 이 경우 반드시 해당 사이트를 이용해야 하는 경우 아래와 같은 방법이 있습니다.

  1. VPN 서버를 경유하여 우회하는 방법
  2. 크롬 브라우저를 이용한 데이타 세이버 플러그인 사용 - (사용 방법 바로가기)
  3. Http SSL을 이용하는 방법

 

우선 VPN 서버를 이용하는 경우 무료 VPN 서버를 이용하거나, 유료 VPN을 이용해야합니다. 그러나 잠시 이용하기 위해 유료 VPN을 결재해서 사용하기엔 이용시간에 비해 비용이 들어가기때문에 무료 VPN 서버를 이용하지만, 이 또한 속도가 받쳐주질 않습니다.

 

그래서 한번만 설치하면 그 후 추가적인 작업을 할 필요없는 크롬 브라우저를 이용한 데이타 세이버를 사용하지만, 일부 유튜브 동영상이나 사이트에서 오히려 차단되어 보이지 않는 경우가 생기기도 합니다.

 

마지막으로, 가장 쉬운 방법인 접속하고 있는 웹브라우저 주소창에 앞에 "s"를 붙이는 방법으로 "https://접속하는 사이트주소"를 입력하면 됩니다. 다만 이 방법은 접속하는 사이트가 https 프로토콜을 지원해야 가능하지만, 요즘 대부분의 사이트가 https 프로토콜을 지원하므로 간단하게 이용할 수 있습니다.

 

업데이트 글 보기 (For more information, visit main hompage) : http://gturl.iptime.org

 

반응형
블로그 이미지

Burst Watermelon

교육의 모든 정보,투자,부동산,유용한 정보들

,
반응형

컴퓨터로 인터넷을 오랫동안 사용하면 속도가 조금씩 느려지는 현상이 발생할 경우가 있습니다.

보통 인터넷 주소를 들어가면 XXX.com 이런식으로 사용자들이 기억하는데 원래 IP Adress 인 111.222.333.444 를 -> XXX.com 으로 변환해주는것을 DNS Service라고 합니다.

이런식으로 변환되는 주소가 많아질 수록 조금씩 인터넷이 느려지는데, 이럴때 DNS 변환 주소를 한번 정리해주면 컴퓨터 인터넷 속도가 빨라질 수 있습니다.

아래의 명령들을 시작 - 모든 프로그램 - 보조 프로그램에 있는 "명령 프롬프트" 프로그램에서 입력하거나, 또는 첨부 배치 실행 파일을 받아서 한번만 실행하시면 됩니다.

@echo off 
ipconfig /displaydns 
ipconfig /flushdns


Flushing DNS batch file : Download!!


윈도우즈 시리즈 (Windows 10, 8, 8.1,Vista and 7)

  • Windows 10 : 시작 버튼에 마우를 놓고 오른쪽 버튼을 눌러서 관리자 권한으로 명령 프롬프트 실행하기를 선택합니다. 터미널 화면이 나타나면 "ipconfig /flushdns"를 입력합니다. (Right click on the start menu and choose Command Prompt (Admin) from the menu and type in the command ipconfig /flushdns.)


  • Windows 8 and 8.1 : 바탕화면의 찾기에서 "cmd"라고 입력한 후 명령 프롬프트가 나타나면 마우스 오른쪽 버튼을 눌러서 관리자 권한으로 실행하면 됩니다. 터미널 화면이 나타나면 "ipconfig /flushdns"를 입력합니다. (Simply type cmd on the Windows 8 Start Screen and the Windows search bar will appear on the right hand side with search results. Right click on Command Prompt and click Run as administrator and type in the command ipconfig /flushdns.)


  • Windows Vista and 7 : 시작 - 모든 프로그램 - 보조 프로그램에 있는 "명령 프롬프트"를 실행합니다. 터미널 화면이 나타나면 "ipconfig /flushdns"를 입력합니다. (Start > All Programs > Accessories > Command Prompt and type in the command ipconfig /flushdns.)


  • Windows 98/NT/2000/XP : 시작 - 실행 - cmd.exe 입력 후 실행합니다. 터미널 화면이 나타나면 "ipconfig /flushdns"를 입력합니다. (Start > Run > cmd.exe > OK and type in the command ipconfig /flushdns.)


다른 운영 체제들 (Other Operation systems)

애플 매킨토시 (Apple OS X) : 각각 버전에 따라 커맨드창에 입력하여 실행하시기 바랍니다. (Flushing DNS commands are different depends on the OSX version.)


  • Mac OS X 10.12 Sierra and 10.11 El Capitan
  1. Open up the command terminal. (Command terminal is in "Utility".)
  2. Run the command sudo killall -HUP mDNSResponder
  3. Enter the password. You will most likely be asked for the administrator password before you can proceed with the DNS flush.


  • Mac OS X Yosemite
  1. Open up the command terminal. (Command terminal is in "Utility".)
  2. Run the command sudo discoveryutil udnsflushcaches
  3. Enter the password. You will most likely be asked for the administrator password before you can proceed with the DNS flush.


  • Mac OS X 10.9 Mavericks,  10.8 Mountain Lion and 10.7 Lion
  1. Open up the command terminal. (Command terminal is in "Utility".)
  2. Run the command sudo killall -HUP mDNSResponder
  3. Enter the password. You will most likely be asked for the administrator password before you can proceed with the DNS flush.


  • Mac OS X 10.6 Snow Leopard
  1. Open up a command terminal. (Command terminal is in "Utility".)
  2. Run the command sudo dscacheutil -flushcache
  3. Enter the password. You will most likely be asked for the administrator password before you can proceed with the DNS flush.


  • Mac OS X 10.5.1 Leopard and below
  1. Open a command terminal. (Command terminal is in "Utility".)
  2. Run the command sudo lookupd -flushcache
  3. Enter the password. You will most likely be asked for the administrator password before you can proceed with the DNS flush.

 

리눅스 (Linux)

If you are running the nscd Name Service Cache Daemon and wish to flush your DNS cache, then you will need to do the following.

  1. Open up a command terminal (either as root or run step 2 with sudo).
  2. Run the command /etc/init.d/nscd restart

업데이트 된 글 보기 (For more information, visit main hompage) : http://gturl.iptime.org

 

접속 안될 때 (When you can't access to main homepage) : http://burst-watermelon.blogspot.com


반응형
블로그 이미지

Burst Watermelon

교육의 모든 정보,투자,부동산,유용한 정보들

,
반응형


반응형
블로그 이미지

Burst Watermelon

교육의 모든 정보,투자,부동산,유용한 정보들

,