Skip to content

Instantly share code, notes, and snippets.

@PeterLi
PeterLi / svn 1.8 working with Xcode 6 on OS X 10.10
Created December 12, 2014 00:57
svn 1.8 working with Xcode 6 on OS X 10.10
Follow below instructions to install svn 1.8 on OSX Yosemite 10.10/xcode6 install which comes with svn 1.7.17
Open Terminal:
sudo -s
#
# create link to toolchain
#
ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain
@threesquared
threesquared / intune.md
Created September 11, 2018 15:12
Disable Microsoft Intune password policy on MacOS

Microsoft Intune can enforce some pretty crazy password policies. Fortunately if you have root access you can disable the policy and reset your password to whatever you want with the following command:

$ sudo pwpolicy clearaccountpolicies

Then you can change your password as normal with:

@leontebbens
leontebbens / intune.md
Created May 26, 2020 12:11 — forked from threesquared/intune.md
Disable Microsoft Intune password policy on MacOS

Microsoft Intune can enforce some pretty crazy password policies. Fortunately if you have root access you can disable the policy and reset your password to whatever you want with the following command:

$ sudo pwpolicy clearaccountpolicies

Then you can change your password as normal with: