<?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>Coretanium</title>
	<atom:link href="https://www.coretanium.net/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coretanium.net</link>
	<description>tech blah blah</description>
	<lastBuildDate>Sat, 26 Dec 2015 00:17:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.5.2</generator>
	<item>
		<title>Perl inline replace</title>
		<link>https://www.coretanium.net/perl-inline-replace</link>
		<comments>https://www.coretanium.net/perl-inline-replace#respond</comments>
		<pubDate>Tue, 20 Sep 2011 07:21:49 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Perl Inline Replace]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=439</guid>
		<description><![CDATA[Replacing a string in a bunch of files using perl inline replace: perl -pi -e &#8216;s/ORIG/NEW/g&#8217;]]></description>
				<content:encoded><![CDATA[<p>Replacing a string in a bunch of files using perl inline replace:</p>
<p>perl -pi -e &#8216;s/ORIG/NEW/g&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/perl-inline-replace/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S3FS on XenServer 5.6</title>
		<link>https://www.coretanium.net/s3fs-on-xenserver-5-6</link>
		<comments>https://www.coretanium.net/s3fs-on-xenserver-5-6#respond</comments>
		<pubDate>Sun, 07 Aug 2011 12:26:26 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=426</guid>
		<description><![CDATA[Get s3fs going on xenserver 5.6: yum remove fuse fuse* yum --enablerepo=base install yum-utils yumdownloader --enablerepo=base e2fsprogs-devel rpm --nodeps -Uvh e2fsprogs-devel*.rpm yum install gcc libstdc++-devel gcc-c++ curl curl* curl-devel libxml2 libxml2* libxml2-devel openssl-devel mailcap cd /usr/local/src wget --no-check-certificate "https://downloads.sourceforge.net/project/fuse/fuse-2.X/2.8.4/fuse-2.8.4.tar.gz?r=&#38;ts=1312707573&#38;use_mirror=kent" tar -zxff fuse-2.8.4.tar.gz cd fuse-2.8.4 ./configure --prefix=/usr &#38;&#38; make &#38;&#38; make install export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib64/pkgconfig/ ldconfig modprobe fuse pkg-config --modversion fuse (confirm ... <div><a href="https://www.coretanium.net/s3fs-on-xenserver-5-6" class="more-link">Read More</a></div>]]></description>
				<content:encoded><![CDATA[<pre>Get s3fs going on xenserver 5.6:</pre>
<pre class="brush: bash; gutter: false; first-line: 1">yum remove fuse fuse*
yum --enablerepo=base install yum-utils 
yumdownloader --enablerepo=base e2fsprogs-devel
rpm --nodeps -Uvh e2fsprogs-devel*.rpm
yum install gcc libstdc++-devel gcc-c++ curl curl* curl-devel libxml2 libxml2* libxml2-devel openssl-devel mailcap
cd /usr/local/src
wget --no-check-certificate "https://downloads.sourceforge.net/project/fuse/fuse-2.X/2.8.4/fuse-2.8.4.tar.gz?r=&amp;ts=1312707573&amp;use_mirror=kent"
tar -zxff fuse-2.8.4.tar.gz
cd fuse-2.8.4
./configure --prefix=/usr &amp;&amp; make &amp;&amp; make install
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib64/pkgconfig/
ldconfig
modprobe fuse
pkg-config --modversion fuse (confirm correct version)
cd ../
wget http://s3fs.googlecode.com/files/s3fs-1.59.tar.gz
tar -zxf s3fs-1.59.tar.gz
cd s3fs-1.59
./configure --prefix=/usr &amp;&amp; make &amp;&amp; make install
vi /etc/passwd-s3fs (add aws id and secret key in format xxxxx:xxxxx)
mkdir /mnt/s3drive
s3fs bucket /mnt/s3drive

dump all running vms/data to the AWS S3 cloud mount (/mnt/s3drive)</pre>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/s3fs-on-xenserver-5-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL 9.0 on Debian lenny</title>
		<link>https://www.coretanium.net/postgresql-9-0-on-debian-lenny</link>
		<comments>https://www.coretanium.net/postgresql-9-0-on-debian-lenny#respond</comments>
		<pubDate>Wed, 05 Jan 2011 10:16:17 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=402</guid>
		<description><![CDATA[/etc/apt/sources.list deb http://backports.debian.org/debian-backports lenny-backports main deb http://backports.debian.org/debian-backports lenny-backports-sloppy main Install from the new target release: apt-get install -t lenny-backports postgresql-common apt-get install -t lenny-backports-sloppy postgresql-9.0 postgresql-client-9.0 postgresql-contrib-9.0 http://lists.debian.org/debian-backports-announce/2010/10/msg00000.html]]></description>
				<content:encoded><![CDATA[<p>/etc/apt/sources.list</p>
<p><code><br />
deb http://backports.debian.org/debian-backports lenny-backports   main<br />
deb http://backports.debian.org/debian-backports lenny-backports-sloppy main<br />
</code></p>
<p>Install from the new target release:</p>
<p><code><br />
apt-get install -t lenny-backports postgresql-common<br />
apt-get install -t lenny-backports-sloppy postgresql-9.0 postgresql-client-9.0 postgresql-contrib-9.0<br />
</code></p>
<p><a href="http://lists.debian.org/debian-backports-announce/2010/10/msg00000.html">http://lists.debian.org/debian-backports-announce/2010/10/msg00000.html</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/postgresql-9-0-on-debian-lenny/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RHCE</title>
		<link>https://www.coretanium.net/rhce</link>
		<comments>https://www.coretanium.net/rhce#respond</comments>
		<pubDate>Sun, 19 Dec 2010 21:56:42 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[RHCE]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=397</guid>
		<description><![CDATA[https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010134456250]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010134456250">https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010134456250</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/rhce/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Database Import/Export</title>
		<link>https://www.coretanium.net/postgresql-database-importexport</link>
		<comments>https://www.coretanium.net/postgresql-database-importexport#respond</comments>
		<pubDate>Sun, 19 Dec 2010 21:55:09 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=395</guid>
		<description><![CDATA[Importing a database into pgsql: cat dbname.pgdump &#124; psql -d db_name Or psql -d db_name -f dbname.pgdump Exporting a database from pgsql: su &#8211; postgres pg_dump dbname > dbname.pgdump Exporting all databases from pgsql: pg_dumpall -o > all_dbs.pgdump psql -e template1 < all_dbs.pgdump]]></description>
				<content:encoded><![CDATA[<p>Importing a database into pgsql:</p>
<p><code>cat dbname.pgdump | psql -d db_name</code></p>
<p>Or</p>
<p><code>psql -d db_name -f dbname.pgdump</code></p>
<p>Exporting a database from pgsql:</p>
<p>su &#8211; postgres<br />
pg_dump dbname > dbname.pgdump</p>
<p>Exporting all databases from pgsql:</p>
<p>pg_dumpall -o > all_dbs.pgdump<br />
psql -e template1 < all_dbs.pgdump
</p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/postgresql-database-importexport/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerDNS: Error: while parsing IP address, expected digits at position 0 in &#8216;.&#8217;</title>
		<link>https://www.coretanium.net/powerdns-error-while-parsing-ip-address-expected-digits-at-position-0-in</link>
		<comments>https://www.coretanium.net/powerdns-error-while-parsing-ip-address-expected-digits-at-position-0-in#respond</comments>
		<pubDate>Sun, 31 Oct 2010 21:59:11 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PowerDNS]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=391</guid>
		<description><![CDATA[Error: while parsing IP address, expected digits at position 0 in &#8216;.&#8217; Check content field on records table for &#8220;.&#8221; entries. Once removed, the above error should go away.]]></description>
				<content:encoded><![CDATA[<p>Error: while parsing IP address, expected digits at position 0 in &#8216;.&#8217;</p>
<p>Check content field on records table for &#8220;.&#8221; entries. Once removed, the above error should go away.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/powerdns-error-while-parsing-ip-address-expected-digits-at-position-0-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Server 5.1 Upgrade: #mysql50#</title>
		<link>https://www.coretanium.net/mysql-server-5-1-upgrade-mysql50</link>
		<comments>https://www.coretanium.net/mysql-server-5-1-upgrade-mysql50#respond</comments>
		<pubDate>Fri, 29 Oct 2010 09:40:11 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=383</guid>
		<description><![CDATA[MySQL introduced encoding for table names that have non-ASCII characters. After a live upgrade from MySQL 5.0 to 5.1 or higher, the server recognizes names that have non-ASCII characters and adds a #mysql50# prefix to them. This happens because the data directory structure has changed on MySQL 5.1 and you need to upgrade the directory structure for the affected database(s). ... <div><a href="https://www.coretanium.net/mysql-server-5-1-upgrade-mysql50" class="more-link">Read More</a></div>]]></description>
				<content:encoded><![CDATA[<p>MySQL introduced encoding for table names that have non-ASCII characters. After a live upgrade from MySQL 5.0 to 5.1 or higher, the server recognizes names that have non-ASCII characters and adds a #mysql50# prefix to them.</p>
<p>This happens because the data directory structure has changed on MySQL 5.1 and you need to upgrade the directory structure for the affected database(s).</p>
<p>This is done by running the mysql_upgrade script which will examine all tables in all databases for incompatibilities with the current version of MySQL Server. It also upgrades the system tables so that you can take advantage of new privileges or capabilities that might have been added.</p>
<p>The mysql_upgrade script executes the following commands:<br />
<code><br />
mysqlcheck --check-upgrade --all-databases --auto-repair<br />
mysql_fix_privilege_tables<br />
mysqlcheck --all-databases --check-upgrade --fix-db-names --fix-table-names<br />
</code><br />
However, prior to MySQL 5.1.31, mysql_upgrade does not run the third command, which is necessary to re-encode database or table names that contain non-alphanumeric characters and remove the #mysql50# prefix. If you have such database or table names, execute the third command manually after executing mysql_upgrade or run the following query:<br />
<code><br />
mysql &gt; ALTER DATABASE `#mysql50#database` UPGRADE DATA DIRECTORY NAME;<br />
</code><br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/upgrading.html">http://dev.mysql.com/doc/refman/5.1/en/upgrading.html</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/mysql-server-5-1-upgrade-mysql50/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 64-Bit Kernel Exploit</title>
		<link>https://www.coretanium.net/linux-64-bit-kernel-exploit</link>
		<comments>https://www.coretanium.net/linux-64-bit-kernel-exploit#respond</comments>
		<pubDate>Wed, 22 Sep 2010 21:25:49 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=380</guid>
		<description><![CDATA[https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3081 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3301 Patch all 64-bit kernels]]></description>
				<content:encoded><![CDATA[<p>https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3081</p>
<p>https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3301</p>
<p>Patch all 64-bit kernels</p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/linux-64-bit-kernel-exploit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>incoming.mx</title>
		<link>https://www.coretanium.net/incoming-mx</link>
		<comments>https://www.coretanium.net/incoming-mx#respond</comments>
		<pubDate>Thu, 18 Mar 2010 12:27:52 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=363</guid>
		<description><![CDATA[;; QUESTION SECTION: ;incoming.mx. IN MX ;; ANSWER SECTION: incoming.mx. 86400 IN MX 10 mx.incoming.mx. ;; ADDITIONAL SECTION: mx.incoming.mx. 86400 IN A 109.169.26.23]]></description>
				<content:encoded><![CDATA[<p>;; QUESTION SECTION:<br />
;incoming.mx.                   IN      MX</p>
<p>;; ANSWER SECTION:<br />
incoming.mx.            86400   IN      MX      10 mx.incoming.mx.</p>
<p>;; ADDITIONAL SECTION:<br />
mx.incoming.mx.         86400   IN      A       109.169.26.23</p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/incoming-mx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix maximum email size</title>
		<link>https://www.coretanium.net/postfix-maximum-email-size</link>
		<comments>https://www.coretanium.net/postfix-maximum-email-size#respond</comments>
		<pubDate>Thu, 11 Mar 2010 14:23:22 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=360</guid>
		<description><![CDATA[The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to; message_size_limit = 20480000 The above is roughly 20MB and is more than enough on a typical server.]]></description>
				<content:encoded><![CDATA[<p>The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;</p>
<p><code>message_size_limit = 20480000</code></p>
<p>The above is roughly 20MB and is more than enough on a typical server.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.coretanium.net/postfix-maximum-email-size/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
