반응형



http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx



How to create a bootable USB stick on OS X

  1. Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight).

  2. 3

    Convert the .iso file to .img using the convert option of hdiutil e.g., 

    hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso

    Note: OS X tends to put the .dmg ending on the output file automatically.

  3. 4

    Run 

    diskutil list
    to get the current list of devices.

  4. 5

    Insert your flash media.

  5. 6

    Run 

    diskutil list
    again and determine the device node assigned to your flash media (e.g. /dev/disk2).

  6. 7

    Run 

    diskutil unmountDisk /dev/diskN
    (replace N with the disk number from the last command; in the previous example, N would be 2).

  7. 8

    Execute 

    sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
    (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.img or ./ubuntu.dmg).

    • Using /dev/rdisk instead of /dev/disk may be faster
    • If you see the error dd: Invalid number '1m', you are using GNU dd. Use the same command but replace bs=1m with bs=1M
    • If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start the 'Disk Utility.app' and unmount (don't eject) the drive
  8. 9

    Run 

    diskutil eject /dev/diskN
    and remove your flash media when the command completes.

  9. 10

    Restart your Mac and press alt/option key while the Mac is restarting to choose the USB stick.


반응형



http://www.yourdailymac.net/2011/12/how-to-use-the-airport-tool-with-os-x-terminal/


반응형

http://buyersguide.macrumors.com/


반응형

내장 압축해제  어플, 반디집을 깔아서 압축해제 하니 한글이 깨진다.


The Unarchiver라는 어플을 설치해서 해제 하니 잘된다!!


엡스토어에서 받을 수 있다


반응형

어떤걸 다운로드 해야 할 지 모르겠다면 아이폰/패드 뒷면에 모델을 확인하시면 됩니다.

 

개발자 ID있으시면..

http://www.iphonehacks.com/2014/09/download-ios-8-gm.html

 

설치 방법은 아래 블로그를 참고 하세요..

http://emscloud.tistory.com/567

 

iPad Air (Model A1474)
iPad Air (Model A1475)

iPad Air (Model A1476)

iPad mini (Model A1489)

iPad mini (Model A1490)

iPad mini (Model A1491)

iPad (4th generation Model A1458)

iPad (4th generation Model A1459)

iPad (4th generation Model A1460)

iPad mini (Model A1432)

iPad mini (Model A1454)

iPad mini (Model A1455)

iPad Wi-Fi (3rd generation)

iPad Wi-Fi + Cellular (model for ATT)

iPad Wi-Fi + Cellular (model for Verizon)

iPad 2 Wi-Fi (Rev A)

iPad 2 Wi-Fi

iPad 2 Wi-Fi + 3G (GSM)

iPad 2 Wi-Fi + 3G (CDMA)

iPhone 5s (Model A1453, A1533)
iPhone 5s (Model A1457, A1518, A1528, A1530)

iPhone 5c (Model A1456, A1532)

iPhone 5c (Model A1507, A1516, A1526, A1529)

iPhone 5 (Model A1428)

iPhone 5 (Model A1429)

iPhone 4s

iPod touch (5th generation)

반응형

설정 -> 일반 -> 키보드 -> 자동수정을 비활성화

반응형

http://support.kaspersky.com/8366



Kaspersky Security Uninstaller.app.zip


위 링크에서 다운로드 하거나 블로그 첨부파일을 다운로드 후 전용 uninstaller로 제가하면 됩니다.


카스퍼스키 인터넷 시큐리티 2014인가 그거 지워지내요~

반응형

http://recordit.co


+ Recent posts