Some show operating on Mac OS

This post personal records show a number of operations on the Mac operating system, constantly updated, our readers.

Quickly move to the top or bottom of the page

Touchpad with two fingers up and down stroke it? NO, we have more Sao operation:

command + ↑ back to the top

command + ↓ Rolled to the bottom

In addition,

fn + ↑ On a roll

fn + ↓ Scroll down a

fn + ← Home, back to top

fn + → End, rolled to the bottom

Do not paste text with style

Sometimes the good from the Internet want to paste the text into Word, Evernote or a text editing application, but the use command + vwill even text styles are brought over, this time you should use a little show of operation, and that is:

command + shift + v

When entering do not automatically capitalize the first letter of the English

When you write in English in the text editing software, Mac will be very close and automatically identify the first letter capitalized. But I would often feel superfluous, obviously I do not want caps, especially in the blog or write or change some code or script that is more trouble. That's when I found a way to disable automatic automatically capitalize the first letter:

系统偏好设置 —> 键盘 —> 文本 —> 去除勾选【自动大写字词的首字母】

I want to cut or move files

Mac, the shortcut keys are copied command + c, pasted shortcut keys are command + v, but not cut shortcut key command + x, if you want to move the file, you are not still going to paste finished before deleting complex operation?

NO, in fact, after moving files can be copied using the shortcut key command + option + vto achieve, go and try it.

Rapid Simplified and Traditional Chinese conversion

Ensure simplified and traditional conversion service has been opened, the path is as follows:

系统偏好设置 —> 键盘 —> 快捷键 —> 服务 —> 将文字转换为繁体中文 / 将文字转换为简体中文

Select the need for all models on the exchange of text, press:

  • control + shift + command + c Traditional Chinese text into
  • control + option + shift + command + c Text into Simplified Chinese

Mobile hard disk read and write NTFS format

As we all know, NTFS copyright is Microsoft, Apple did not buy the copyright, can not write to NTFS-formatted disks on a Mac. Online solutions include:

  • Use paid software such as NTFS for Mac or Tuxera NTFS etc; drawback is the price a little expensive, can not read and write operations through the terminal;
  • NTFS writing enabled system functions, execute commands using free software Mounty principles described in the manual or according to their official website; drawback is unstable, the file will become gray (such as gray may need to xattr -c -r .recover);
  • Use OSXFuse alternative system NTFS drives; disadvantage is slightly more complex operation, but can be read and write operations, worry, herein recommended by the terminal.

The following list of the third scheme steps:

  1. Restart the Mac and click on startup Command + R into recovery mode.
  2. In recovery mode, click on the menu bar "Tools -> Terminal", execute the command csrutil disable, then reboot.
  3. Performed in the terminal brew cask install osxfuse'.
  4. Then execution brew install ntfs-3g(such as non sbin write permissions to perform sudo chown -R $(whoami) $(brew --prefix)).
  5. It is then performed sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.originaland sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfsntfs alternative drive system.
  6. Finally, do not forget to go into recovery mode again, and then perform csrutil enableenable system integrity, prevent system data is modified.

参考:Enable NTFS write support in MacOS High Sierra (10.13.x) - medium

macOS mojave 10.14.1+ WiFi crash led to the menu bar stuck

When this happens in addition to the row may also be resolved by restarting command to open a terminal execute the following commands:

sudo kill -9 `ps aux | grep -v grep | grep /usr/libexec/airportd | awk '{print $2}'`

From: @Newbing

More importantly, prevent problems, the V2EX @gongzhang provides the following solutions :

  1. In the "Network" settings, a new position, no longer use "Auto"
  2. In the "Security and privacy", the "location services" -> "System Services", deselect the "Wifi Network" is checked did not confirm which operation avoids the problem of jamming

Guess you like

Origin www.cnblogs.com/lshare/p/11334752.html