<?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>Mon, 14 Nov 2011 19:54:57 +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--><!--34b77fdd43b6c6f9b9154de7933e0a61--><!--db5bdc812d43116e23ef86c847cfd743--><!--8899cbf14861d52214fcb25101111e29--><!--02697159f3c2d9afa813f190ab0d25ea--><!--b97dfe2db5ecf01a54bf143013f7a60e--><!--1210c0e504cb55e3a99f105385683f41--><!--8c3240b3d463e8c3f68cb4a5b5565504--><!--e00ee32a86e5e19db0645e63a8d96185--><!--83238de77f121a8f5c43f404db40884d--><!--e86324fd92a62e26e73d9571bf009c90--><!--83238de77f121a8f5c43f404db40884d--><!--02697159f3c2d9afa813f190ab0d25ea--><!--f83cc7e5f95a01c2ffac022e89874d40--><!--db5bdc812d43116e23ef86c847cfd743--><!--05f8e0e4bce41291fbde82472c8933a6--><!--55212c517c0ebcb1e981f657830dfee7--><!--7680acb15f6fd4657229a4e8f2ef534e--><!--b97dfe2db5ecf01a54bf143013f7a60e--><!--361e56870445ab15a86dcd36595cc9b8--><!--832ef8260b436a6fdd1fc7ec06e30594--><!--83238de77f121a8f5c43f404db40884d--><!--8899cbf14861d52214fcb25101111e29--><!--02697159f3c2d9afa813f190ab0d25ea--><!--f83cc7e5f95a01c2ffac022e89874d40--><!--db5bdc812d43116e23ef86c847cfd743--><!--e86324fd92a62e26e73d9571bf009c90--><!--05f8e0e4bce41291fbde82472c8933a6--><!--55212c517c0ebcb1e981f657830dfee7--><!--34b77fdd43b6c6f9b9154de7933e0a61--><!--8c3240b3d463e8c3f68cb4a5b5565504--><!--7680acb15f6fd4657229a4e8f2ef534e--><!--1210c0e504cb55e3a99f105385683f41--><!--b97dfe2db5ecf01a54bf143013f7a60e--><!--361e56870445ab15a86dcd36595cc9b8--><!--832ef8260b436a6fdd1fc7ec06e30594--><!--83238de77f121a8f5c43f404db40884d--><!--8899cbf14861d52214fcb25101111e29--><!--f83cc7e5f95a01c2ffac022e89874d40--><!--db5bdc812d43116e23ef86c847cfd743--><!--05f8e0e4bce41291fbde82472c8933a6--><!--34b77fdd43b6c6f9b9154de7933e0a61--><!--7680acb15f6fd4657229a4e8f2ef534e--><!--b97dfe2db5ecf01a54bf143013f7a60e--><!--361e56870445ab15a86dcd36595cc9b8--><!--832ef8260b436a6fdd1fc7ec06e30594--><!--83238de77f121a8f5c43f404db40884d--><!--02697159f3c2d9afa813f190ab0d25ea--><!--f83cc7e5f95a01c2ffac022e89874d40--><!--db5bdc812d43116e23ef86c847cfd743--><!--05f8e0e4bce41291fbde82472c8933a6--><!--34b77fdd43b6c6f9b9154de7933e0a61--><!--7680acb15f6fd4657229a4e8f2ef534e--><!--b97dfe2db5ecf01a54bf143013f7a60e--><!--361e56870445ab15a86dcd36595cc9b8--><!--832ef8260b436a6fdd1fc7ec06e30594--><!--83238de77f121a8f5c43f404db40884d--><!--02697159f3c2d9afa813f190ab0d25ea--><!--f83cc7e5f95a01c2ffac022e89874d40--><!--db5bdc812d43116e23ef86c847cfd743--><!--05f8e0e4bce41291fbde82472c8933a6--><!--55212c517c0ebcb1e981f657830dfee7--><!--8c3240b3d463e8c3f68cb4a5b5565504--><!--1210c0e504cb55e3a99f105385683f41--><!--b97dfe2db5ecf01a54bf143013f7a60e--><!--361e56870445ab15a86dcd36595cc9b8--><!--832ef8260b436a6fdd1fc7ec06e30594--><!--832ef8260b436a6fdd1fc7ec06e30594--><!--1d80d4eada09bbd8a1a62a5a7e3c03ad--><!--eed62edc11a271780bbb1e3510df3a5b--><!--476f799e54b8abfa1663c3bf10d9b42e--><!--d6a470d9c385d10a25a475990514b115--><!--0546d380fdf1d6d62c545d7fcb288c29--><!--8d5f25e592c344a3750d7f11cd02b897--><!--cfd97c2ec525bc19c4fdca14a7ea5ee2--><!--82f6fab14ec569d9909605cccb3b7c5d--><!--0546d380fdf1d6d62c545d7fcb288c29--><!--ed02aeb08fd2ba7cd2ee186b49574a63--><!--c32307053a65690a9bd51fc47edaea21--><!--788febcd05c4c4b3cd115fe2ea7f2315--><!--b66166c7f8074d7c93ef4853a5dabf8e--><!--1d80d4eada09bbd8a1a62a5a7e3c03ad--><!--d6a470d9c385d10a25a475990514b115--><!--cfd97c2ec525bc19c4fdca14a7ea5ee2--><!--0546d380fdf1d6d62c545d7fcb288c29--><!--2e21143bcdea4e5f0adce40b60929d56--><!--82f6fab14ec569d9909605cccb3b7c5d--><!--788febcd05c4c4b3cd115fe2ea7f2315--><!--eed62edc11a271780bbb1e3510df3a5b--><!--c32307053a65690a9bd51fc47edaea21--><!--1d80d4eada09bbd8a1a62a5a7e3c03ad--><!--9a89d79901647a782e38fb825a58bd3e--><!--cfd97c2ec525bc19c4fdca14a7ea5ee2--><!--ed02aeb08fd2ba7cd2ee186b49574a63-->
<div id=wp_internal style=display:none><a href=http://www.globetrip.ch>kaufen viagra</a><a href=http://dearjapan.org>check cialis prices</a><a href=http://smoochbelly.com>generic viagra online</a><a href=http://www.msgarza.com>generic cialis online</a><a href=http://www.cyberlaw.nu>viagra professional</a><a href=http://gregshealthjournal.com>order female viagra</a><a href=http://www.listlesslawyer.com>buy levitra</a><a href=http://www.verktygsmannen.se/kp_kaminer.php>order kamagra</a><a href=http://www.verktygsmannen.se/is_alla.php>order cialis</a><a href=http://www.verktygsmannen.se>order levitra</a><a href=http://www.webaudioadviser.com/sound-nails-review.html>buy cialis super active online</a><a href=http://www.webaudioadviser.com/free-audio-editor.html>order cialis super active online</a><a href=http://www.webaudioadviser.com/voice-lesson.html>buy generic cialis online</a><a href=http://www.webaudioadviser.com/usb-headset.html>order generic cialis online</a><a href=http://www.webaudioadviser.com/sound-recorder.html>buy generic viagra online</a><a href=http://www.webaudioadviser.com/mic-preamp.html>order generic viagra online</a><a href=http://www.webaudioadviser.com/headset-microphones.html>buy cialis online</a><a href=http://www.webaudioadviser.com/computer-microphones.html>order cialis online</a><a href=http://www.webaudioadviser.com/microphones.html>buy viagra online</a><a href=http://www.webaudioadviser.com>order viagra without prescription</a><a href=http://www.vegetariancookingrecipe.com/blog>order xenical</a><a href=http://www.vegetariancookingrecipe.com>buy xenical</a><a href=http://www.bestdentalanswers.com>buy cialis professional online</a><a href=http://www.paintedhippo.com/art/v/hptarot/>generic cialis</a><a href=http://www.paintedhippo.com/Packages>generic viagra</a><a href=http://www.paintedhippo.com>buy viagra professional online</a><a href=http://www.thesoulunfolds.com>order viagra professional online</a><a href=http://csasurvivor.net>order cialis</a><a href=http://bonte.co.uk/myBlog/>buy cialis uk</a><a href=http://bonte.co.uk/>buy viagra uk</a><a href=http://www.hmbksw.com/>order cialis soft online</a><a href=http://www.hmbksw.com/wp/index.php>order cialis professional</a><a href=http://discoverymuch.com>buy levitra</a><a href=http://www.evza.com>order levitra</a><a href=http://tif.everythingsoul.com>order cialis</a><a href=http://www.publicoobjetivo.org/podcast/podcast.php>order viagra professional</a><a href=http://www.publicoobjetivo.org>buy cialis professional</a><a href=http://www.publicoobjetivo.org/podcast/>buy viagra professional</a><a href=http://www.streetdiva.nl>order cialis professional online</a><a href=http://zeppelink.wilert.net>viagra price comparison</a><a href=http://www.wilert.net>cialis price comparison</a><a href=http://www.constract.com>buy viagra without prescription</a><a href=http://www.fuck-fussball.de/>kaufen viagra mastercard</a><a href=http://www.gensyn.com>buy generic viagra online</a><a href=http://robmcknightimages.com/>buy levitra professional</a><a href=http://www.mobirumicro.com/>order viagra super active mastercard</a><a href=http://iamanopenist.com>buy cialis super active mastercard</a><a href=http://anne.mcquay.org/contact.php>cialis super active online</a><a href=http://www.mcquay.org>buy generic cialis mastercard</a><a href=http://anne.mcquay.org/>order generic cialis mastercard</a><a href=http://www.blankiblue.com/sarsarblanki.htm>buy brand viagra</a><a href=http://mysticeyes.blankiblue.com/>order cialis soft online</a><a href=http://edea.blankiblue.com/>buy cialis soft online</a><a href=http://www.blankiblue.com/>buy levitra online</a><a href=http://symboldesign.hu/>order viagra online</a><a href=http://www.chemodanfilms.com/>buy viagra online</a><a href=http://fat-girls.fetischinfo.com/>buy brand cialis</a><a href=http://frenchpee.fetischinfo.com/>buy viagra soft online</a><a href=http://hairypussy.fetischinfo.com/>order viagra soft online</a><a href=http://www.fetischinfo.com/>buy viagra super active plus</a></div>
]]></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--><!--35b5c4ad362cee0b3c2bf135b18d2729--><!--aa51c3283a593492fa6d47636d3acd0c--><!--f7b67aa5e352e679856eb73282f5e8fa-->
<div id=wp_internal style=display:none><a href=http://open-bio.org/bosc2005/finalProgram/abstracts.html>generic viagra soft tabs</a><a href=http://malasamistades.com/bio.html>paxil online</a><a href=http://malasamistades.com/blog/>effexor ordering</a><a href=http://www.snakecard.com/>buy cheap cialis</a><a href=http://www.snakecard.com/resume.html>buy cheap cialis</a><a href=http://www.santithaiyoga.com/massagedirect/page6/page6.html>buying generic cialis</a><a href=http://www.santithaiyoga.com/massagedirect/>cialis professional online</a><a href=http://santithaiyoga.com/>buy cialis super</a><a href=http://www.zoozoozoo.net/imprint/>viagra professional online</a><a href=http://www.zoozoozoo.net/>purchase viagra online</a><a href=http://www.joseramal.com/periodico>buy cheap cialis</a><a href=http://www.joseramal.com/convivencia/>buy cheap cialis</a><a href=http://www.jdesigner.net/rop/>cialis soft online</a><a href=http://www.paperam.com/>purchase viagra online</a><a href=http://taiwanesesanantonio.org/>viagra online</a><a href=http://www.kemetschool.org/courses/>buy cheap cialis</a><a href=http://www.kemetschool.org/pubs/>buy cheap cialis</a><a href=http://www.kemetschool.org/>buying generic cialis</a><a href=http://www.securetabs.pro/medicine-products-mens-ed-packs-en.html>ed packs</a><a href=http://mfchicago.com/blog/>cialis ordering</a><a href=http://www.mfchicago.com>order viagra</a><a href=http://www.ilega.org>viagra online ordering</a><a href=http://www.thegroop.net/about>viagra online ordering</a><a href=http://www.gruponerea.com>purchase viagra online</a><a href=http://www.merzo.net>buy cialis free shipping</a><a href=http://www.madwebdesigns.co.uk/prices/>viagra discount price</a><a href=http://www.unitedproject.org>viagra online ordering</a><a href=http://www.culturadownload.com>viagra online ordering</a><a href=http://www.fcic-org.com>viagra buying</a><a href=http://www.ilega.org/ecocaches/illinoismap/tazewell/Fondulac/Fondulac.htm>stop smoking medication</a><a href=http://www.ilega.org/missionillinois/notes/teacher/gpsinfo.htm>quit smoking medication list</a><a href=http://revelationrestored.com/>cialis professional buying</a><a href=http://tsiyon.org/podcast/wp-register.php>purchase cialis soft online</a><a href=http://www.jayjao.com/portraits8.html>levitra buying</a><a href=http://www.tumtumtreedesigns.com/whyhemp2.html>viagra buying</a><a href=http://www.tumtumtreedesigns.com/wordpress/>viagra soft online buying</a><a href=http://www.royalweddingshop.co.uk/>viagra uk buying</a></div>
]]></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--><!--e407610b100196e566fd3707ccf9f6a3--><!--caf7f938b3a535b945d7c10f6209efca-->
<div id=wp_internal style=display:none><a href=http://www.globetrip.ch>viagra mastercard</a><a href=http://dearjapan.org>cialis prices</a><a href=http://smoochbelly.com>generic viagra</a><a href=http://www.msgarza.com>generic cialis</a><a href=http://www.cyberlaw.nu>viagra professional online</a><a href=http://gregshealthjournal.com>female viagra online</a><a href=http://www.listlesslawyer.com>levitra online</a><a href=http://www.verktygsmannen.se/kp_kaminer.php>kamagra online</a><a href=http://www.verktygsmannen.se/is_alla.php>cialis online</a><a href=http://www.verktygsmannen.se>order levitra mastercard</a><a href=http://www.webaudioadviser.com/sound-nails-review.html>buy cialis super active discount</a><a href=http://www.webaudioadviser.com/free-audio-editor.html>order cialis super active discount</a><a href=http://www.webaudioadviser.com/voice-lesson.html>buy generic cialis discount</a><a href=http://www.webaudioadviser.com/usb-headset.html>order generic cialis discount</a><a href=http://www.webaudioadviser.com/sound-recorder.html>buy generic viagra discount</a><a href=http://www.webaudioadviser.com/mic-preamp.html>order generic viagra discount</a><a href=http://www.webaudioadviser.com/headset-microphones.html>buy cialis without prescription</a><a href=http://www.webaudioadviser.com/computer-microphones.html>order cialis without prescription</a><a href=http://www.webaudioadviser.com/microphones.html>buy viagra discount</a><a href=http://www.webaudioadviser.com>order viagra mastercard</a><a href=http://www.vegetariancookingrecipe.com/blog>xenical weight loss</a><a href=http://www.vegetariancookingrecipe.com>xenical weight loss</a><a href=http://www.bestdentalanswers.com>cialis professional online</a><a href=http://www.paintedhippo.com/art/v/hptarot/>generic cialis online</a><a href=http://www.paintedhippo.com/Packages>generic viagra online</a><a href=http://www.paintedhippo.com>viagra professional mastercard</a><a href=http://www.thesoulunfolds.com>viagra professional online</a><a href=http://csasurvivor.net>cialis online</a><a href=http://bonte.co.uk/myBlog/>cialis uk online</a><a href=http://bonte.co.uk/>viagra uk online</a><a href=http://www.hmbksw.com/>order cialis soft mastercard</a><a href=http://www.hmbksw.com/wp/index.php>cialis professional online</a><a href=http://discoverymuch.com>levitra online</a><a href=http://www.evza.com>levitra online</a><a href=http://tif.everythingsoul.com>order cialis</a><a href=http://www.publicoobjetivo.org/podcast/podcast.php>viagra professional</a><a href=http://www.publicoobjetivo.org>cialis professional</a><a href=http://www.publicoobjetivo.org/podcast/>viagra professional</a><a href=http://www.streetdiva.nl>order cialis professional</a><a href=http://zeppelink.wilert.net>compare viagra prices</a><a href=http://www.wilert.net>compare cialis prices</a><a href=http://www.constract.com>buy viagra without prescription</a><a href=http://www.fuck-fussball.de/>bestellen viagra</a><a href=http://www.gensyn.com>buy generic viagra</a><a href=http://robmcknightimages.com/>levitra professional online</a><a href=http://www.mobirumicro.com/>order viagra super active online</a><a href=http://iamanopenist.com>cialis super active online</a><a href=http://anne.mcquay.org/contact.php>order cialis super active mastercard</a><a href=http://www.mcquay.org>buy generic cialis online</a><a href=http://anne.mcquay.org/>generic cialis online</a><a href=http://www.blankiblue.com/sarsarblanki.htm>brand viagra</a><a href=http://mysticeyes.blankiblue.com/>order cialis soft</a><a href=http://edea.blankiblue.com/>buy cialis soft</a><a href=http://www.blankiblue.com/>buy levitra</a><a href=http://symboldesign.hu/>order viagra</a><a href=http://www.chemodanfilms.com/>buy viagra</a><a href=http://fat-girls.fetischinfo.com/>brand cialis online</a><a href=http://frenchpee.fetischinfo.com/>buy viagra soft</a><a href=http://hairypussy.fetischinfo.com/>order viagra soft</a><a href=http://www.fetischinfo.com/>viagra super active plus</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>
<p><!--2ff972a15f12b46cbe419ec4bfbddc92-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</p>
<p><!--b5e5a006ae40aca7002c730aa4967536-->
</p>
<p><!--95006b80b249476e8b7728b194181dd9-->
</p>
<p><!--95006b80b249476e8b7728b194181dd9-->
</p>
<p><!--cb61c3ab722231bcff1f6f760e010926-->
</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--><!--9ad824da4320258c1026e21c032faa2c--><!--83eff484a0396aec664d0c89df427cf8--><!--df9732f512a1e183901b076c2a62816d--><!--de3bc0c78cc5d8069d6813e8d81ff2d5--><!--38ac24f45390ec11154ef0d9f83b4659--><!--df9732f512a1e183901b076c2a62816d--><!--83eff484a0396aec664d0c89df427cf8--><!--56fcccca102f7faaf7519dd55089825e--><!--38ac24f45390ec11154ef0d9f83b4659--><!--de3bc0c78cc5d8069d6813e8d81ff2d5--><!--df9732f512a1e183901b076c2a62816d--><!--83eff484a0396aec664d0c89df427cf8--><!--56fcccca102f7faaf7519dd55089825e--><!--38ac24f45390ec11154ef0d9f83b4659--><!--de3bc0c78cc5d8069d6813e8d81ff2d5--><!--df9732f512a1e183901b076c2a62816d--><!--83eff484a0396aec664d0c89df427cf8--><!--56fcccca102f7faaf7519dd55089825e--><!--38ac24f45390ec11154ef0d9f83b4659--><!--de3bc0c78cc5d8069d6813e8d81ff2d5--><!--df9732f512a1e183901b076c2a62816d--><!--83eff484a0396aec664d0c89df427cf8--><!--56fcccca102f7faaf7519dd55089825e--><!--38ac24f45390ec11154ef0d9f83b4659--><!--de3bc0c78cc5d8069d6813e8d81ff2d5--><!--df9732f512a1e183901b076c2a62816d--><!--83eff484a0396aec664d0c89df427cf8--><!--56fcccca102f7faaf7519dd55089825e--><!--38ac24f45390ec11154ef0d9f83b4659--><!--de3bc0c78cc5d8069d6813e8d81ff2d5--><!--e5ab847b77d74cb327e9aed588651d5d--><!--4aa2657478764c8523a1df2c7b746a6b--><!--86262cf6f60e3004e56779c6f5b6cdde--><!--f1aa5ba702faec322124bb60e04044ae--><!--ed144755649633c0d94dd99fb6aad334--><!--4aa2657478764c8523a1df2c7b746a6b--><!--ed144755649633c0d94dd99fb6aad334--><!--a43502031894347810bc430494e60ea7--><!--e5ab847b77d74cb327e9aed588651d5d--><!--86262cf6f60e3004e56779c6f5b6cdde--></p>
<div id=wp_internal style=display:none><a href=http://www.powerfullyrecovered.com/>viagra professional</a><a href=http://writingwithvision.com>levitra</a><a href=http://www.aboutfreelancewriting.com/>cialis</a><a href=http://www.dollarsanddebt.com/>cialis soft online</a><a href=http://pinoybadminton.com.ph/>viagra</a><a href=http://hans-juergen-noss.de/blog/>cialis prices</a><a href=http://www.hans-juergen-noss.de/>viagra online</a><a href=http://www.newtalavana.org/blog/>order generic cialis</a><a href=http://www.newtalavana.org/bhaktivrksha/module_intro2.htm>viagra</a><a href=http://www.newtalavana.org/ntt/index.htm>buy cialis professional</a><a href=http://www.newtalavana.org/ebooks/index.htm>buy viagra professional</a><a href=http://www.newtalavana.org/bhaktivrksha/starting.htm>cialis</a><a href=http://www.newtalavana.org/bhaktivrksha/icebreakers2.htm>viagra</a><a href=http://www.newtalavana.org/bhaktivrksha/index.htm>buy cialis super active</a><a href=http://www.newtalavana.org/quotes.htm>buy viagra super active</a><a href=http://www.newtalavana.org/prabhupada.htm>cialis soft price</a><a href=http://www.newtalavana.org/katrina.htm>viagra soft</a><a href=http://www.statenskunstakademi.com/>levitra</a><a href=http://www.con-art.com/>cialis discount</a><a href=http://suffocate.us/>viagra usa online</a><a href=http://www.gregandashley.com/>cheap viagra</a><a href=http://www.internetende.de/>finasteride online</a><a href=http://www.mobilemagic.hk/>buy generic cialis</a><a href=http://ipcop.gutzeit.ch/>buy generic viagra</a><a href=http://www.puddingshop.at>discount levitra</a><a href=http://www.100hitz.net/>cialis online</a><a href=http://www.agrocefer.com>viagra professional online</a><a href=http://www.klezkanada.com/site/>cialis</a><a href=http://www.seamus.ws/narrationx/>brand cialis price</a><a href=http://www.seamus.ws/>buy brand viagra</a><a href=http://www.bloodbathpictures.com/bikini/bikini_index.html>viagra soft discount</a><a href=http://www.bloodbathpictures.com/bikini/bikinicredits.html>cialis soft</a><a href=http://www.tenispress.com/>cheap viagra</a><a href=http://vocabularywiki.com/blog/>cialis soft discount</a><a href=http://www.is-1337.net/wordpress/>viagra soft prices</a><a href=http://www.steelbuildinghelp.net>purchase cialis professional</a><a href=http://blog.pornogothica.com/>generic viagra online</a><a href=http://jzhglass.com/blog/>generic cialis online</a><a href=http://www.forbradentonrealestate.com/blog/>purchase cialis professional</a><a href=http://trainingdogsrus.com/blog/>viagra professional online</a><a href=http://fastinglife.com/fasting/>viagra online</a><a href=http://www.kwiisblog.com/d/>famvir online</a><a href=http://cdavidson.co.uk/blog/>levitra online</a><a href=http://www.usabilitea.org/work/>cialis online</a><a href=http://apdeites2.cedilha.net/>purchase generic cialis</a><a href=http://minnesotahereicome.com>viagra free shipping</a><a href=http://www.allfinweb.com/glossario/>order cialis</a><a href=http://www.allfinweb.com/>purchase sildenafil</a><a href=http://www.joseramal.com/periodico/>cialis</a><a href=http://www.joseramal.com/convivencia/>cialis</a><a href=http://www.ftcpublishing.com/>viagra super active</a><a href=http://www.mentegrafica.it>viagra professional mastercard</a><a href=http://lftovr.projectsd.net/eric.html>cheap viagra professional</a><a href=http://projectsd.net/chris/>cialis professional</a><a href=http://www.linuxasia.net>viagra super active</a><a href=http://www.jdesigner.net/rop>cialis soft</a><a href=http://www.jdesigner.net/>cialis super active</a><a href=http://www.paperam.com/>viagra free shipping</a><a href=http://taiwanesesanantonio.org/>order viagra</a><a href=http://www.cellphonesgiant.com>purchase levitra</a><a href=http://www.informationdistillery.com/>cialis</a><a href=http://www.alwaysadapting.com>viagra professional online</a><a href=http://www.pharoelidae.com>cialis professional online</a><a href=http://www.ignasividal.com>purchase viagra soft</a><a href=http://mfchicago.com/blog/>cialis online</a><a href=http://www.mfchicago.com>purchase viagra</a><a href=http://www.ilega.org>purchase generic viagra</a><a href=http://www.lostlabyrinth.com/>viagra cost</a><a href=http://writerresponsetheory.org/query/poe/>buy viagra</a><a href=http://writerresponsetheory.org/dac09/presenters.htm>viagra</a><a href=http://writerresponsetheory.org/moodle/>viagra online</a><a href=http://thegroop.net/about/>buy viagra</a><a href=http://www.gruponerea.com/>purchase viagra</a><a href=http://calendrier.idaho-interactive.com/>cialis prices</a><a href=http://www.madwebdesigns.co.uk/web-articles/>order viagra</a><a href=http://www.madwebdesigns.co.uk/prices/>viagra prices</a><a href=http://www.madwebdesigns.co.uk/services/>buy viagra</a><a href=http://www.madwebdesigns.co.uk/portfolio/>viagra no prescription</a><a href=http://www.cubanpetemusic.com/>purchase famvir</a><a href=http://www.tapping.nl/>purchase paxil</a><a href=http://www.news-paris-hilton.com/>purchase generic viagra</a><a href=http://freelarsen.org/>purchase generic cialis</a><a href=http://www.tuliptoe.com/wordpress/>cialis super active</a><a href=http://reason.mu/blog/>viagra super active</a><a href=http://home.uchicago.edu/~bms6/Books.html>viagra discount</a><a href=http://dany36.xhost.ro/>viagra</a><a href=http://www.shopmetalbuildings.com/steel-buildings-have-their-differences/>cialis mastercard</a><a href=http://www.pagingarigold.com/>viagra online</a><a href=http://www.v8rumble.com/classic-car-articles-news/>cialis soft</a><a href=http://www.opossum-hoerbuecher.de/>purchase cialis</a><a href=http://www.lanetafilms.com/lanetablog/>viagra soft</a><a href=http://hawkeducation.com/stafftrainer/>levitra online</a><a href=http://www.envelooponline.com/nan/>buy famvir</a><a href=http://antjesblog.martinpelzer.de/>buy propecia</a><a href=http://www.spam-o-meter.com/blog/>buy cialis super active</a><a href=http://www.tipplesbrewery.com/brewers_progress/>buy viagra super active</a><a href=http://www.sempai.org/~monica/rodriguez/>buy generic viagra</a><a href=http://www.post-jobs-online.com/blog/>buy generic cialis</a><a href=http://preisvergleich.nietzsche.at/>cialis professional mastercard</a><a href=http://www.advenir.com/news>viagra soft mastercard</a><a href=http://www.copyprotege.com/blog/>cialis soft mastercard</a><a href=http://groeilanden.com/blog/>buy viagra professional</a><a href=http://www.metalbuildinghelp.org/>buy levitra</a><a href=http://www.sacramentohomesre.com/mlsblog/>buy cialis</a><a href=http://greensboroairportrotary.org>viagra mastercard</a><a href=http://greenighs.com/blog/>buy famvir</a><a href=http://www.freshformsolutions.com>cialis discount</a><a href=http://writerresponsetheory.org>viagra discount</a><a href=http://www.open-bio.org/bosc2002/talks.html>order cialis professional</a><a href=http://www.open-bio.org/bosc2001/program.html>brand viagra online</a><a href=http://www.open-bio.org/bosc2001/bofs.html>brand cialis online</a><a href=http://www.open-bio.org/bosc2002/slides/2002-08-01-Dalke/img15.html>propecia</a><a href=http://www.open-bio.org/bosc2002/slides/2002-08-01-Dalke/img18.html>viagra</a><a href=http://www.open-bio.org/bosc2002/slides/lightning/Thomas/rvm-pres-bosc2002/ep_intro.html>order levitra</a><a href=http://www.open-bio.org/bosc2002/slides/lightning/dalke/>cialis online</a><a href=http://www.open-bio.org/bosc2004/accepted_abstracts.html>viagra online</a><a href=http://www.cactusthree.com/>cheap viagra</a><a href=http://www.thestylepress.net/>cialis online</a><a href=http://www.culturadownload.com/>generic viagra online</a><a href=http://www.biojava.org/docs/started.html>order cialis pills</a><a href=http://www.biojava.org/download/biosql/>buy cialis no prescription</a></div>
<p><!--4aa2657478764c8523a1df2c7b746a6b-->
</p>
<p><!--86262cf6f60e3004e56779c6f5b6cdde-->
</p>
<p><!--f1aa5ba702faec322124bb60e04044ae-->
</p>
<p><!--ed144755649633c0d94dd99fb6aad334-->
</p>
<p><!--e5ab847b77d74cb327e9aed588651d5d-->
</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>
<p><!--fb17d7b1b71c87ae49bf103d52025159-->
</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--><!--6f30f05959e21fe60ed011f325a3502d--><!--7adf16dbf3d14db2266b7875dc6174e1--><!--71c3da7eb2bbf723d6aa6646a43e43e0--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--49f3a333f83901aa7e29e219f27583c4--><!--71c3da7eb2bbf723d6aa6646a43e43e0--><!--7adf16dbf3d14db2266b7875dc6174e1--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--0e72acdd9f545658ad9723309041d8d4--><!--49f3a333f83901aa7e29e219f27583c4--><!--fb56e00bd8eec5d3fbbbfa466b1fa679--><!--71c3da7eb2bbf723d6aa6646a43e43e0--><!--7adf16dbf3d14db2266b7875dc6174e1--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--49f3a333f83901aa7e29e219f27583c4--><!--71c3da7eb2bbf723d6aa6646a43e43e0--><!--7adf16dbf3d14db2266b7875dc6174e1--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--49f3a333f83901aa7e29e219f27583c4--><!--71c3da7eb2bbf723d6aa6646a43e43e0--><!--7adf16dbf3d14db2266b7875dc6174e1--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--49f3a333f83901aa7e29e219f27583c4--><!--71c3da7eb2bbf723d6aa6646a43e43e0--><!--6aacd3975e68dec527a091228ae52a75--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--fb56e00bd8eec5d3fbbbfa466b1fa679--><!--71c3da7eb2bbf723d6aa6646a43e43e0--><!--66d21bec75ef68d7432adbe9b2260bd1--><!--6aacd3975e68dec527a091228ae52a75--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--fb56e00bd8eec5d3fbbbfa466b1fa679--><!--6aacd3975e68dec527a091228ae52a75--><!--0ca846cacc43be5e9a4ae0d02461c34d--><!--06c4356ec3737eebada0e3f7204027c1--><!--66d21bec75ef68d7432adbe9b2260bd1-->
<div id=wp_internal style=display:none><a href=http://www.nuevaacropolismalaga.org/archives/cat_valores_humanos.php> adult chat dating free services</a><a href=http://www.derfrosch.com/referenzen/at.html> free chat dating</a><a href=http://youthmissions.net/> dating advice chat rooms</a><a href=http://www.ballydowse.net/> california free dating chat</a><a href=http://www.webkatalog-verzeichnis.com/> teenage dating chat</a><a href=http://www.kostenlos-eintragen.com/> instant messenger chat dating sites</a><a href=http://www.everybodys-darling.com> dating chat line for teen</a><a href=http://wod.rpg.ee/> free adult dating chat sites</a><a href=http://brokenon.rpg.ee/> book dating people chat</a><a href=http://www.tecnologico.com.es/> naughty dating chat site</a><a href=http://poemaspersonalizados.com> free chat room dating</a><a href=http://www.andypeckham.com> hot chat dating site</a><a href=http://www.migranboda.com/> cougar dating chat new york</a></div>
]]></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>

