윈도우에 RaiDrive처럼 맥에도 비슷한 프로그램인 expandrive가 있는데 유료(50USD)로 보입니다.


https://www.expandrive.com/




검색하여 보니 아래의 방법으로 무료 이용이 가능하였습니다.(CLI)


1. 터미널 실행


2. brew cask install osxfuse 


HAPPYuiiMac:~ happy$ brew cask install osxfuse

==> Tapping caskroom/cask

Cloning into '/usr/local/Homebrew/Library/Taps/caskroom/homebrew-cask'...

remote: Counting objects: 4063, done.

remote: Compressing objects: 100% (4043/4043), done.

remote: Total 4063 (delta 29), reused 654 (delta 16), pack-reused 0

Receiving objects: 100% (4063/4063), 1.40 MiB | 447.00 KiB/s, done.

Resolving deltas: 100% (29/29), done.

Tapped 0 formulae (4,071 files, 4.4MB)

==> Creating Caskroom at /usr/local/Caskroom

==> We'll set permissions properly so we won't need sudo in the future

Password:

==> Caveats

To install and/or use osxfuse you may need to enable their kernel extension in


  System Preferences → Security & Privacy → General


For more information refer to vendor documentation or the Apple Technical Note:


  https://developer.apple.com/library/content/technotes/tn2459/_index.html


You must reboot for the installation of osxfuse to take effect.


==> Satisfying dependencies

==> Downloading https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.7

######################################################################## 100.0%

==> Verifying checksum for Cask osxfuse

==> Installing Cask osxfuse

==> Running installer for osxfuse; your password may be necessary.

==> Package installers may write to any location; options such as --appdir are i

==> installer: Package name is FUSE for macOS

==> installer: choices changes file '/var/folders/yq/vsh4yl1520sb78f16r3615k0000

==> installer: Installing at base path /

==> installer: The install was successful.

==> Changing ownership of paths required by osxfuse; your password may be necess

🍺  osxfuse was successfully installed! 


3. brew install sshfs


HAPPYuiiMac:~ happy$ brew install sshfs

==> Installing dependencies for sshfs: gettext, libffi, pcre, glib

==> Installing sshfs dependency: gettext

==> Downloading https://homebrew.bintray.com/bottles/gettext-0.19.8.1.high_sierra.bottle.tar.gz

######################################################################## 100.0%

==> Pouring gettext-0.19.8.1.high_sierra.bottle.tar.gz

==> Caveats

This formula is keg-only, which means it was not symlinked into /usr/local,

because macOS provides the BSD gettext library & some software gets confused if both are in the library path.


If you need to have this software first in your PATH run:

  echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile


For compilers to find this software you may need to set:

    LDFLAGS:  -L/usr/local/opt/gettext/lib

    CPPFLAGS: -I/usr/local/opt/gettext/include


==> Summary

🍺  /usr/local/Cellar/gettext/0.19.8.1: 1,935 files, 16.9MB

==> Installing sshfs dependency: libffi

==> Downloading https://homebrew.bintray.com/bottles/libffi-3.2.1.high_sierra.bottle.tar.gz

######################################################################## 100.0%

==> Pouring libffi-3.2.1.high_sierra.bottle.tar.gz

==> Caveats

This formula is keg-only, which means it was not symlinked into /usr/local,

because some formulae require a newer version of libffi.


For compilers to find this software you may need to set:

    LDFLAGS:  -L/usr/local/opt/libffi/lib


==> Summary

🍺  /usr/local/Cellar/libffi/3.2.1: 16 files, 297.0KB

==> Installing sshfs dependency: pcre

==> Downloading https://homebrew.bintray.com/bottles/pcre-8.42.high_sierra.bottle.tar.gz

######################################################################## 100.0%

==> Pouring pcre-8.42.high_sierra.bottle.tar.gz

🍺  /usr/local/Cellar/pcre/8.42: 204 files, 5.3MB

==> Installing sshfs dependency: glib

==> Downloading https://homebrew.bintray.com/bottles/glib-2.56.1.high_sierra.bottle.tar.gz

######################################################################## 100.0%

==> Pouring glib-2.56.1.high_sierra.bottle.tar.gz

🍺  /usr/local/Cellar/glib/2.56.1: 430 files, 23.7MB

==> Installing sshfs

==> Downloading https://homebrew.bintray.com/bottles/sshfs-2.10.high_sierra.bottle.tar.gz

######################################################################## 100.0%

==> Pouring sshfs-2.10.high_sierra.bottle.tar.gz

🍺  /usr/local/Cellar/sshfs/2.10: 6 files, 94.4KB 



4. sshfs -h  (사용 법)


general options:

    -o opt,[opt...]        mount options

    -h   --help            print help

    -V   --version         print version


SSHFS options:

    -p PORT                equivalent to '-o port=PORT'

    -C                     equivalent to '-o compression=yes'

    -F ssh_configfile      specifies alternative ssh configuration file

    -1                     equivalent to '-o ssh_protocol=1'

    -o reconnect           reconnect to server

    -o delay_connect       delay connection to server

    -o sshfs_sync          synchronous writes

    -o no_readahead        synchronous reads (no speculative readahead)

    -o sync_readdir        synchronous readdir

    -o sshfs_debug         print some debugging information

    -o cache=BOOL          enable caching {yes,no} (default: yes)

    -o cache_max_size=N    sets the maximum size of the cache (default: 10000)

    -o cache_timeout=N     sets timeout for caches in seconds (default: 20)

    -o cache_X_timeout=N   sets timeout for {stat,dir,link} cache

    -o cache_clean_interval=N

                           sets the interval for automatic cleaning of the

                           cache (default: 60)

    -o cache_min_clean_interval=N

                           sets the interval for forced cleaning of the

                           cache if full (default: 5)

    -o workaround=LIST     colon separated list of workarounds

             none             no workarounds enabled

             [no]rename       fix renaming to existing file (default: off)

             [no]truncate     fix truncate for old servers (default: off)

             [no]buflimit     fix buffer fillup bug in server (default: on)

             [no]fstat        fix fstat for old servers (default: off)

    -o idmap=TYPE          user/group ID mapping (default: user)

             none             no translation of the ID space

             user             only translate UID/GID of connecting user

             file             translate UIDs/GIDs contained in uidfile/gidfile

    -o uidfile=FILE        file containing username:remote_uid mappings

    -o gidfile=FILE        file containing groupname:remote_gid mappings

    -o nomap=TYPE          with idmap=file, how to handle missing mappings

             ignore           don't do any re-mapping

             error            return an error (default)

    -o ssh_command=CMD     execute CMD instead of 'ssh'

    -o ssh_protocol=N      ssh protocol to use (default: 2)

    -o sftp_server=SERV    path to sftp server or subsystem (default: sftp)

    -o directport=PORT     directly connect to PORT bypassing ssh

    -o slave               communicate over stdin and stdout bypassing network

    -o disable_hardlink    link(2) will return with errno set to ENOSYS

    -o transform_symlinks  transform absolute symlinks to relative

    -o follow_symlinks     follow symlinks on the server

    -o no_check_root       don't check for existence of 'dir' on server

    -o password_stdin      read password from stdin (only for pam_mount!)

    -o SSHOPT=VAL          ssh options (see man ssh_config)


FUSE options:

    -d   -o debug          enable debug output (implies -f)

    -f                     foreground operation

    -s                     disable multi-threaded operation


fuse: no mount point 



5. 제가 사용한 명령 줄 

 5-1. /Users/happy/에 remote란 폴더를 생성

 5-2. 터미널에서 아래 명령어 실행


sshfs happy@file.sample.com:/ /Users/happy/remote/ -p 22 -ovolname=Vol1



 5-3. yes 입력 후 엔터


The authenticity of host '[file.sample.com]:22 ([123.123.123.4]:22)' can't be established.

ECDSA key fingerprint is SHA256:ARCigDmq7QZzhFUk+2sk4fpRuL0c43XHwPjbzsqRjCk.

Are you sure you want to continue connecting (yes/no)? yes  


 5-4. sFTP 암호 입력


happy@happy.sample.com's password: 


6. 파인더를 열어보면 원격지에 파일이 sFTP로 마운트되어 로컬폴더처럼 보이면 성공입니다.






ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null



brew install tcping




http://macappstore.org/tcping/



hdiutil makehybrid -iso -joliet -o image.iso /path/to/source 


dd if=/dev/dvd of=/destination/path/dvd.iso 


출처 : http://osxdaily.com/2012/03/16/create-iso-images-from-the-command-line/

"The startup disk cannot be partitioned or restored to a single partition" error in Boot Camp Assistant



boot camp partition을 삭제하려고 했는데 위 에러가 뜨더군요.


아래 링크를 참조해서 작업해 보세요. 


https://discussions.apple.com/thread/8210300


명령어


diskutil eraseVolume jhfs+ BC1 disk0s3

diskutil eraseVolume jhfs+ BC2 disk0s4

diskutil mergePartitions jhfs+ BCMP disk0s3 disk0s4


출처 : https://support.microsoft.com/ko-kr/help/278061/email-received-from-a-sender-using-outlook-includes-a-winmail-dat-atta


아웃룩을 사용하는 사용자가 아웃룩을 사용하는 수신자에게 이메일을 발송하면 winmail.dat파일이 생성되지 않고 정상적으로 송신됩니다.

하지만 아웃룩을 사용하지 않는 사용자(웹메일)에게 발송하면 첨부파일등이 winmail.dat로 합쳐 수신이 되는데 


맥에서 이파일을 복원하는 앱은 아래 링크에서 무료로 다운로드 할 수 있습니다. 


https://itunes.apple.com/app/tnefs-enough/id986621173?mt=12



만약 윈도우라면 아래 링크에서 winmail opener 를 다운로드하세요.

http://www.eolsoft.com/download/

winmail_opener.exe




발송자에게 아웃룩 환경설정에서 (도구 > 옵션 > 메일 포멧) 에서 메시지 작성형식을 일반텍스트로 변경해달라고 요청하면 이러한 문제가 나타나지 않습니다.


Email received from a sender using Outlook includes a Winmail.dat attachment

Symptoms

You receive an email message that contains a winmail.dat attachment. This issue may occur if all of the following conditions are true:
  • The email message is sent to you by someone using Microsoft Outlook.
  • The format of the message is Rich Text format (RTF).

This issue is more common when the email message is sent to you over the Internet.

Cause

The Winmail.dat file is used to preserve Rich Text formatting. Outlook uses it when sending a Rich Text-formatted message. During transport, the content of the message may be changed, preventing the receiving client from being able to read the formatting instructions. In other cases, the receiving client does not use or recognize the winmail.dat file.

Resolution

The data in a winmail.dat file is not usable. To resolve this issue, ask the sender to re-send the message in plain text format. The following methods can be used by sender to prevent sending Rich Text messages encapsulated in the Transport Neutral Encapsulation Format (TNEF).

Method 1: Change the default message format

The sender can change the format of the email messages that they send by using the following steps:  
  1. On the Tools menu, click Options, and then click Mail Format.
  2. In Compose in this message format, click to select Plain Text, and then click OK.
NOTE: To send to certain recipients that use RTF format and others recipients that use plain text format, the sender must set the option for the recipient in either the Personal Address Book or the recipient's contact record.

Method 2: Modify the recipient's entry in the Personal Address Book

The sender can use the following steps to remove the RTF format from the recipient attribute in the Personal Address Book:  
  1. On the Tools menu, click Address Book.
  2. In Show Names From, click the Personal Address Book.
  3. Select the addressee that you want to set as plain text, and then click Properties on the File menu.
  4. In the SMTP-General tab, click to clear the Always send to this recipient in Microsoft Exchange rich text format check box, and then click OK.

Method 3: Change the specific contact format

The sender can use the following steps to set plain text in the recipient's contact record:  
  1. Open the recipient's record in the Contacts folder.
  2. Double-click the recipient's e-mail address.
  3. In the E-Mail Properties dialog box, click Send Plain Text only under Internet Format.

Method 4: Set the Outlook Rich Text Format Internet e-mail setting

  1. In Outlook 2003 and Outlook 2007, click Options on the Tools menu.
  2. Click the Mail Format tab.
  3. Click Internet Format.
  4. Under Outlook Rich Text options, click either Convert to HTML format or Convert to Plain Text format.

More Information

For more information about TNEF, click the following article number to view the article in the Microsoft Knowledge Base:
290809 How e-mail message formats affect Internet e-mail in Outlook
For more information about Winmail.dat attachments, click the following article numbers to view the articles in the Microsoft Knowledge Base:

149203 Preventing Winmail.dat from being sent over IMC

138053 How to prevent the Winmail.dat file from being sent to Internet users

속성

문서 ID: 278061 - 마지막 검토: 2012. 2. 18. - 수정: 1

Microsoft Office Outlook 2007, Microsoft Office Outlook 2003, Microsoft Outlook 2002 Standard Edition, Microsoft Business Productivity Online Dedicated


키체인 접근(Keychain Access) 앱을 실행합니다.

시스템 항목에 AirPort 네트워크 암호 항목을 보면 SSID가 표시됩니다. 암호를 확인하고자 하는 SSID를 선택 후 복사하기를 하면 됩니다.

이때 시스템 계정ID와 비밀번호를 확인합니다.


참고 : 

https://apple.stackexchange.com/questions/56130/how-to-retrieve-the-wi-fi-password-of-a-connected-network-on-a-mac

애플에서 제공하는 부트캠프용 드라이버에 포함된 AMD Radeon Driver는 버전이 15.x입니다.

현재 17.x대로 업데이트 알림이 뜨지만 실제 설치를 하지 못하는 이상한 현상이 있더군요.


검색하여 보니 http://bootcampdrivers.com/ 에서 AMD에서 배포하는 최신 드라이버를 수정해서 맥에 설치할 수 있도록 한 버전이 존재하더군요.


저는 27" iMac 2015 late 모델로 알려주는 가이드대로 잘 설치했습니다.


위 홈페이지를 보면 가이드와 동영상을 제공합니다. 드라이버는 용량이 크기 때문에 블로그에 첨부하지 못했지만 가이드는 첨부하였습니다.



Read Me First.pdf

가이드를 보면 되시고 저는 오버클럭킹을 하지 않기 때문에

1) ~9) 단계만 하였습니다.






부트캠프 윈도우 10, iMac 2015 late (5k, 27")에 적용한 방법입니다.

 

1. BFRC를 다운로드 & 설치

    http://bluesky23.yukishigure.com/en/BlueskyFRC.html

 

    •BlueskyFRC_2.8.0_Setup (w/ installer)

 

2. 다음 팟플레이어 다운로드(32비트) & 설치

    http://potplayer.daum.net/?lang=ko

 

3. BFRC AFM 활성화 후 재부팅

   

 

 

 

4. AMD Radeon 설정에서 비디오 > 사용자 지정 > AMD Fluid Motion Video 체크

 

 

5. 다음팟플레이어에 외부 코덱(BFRC)추가 (환경설정 > 코덱/필터 > 전역필터 우선순위 > 외부코덱 추가 > BlueskyFRC32.dll 선택)

    파일 위치(기본) : C:\Program Files\Bluesky Frame Rate Converter

 

 

 

 

6. 우선순위 최우선 사용으로 체크 후 저장

 

7. 다음팟플레이어로 동영상을 재상한 후 tab 키를 누르면 FPS정보가 표시 됩니다. 24 -> 60FPS로 변경된것을 확인할 수 있습니다.

 

 

 

+ Recent posts