<?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>Beogate.Net</title>
	<atom:link href="http://www.beogate.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beogate.net</link>
	<description>Beogate Hosting &#38; Various Internet Services</description>
	<lastBuildDate>Thu, 12 Jan 2012 14:17:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>adns_synchronous</title>
		<link>http://www.beogate.net/tech-notes/adns_synchronous/</link>
		<comments>http://www.beogate.net/tech-notes/adns_synchronous/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 20:50:05 +0000</pubDate>
		<dc:creator>NZi.</dc:creator>
				<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.beogate.net/?p=176</guid>
		<description><![CDATA[&#60;LIBADNS SPECIFIC&#62; if ((err = adns_synchronous(my_adns_state, &#34;www.cs.jhu.edu&#34;, adns_r_a, adns_qf_cname_loose, &#38;answer)) != 0) exit(fprintf(stderr, &#34;adns_synchronous failed: %s\n&#34;, strerror(err))); if (answer-&#62;status != 0) exit(fprintf(stderr, &#34;query failure: %s\n&#34;, adns_strerror(answer-&#62;status))); Which prints out the following error: query failure: DNS alias found where canonical name wanted &#160;]]></description>
			<content:encoded><![CDATA[<pre>&lt;LIBADNS SPECIFIC&gt;

  if ((err = adns_synchronous(my_adns_state, &quot;www.cs.jhu.edu&quot;, adns_r_a,
                              adns_qf_cname_loose, &amp;answer)) != 0)
    exit(fprintf(stderr, &quot;adns_synchronous failed: %s\n&quot;,
strerror(err)));

  if (answer-&gt;status != 0)
    exit(fprintf(stderr, &quot;query failure: %s\n&quot;,
adns_strerror(answer-&gt;status)));

Which prints out the following error:

query failure: DNS alias found where canonical name wanted
</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beogate.net/tech-notes/adns_synchronous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Mysql in command line</title>
		<link>http://www.beogate.net/tech-notes/backup-mysql-in-command-line/</link>
		<comments>http://www.beogate.net/tech-notes/backup-mysql-in-command-line/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 21:38:35 +0000</pubDate>
		<dc:creator>NZi.</dc:creator>
				<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.beogate.net/?p=131</guid>
		<description><![CDATA[In case you have ssh access to your server or hosting accoung, also work with large mysql databases $ mysqldump -h localhost -u username -p database_name &#62; backup_db.sql In case your database is very large, you may want to compress database $ mysqldump -u username -h localhost -p database_name &#124; gzip -9 &#62; backup_db.sql.gz &#160; [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 12px;">In case you have ssh access to your server or hosting accoung, also work with large mysql databases</span></p>
<p><strong>$ mysqldump -h localhost -u username -p database_name &gt; backup_db.sql</strong></p>
<p>In case your database is very large, you may want to compress database</p>
<p><strong>$ mysqldump -u username -h localhost -p database_name | gzip -9 &gt; backup_db.sql.gz</strong><br />
&nbsp;</p>
<pre></pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beogate.net/tech-notes/backup-mysql-in-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

