Windows 7 Tutorials
June 14, 2011 in Computer Configuration, Software, Windows
June 14, 2011 in Computer Configuration, Software, Windows
May 10, 2011 in Apple, Computer Configuration, Software
Original Post: http://appleclinic.wordpress.com/2008/10/30/time-machine-on-nas/
Some of us may own Network Attached Storage (NAS) devices, and/or may feel that an Apple Time Capsule is too expensive, and hence would rather buy a seperate router, NAS and Hard Disk Drives. This guide will help you to enable Time Machine on any NAS, allowing you to have the functionality of a Time Capsule, with hardware of your own choosing.
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1your Computername_MACaddress.sparsebundle.ifconfig en0 | grep ether | sed s/://g | sed s/ether// in Terminal. This will return one line of output, which is the MAC address for the Ethernet port, which will be a string of 14 hexadecimal characters (letters and numbers, for example,001ec4b8f9b3).
Even if the network backups will be done using a different port (e.g. AirPort: usually en1), the system will use the MAC address of en0 as part of the system identifier.sudo hdiutil create -size 70g -type SPARSEBUNDLE -nospotlight -volname "Backup of My Mac" -fs "Case-sensitive Journaled HFS+" -verbose ./Computername_MACaddress. This will create a 70GB sparse-bundle as a case-sensitive, journaled HFS+ without spotlight indexing. Substitute variables in red for values you need. Computername_MACaddress may be in the form of “DansComputer_001ec4b8f9b3smb://TimeMachine@ip-address-of-nas/TimeMachine. Click Connect and when prompted, enter the password and save in your keychain.Hope this helps.
April 4, 2011 in Apple, Computer Configuration, Development
All of the sudden, my development Apache webserver on my Macbook Pro stopped working. I found the soution here:
http://hintsforums.macworld.com/showthread.php?t=83942
Hi aaron. I had exactly the same problem. “Safari can’t connect to the server.
Safari can’t open the page “http://localhost/” because it could not connect to the server “localhost”.
Using Terminal and issuing a “sudo apachectl -t” showed that I had a syntax error in line 1 of my httpd.conf file. I think it happened when I edited the file using Text Wrangler, and accidently saved it with hard-coded line-numbers prefixed to the lines; of course – apache didn’t understand the 1st line, which was “1 #”. Once I fixed that and restarted apache, everything started working as it used to in Mac OS X 10.4.10.
August 28, 2009 in Apple, Computer Configuration
Here are all the iPhone syncing instructions I could find:
1.) Setup Google Calendar with iPhone (http://www.google.com/mobile/products/sync.html#p=apple)
2.) Sync Google Calendar with Outlook (http://www.google.com/support/calendar/bin/answer.py?answer=98563)
3.) Sync Google Calendar and Contacts with Outlook (http://webworkerdaily.com/2007/10/08/synch-your-google-calendar-and-contacts-with-ms-outlook/)
March 7, 2009 in Apple, Computer Configuration
Here’s the link to an article on how to configure this setting:
http://www.askdavetaylor.com/disable_wake_on_lid_open_on_macbook.html