페이지

2015년 10월 6일 화요일

Making wireless ap on Windows 10

netsh wlan set hostednetwork mode=allow ssid="techtuft.com" key="Pa$$w0rd"
netsh wlan start hostednetwork
netsh wlan show hostednetwork


https://www.youtube.com/watch?v=0XP7GpcownQ





Method 1: The issue seems to occur on computers that have Windows Firewall disabled. Windows Firewall service has to be running even if you’re using another antivirus/firewall program on your computer.

I recommend you to check for the status of the “Windows Firewallservice and set it to “Automatic”.
Follow these steps:
  1. Press Windows + R keys and type services.msc, and click OK.
  2. Locate Windows Firewall, right-click on it and click Properties.
  3. In the General tab, select Automatic under the Startup type.
  4. Click Start to start the service.
  5. Click Apply and OK.
  6. Restart the computer and check if the issue gets fixed.

If the issue still persists then, try the below,
Method 2: You may try to check all the services that run Internet Connection Sharing (ICS) and check.
  1. Press Windows + R keys and type services.msc, and click OK.
  2. To enable a service, find it in the right pane and double-click its entry.
  3. Be sure its Startup type is set to Automatic and click OK.

All the following services must be thus configured in order to use ICS:
  • Application Layer Gateway Service
  • Network Connections
  • Network Location Awareness (NLA)
  • Plug And Play
  • Remote Access Auto Connection Manager
  • Remote Access Connection Manager
  • Remote Procedure Call (RPC)
  • Telephony



After verifying and/or configuring Automatic startup for each of these services, close the Services window and restart the computer before attempting again to enable ICS.


http://answers.microsoft.com/en-us/windows/forum/windows_10-networking/wifi-hotspot-on-windows-10-with-error-an-error/b80e6222-bc1c-4d13-8619-ba3a4d4b3757?auth=1



But
in my case,
it didn't work

Error still occurred
" an error occurred while internet connection sharing was being enabled"


i think mac is better than windows. and windows should try to get better on UX.

2015년 9월 25일 금요일

OSX Yosemite 부팅 USB 만드는 법

OS X Yosemite 클린 설치를 위해서는 Yosemite로 부팅할 수 있는 USB가 필요하다. 부팅 USB를 만드는 여러 방법이 있는 것 같은데, 아래 방법이 제일 깔끔하고 간단한 것 같다. 

1. App Store 를 통해 OS X Yosemite를 다운로드한다. 
2. 8GB 이상 USB를 준비한 뒤, Disk Utility 프로그램을 이용하여 이 USB를 포맷한다 - Mac OS Extended (Journaled)로
3. 터미널에서 다음 명령을 실행한다. (아래 명령에서 붉은색의 Untitled는 USB의 볼륨 이름이다. 보통 위 포맷 과정을 거치고 나면 볼륨 이름이 Untitled가 된다.)

sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled--applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction

4. 암호를 입력한 뒤 기다리면 된다. 
5. 이후  [Option] 키를 누른 채 재부팅한 뒤 USB를 선택해서 클린설치를 하면 된다.