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

<channel>
	<title>anebg &#187; Server</title>
	<atom:link href="http://anebg.net/category/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://anebg.net</link>
	<description>2 geek life, brainstorm, computing!</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:06:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Zend Server Community (Zend CE) on Ubuntu 11.10  [Tutorial]</title>
		<link>http://anebg.net/2011/10/10/installing-zend-server-community-zend-ce-on-ubuntu-11-10/</link>
		<comments>http://anebg.net/2011/10/10/installing-zend-server-community-zend-ce-on-ubuntu-11-10/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 06:14:23 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Zend Server]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=79</guid>
		<description><![CDATA[First, you need to add the Zend Key to your Aptitude (So you can use their repository), and for this we need root. Enter Sudo Console sudo bash Add the key to our local key storage (Zend's key was unavailable, so I put one on my server.. Got it from pastebin wget http://anebg.net/zend.key -O- &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>First, you need to add the Zend Key to your Aptitude (So you can use their repository), and for this we need root.</p>
<p>Enter Sudo Console<br />
<code>sudo bash</code></p>
<p>Add the key to our local key storage (Zend's key was unavailable, so I put one on my server.. Got it from <a href="http://pastebin.com/1WYWfeBX">pastebin</a><br />
<code>wget http://anebg.net/zend.key -O- | sudo apt-key add -</code></p>
<p>After downloading the download script from zend,</p>
<p>http://www.zend.com/en/products/server-ce/downloads</p>
<p>Extract it,go to the directory where you extracted it on the terminal and Install Zend CE for PHP 5.3<br />
<code>./install_zs.sh 5.3 ce</code></p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2011/10/10/installing-zend-server-community-zend-ce-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install pdo_mysql on CentOS</title>
		<link>http://anebg.net/2010/04/06/install-pdo_mysql-on-centos/</link>
		<comments>http://anebg.net/2010/04/06/install-pdo_mysql-on-centos/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 04:27:06 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://anebg.net/2010/04/06/install-pdo_mysql-on-centos/</guid>
		<description><![CDATA[I tried installing it by runing pecl install pdo_mysql but I got this error: configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. ERROR: `/root/tmp/pear/temp/PDO_MYSQL/configure' failed The problem is that the /tmp and /var/tmp directories are noexec, which prevents pecl build scripts from running. [...]]]></description>
			<content:encoded><![CDATA[<p>I tried installing it by runing <strong>pecl install pdo_mysql</strong> but I got this error: </p>
<blockquote><pre>configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
ERROR: `/root/tmp/pear/temp/PDO_MYSQL/configure' failed</pre>
</blockquote>
<p>The problem is that the /tmp and /var/tmp directories are noexec, which prevents pecl build scripts from running.</p>
<p>Here is what can be done to resolve the problem (assuming root account)<br />
  </p>
<blockquote>
<p>mkdir /root/tmp.pear<br />
    <br />mkdir /root/tmp.pear-build-root </p>
<p>rm -rf /tmp/pear* </p>
<p>ln -s /root/tmp.pear /tmp/pear </p>
<p>ln -s /root/tmp.pear-build-root /tmp/pear-build-root</p>
</blockquote>
<p>pecl install pdo_mysql should now work. </p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2010/04/06/install-pdo_mysql-on-centos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac OSX wont connect to my domain?</title>
		<link>http://anebg.net/2008/06/24/mac-osx-wont-connect-to-my-domain/</link>
		<comments>http://anebg.net/2008/06/24/mac-osx-wont-connect-to-my-domain/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 15:03:01 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=8</guid>
		<description><![CDATA[Then it's probably because your domain isn't fully qualified. Try adding "local" to Search domains (System Prefs&#62;Network&#62;Ethernet)]]></description>
			<content:encoded><![CDATA[<p>Then it's probably because your domain isn't fully qualified.<img style="float: right;" alt="apple logo" src="http://anebg.net/images/Apple-logo.jpg" mce_src="http://anebg.net/images/Apple-logo.jpg" height="111" width="91"><br />
Try adding "local" to Search domains (System Prefs&gt;Network&gt;Ethernet)</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2008/06/24/mac-osx-wont-connect-to-my-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up a web domain (godaddy) to your xserve (mac os server)</title>
		<link>http://anebg.net/2008/06/23/how-to-set-up-a-web-domain-godaddy-to-your-xserve-mac-os-server/</link>
		<comments>http://anebg.net/2008/06/23/how-to-set-up-a-web-domain-godaddy-to-your-xserve-mac-os-server/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 16:08:18 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=5</guid>
		<description><![CDATA[If you want to start your own hosting service using osx server, or you just want to point your domain to your local mac machine.. here's how to do it. First to go to server admin and select DNS. Server admin - DNS Then Set Up DNS so that they look like this screenshot. (The [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to start your own hosting service using osx server, or you just want to point your domain to your local mac machine.. here's how to do it.<br />
<span id="more-5"></span></p>
<p>First to go to server admin and select DNS.</p>
<p><a title="”Server" rel="lightbox" href="http://img28.picoodle.com/img/img28/4/6/23/f_1m_f47620b.jpg">Server admin - DNS</a><br />
 <img src="http://img28.picoodle.com/img/img28/4/6/23/f_1m_f47620b.jpg" alt="Server Admin Dns" /></p>
<p>Then Set Up DNS so that they look like <a title="Set up DNS" rel="lightbox" href="http://img37.picoodle.com/img/img37/4/6/23/f_2m_4e47d42.jpg" target="_blank">this screenshot</a>.<img src="http://img37.picoodle.com/img/img37/4/6/23/f_2m_4e47d42.jpg" alt="DNS settings" /> (The ones that are not selected are optional)</p>
<p><a rel="lightbox" href="http://img37.picoodle.com/img/img37/4/6/23/f_2m_4e47d42.jpg" target="_blank"><img src="http://img37.picoodle.com/img/img37/4/6/23/t_2m_4e47d42.jpg" alt="" width="149" height="76" /></a></p>
<p>What you're doing is setting up your own DNS servers so that your domain can look up them and resolve them to your IP.  And the mail one is just in case if you're setting up a mail server too. In this screenshot 24.248.215.147 is the public (disable your firewall , or open port 53)  internet address  and 192.168.77.7 is the local  network address, jasonstrack.net is your domain. the jasonstrack.net.jasonstrack.net is so that you can access http://jasonstrack.net and you can later on add a cname record for the www.Now that you have your DNS name server ns1 and ns2.yourdomain.com you have to add those nameservers  as hosts in your godaddy account.</p>
<p><a title="goDaddy setup" rel="lightbox" href="http://img29.picoodle.com/img/img29/4/6/23/f_3m_805634c.jpg"></a><br />
<img src="http://img29.picoodle.com/img/img29/4/6/23/f_3m_805634c.jpg" alt="GoDaddy Setup" /><br />
Set up NS1 and NS2 to your ip.</p>
<p><a title="host settings godaddy" rel="lightbox" href="http://img34.picoodle.com/img/img34/4/6/23/f_4m_08eb02c.jpg"></a>Host Settings GoDaddy <br /><img src="http://img34.picoodle.com/img/img34/4/6/23/f_4m_08eb02c.jpg" alt="Host Settings Godaddy" /></p>
<p>And after you save your settings set your Nameservers for your domain to</p>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" valign="top"><strong>Name Servers:</strong><span id="ctl00_cphMain_lblNameserversLastUpdate">(Last Update 6/19/2008)</span><a>NS1.YOURDOMAIN.NET<br />
NS2.YOURDOMAIN.NET</a></td>
</tr>
</tbody>
</table>
<p>And after, wait a couple of hours (or minutes) and then your domain.com should point to your mac osx server!</p>
<p><a title="Mac OSX Server" rel="lightbox" href="http://img37.picoodle.com/img/img37/4/6/23/f_5m_7b61534.jpg"></a>Mac OSX Server</p>
<p>It worked for me.</p>
<p>And if your domain doesn't resolve try searching google for nslookup and dns lookup and check if you have missed something in your dns settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2008/06/23/how-to-set-up-a-web-domain-godaddy-to-your-xserve-mac-os-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

