Just wanted to "bookmark" the command that I had to go back to a couple of times in order to switch between instances of Xcode:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Monday, September 30, 2013
Sunday, September 08, 2013
Connecting Ubuntu to AirPort Time Capsule
Here is what worked for me:
sudo mount -t cifs -o user=root,password=[your password],rw,hard,nosetuids,noperm,sec=ntlm //192.168.x.x/Data ~/capsule
Make sure you put the correct password and the time capsule ip address in there.
sudo mount -t cifs -o user=root,password=[your password],rw,hard,nosetuids,noperm,sec=ntlm //192.168.x.x/Data ~/capsule
Make sure you put the correct password and the time capsule ip address in there.
Subscribe to:
Posts (Atom)