<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>michaeloglesby.com &#187; mac</title>
	<atom:link href="http://www.michaeloglesby.com/tag/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.michaeloglesby.com</link>
	<description>&#34;Helping people get the most from digital&#34;</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:25:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up WordPress locally on your Mac</title>
		<link>http://www.michaeloglesby.com/blog/settingupwordpresslocallyonyourmac</link>
		<comments>http://www.michaeloglesby.com/blog/settingupwordpresslocallyonyourmac#comments</comments>
		<pubDate>Fri, 30 May 2008 15:21:26 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.michaeloglesby.com/?p=414</guid>
		<description><![CDATA[In this tutorial, I teach you how to install WordPress locally on your Apple Mac.]]></description>
			<content:encoded><![CDATA[<div>
<p><a title="WordPress" href="http://www.wordpress.org/" target="_blank">WordPress<img class="alignnone size-full wp-image-63" src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a> is one of the most popular Content Management Systems (CMS) on the Internet today, but doing Research and Development (R&amp;D) work on the platform can be problematic at best. The reason being is any R&amp;D that you do on a Live WordPress platform has a potential risk of bringing your website down. So, what do you do if you want to create a new theme or test a new plugin to see if it meets your needs?</p>
<p>Well, you can install WordPress locally on your Apple Mac so that you can play around with the platform to your heart&#8217;s content. Luckily, there is a solution available where you don&#8217;t need to install and configure the <a title="Apache Software Foundation" href="http://www.apache.org/" target="_blank">Apache</a><a title="WordPress" href="http://www.wordpress.org/" target="_blank"><img src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a>, <a title="PHP Official website" href="http://www.php.net/" target="_blank">PHP</a><a title="WordPress" href="http://www.wordpress.org/" target="_blank"><img src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a> and <a title="Official MySQL website" href="http://www.mysql.com/" target="_blank">MySQL</a><a title="WordPress" href="http://www.wordpress.org/" target="_blank"><img src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a> packages on your Mac.</p>
<p>&nbsp;</p>
<h3>Process</h3>
<p>1. To begin with, you need to download the <a title="WordPress Official" href="http://wordpress.org/" target="_blank">WordPress CMS</a><a title="WordPress" href="http://www.wordpress.org/" target="_blank"><img src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a> and an application called <a title="MAMP Download Page" href="http://www.mamp.info/en/download.html" target="_blank">MAMP</a><a title="WordPress" href="http://www.wordpress.org/" target="_blank"><img src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a>. MAMP or &#8216;Macintosh, Apache, MySQL and PHP&#8217; is an all-in-one application solution where it turns your Apple Mac into a local &#8216;web server&#8217;. Like what the name says, it provides the three most popular open source software applications for your Mac. No installation or configuration of Apache, MySQL and PHP is needed.</p>
<p>2. Once the MAMP application has downloaded, open the .dmg file and drag the MAMP folder to your application folder. For convenience, you should also place the MAMP icon in your Dock (it&#8217;s inside the MAMP folder). Double-click the MAMP application to start the web services. When all the green lights in the Status window appear, your Mac is now a local web server. A web browser should also automatically launch displaying the &#8216;Start page&#8217; for MAMP. This is where you control the MySQL and PHP functions, we come to those later.</p>
<p><img class="alignnone thumbnail-post" title="MAMP status window" src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/mampstatuswindow.jpg" alt="MAMP status window" width="423" height="344" /></p>
<p>&nbsp;</p>
<p>3. Locate a folder called &#8216;htdocs&#8217; inside the MAMP folder. This is where you place files that you want to excute on your local web server. Unzip the WordPress ZIP file that you downloaded earlier and move or copy the files from within the WordPress folder to the &#8216;htdocs&#8217; folder.</p>
<p><img class="alignnone thumbnail-post" title="WordPress installed" src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/wordpressinstalled.jpg" alt="WordPress installed" width="460" height="251" /></p>
<p>&nbsp;</p>
<p>4. OK, your local web server is now up and running, the WordPress files are installed, all you need to do now is create a MySQL database for WordPress and you are done. This is the hardest part to accomplish, but follow these instructions and you will be fine. You need to go to the MAMP &#8216;Start Page&#8217; web page; launch the MAMP application and click the &#8216;Open start page&#8217; button (if you already don&#8217;t have it open from Step 2). Click the &#8216;phpMyAdmin&#8217; navigation button which enters you to the MySQL administration screen. Find the &#8216;Create new database&#8217; field and enter a name for the WordPress database. In this tutorial, I&#8217;ve called it &#8216;wordpressdb&#8217;.</p>
<p><img class="alignnone thumbnail-post" title="Creating a WordPress database" src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/createwordpressdatabase.jpg" alt="Creating a WordPress database" width="460" height="363" /></p>
<p>&nbsp;</p>
<p>Click the &#8216;Create&#8217; button. You should get a confirmation message saying that the database has been created. Don&#8217;t worry about creating tables for the database, the WordPress set up procedure will do that for you.</p>
<p>5. Go to your web browser and type &#8216;<a title="Localhost" href="http://localhost:8888/" target="_blank">http://localhost:8888/</a><a title="WordPress" href="http://www.wordpress.org/" target="_blank"><img src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a>&#8216; into the address bar.</p>
<p>6. You should get an error saying that the WordPress configuration file hasn&#8217;t been set up and you need to create one. Luckily, there is a sample given within the WordPress download. Go to the &#8216;htdocs&#8217; folder within the MAMP folder and find the &#8216;wp-config-sample.php&#8217; file. Right-click on the file and select &#8216;Open With&#8217; and then select the Text Edit application. The PHP file should open in Text Edit. You can use any other text editor of your choosing if you wish.</p>
<p>7. Within the PHP file, you need to enter some details that enables WordPress to find and access the database that you&#8217;ve just created in Step 4. The database name, as given in this tutorial, is &#8216;wordpressdb&#8217;, and the user name and password by default for MAMP is &#8216;root&#8217; (yes, they are same for both). So, within the PHP file:</p>
<ul>
<li>replace &#8216;putyourdbnamehere&#8217; with &#8216;wordpressdb&#8217;,</li>
<li>replace &#8216;usernamehere&#8217; with &#8216;root&#8217;</li>
<li>replace &#8216;yourpasswordhere&#8217; with &#8216;root&#8217;</li>
</ul>
<p>Once you have done that, select Save As&#8230; and save as &#8216;wp-content.php&#8217; making sure that the file is being saved in the &#8216;htdocs&#8217; folder. You should have some similar as the screenshot below:</p>
<p><img class="alignnone thumbnail-post" title="My SQL settings" src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/mysqlsettings.jpg" alt="My SQL settings" width="470" height="105" /></p>
<p>&nbsp;</p>
<p>8. Go back to your web browser and go to &#8216;<a title="Localhost" href="http://localhost:8888/" target="_blank">http://localhost:8888/</a><a title="WordPress" href="http://www.wordpress.org/" target="_blank"><img src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/02/externallink.gif" alt="" width="11" height="11" /></a>&#8216;. As you can see, WordPress has been installed and is up and running. All you need to do now is go through the normal final set up procedure and that&#8217;s it, WordPress is installed locally on your Mac.</p>
<p>&nbsp;</p>
<h3>Notes</h3>
<ul>
<li>MAMP does not start up automatically when you log in; you need to start the services each time. You can place the MAMP application in your Login items if you wish.</li>
</ul>
<p><em>* Special thanks goes to James for discovering MAMP for me, and this tutorial is dedicated to Heidi P.</em></p>
</div>
<p><img src='http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/WordPressAppleInc580x210.jpg'></p>]]></content:encoded>
			<wfw:commentRss>http://www.michaeloglesby.com/blog/settingupwordpresslocallyonyourmac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a secure directory on a Mac</title>
		<link>http://www.michaeloglesby.com/blog/securedirectoryonamac</link>
		<comments>http://www.michaeloglesby.com/blog/securedirectoryonamac#comments</comments>
		<pubDate>Mon, 03 Mar 2008 15:05:46 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.michaeloglesby.com/?p=335</guid>
		<description><![CDATA[Learn how to create a secure area on your Apple Mac using the tools that are already on your Mac.]]></description>
			<content:encoded><![CDATA[<p>Data and information these days seem to be more valuable than gold or precious stones. With the ever increase of activity in computer crime and Internet fraud, users want to secure their personal data on their computers more now than ever before.</p>
<p>Although MacOS X is an extremely secure operating system from hackers when you are using the Internet, the physical computer itself is not that secure. Files can be easily transferred off your Mac if someone has direct access to your machine and also if they have with them another Mac computer and a Firewire cable.</p>
<p>So, how do you secure your files? How can you secure your files so that <strong>only you</strong> can access to them? Fear not. MacOS X gives you the tools or tool in this tutorial, to do this &#8220;right out the box&#8221; as Steve Jobs often says. In this tutorial, I will show you how to create a secure directory, so that you can place your important files and other related documents securely away.</p>
<p>You can instead, if you wish, encrypt your entire home directory using FileVault; this function is located in the Security System Preference. Personally, I see some disadvantages with using FileVault, the biggest being that you are unable to store your encrypted files on a memory key for added security, more on that later.</p>
<h3>Process</h3>
<p><strong>1.</strong> The tool that we are going to use, to create a secure directory, is called Disk Utility. It is located in the Applications &gt; Utilities folder. We don&#8217;t actually create a secure directory as per say, but more a &#8216;virtual&#8217; directory. In fact we create an encrypted disk image volume where we can save the files and documents we want to secure away. It&#8217;s the same principle as File Vault, but you have more control.</p>
<p><strong>2.</strong> Launch the Disk Utility application if you haven&#8217;t done so already. We use this application to create a new disk volume image. Click on &#8216;New Image&#8217; in the toolbar.</p>
<p><strong>3.</strong> You will be presented with the usual &#8216;Save As&#8217; dialog box, but with a few added options. Save the image something like &#8220;Important Files&#8221; and select where you would like to save the image.</p>
<p><strong>4. </strong>There are various options to choose from. The first one, Volume Name, is what you would like the volume to be called when you mount the disk image, name this whatever you like. Volume Size is the size of the image that you would like to create. For added security, you can save the image on a memory stick later and keep in a safe place. Select a size that suits your needs. If you run out of room in the image, you will have to create a larger image at a later date. Volume Format you should leave as Mac OS Extended (Journaled) unless there is a specific reason why you should choose another.</p>
<p><strong>5.</strong> The next option is Encryption. As stated in the application, you can choose 256-Bit encryption if you wish, but it will be slower. Pick the one that suits you best.</p>
<p><strong>6.</strong> The last two options, Partitions should read &#8216;Single partition &#8211; Apple Partition Map&#8217; and Image Format should read &#8216;read/write disk image&#8217;. This makes you able to read and write files to the image file. You should have a dialog box similar to the one below in the image:</p>
<p><img class="thumbnail-post alignnon" title="Disk Utility Options" src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/DiskUtilityOptions.jpg" alt="Disk Utility Options" width="470" height="407" /></p>
<p>&nbsp;</p>
<p><strong>7.</strong> When you are happy with your settings, click Create. Because we choose to encrypt the image, Disk Utility will ask you for a password. Insert a password that is going to be strong as displayed by the password strength indicator.</p>
<p><span style="color: #ff0000;"><strong>DO NOT FORGET YOUR PASSWORD!!!</strong></span> If you forget your password, tuff. There is no way of retrieving the data; it&#8217;s gone, it&#8217;s lost, it&#8217;s gone the way of the bit, bye bye, you&#8217;re SOL (shit out of luck). So choose a password carefully, but not stupidly, like your middle name etc.</p>
<p>Also, make sure that the check box for the &#8216;Remember password in my keychain&#8217; is <strong>UNCHECKED</strong> (why this feature is here I&#8217;ll never know). We don&#8217;t want the password being stored on your computer.</p>
<p><img class="thumbnail-post alignnone" title="Disk Utility Save Dialog" src="http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/DiskUtilitySaveDialog.jpg" alt="Disk Utility Save Dialog" width="444" height="340" /></p>
<p>&nbsp;</p>
<p><strong>8.</strong> Once you clicked &#8216;OK&#8217;, the disk image will be saved to your computer to the location that you specified earlier and the virtual disk will mount on your Desktop ready for use. Then it&#8217;s just a simple process of copying the files that you want to secure away on to the virtual disk. Once you have copied the files over, you can delete the originals off your hard disk.</p>
<p><strong>9. </strong>When you have finished, drag the virtual disk to the trash to &#8216;eject&#8217; the disk, therefore unmounting the image.</p>
<p><strong>10.</strong> When you want to use the virtual disk again, just double-click the image. It will ask you for the password for the image. Once successful, the virtual disk will then mount on your Desktop as before.</p>
<p><strong>11.</strong> For added security, you could save the disk image on to a memory stick. Then you can store the memory stick somewhere that is not near your computer and only insert the memory stick when you want to access your files.</p>
<p><img src='http://www.michaeloglesby.com/mywebsite/wp-content/uploads/2011/03/DiskUtilitySecureFolder580x210.jpg'></p>]]></content:encoded>
			<wfw:commentRss>http://www.michaeloglesby.com/blog/securedirectoryonamac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

