Skip to content

Instantly share code, notes, and snippets.

@mylamour
Last active January 11, 2019 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mylamour/6454a7770ade80b8e3e438fa8a3a50ef to your computer and use it in GitHub Desktop.
Save mylamour/6454a7770ade80b8e3e438fa8a3a50ef to your computer and use it in GitHub Desktop.
使用mac中遇到的傻屌问题
  1. mac 挂载ntfs盘
macbook:~ uwe$ sudo umount /Volumes/UNTITLED
macbook:~ uwe$ sudo mount -t ntfs -o rw,auto,nobrowse /dev/disk3s1 ~/ntfs-volume

image image

  1. mac docker login登陆从cli
  • 只能用用户名,不能用邮箱
@mylamour
Copy link
Author

mylamour commented Jan 11, 2019

image

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

https://www.blackhat.com/presentations/bh-usa-08/D'Auganno/BH_US_08_DAuganno_iRK_OS_X_Rootkits.pdf

@mylamour
Copy link
Author

(libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8).

sudo nvram boot-args="rootless=0";sudo reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment