<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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/"
	>

<channel>
	<title>OS X Client Server</title>
	<link>http://osxclientserver.com</link>
	<description>Exploring My OS X Web Server</description>
	<pubDate>Fri, 30 Jul 2010 18:06:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>Monitor and Keep Postfix Running on OS X</title>
		<link>http://osxclientserver.com/monitor-and-keep-postfix-running-on-os-x/</link>
		<comments>http://osxclientserver.com/monitor-and-keep-postfix-running-on-os-x/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 23:42:50 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X Web Server</category>

		<category>OS X Tips</category>

		<category>OS X Web Server Tricks</category>

		<category>OS X Web Server Tips</category>

		<category>OS X Back up</category>

		<category>OS X Web Server Help</category>

		<category>Monitor</category>

		<category>Postfix</category>

		<category>Mail</category>

		<category>Webmin</category>

		<category>Monitoring</category>

		<guid isPermaLink="false">http://osxclientserver.com/monitor-and-keep-postfix-running-on-os-x/</guid>
		<description><![CDATA[For some reason my postfix mail server kept crashing and would not stay up longer then one day. This got really annoying and made it impossible to use my server for any sites that had any email aspect to them. This week I found a really good way to monitor and keep postfix up and [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason my postfix mail server kept crashing and would not stay up longer then one day. This got really annoying and made it impossible to use my server for any sites that had any email aspect to them. This week I found a really good way to monitor and keep postfix up and running at all times.</p>
<p>To do this you will need Webmin installed so if you dont already go install it now. Here are the instructions:  <a title="Install Webmin on OS X" target="_blank" href="http://osxclientserver.com/install-webmin-server-tools-on-os-x/">Install Webmin on OS X</a></p>
<p>To set up a Postfix monitoring system:</p>
<p>1. Open Webmin</p>
<p><img id="image21" alt="Webmin" src="http://osxclientserver.com/wp-content/uploads/2007/04/webmin.jpg" /></p>
<p>2. Click the &#8220;others&#8221; tab</p>
<p><img id="image34" alt="Webmin Others tab" src="http://osxclientserver.com/wp-content/uploads/2007/12/picture-9.png" /></p>
<p><a id="more-42"></a>3. Click the &#8220;System and Server Status&#8221; icon</p>
<p><img id="image35" alt="Webmin System and Server Status" src="http://osxclientserver.com/wp-content/uploads/2007/12/picture-7.png" /></p>
<p>4. In the drop down box select &#8220;Postfix Server&#8221; and click &#8220;Add monitor of type&#8221;</p>
<p><img id="image39" alt="Monitor Postfix email server" src="http://osxclientserver.com/wp-content/uploads/2007/12/picture-18.png" /><br />
5. Now you will now see on screen a bunch of options  for your postfix monitor. The first setting you should change is “<strong>Check on schedule?”.</strong> Select in the drop down menu “Yes and report when going down”.</p>
<p>The next thing do is type your email address in the <strong>“Also send email for this service to” </strong>field. That section didn&#8217;t work for me so we will also send the email alerts with a different method. If they both work for you you can disable one of them.</p>
<p>6. Now comes the really cool part. Towards the bottom of the screen you will see an option under <strong>“Commands to run” </strong>called <strong>“If monitor goes down, run command”</strong>. This section allows you to run custom commands if postfix crashes.  What we will do here is run a command that restarts Postfix then one to email you and tell you that Postfix has crashed.</p>
<p>In the  <strong>“If monitor goes down, run command” </strong>field type:</p>
<p>sudo postfix start; tail -20 /var/log/mail.log | mail -s&#8221;mail log from postfix crash&#8221; youremail@youremailhost.com; tail -20 /var/log/system.log | mail -s&#8221;Postfix has crashed&#8221; youremail@youremailhost.com</p>
<p>Now as soon as your monitor detects a crash this system will restart postfix with the sudo postfix start; command and email you to tell you. It will also send you the last 20 entry&#8217;s in your mail log. The mail log entry&#8217;s will help you determine what went wrong. Make sure you replace youremail@youremailhost.com with your email address.<br />
If you want in the <strong>“If monitor comes up, run command”</strong>  type:  echo ” Postfix back up ” | mail -s  youremail@youremailhost.com youremail@youremailhost.com</p>
<p>That will send you an email that tells you that postfix was successfully restarted.</p>
<p><img id="image40" alt="Postfix monitor settings" src="http://osxclientserver.com/wp-content/uploads/2007/12/picture-19.png" /></p>
<p>7. Click Save</p>
<p>Thats it your done. Now Postfix will monitor its self and restart if it crashes. If you the monitor is working right, on the System and Server Status page you will see this:</p>
<p><img id="image41" alt="Postfix monitor" src="http://osxclientserver.com/wp-content/uploads/2007/12/picture-20.png" /><br />
If Postfix is down you will see an X instead of  the check mark.</p>
<p>You can also add any other custom commands to the <strong>“If monitor goes down, run command”</strong> just make sure you separate them by a ; Another command that might be useful is:</p>
<p>tail -20 /var/log/system.log | mail -s”system log from apache crash” youremail@youremailhost.com;</p>
<p>That will mail you the last 20 entry’s from your system log just before the crash.  That will help you figure out what caused the crash.</p>
<p>Before doing this my Postfix server did not stay up longer then one day. Now Postfix has been running for over a week. It did crash a few times but my monitor started it right back up. I know I should probably figure out why it is crashing in the first place but until I do at least it works!
</p>
<p><!--d7e64f99642bc95eb987bba65f1a3b6b-->
</p>
<p><!--34b77fdd43b6c6f9b9154de7933e0a61-->
</p>
<p><!--db5bdc812d43116e23ef86c847cfd743-->
</p>
<p><!--8899cbf14861d52214fcb25101111e29-->
</p>
<p><!--02697159f3c2d9afa813f190ab0d25ea-->
</p>
<p><!--b97dfe2db5ecf01a54bf143013f7a60e-->
</p>
<p><!--1210c0e504cb55e3a99f105385683f41-->
</p>
<p><!--8c3240b3d463e8c3f68cb4a5b5565504-->
</p>
<p><!--e00ee32a86e5e19db0645e63a8d96185-->
</p>
<p><!--83238de77f121a8f5c43f404db40884d-->
</p>
<p><!--e86324fd92a62e26e73d9571bf009c90-->
</p>
<p><!--83238de77f121a8f5c43f404db40884d-->
</p>
<p><!--02697159f3c2d9afa813f190ab0d25ea-->
</p>
<p><!--f83cc7e5f95a01c2ffac022e89874d40-->
</p>
<p><!--db5bdc812d43116e23ef86c847cfd743-->
</p>
<p><!--05f8e0e4bce41291fbde82472c8933a6-->
</p>
<p><!--55212c517c0ebcb1e981f657830dfee7-->
</p>
<p><!--7680acb15f6fd4657229a4e8f2ef534e-->
</p>
<p><!--b97dfe2db5ecf01a54bf143013f7a60e-->
</p>
<p><!--361e56870445ab15a86dcd36595cc9b8-->
</p>
<p><!--832ef8260b436a6fdd1fc7ec06e30594-->
</p>
<p><!--83238de77f121a8f5c43f404db40884d-->
</p>
<p><!--8899cbf14861d52214fcb25101111e29-->
</p>
<p><!--02697159f3c2d9afa813f190ab0d25ea-->
</p>
<p><!--f83cc7e5f95a01c2ffac022e89874d40-->
</p>
<p><!--db5bdc812d43116e23ef86c847cfd743-->
</p>
<p><!--e86324fd92a62e26e73d9571bf009c90-->
</p>
<p><!--05f8e0e4bce41291fbde82472c8933a6-->
</p>
<p><!--55212c517c0ebcb1e981f657830dfee7-->
</p>
<p><!--34b77fdd43b6c6f9b9154de7933e0a61-->
</p>
<p><!--8c3240b3d463e8c3f68cb4a5b5565504-->
</p>
<p><!--7680acb15f6fd4657229a4e8f2ef534e-->
</p>
<p><!--1210c0e504cb55e3a99f105385683f41-->
</p>
<p><!--b97dfe2db5ecf01a54bf143013f7a60e-->
</p>
<p><!--361e56870445ab15a86dcd36595cc9b8-->
</p>
<p><!--832ef8260b436a6fdd1fc7ec06e30594-->
</p>
<p><!--83238de77f121a8f5c43f404db40884d-->
</p>
<p><!--8899cbf14861d52214fcb25101111e29-->
</p>
<p><!--f83cc7e5f95a01c2ffac022e89874d40-->
</p>
<p><!--db5bdc812d43116e23ef86c847cfd743-->
</p>
<p><!--05f8e0e4bce41291fbde82472c8933a6-->
</p>
<p><!--34b77fdd43b6c6f9b9154de7933e0a61-->
</p>
<p><!--7680acb15f6fd4657229a4e8f2ef534e-->
</p>
<p><!--b97dfe2db5ecf01a54bf143013f7a60e-->
</p>
<p><!--361e56870445ab15a86dcd36595cc9b8-->
</p>
<p><!--832ef8260b436a6fdd1fc7ec06e30594-->
</p>
<p><!--83238de77f121a8f5c43f404db40884d-->
</p>
<p><!--02697159f3c2d9afa813f190ab0d25ea-->
</p>
<p><!--f83cc7e5f95a01c2ffac022e89874d40-->
</p>
<p><!--db5bdc812d43116e23ef86c847cfd743-->
</p>
<p><!--05f8e0e4bce41291fbde82472c8933a6-->
</p>
<p><!--34b77fdd43b6c6f9b9154de7933e0a61-->
</p>
<p><!--7680acb15f6fd4657229a4e8f2ef534e-->
</p>
<p><!--b97dfe2db5ecf01a54bf143013f7a60e-->
</p>
<p><!--361e56870445ab15a86dcd36595cc9b8-->
</p>
<p><!--832ef8260b436a6fdd1fc7ec06e30594-->
</p>
<p><!--83238de77f121a8f5c43f404db40884d-->
</p>
<p><!--02697159f3c2d9afa813f190ab0d25ea-->
</p>
<p><!--f83cc7e5f95a01c2ffac022e89874d40-->
</p>
<p><!--db5bdc812d43116e23ef86c847cfd743-->
</p>
<p><!--05f8e0e4bce41291fbde82472c8933a6-->
</p>
<p><!--55212c517c0ebcb1e981f657830dfee7-->
</p>
<p><!--8c3240b3d463e8c3f68cb4a5b5565504-->
</p>
<p><!--1210c0e504cb55e3a99f105385683f41-->
</p>
<p><!--b97dfe2db5ecf01a54bf143013f7a60e-->
</p>
<p><!--361e56870445ab15a86dcd36595cc9b8-->
</p>
<p><!--832ef8260b436a6fdd1fc7ec06e30594-->
</p>
<p><!--832ef8260b436a6fdd1fc7ec06e30594-->
</p>
<p><!--1d80d4eada09bbd8a1a62a5a7e3c03ad-->
</p>
<p><!--eed62edc11a271780bbb1e3510df3a5b-->
</p>
<p><!--476f799e54b8abfa1663c3bf10d9b42e-->
</p>
<p><!--d6a470d9c385d10a25a475990514b115-->
</p>
<p><!--0546d380fdf1d6d62c545d7fcb288c29-->
</p>
<p><!--8d5f25e592c344a3750d7f11cd02b897-->
</p>
<p><!--cfd97c2ec525bc19c4fdca14a7ea5ee2-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/monitor-and-keep-postfix-running-on-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Help, Where did all my drive space go?</title>
		<link>http://osxclientserver.com/help-where-did-all-my-drive-space-go/</link>
		<comments>http://osxclientserver.com/help-where-did-all-my-drive-space-go/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 01:02:56 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X Web Server</category>

		<category>OS X MYSQL</category>

		<category>OS X Terminal</category>

		<category>OS X Tips</category>

		<category>OS X Web Server Tricks</category>

		<category>OS X Web Server Tips</category>

		<category>OS X Web Server Help</category>

		<category>MYSQL</category>

		<category>Apple</category>

		<guid isPermaLink="false">http://osxclientserver.com/help-where-did-all-my-drive-space-go/</guid>
		<description><![CDATA[I noticed this week a big problem with my OS X Server. The finder was telling me that I only had 3 gb available. I counted the size of all the folders in my drive and it looked like I only had used about 15 gb so I should have 45 gb of free space. [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed this week a big problem with my OS X Server. The finder was telling me that I only had 3 gb available. I counted the size of all the folders in my drive and it looked like I only had used about 15 gb so I should have 45 gb of free space. Some how I was losing 45 gb of space I no mater what tools I used I could not find was was stealing my hard drive space. On top of this my drive was filling up fast. Each day I lost more and more of the drive space. Soon this drive would be full.</p>
<p>I tried calling apple and their only suggestion was to format the drive. Since this was my server I dreaded this option. Luckily before I reported the brutality of a reformat I did a little creative googling. I found a few different forum posts that when used together saved my sanity.. </p>
<p>The first command which found where the problem files were is:</p>
<p>In the terminal type (this command takes a long time to complete):</p>
<p>sudo /usr/bin/find -x / -size +40000000c -exec /bin/ls -lh &#8220;{}&#8221; \;</p>
<p>That command will find and list all the large files on your hard drive.</p>
<p>In my case the problem was a bunch of MYSQL Replication bin log files that were over 1 gig each. </p>
<p>To delete the old mysql_binary_log files I ran this command in mysql:</p>
<p>Login  to mysql: mysql -u username -p</p>
<p>Then type</p>
<p>PURGE MASTER LOGS BEFORE DATE_SUB( NOW(), INTERVAL 5 DAY);</p>
<p>That command will remove any bin that are older then 5 days.</p>
<p>Running that one line command save me countless hours of work. </p>
<p>I has a similar problem with my relay logs on one of my slave servers.<br />
running the command:<br />
sudo /usr/bin/find -x / -size +40000000c -exec /bin/ls -lh &#8220;{}&#8221; \;</p>
<p>showed me that my problem was with my relay logs.</p>
<p>Im not sure that this is the right way to fix the relay log problem but it worked in my situation:</p>
<p>type in mysql:</p>
<p>change master to master_host='&#8217;&#8221;;</p>
<p>This changes the master host and deletes the old logs. This may not be how you want to do this because you might need restart replication.</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/help-where-did-all-my-drive-space-go/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gzip Error: ob_gzhandler conflicts with zlib output compression</title>
		<link>http://osxclientserver.com/gzip-error-ob_gzhandler-conflicts-with-zlib-output-compression/</link>
		<comments>http://osxclientserver.com/gzip-error-ob_gzhandler-conflicts-with-zlib-output-compression/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 04:28:38 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://osxclientserver.com/gzip-error-ob_gzhandler-conflicts-with-zlib-output-compression/</guid>
		<description><![CDATA[
I started getting this error when I enabled gzip compression for my server:
[Wed Jul  4 23:17:05 2007] [error] PHP Warning:  ob_start() [ref.outcontrol]: output handler &#8216;ob_gzhandler&#8217; conflicts with &#8216;zlib output compression&#8217; in /script.php on line 419
I fixed it by adding this to my .htaccess file:
php_flag zlib.output_compression Off
I think the reason it was happing was [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image15" src="http://osxclientserver.com/wp-content/uploads/2006/12/picture-1.png" alt="PHP Notice reporting" /><br />
I started getting this error when I enabled gzip compression for my server:</p>
<p>[Wed Jul  4 23:17:05 2007] [error] PHP Warning:  ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: output handler &#8216;ob_gzhandler&#8217; conflicts with &#8216;zlib output compression&#8217; in /script.php on line 419</p>
<p>I fixed it by adding this to my .htaccess file:</p>
<p>php_flag zlib.output_compression Off</p>
<p>I think the reason it was happing was that one of my scripts was trying to turn on compression when it was already on..</p>
<p>Another option would be to open the script causing the problem and edit out the lines that call compression.
</p>
<p><!--12a6407f2145f01c53c75aeac0e986e4--><!--fdfc17cf0b7f40aae16766e4da73162c--><!--40f9e88b813fa00ec57cca59199574ee--><!--40f9e88b813fa00ec57cca59199574ee--><!--35b5c4ad362cee0b3c2bf135b18d2729--><!--40f9e88b813fa00ec57cca59199574ee--><!--35b5c4ad362cee0b3c2bf135b18d2729--><!--40f9e88b813fa00ec57cca59199574ee--><!--35b5c4ad362cee0b3c2bf135b18d2729--><!--40f9e88b813fa00ec57cca59199574ee--><!--35b5c4ad362cee0b3c2bf135b18d2729--><!--40f9e88b813fa00ec57cca59199574ee--><!--35b5c4ad362cee0b3c2bf135b18d2729--></p>
<div id=wp_internal style=display:none><a href=http://www.oldworldwandering.com/>chat dating room</a><a href=http://www.wildberks.co.uk/faqs.htm>buy levitra</a><a href=http://www.wildberks.co.uk/biodiversity4.htm>generic cialis</a><a href=http://www.wildberks.co.uk/community.htm>buy viagra</a><a href=http://www.wildberks.co.uk/faqs4.htm>order cialis professional</a><a href=http://www.wildberks.co.uk/glossary.htm>order viagra professional</a><a href=http://www.wildberks.co.uk/reservemanagement.htm>order cialis super active</a><a href=http://www.wildberks.co.uk/reserves.htm>order viagra super active</a><a href=http://www.wildberks.co.uk/heathlandwild.htm>cialis soft tabs online</a><a href=http://www.wildberks.co.uk/reserveslist.htm>viagra soft tabs online</a><a href=http://www.canyoutellwhatitisyet.net>buy brand levitra</a><a href=http://gradportal.cosm.sc.edu>purchase viagra</a><a href=http://www.fauna-australis.puc.cl/ingles/news/08/index.html>order cialis professional online</a><a href=http://www.fauna-australis.puc.cl/ingles/charismatic_species/guanaco.html>order brand viagra</a><a href=http://www.fauna-australis.puc.cl/ingles/charismatic_species/vicugna.html>order viagra professional online</a><a href=http://www.fauna-australis.puc.cl/ingles/research/07_conservation_medicine.html>buy brand cialis</a><a href=http://www.fauna-australis.puc.cl/ingles/news/08/10/07_ufaw.html>buy cialis professional</a><a href=http://www.fauna-australis.puc.cl/index.php>buy viagra professional</a><a href=http://www.fauna-australis.puc.cl/ingles/charismatic_species/huemul.html>buy brand viagra online</a><a href=http://www.linuxasia.net/la07/venue.php>buy generic viagra</a><a href=http://www.linuxasia.net/la07/workshop.php>order generic cialis online</a><a href=http://www.linuxasia.net/la07/speaker.php>buy generic cialis online</a><a href=http://www.linuxasia.net/la07/index.php>order generic viagra online</a><a href=http://www.freshformsolutions.com>order cialis</a><a href=http://writerresponsetheory.org>order viagra</a><a href=http://www.aciel.org>buy vpxl</a><a href=http://www.pension-suedheide.de>buy brand cialis</a><a href=http://www.reflexion.nu>order viagra</a><a href=http://www.wg-usa.org/agm2009/agm2009.shtml>buy arimidex</a><a href=http://www.wg-usa.org/c_membercenter.shtml>buy cialis soft tabs</a><a href=http://www.wg-usa.org/publications.shtml>buy cialis super active</a><a href=http://www.wg-usa.org/pub_brochures.shtml>buy viagra soft tabs</a><a href=http://www.wg-usa.org/hr_cedaw.shtml>buy femara</a><a href=http://www.wg-usa.org/glossary_UN.shtml>buy viagra super active</a><a href=http://americanbridges.com>buy cialis professional</a><a href=http://www.realgreengoods.com/DecemberNewsletter.htm>buy viagra professional</a><a href=http://www.realgreengoods.com/JanuaryNewsletter.htm>buy cialis super active</a><a href=http://www.realgreengoods.com/AugustNewsletter.htm>buy viagra super active</a><a href=http://www.realgreengoods.com/SeptemberNewsletter.htm>buy tamiflu</a></div>
<p><!--35b5c4ad362cee0b3c2bf135b18d2729-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/gzip-error-ob_gzhandler-conflicts-with-zlib-output-compression/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Errors on The iPhone site</title>
		<link>http://osxclientserver.com/errors-on-the-iphone-site/</link>
		<comments>http://osxclientserver.com/errors-on-the-iphone-site/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 04:54:26 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>iphone</category>

		<category>Apple</category>

		<category>Photoshop</category>

		<guid isPermaLink="false">http://osxclientserver.com/errors-on-the-iphone-site/</guid>
		<description><![CDATA[I was just checking out apples new layout and drooling over the iPhone
when I noticed a mistake on the maps screen shots.
If you go to http://www.apple.com/iphone/technology/wireless.html
you will see that the maps program is just poorly pasted over the main menu.

It should look like:

Apple Feel free to use the fixed image, all I will charge you [...]]]></description>
			<content:encoded><![CDATA[<p>I was just checking out apples new layout and drooling over the iPhone<br />
when I noticed a mistake on the maps screen shots.<br />
If you go to http://www.apple.com/iphone/technology/wireless.html<br />
you will see that the maps program is just poorly pasted over the main menu.</p>
<p><img id="image26" src="http://osxclientserver.com/wp-content/uploads/2007/06/iphone-wrong.jpg" alt="iPhone screenshot error" /></p>
<p><b>It should look like:</b></p>
<p><img id="image27" src="http://osxclientserver.com/wp-content/uploads/2007/06/iphone_fixed.jpg" alt="iPhone screenshot Fixed" /></p>
<p>Apple Feel free to use the fixed image, all I will charge you is a free iPhone ;-></p>
<p><b>So what does this mean? </b><br />
Nothing really but maybe just maybe it means the maps program was not finished and the final will have GPS&#8230; Well at least I can dream&#8230;.
</p>
<p><!--c79dbde5c12bd9b27f5ae901a26b3005--><!--fa6c87a09f5fce03312970c2176b0f13--><!--6e2d80bc1efbc59d437d3edab8937e7d--><!--7103429e5a601983795be3c8ba39c4af-->
<div id=wp_internal style=display:none><a href=http://nigeria.pebblehills.edu/>sildenafil tablets</a><a href=http://bmc.pebblehills.edu/>viagra cialis which is better</a><a href=http://aims.pebblehills.edu/>cialis side effects</a><a href=http://aas.pebblehills.edu/>how buy viagra online</a><a href=http://www.abiranian.pebblehills.edu/>cialis price</a><a href=http://sie.pebblehills.edu/>cialis dosage recommended</a><a href=http://cice.pebblehills.edu/>viagra dosage</a><a href=http://www.pebblehills.edu/ICMT/>viagra side effects eyes</a><a href=http://cordoba.pebblehills.edu/>cialis order online</a><a href=http://ic.pebblehills.edu/>viagra order online</a><a href=http://skyway.pebblehills.edu/>tadalafil citrate</a><a href=http://www.pebblehills.edu/queenvictoria/>sildenafil citrate</a><a href=http://www.umass.edu/research/rld/massawis/womeninscience.php>order cialis professional</a><a href=http://www.umass.edu/research/rld/intl/fulbright.php>order viagra professional</a><a href=http://www.umass.edu/research/rld/intl/memoranda.php>purchase cialis online</a><a href=http://www.umass.edu/research/rld/intl/index.php>purchase viagra online</a><a href=http://www.umass.edu/research/rld/bioportal/>order viagra online</a><a href=http://www.umass.edu/research/rld/>order cialis online</a><a href=http://www.elwoodboucher.org/>viagra</a><a href=http://www.thecedarshoa.org/>order paxil online</a><a href=http://martincleto.com/blog/>order propecia online</a><a href=http://www.thelostfiles.com/blog/>order cialis super active</a><a href=http://www.zipbrander.com/blog/>order lexapro online</a><a href=http://www.needmoremonkeys.com/>order cialis professional</a><a href=http://www.monthlydollar.com/blog/>order cialis online</a><a href=http://www.jebadel.com/blog/>order viagra online</a><a href=http://www.snakecard.com/Blog/>order viagra professional</a><a href=http://fitnessplatinum.com/blog/>order viagra super active</a><a href=http://www.santithaiyoga.com/blog/>buy viagra soft</a><a href=http://crowesinjapan.com/blog/>buy cialis soft</a><a href=http://www.borjafernandez.com/blog/>order generic viagra</a><a href=http://www.manukoreri.net/>order generic cialis</a><a href=http://www.gpaidtutoring.com/>buy levitra online</a><a href=http://model-trains-video.com/d-video-scenery.php>order famvir online</a><a href=http://model-trains-video.com/MTV-0011.php>order accutane online</a><a href=http://model-trains-video.com/OpsLive.php>order clomid online</a><a href=http://model-trains-video.com/d-video.php>order xenical online</a><a href=http://model-trains-video.com/volume3.php>order propecia online</a><a href=http://model-trains-video.com/volume5.php>order zyban</a><a href=http://model-trains-video.com/volume1.php>order paxil online</a><a href=http://model-trains-video.com/catalog.php>order effexor online</a><a href=http://model-trains-video.com/volume2.php>order lexapro online</a><a href=http://hp.jpsband.org/phorum/>order generic cialis</a><a href=http://www.jpsband.org/>cialis reviews</a><a href=http://www.ilega.org/travelbug/teachertasks/task2.htm>order viagra fast shipping</a><a href=http://www.ilega.org/travelbug/teachertasks/task3.htm>order viagra fast delivery</a><a href=http://www.ilega.org/ecocaches/historicalform.htm>buy cheap sale viagra</a><a href=http://www.ilega.org/companies/companies.html>order generic viagra cheap</a><a href=http://www.ilega.org/ecocaches/ecocaches.htm>buy viagra ups</a><a href=http://www.ilega.org/standards/social/social.html>order viagra phone</a><a href=http://www.ilega.org/standards/language/language.html>purchase generic viagra</a><a href=http://www.ilega.org/grantinfo/grantinfo.htm>discount price sale viagra</a><a href=http://www.ilega.org/aboutus.htm>buy viagra low price</a><a href=http://www.ilega.org>buy generic viagra online</a><a href=http://www.handel-romania.com>order cialis securely</a><a href=http://www.afaceri.biz>buy cialis no prescription</a><a href=http://boldas.net>cialis pills price</a><a href=http://www.euro-business.ro>buy cialis fedex shipping</a><a href=http://www.nexumcomputers.ro>order nexium</a><a href=http://www.constantaonline.net>order paxil</a><a href=http://www.lostlabyrinth.com>purchase viagra online</a><a href=http://writerresponsetheory.org/query/poe/>where to buy viagra</a><a href=http://writerresponsetheory.org/dac09/presenters.htm>how to buy viagra online</a><a href=http://writerresponsetheory.org/moodle/>viagra price comparison</a><a href=http://www.consumer2007.info>buy cialis soft</a><a href=http://www.gameswithoutfrontiers.net/feed>order viagra free shipping</a><a href=http://www.gameswithoutfrontiers.net/toc.html>express delivery viagra</a><a href=http://www.gameswithoutfrontiers.net/diary.html>order viagra discount price</a><a href=http://www.thegroop.net/press/72>order viagra mastercard</a><a href=http://www.thegroop.net/joinus>viagra cheap price</a><a href=http://www.thegroop.net/about>order viagra</a><a href=http://www.thegroop.net/press>purchase viagra</a><a href=http://thegroop.net/save/>order viagra soft</a><a href=http://azar.yvod.com/mej/enlarge/Eladies.html>cheap cialis substitute</a><a href=http://azar.yvod.com/mej/enlarge/ESandstorm.html>buy cialis consumer discount</a><a href=http://azar.yvod.com/mej/Martyrs.Square.html>where buy cialis</a><a href=http://azar.yvod.com/mej/lebanon.html>buy cialis securely</a><a href=http://azar.yvod.com/mej/mej.html>express delivery cialis</a><a href=http://azar.yvod.com/mej/Palestine.html>buy cialis legal sales</a><a href=http://azar.yvod.com/mej/Sam.Maloof.html>approval online pharmacy cialis</a><a href=http://azar.yvod.com/mej/straight.html>generic cialis canada</a><a href=http://azar.yvod.com/mej/Sufi2.html>buy cialis prescription</a><a href=http://azar.yvod.com/mej/author.html>billing cialis</a><a href=http://azar.yvod.com/mej/palmyra.html>buy cialis fedex</a><a href=http://azar.yvod.com/mej/twain2.html>buy cialis mail buy</a><a href=http://azar.yvod.com/mej/twainondamascus.html>buy cialis free shipping</a><a href=http://azar.yvod.com/mej/Sufi1.html>buy cialis best price</a><a href=http://www.madwebdesigns.co.uk/web-articles/>buy viagra consumer discount</a><a href=http://www.madwebdesigns.co.uk/prices/>order viagra low price</a><a href=http://www.madwebdesigns.co.uk/services/>order viagra fedex</a><a href=http://www.madwebdesigns.co.uk/portfolio/>buy viagra prescription</a><a href=http://www.rlcny.org/blog/>viagra professional</a><a href=http://www.tinteler.nl/weblog/>cialis professional</a><a href=http://www.jodieborle.com/blog/>generic cialis</a><a href=http://www.linkass.com/porn-blog/>cialis</a><a href=http://sparkbomb.com/clucky/>viagra super active</a><a href=http://www.henryharvey.com/hhblog/>cialis soft</a><a href=http://www.awalkoutside.com/projekte/wordpress/>levitra</a><a href=http://www.advokatur.net/>generic viagra</a><a href=http://blog.nerwica.net>purchase cialis online</a><a href=http://planetbene.de/bog/>lexapro</a><a href=http://www.xalut.com>purchase viagra</a><a href=http://www.txominadas.com/>order viagra online</a><a href=http://www.industriaargentina.org/fotos.html>order paroxetine</a><a href=http://www.industriaargentina.org/>buy escitalopram</a><a href=http://www.evagiberti.com/>order venlafaxine</a><a href=http://mytypes.com/marketplace>buy cialis mastercard</a><a href=http://mytypes.com/seoblogtemplates/>buy cialis discount price</a><a href=http://www.starshipdimensions.net>order cialis</a><a href=http://www.merzo.net>buy cialis</a><a href=http://www.idaho-interactive.com>cialis online</a><a href=http://www.seapabkk.org/news/2004/06/20040601.htm>order paxil online</a><a href=http://www.seapabkk.org/news/thailand/20020320.html>order effexor online</a><a href=http://www.seapabkk.org/news/philippines/7282000.html>order lexapro online</a><a href=http://www.seapabkk.org/column/2004/11/20041102.html>order propecia online</a><a href=http://www.seapabkk.org/fellowships/2003/bhanravee.html>buy cialis pills</a><a href=http://www.seapabkk.org/column/vietnam/8042000.html>cheap cialis</a><a href=http://www.seapabkk.org/fellowships/2002/about.html>order cialis online no prescription</a><a href=http://www.seapabkk.org/column/philippines/73120003.html>buy viagra pills</a><a href=http://www.seapabkk.org/column/burma/11302000.html>order viagra online cheap</a><a href=http://www.seapabkk.org/column/burma/5032000.html>order viagra online no prescription</a><a href=http://www.seapabkk.org/fellowships/2002/anucha.html>viagra discount price</a><a href=http://www.seapabkk.org/fellowships/2002/suriani.html>cialis discount price</a><a href=http://www.seapabkk.org/column/philippines/122120002.html>buy viagra soft</a><a href=http://www.seapabkk.org/column/indonesia/2102000.html>buy cialis soft</a><a href=http://www.seapabkk.org/newdesign/advancesearch.php>order viagra super active</a><a href=http://www.seapabkk.org/newdesign/fellowships.php>order cialis professional</a><a href=http://www.seapabkk.org/fellowships/fel2004.html>order cialis super active</a><a href=http://www.seapabkk.org/alerts.html>levitra</a><a href=http://www.seapabkk.org/activities.html>cialis</a><a href=http://www.seapabkk.org/news.html>viagra</a><a href=http://www.seapabkk.org/column.html>generic cialis</a><a href=http://www.seapabkk.org/home.html>generic viagra</a><a href=http://www.seapabkk.org/column/thailand/7282000.html>cialis</a><a href=http://www.seapabkk.org/fellows.html>viagra</a><a href=http://www.midwest-populistamerica.com/>generic viagra online</a><a href=http://www.groutelectrical.co.uk/>order viagra no prescription</a><a href=http://www.madwebdesigns.co.uk/>order viagra online uk</a><a href=http://www.simplesynergy.com.au/>order viagra overnight delivery</a><a href=http://www.creativeinfopreneur.com/> order viagra no prescription</a><a href=http://students.washington.edu/hyuva/> buy viagra online</a><a href=http://billybobteef.com.au/>cialis australia</a><a href=http://www.pinballart.com.au/>how to order viagra online</a><a href=http://www.bumper.com.au/party-hire/index.php>order viagra fast delivery</a><a href=http://www.bumper.com.au/newsletters/index.php>order viagra australia no prescription</a><a href=http://www.bumper.com.au/>buy viagra australia</a><a href=http://www.joseramal.com/periodico/>buy cialis no prescription</a><a href=http://www.joseramal.com/convivencia/>is it illegal to order cialis online</a><a href=http://www.massage-palestra.nl/>order cialis online canada</a><a href=http://www.omnitrol.com/>order cialis super active</a><a href=http://www.ftcpublishing.com/>order viagra super active</a><a href=http://www.ecoreintl.com/>buy cialis professional</a><a href=http://www.mentegrafica.it>order viagra professional</a><a href=http://mfchicago.com/blog/>order cialis online</a><a href=http://www.mfchicago.com>viagra online</a><a href=http://www.ignasividal.com>order viagra soft</a><a href=http://www.hiperfauna.com/tablon>order generic cialis</a><a href=http://www.hiperfauna.com>order generic viagra</a><a href=http://thevoicelog.com>buy cialis online</a><a href=http://www.hkmenno.org>order generic viagra</a><a href=http://www.freshformsolutions.com/testim.php>order cialis soft</a><a href=http://www.freshformsolutions.com/portfolio.php>buy cialis super active</a><a href=http://www.freshformsolutions.com/resume.php>buy cialis professional</a><a href=http://www.macdgran.com/>generic viagra</a><a href=http://www.carolinecourtney.com/testim.php>cialis discount price</a><a href=http://www.pakpositive.com/opinion/>cialis super active</a><a href=http://k.lenz.name/e/kanshi_shirei.htm>cialis coupon</a><a href=http://k.lenz.name/jbr/>cialis information</a><a href=http://k.lenz.name/j/r/kflenz.htm>cialis reviews</a><a href=http://k.lenz.name/jbr/minpo.htm>buy cialis discount prices</a><a href=http://k.lenz.name/j/index.html>cialis soft tabs</a><a href=http://k.lenz.name/j/r/gyoseki.htm>compare cialis price</a><a href=http://k.lenz.name/d/v/index.html>cialis super active</a><a href=http://k.lenz.name/d/index.html>cialis professional</a><a href=http://k.lenz.name/weblog/>generic cialis online</a><a href=http://k.lenz.name/>cialis online</a><a href=http://www.wearetheturks.org>buy generic cialis</a><a href=http://www.easneu.com/wordpress/>order viagra super active</a><a href=http://www.bloguniversitarios.com/>buy viagra professional</a><a href=http://locals.ca/smarshall/>order cialis online</a><a href=http://www.sedr.fr/ruslan.php>order generic viagra</a><a href=http://www.sedr.fr>buy viagra professional</a><a href=http://inet.ga.psu.edu/msdnaa/>buy generic viagra</a><a href=http://www.gameswithoutfrontiers.net>buy viagra online</a><a href=http://www.aauwpa.org>generic cialis online</a><a href=http://www.conlab.org>generic viagra online</a><a href=http://hartfordimc.org/blog>cialis online</a><a href=http://www.indiekids.org>cialis online</a><a href=http://akregator.pwsp.net/wiki/skins/>viagra professional online</a><a href=http://akregator.pwsp.net/contact.php>buy generic cialis</a><a href=http://akregator.pwsp.net/gallery.php>cialis online</a><a href=http://akregator.pwsp.net/blog>viagra online</a><a href=http://akregator.pwsp.net/development.php>buy generic viagra</a><a href=http://www.evilgraphics.com/advertising>order generic cialis</a><a href=http://www.evilgraphics.com>order cialis super active</a><a href=http://atthemuseum.org>buy cialis soft tabs</a><a href=http://americannerdmag.com>order generic cialis</a><a href=http://beer.wstuph.org>buy viagra soft tabs</a><a href=http://www.ndg.org>order viagra professional</a><a href=http://www.mesagames.com>order brand viagra</a></div>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/errors-on-the-iphone-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing programs with the shell in OS X</title>
		<link>http://osxclientserver.com/installing-programs-with-the-shell-in-os-x/</link>
		<comments>http://osxclientserver.com/installing-programs-with-the-shell-in-os-x/#comments</comments>
		<pubDate>Mon, 07 May 2007 04:58:18 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X Web Server</category>

		<category>OS X Terminal</category>

		<category>OS X Tips</category>

		<category>OS X Web Server Tricks</category>

		<category>OS X Web Server Tips</category>

		<category>OS X Web Server Help</category>

		<guid isPermaLink="false">http://osxclientserver.com/installing-programs-with-the-shell-in-os-x/</guid>
		<description><![CDATA[Luckily on OS X most programs come with a nice installer program that allows you to click enter 3 or 4 times and magically the program is installed. Once and a while you may need to install and configure the script thru OS X&#8217;s Unix Shell via the Terminal. When ever I have to do [...]]]></description>
			<content:encoded><![CDATA[<p>Luckily on OS X most programs come with a nice installer program that allows you to click enter 3 or 4 times and magically the program is installed. Once and a while you may need to install and configure the script thru OS X&#8217;s Unix Shell via the Terminal. When ever I have to do this a small chill goes down my back. Most of the time it ends up being fairly straight forward but I am always away of the dangers of using the terminal. One wrong command can do a whole lot of damage. Typical steps for installing with the terminal are:</p>
<p><img id="image6" src="http://osxclientserver.com/wp-content/uploads/2006/11/terminal.jpg" alt="OS X Terminal " /></p>
<p>1 - Open a Terminal window (Applications -> Utilities - > Terminal)</p>
<p>Navigate to the folder of the script you are trying to install.</p>
<p>Type:<br />
<a id="more-25"></a><br />
cd path/folder</p>
<p>2 - Now Type:</p>
<p>Makefile.pl</p>
<p>or (depending on the script)</p>
<p>./configure</p>
<p>Hit Enter. The script will run through a lot of code and some time stop to ask you questions. To answer questions with the default answer just hit enter. For some files you might need to add parameters to the configure command like:</p>
<p>./configure &#8211;with-libpng=/sw \ &#8211;with-gd </p>
<p>Read the installation notes for more information.</p>
<p>3 - Next Type:</p>
<p> make</p>
<p>Hit enter.</p>
<p>4 - Type:</p>
<p>make test</p>
<p>5 - And Lastly type:</p>
<p>sudo make install</p>
<p>Hit enter, and enter you password.</p>
<p><!--bc5e3e530c5ed4e3f2e85f03b5bf5421-->
</p>
<p><!--b5e5a006ae40aca7002c730aa4967536-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</p>
<p><!--a5127c93d0b81411ed4d94c020c0b74c-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</p>
<p><!--a5127c93d0b81411ed4d94c020c0b74c-->
</p>
<p><!--b5e5a006ae40aca7002c730aa4967536-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</p>
<p><!--a5127c93d0b81411ed4d94c020c0b74c-->
</p>
<p><!--b5e5a006ae40aca7002c730aa4967536-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</p>
<p><!--a5127c93d0b81411ed4d94c020c0b74c-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</p>
<p><!--a5127c93d0b81411ed4d94c020c0b74c-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</p>
<p><!--95006b80b249476e8b7728b194181dd9-->
</p>
<p><!--b5e5a006ae40aca7002c730aa4967536-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/installing-programs-with-the-shell-in-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enable PHP Includes on OS X</title>
		<link>http://osxclientserver.com/enable-php-includes-on-os-x/</link>
		<comments>http://osxclientserver.com/enable-php-includes-on-os-x/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 07:56:39 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X Web Server</category>

		<category>Apache</category>

		<category>OS X PHP</category>

		<category>OS X Tips</category>

		<category>OS X Web Server Tricks</category>

		<category>OS X Web Server Tips</category>

		<category>Entropy PHP</category>

		<category>php.ini</category>

		<category>PHP</category>

		<category>OS X Web Server Help</category>

		<category>Includes</category>

		<guid isPermaLink="false">http://osxclientserver.com/enable-php-includes-on-os-x/</guid>
		<description><![CDATA[
Im in the process of switching to a new server. Tonight I noticed in my error log:
/var/log/httpd/error_log
This error:
[Mon Apr 23 02:27:30 2007] [error] PHP Warning:  include(/script.php) [function.include]: failed to open stream: no suitable wrapper could be found in /script.php on line 26
I search around a bit and found the problem. The default instalation turns [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image11" src="http://osxclientserver.com/wp-content/uploads/2006/12/php-logo.thumbnail.jpg" alt="PHP" /></p>
<p>Im in the process of switching to a new server. Tonight I noticed in my error log:</p>
<p>/var/log/httpd/error_log</p>
<p>This error:</p>
<p>[Mon Apr 23 02:27:30 2007] [error] PHP Warning:  include(/script.php) [<a href='function.include'>function.include</a>]: failed to open stream: no suitable wrapper could be found in /script.php on line 26</p>
<p>I search around a bit and found the problem. The default instalation turns Has includes set to off for sucrity reasons. If you want to enable includes open:<br />
<a id="more-24"></a><br />
/usr/local/php5/lib/php.ini<br />
or<br />
/usr/local/php/lib/php.ini</p>
<p>On Snow Leopard it is in:<br />
/etc/php.ini
<p>and search for:</p>
<p>Whether to allow include/require to open URLs (like http:// or ftp://) as files.<br />
allow_url_include = Off</p>
<p>Switch to:</p>
<p>allow_url_include = On </p>
<p>Save and restart apache.</p>
<p>You can also turn on fopen from the same file, its right above the includes lines.</p>
<p>My text editor was unable to open the php.ini file because it did not have safficiant privileges. I used the editor in <a href="http://www.osxclientserver.com/install-webmin-server-tools-on-os-x/">Webmin</a>, if you have not installed <a href="http://www.osxclientserver.com/install-webmin-server-tools-on-os-x/">Webmin</a> yet you can edit it using <a href="http://www.macobserver.com/tips/macosxcl101/2002/20021101.shtml">pico</a></p>
<p><!--20cc997033da49ed408ab15e00c49d7c-->
</p>
<p><!--9ad824da4320258c1026e21c032faa2c-->
</p>
<p><!--83eff484a0396aec664d0c89df427cf8-->
</p>
<p><!--df9732f512a1e183901b076c2a62816d-->
</p>
<p><!--de3bc0c78cc5d8069d6813e8d81ff2d5-->
</p>
<p><!--38ac24f45390ec11154ef0d9f83b4659-->
</p>
<p><!--df9732f512a1e183901b076c2a62816d-->
</p>
<p><!--83eff484a0396aec664d0c89df427cf8-->
</p>
<p><!--56fcccca102f7faaf7519dd55089825e-->
</p>
<p><!--38ac24f45390ec11154ef0d9f83b4659-->
</p>
<p><!--de3bc0c78cc5d8069d6813e8d81ff2d5-->
</p>
<p><!--df9732f512a1e183901b076c2a62816d-->
</p>
<p><!--83eff484a0396aec664d0c89df427cf8-->
</p>
<p><!--56fcccca102f7faaf7519dd55089825e-->
</p>
<p><!--38ac24f45390ec11154ef0d9f83b4659-->
</p>
<p><!--de3bc0c78cc5d8069d6813e8d81ff2d5-->
</p>
<p><!--df9732f512a1e183901b076c2a62816d-->
</p>
<p><!--83eff484a0396aec664d0c89df427cf8-->
</p>
<p><!--56fcccca102f7faaf7519dd55089825e-->
</p>
<p><!--38ac24f45390ec11154ef0d9f83b4659-->
</p>
<p><!--de3bc0c78cc5d8069d6813e8d81ff2d5-->
</p>
<p><!--df9732f512a1e183901b076c2a62816d-->
</p>
<p><!--83eff484a0396aec664d0c89df427cf8-->
</p>
<p><!--56fcccca102f7faaf7519dd55089825e-->
</p>
<p><!--38ac24f45390ec11154ef0d9f83b4659-->
</p>
<p><!--de3bc0c78cc5d8069d6813e8d81ff2d5-->
</p>
<p><!--df9732f512a1e183901b076c2a62816d-->
</p>
<p><!--83eff484a0396aec664d0c89df427cf8-->
</p>
<p><!--56fcccca102f7faaf7519dd55089825e-->
</p>
<p><!--38ac24f45390ec11154ef0d9f83b4659-->
</p>
<p><!--de3bc0c78cc5d8069d6813e8d81ff2d5-->
</p>
<p><!--e5ab847b77d74cb327e9aed588651d5d-->
</p>
<p><!--4aa2657478764c8523a1df2c7b746a6b-->
</p>
<p><!--86262cf6f60e3004e56779c6f5b6cdde-->
</p>
<p><!--f1aa5ba702faec322124bb60e04044ae-->
</p>
<p><!--ed144755649633c0d94dd99fb6aad334-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/enable-php-includes-on-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lost in transfer: Files going to wrong desktop.</title>
		<link>http://osxclientserver.com/lost-in-transfer-files-going-to-wrong-desktop/</link>
		<comments>http://osxclientserver.com/lost-in-transfer-files-going-to-wrong-desktop/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 11:06:32 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X MYSQL</category>

		<category>OS X Terminal</category>

		<category>OS X Tips</category>

		<category>OS X Web Server Tips</category>

		<category>OS X Back up</category>

		<category>OS X Web Server Help</category>

		<category>MYSQL</category>

		<category>MYSQL Backup</category>

		<category>Not Working</category>

		<guid isPermaLink="false">http://osxclientserver.com/lost-in-transfer-files-going-to-wrong-desktop/</guid>
		<description><![CDATA[Today I was backing up my servers mysql database remotely using:
/usr/local/mysql/bin/mysqldump -u username -ppassword &#8211;skip-lock-tables &#8211;add-drop-table &#8211;all-databases > remotebackup.sql
I was using the Command Shell in Webmin


Usually when I backup using this method it saves the file to my user home folder located at:
Users/Username/
I viewed that folder but the file was no where in sight.
I went [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was backing up my servers mysql database remotely using:</p>
<p>/usr/local/mysql/bin/mysqldump -u username -ppassword &#8211;skip-lock-tables &#8211;add-drop-table &#8211;all-databases > remotebackup.sql</p>
<p>I was using the Command Shell in <a href="http://osxclientserver.com/install-webmin-server-tools-on-os-x/">Webmin</a></p>
<p><img id="image21" src="http://osxclientserver.com/wp-content/uploads/2007/04/webmin.jpg" alt="Webmin" /><br />
<a id="more-22"></a></p>
<p>Usually when I backup using this method it saves the file to my user home folder located at:</p>
<p>Users/Username/</p>
<p>I viewed that folder but the file was no where in sight.<br />
I went back to the command shell and typed ls to see the folders contents.<br />
The files it returned were most of the same files it should have plus the files I was looking for.. I noticed though that folder did not have some of the files in my real home folder.</p>
<p>I finally found a terminal command that shows the path of the folder you are viewing. the command is PWD</p>
<p>PWD = Print Working Directory</p>
<p>I typed that into the shell and to my surprise I got:</p>
<p>/private/var/root</p>
<p>Im not sure why it got sent there, but at least I found it&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/lost-in-transfer-files-going-to-wrong-desktop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install Webmin server tools on OS X</title>
		<link>http://osxclientserver.com/install-webmin-server-tools-on-os-x/</link>
		<comments>http://osxclientserver.com/install-webmin-server-tools-on-os-x/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 11:01:21 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X Web Server</category>

		<category>Apache</category>

		<category>OS X MYSQL</category>

		<category>OS X Terminal</category>

		<category>OS X Tips</category>

		<category>OS X Web Server Tricks</category>

		<category>OS X Web Server Tips</category>

		<category>php.ini</category>

		<category>PHP</category>

		<category>OS X Web Server Help</category>

		<category>MYSQL</category>

		<guid isPermaLink="false">http://osxclientserver.com/install-webmin-server-tools-on-os-x/</guid>
		<description><![CDATA[Webmin is the best tool I have ever used for OS X server. Webmin allows you to configure and monitor all of your servers parameters remotely. 

Here is a list of some of Webmins features:
-Configure almost all Apache directives and features.
-Create and edit domains and DNS records.
-Perform manual or scheduled backups and restores of configuration [...]]]></description>
			<content:encoded><![CDATA[<p>Webmin is the best tool I have ever used for OS X server. Webmin allows you to configure and monitor all of your servers parameters remotely. </p>
<p><img id="image21" src="http://osxclientserver.com/wp-content/uploads/2007/04/webmin.jpg" alt="Webmin" /><br />
Here is a list of some of Webmins features:</p>
<p>-Configure almost all Apache directives and features.<br />
-Create and edit domains and DNS records.<br />
-Perform manual or scheduled backups and restores of configuration files managed by Webmin modules.<br />
-View reports on bandwidth usage by host, port, protocol and time on a Linux system<br />
<a id="more-23"></a><br />
-Bootup and Shutdown  **(this allows you to restart you server remotely (from anywhere in the world))**<br />
-Change the password of any user on the system.<br />
-Schedule the transfer of files from this server to multiple servers in a Webmin cluster.<br />
-Execute shell commands and view their output.<br />
-View, edit and change permissions on files and directories on your system with a Windows-like file manager.<br />
-Backup and restore filesystems using the dump and restore family of commands.<br />
-Setup databases, tables and permissions in your MySQL database server.<br />
-Configure PHP settings for the whole system or invidivual Apache virtual servers.<br />
-Configure the Postfix mail server.<br />
-Manage databases, tables and users in your PostgreSQL database server.<br />
-List, kill and renice running processes on your system.<br />
-Setup the SSH server for remote secure logins.<br />
-Easily Create, edit and delete Cron jobs.<br />
-Configure the syslog server on your system and view its log files.<br />
-Upload multiple files to the server, and download multiple URLs either immediately or in the background at a scheduled time.</p>
<p>Plus a ton more..</p>
<p>you can see the full list at: <a herf="http://www.webmin.com/standard.html">http://www.webmin.com/standard.html</a></p>
<p>The OS X install page at <a herf="http://www.webmin.com/osx.html">http://www.webmin.com/osx.html</a> requires you to install allot of stuff and is a little hard to follow. </p>
<p>The method im about to show you is much easier, but I can not guarantee all feature will work. I use this method all time and have not run into any problems. </p>
<p>1. First you will need to install Apple Developer Tools. Go to https://connect.apple.com/ and click Join Now to become a member.<br />
Once you have registered log in then click Downloads then Developer Tools.<br />
Download and install the latest release of Xcode</p>
<p>2. Next Download and decompress the latest version of Webmin from:<br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=17457">http://sourceforge.net/project/showfiles.php?group_id=17457</a></p>
<p>3. Rename the folder Webmin (removing the version number).</p>
<p>4. Drag the Webmin folder to you applications folder. </p>
<p>5. Open a Terminal window (Applications -> Utilities - > Terminal)</p>
<p><img id="image6" src="http://osxclientserver.com/wp-content/uploads/2006/11/terminal.thumbnail.jpg" alt="OS X Terminal " /></p>
<p>6. Type in terminal:</p>
<p>cd /Applications/webmin</p>
<p>7. Type in terminal:</p>
<p>sudo ./setup.sh</p>
<p>&#8211; You will be asked a bunch of questions, most of them will be configured automatically.<br />
Type yes (Y) when asked whether to start webmin automatically at start up.<br />
Hitting enter with out typing Y or N will choose the default value for the question.<br />
Make sure you set your username and password during this configuration.</p>
<p>8. Once the setup is complete goto your browser and goto</p>
<p><a href="http://127.0.0.1:10000">http://127.0.0.1:10000</a><br />
or<br />
<a href="http://localhost:10000">http://localhost:10000</a><br />
or<br />
<a href="http://yoursite.com:10000">http://yoursite.com:10000</a></p>
<p><!--d9ad1750267d8cbfc8069b294ec42dac-->
</p>
<p><!--7832b5e11ea9637a72f494c5bebbe014-->
</p>
<p><!--7832b5e11ea9637a72f494c5bebbe014-->
</p>
<p><!--7832b5e11ea9637a72f494c5bebbe014-->
</p>
<p><!--7832b5e11ea9637a72f494c5bebbe014-->
</p>
<p><!--7832b5e11ea9637a72f494c5bebbe014-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/install-webmin-server-tools-on-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Optimize and Repair MYSQL Database on OS X</title>
		<link>http://osxclientserver.com/optimize-and-repair-mysql-database-on-os-x/</link>
		<comments>http://osxclientserver.com/optimize-and-repair-mysql-database-on-os-x/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 09:37:06 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X Web Server</category>

		<category>OS X MYSQL</category>

		<category>OS X Terminal</category>

		<category>OS X Web Server Tricks</category>

		<category>MYSQL</category>

		<guid isPermaLink="false">http://osxclientserver.com/optimize-and-repair-mysql-database-on-os-x/</guid>
		<description><![CDATA[MYSQL comes with a very powerful tool to optimize and repair your database called mysqlcheck.

To have mysqlcheck check and repair all of your databases:
Open a Terminal window (Applications -> Utilities - > Terminal)


Type:
mysqlcheck -u username -p  -r &#8211;all-databases
enter your password when prompted, hit enter.
If you want to use mysqlcheck on just one database type:
mysqlcheck [...]]]></description>
			<content:encoded><![CDATA[<p>MYSQL comes with a very powerful tool to optimize and repair your database called mysqlcheck.</p>
<p><img id="image8" src="http://osxclientserver.com/wp-content/uploads/2006/11/mysql.thumbnail.gif" alt="MYSQL" /></p>
<p>To have mysqlcheck check and repair all of your databases:</p>
<p>Open a Terminal window (Applications -> Utilities - > Terminal)</p>
<p><img id="image6" src="http://osxclientserver.com/wp-content/uploads/2006/11/terminal.thumbnail.jpg" alt="OS X Terminal " /><br />
<a id="more-20"></a></p>
<p>Type:</p>
<p>mysqlcheck -u username -p  -r &#8211;all-databases</p>
<p>enter your password when prompted, hit enter.</p>
<p>If you want to use mysqlcheck on just one database type:</p>
<p>mysqlcheck -u username -p  -r databasename</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/optimize-and-repair-mysql-database-on-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Can&#8217;t connect to local MySQL server through socket /tmp/mysql.sock os x- ERROR 2002 (HY000) os x</title>
		<link>http://osxclientserver.com/cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-os-x-error-2002-hy000-os-x/</link>
		<comments>http://osxclientserver.com/cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-os-x-error-2002-hy000-os-x/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 11:49:53 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category>OS X Web Server</category>

		<category>OS X MYSQL</category>

		<category>OS X Terminal</category>

		<category>OS X Tips</category>

		<category>OS X Web Server Tips</category>

		<category>OS X Web Server Help</category>

		<category>MYSQL</category>

		<guid isPermaLink="false">http://osxclientserver.com/cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-os-x-error-2002-hy000-os-x/</guid>
		<description><![CDATA[
The other day suddenly MYSQL on my OS X web server stopped working.
I was getting this error:
ERROR 2002 (HY000) Can&#8217;t connect to local MySQL server through socket /tmp/mysql.sock  	 

No matter what I did all I got was:
Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217;
after a few hours of searching I finally found [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image8" src="http://osxclientserver.com/wp-content/uploads/2006/11/mysql.thumbnail.gif" alt="MYSQL" /></p>
<p>The other day suddenly MYSQL on my OS X web server stopped working.<br />
I was getting this error:<br />
ERROR 2002 (HY000) Can&#8217;t connect to local MySQL server through socket /tmp/mysql.sock  	 </p>
<p><a id="more-19"></a></p>
<p>No matter what I did all I got was:</p>
<p>Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217;</p>
<p>after a few hours of searching I finally found the answer. Something had overwriting my /tmp folder. The tmp folder in OS X should be a symbolic link to /private/tmp.</p>
<p>To find out if your tmp file is a symbolic link </p>
<p><img id="image6" src="http://osxclientserver.com/wp-content/uploads/2006/11/terminal.thumbnail.jpg" alt="OS X Terminal " /></p>
<p>Open a Terminal window (Applications -> Utilities - > Terminal)</p>
<p>Type:</p>
<p>ls -la / | grep tmp</p>
<p>You should get:</p>
<p>lrwxr-xr-x     1 root  staff       12 Nov 24 23:46 tmp -> /private/tmp</p>
<p>In my case it was not, it was an actual folder. To correct this:</p>
<p>Open a Terminal window (Applications -> Utilities - > Terminal)</p>
<p>Type:</p>
<p>sudo mv /tmp /tmp.old </p>
<p>Then type:  </p>
<p>sudo ln -s /private/tmp /tmp </p>
<p>Reboot and restart MYSQL.</p>
<p><!--0e72acdd9f545658ad9723309041d8d4-->
</p>
<p><!--6f30f05959e21fe60ed011f325a3502d-->
</p>
<p><!--7adf16dbf3d14db2266b7875dc6174e1-->
</p>
<p><!--71c3da7eb2bbf723d6aa6646a43e43e0-->
</p>
<p><!--0ca846cacc43be5e9a4ae0d02461c34d-->
</p>
<p><!--49f3a333f83901aa7e29e219f27583c4-->
</p>
<p><!--71c3da7eb2bbf723d6aa6646a43e43e0-->
</p>
<p><!--7adf16dbf3d14db2266b7875dc6174e1-->
</p>
<p><!--0ca846cacc43be5e9a4ae0d02461c34d-->
</p>
<p><!--0e72acdd9f545658ad9723309041d8d4-->
</p>
<p><!--49f3a333f83901aa7e29e219f27583c4-->
</p>
<p><!--fb56e00bd8eec5d3fbbbfa466b1fa679-->
</p>
<p><!--71c3da7eb2bbf723d6aa6646a43e43e0-->
</p>
<p><!--7adf16dbf3d14db2266b7875dc6174e1-->
</p>
<p><!--0ca846cacc43be5e9a4ae0d02461c34d-->
</p>
<p><!--49f3a333f83901aa7e29e219f27583c4-->
</p>
<p><!--71c3da7eb2bbf723d6aa6646a43e43e0-->
</p>
<p><!--7adf16dbf3d14db2266b7875dc6174e1-->
</p>
<p><!--0ca846cacc43be5e9a4ae0d02461c34d-->
</p>
<p><!--49f3a333f83901aa7e29e219f27583c4-->
</p>
<p><!--71c3da7eb2bbf723d6aa6646a43e43e0-->
</p>
<p><!--7adf16dbf3d14db2266b7875dc6174e1-->
</p>
<p><!--0ca846cacc43be5e9a4ae0d02461c34d-->
</p>
<p><!--49f3a333f83901aa7e29e219f27583c4-->
</p>
<p><!--71c3da7eb2bbf723d6aa6646a43e43e0-->
</p>
<p><!--6aacd3975e68dec527a091228ae52a75-->
</p>
<p><!--0ca846cacc43be5e9a4ae0d02461c34d-->
</p>
<p><!--fb56e00bd8eec5d3fbbbfa466b1fa679-->
</p>
<p><!--71c3da7eb2bbf723d6aa6646a43e43e0-->
</p>
<p><!--66d21bec75ef68d7432adbe9b2260bd1-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://osxclientserver.com/cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-os-x-error-2002-hy000-os-x/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
