<?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>Adi Wong</title>
	<atom:link href="https://www.adiwong.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.adiwong.com</link>
	<description>family, work, passion</description>
	<lastBuildDate>Sat, 23 Sep 2017 22:31:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.4</generator>
	<item>
		<title>BuyingHouseAtlanta.com &#8211; My New Creation</title>
		<link>https://www.adiwong.com/buyinghouseatlanta-com-my-new-creation/</link>
		<comments>https://www.adiwong.com/buyinghouseatlanta-com-my-new-creation/#respond</comments>
		<pubDate>Mon, 10 Jul 2017 03:30:08 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[BuyingHouseAtlanta.com]]></category>
		<category><![CDATA[homes for sale alpharetta]]></category>
		<category><![CDATA[Let's Encrypt]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=368</guid>
		<description><![CDATA[I am helping my wife on her website and it is finally done and will need to update it with some content and some work on SEO. Overall, quite happy with the wordpress theme that I bought from themeforest. Her focus would trying to target Homes For Sales in Alpharetta,...]]></description>
				<content:encoded><![CDATA[<p>I am helping my wife on her website and it is finally done and will need to update it with some content and some work on SEO. Overall, quite happy with the wordpress theme that I bought from themeforest. Her focus would trying to target <a href="https://BuyingHouseAtlanta.com">Homes For Sales in Alpharetta</a>, Milton and Johns Creek area.</p>
<p>Also, I have used Let&#8217;s Encrypt to auto renew the SSL certificate every three months which is quite neat. And I am trying to speed up the load time of the page to score better on <a href="https://developers.google.com/speed/pagespeed/insights/">Google PageSpeed</a>.</p>
<p>So if you know anyone who is looking for a house, you can refer them to her website at <a href="https://BuyingHouseAtlanta.com">https://BuyingHouseAtlanta.com</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/buyinghouseatlanta-com-my-new-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade your WordPress</title>
		<link>https://www.adiwong.com/upgrade-your-wordpress/</link>
		<comments>https://www.adiwong.com/upgrade-your-wordpress/#respond</comments>
		<pubDate>Sat, 11 Feb 2017 01:44:57 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=364</guid>
		<description><![CDATA[I must admit that my blog was affected by a vulnerability in the REST API prior to WordPress 4.7.2 (It seems to be 4.7.0 and 4.7.1 are affected) fortunately I had backup and had my python script to quickly upgrade all my wordpress websites quickly. It seems that 39,000 domains...]]></description>
				<content:encoded><![CDATA[<p>I must admit that my blog was affected by a vulnerability in the REST API prior to WordPress 4.7.2 (It seems to be 4.7.0 and 4.7.1 are affected) fortunately I had backup and had my python script to quickly upgrade all my wordpress websites quickly. It seems that 39,000 domains were affected or defaced.</p>
<p>[<a href="https://it.slashdot.org/story/17/02/10/0110245/attacks-on-wordpress-sites-intensify-as-hackers-deface-over-15-million-pages">Source</a>]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/upgrade-your-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Secondary Authoritative DNS Server on CentOS</title>
		<link>https://www.adiwong.com/configuring-secondary-authoritative-dns-server-on-centos/</link>
		<comments>https://www.adiwong.com/configuring-secondary-authoritative-dns-server-on-centos/#respond</comments>
		<pubDate>Thu, 12 Jan 2017 04:06:16 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Authoritative Server]]></category>
		<category><![CDATA[DNS Server]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=337</guid>
		<description><![CDATA[From my previous post about Configuring Primary Authoritative DNS Server, this is how you can configure a secondary. I have used another vps to configure this secondary DNS so that they are from a different provider, on a different IP subnets and also another states. For secondary the steps is...]]></description>
				<content:encoded><![CDATA[<p>From my previous post about <a href="http://www.adiwong.com/configure-authoritative-dns-server-on-centos/">Configuring Primary Authoritative DNS Serve</a>r, this is how you can configure a secondary. I have used another vps to configure this secondary DNS so that they are from a different provider, on a different IP subnets and also another states.</p>
<p>For secondary the steps is very similar on how you configure the primary. You start off by installing the required package</p>
<pre class=" prettyprinted"><span class="pln">yum install bind bind</span><span class="pun">-</span><span class="pln">utils </span><span class="pun">-</span><span class="pln">y</span></pre>
<p>Then you can start configuring /etc/named.conf where you add/configure these within the options</p>
<pre class=" prettyprinted"><span class="pln">        listen</span><span class="pun">-</span><span class="pln">on port </span><span class="lit">53</span> <span class="pun">{</span> <span class="lit">192.168</span><span class="pun">.</span><span class="lit">2.2</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
        allow</span><span class="pun">-</span><span class="pln">query     </span><span class="pun">{</span> <span class="lit">192.168</span><span class="pun">.</span><span class="lit">1.1</span><span class="pun">;</span><span class="pln"> localhost</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
        allow</span><span class="pun">-</span><span class="pln">recursion </span><span class="pun">{</span><span class="pln"> localhost</span><span class="pun">;</span> <span class="pun">};</span>
        <span class="com">/*</span></pre>
<p>I did include allow-transfer as this is the secondary DNS and will request transfer from the primary.</p>
<p>At below section of /etc/named.conf, I will point to my zones records where here I set them as slave rather than primary</p>
<pre class=" prettyprinted"><span class="pln">zone </span><span class="str">"fuchsiaapp.com"</span> <span class="pun">{</span><span class="pln">
        type slave</span><span class="pun">;</span><span class="pln">
        file </span><span class="str">"/var/named/fuchsiaapp.com.db"</span><span class="pun">;</span><span class="pln">
        allow</span><span class="pun">-</span><span class="pln">update </span><span class="pun">{</span><span class="pln"> none</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
        masters </span><span class="pun">{</span> <span class="lit">192.168</span><span class="pun">.</span><span class="lit">1.1</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
        allow</span><span class="pun">-</span><span class="pln">query     </span><span class="pun">{</span><span class="pln"> any</span><span class="pun">;</span> <span class="pun">};</span>
<span class="pun">};</span><span class="pln">

zone </span><span class="str">"66.174.107.in-addr.arpa"</span><span class="pln"> IN </span><span class="pun">{</span><span class="pln">
        type slave</span><span class="pun">;</span><span class="pln">
        file </span><span class="str">"/var/named/fuchsiaapp.com.rr.db"</span><span class="pun">;</span><span class="pln">
        allow</span><span class="pun">-</span><span class="pln">update </span><span class="pun">{</span><span class="pln"> none</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
        masters </span><span class="pun">{</span> <span class="lit">192.168</span><span class="pun">.</span><span class="lit">1.1</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
        allow</span><span class="pun">-</span><span class="pln">query     </span><span class="pun">{</span><span class="pln"> any</span><span class="pun">;</span> <span class="pun">};</span>
<span class="pun">};</span></pre>
<p>After that you just need to restart named process. On CentOS 6.5 you will execute</p>
<pre class=" prettyprinted"><span class="pln">service named restart</span></pre>
<p>Or CentOS 7 you will run</p>
<pre class=" prettyprinted"><span class="pln">systemctl restart named</span><span class="pun">.</span><span class="pln">service</span></pre>
<p>Then finally you can run some dig or nslookup to check on your DNS response</p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/configuring-secondary-authoritative-dns-server-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Authoritative DNS Server on CentOS</title>
		<link>https://www.adiwong.com/configure-authoritative-dns-server-on-centos/</link>
		<comments>https://www.adiwong.com/configure-authoritative-dns-server-on-centos/#comments</comments>
		<pubDate>Fri, 30 Dec 2016 21:22:23 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Authoritative Server]]></category>
		<category><![CDATA[DNS Server]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=325</guid>
		<description><![CDATA[As posted few days ago on my cheap VPS post, that I shall share some tips on how to configure authoritative DNS server on CentOS. We start by getting the required package. I got CentOS 6.5 and CentOS 7 on my primary and secondary DNS VPS. First we need to install...]]></description>
				<content:encoded><![CDATA[<p>As posted few days ago on my <a href="http://www.adiwong.com/primary-and-secondary-bind-dns-server-for-13year/">cheap VPS post</a>, that I shall share some tips on how to configure authoritative DNS server on CentOS.</p>
<p>We start by getting the required package. I got CentOS 6.5 and CentOS 7 on my primary and secondary DNS VPS. First we need to install the bind package by issuing the following command</p>
<pre class=" prettyprinted"><span class="pln">yum install bind bind</span><span class="pun">-</span><span class="pln">utils </span><span class="pun">-</span><span class="pln">y</span></pre>
<p>With that, we can start configuring the our DNS server. We shall pretend that my IP is as follows on 2 different subnets:-</p>
<pre class=" prettyprinted"><span class="pln">primary DNS IP </span><span class="kwd">is</span> <span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span>
<span class="typ">Secondary</span><span class="pln"> DNS IP </span><span class="kwd">is</span> <span class="lit">192.2</span><span class="pun">.</span><span class="lit">2.2</span>
<span class="typ">Domain</span><span class="pun">:</span><span class="pln"> aditest</span><span class="pun">.</span><span class="pln">com
</span><span class="typ">Hosting</span><span class="pln"> IP</span><span class="pun">:</span> <span class="lit">188.188</span><span class="pun">.</span><span class="lit">188.188</span>

<span class="pun">/</span><span class="pln">etc</span><span class="pun">/</span><span class="pln">named</span><span class="pun">.</span><span class="pln">conf
listen</span><span class="pun">-</span><span class="pln">on port </span><span class="lit">53</span> <span class="pun">{</span> <span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
allow</span><span class="pun">-</span><span class="pln">query </span><span class="pun">{</span> <span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span><span class="pun">;</span> <span class="lit">192.2</span><span class="pun">.</span><span class="lit">2.2</span><span class="pun">;</span><span class="pln"> localhost</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
allow</span><span class="pun">-</span><span class="pln">transfer </span><span class="pun">{</span> <span class="lit">192.2</span><span class="pun">.</span><span class="lit">2.2</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
allow</span><span class="pun">-</span><span class="pln">recursion </span><span class="pun">{</span> <span class="lit">192.2</span><span class="pun">.</span><span class="lit">2.2</span><span class="pun">;</span><span class="pln"> localhost</span><span class="pun">;</span> <span class="pun">};</span></pre>
<p>The listen port is to open up an IP on your server for DNS. There may be need to open up firewall/iptables if you have them blocking port 53 TCP and UDP.</p>
<p>Also allow-transfer is to allow the zone file to be transfered to our allowed secondary DNS server.</p>
<p>I did allow recursion on my dns server for both my primary and secondary. But since this is a authoritative dns server, you can actually not have the allow-recursion line and change so that your server is not used as public recursive DNS server</p>
<pre class=" prettyprinted"><span class="pln">recursion yes</span><span class="pun">;</span></pre>
<p>to</p>
<pre class=" prettyprinted"><span class="pln">recursion </span><span class="kwd">no</span><span class="pun">;</span></pre>
<p>I have added the following in /etc/named.conf for zones record.</p>
<pre class=" prettyprinted"><span class="pln">zone </span><span class="str">"aditest.com"</span> <span class="pun">{</span><span class="pln">
	type master</span><span class="pun">;</span><span class="pln">
	file </span><span class="str">"/var/named/aditest.com.db"</span><span class="pun">;</span><span class="pln">
	notify yes</span><span class="pun">;</span><span class="pln">
	allow</span><span class="pun">-</span><span class="pln">update </span><span class="pun">{</span><span class="pln"> none</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
	allow</span><span class="pun">-</span><span class="pln">query </span><span class="pun">{</span><span class="pln"> any</span><span class="pun">;</span> <span class="pun">};</span>
	<span class="pun">};</span></pre>
<p>This type indicate master as primary DNS Server. File indicating the zone file location.</p>
<p>You will also need a reverse zone on your /etc/named.conf. Where you can see that the IP is actually in reverse</p>
<pre class=" prettyprinted"><span class="pln">zone </span><span class="str">"1.1.192.in-addr.arpa"</span><span class="pln"> IN </span><span class="pun">{</span><span class="pln">
	type master</span><span class="pun">;</span><span class="pln">
	file </span><span class="str">"/var/named/aditest.com.rr.db"</span><span class="pun">;</span><span class="pln">
	allow</span><span class="pun">-</span><span class="pln">update </span><span class="pun">{</span><span class="pln"> none</span><span class="pun">;</span> <span class="pun">};</span><span class="pln">
	allow</span><span class="pun">-</span><span class="pln">query </span><span class="pun">{</span><span class="pln"> any</span><span class="pun">;</span> <span class="pun">};</span>
	<span class="pun">};</span></pre>
<p>Then, then next step is to create the zone file</p>
<pre class=" prettyprinted"><span class="pln">vi </span><span class="pun">/</span><span class="kwd">var</span><span class="pun">/</span><span class="pln">named</span><span class="pun">/</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span><span class="pln">db</span></pre>
<p>On the file, you will include the following:-</p>
<pre class=" prettyprinted"><span class="pln">$ORIGIN aditest</span><span class="pun">.</span><span class="pln">com
$TTL </span><span class="lit">86400</span>
<span class="pun">@</span><span class="pln">	IN	SOA	ns87</span><span class="pun">.</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span><span class="pln">	admin</span><span class="pun">.</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span> <span class="pun">(</span> 
		<span class="lit">2016123001</span> <span class="pun">;</span><span class="pln"> serial number
		</span><span class="lit">1800</span> <span class="pun">;</span><span class="pln"> refresh
		</span><span class="lit">3600</span> <span class="pun">;</span> <span class="kwd">retry</span>
		<span class="lit">604800</span> <span class="pun">;</span><span class="pln"> expire
		</span><span class="lit">1800</span> <span class="pun">;</span><span class="pln"> minimum
		</span><span class="pun">)</span>
<span class="pun">@</span><span class="pln">	IN	NS	ns87</span><span class="pun">.</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span>
<span class="pun">@</span><span class="pln">	IN	NS	ns88</span><span class="pun">.</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span>
<span class="pun">@</span><span class="pln">	IN	A	</span><span class="lit">188.188</span><span class="pun">.</span><span class="lit">188.188</span><span class="pln">
ns87	IN 	A	</span><span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span><span class="pln">
ns88	IN 	A	</span><span class="lit">192.2</span><span class="pun">.</span><span class="lit">2.2</span><span class="pln">
web1	IN 	A	</span><span class="lit">188.188</span><span class="pun">.</span><span class="lit">188.188</span><span class="pln">
www 	IN 	CNAME 	</span><span class="lit">188.188</span><span class="pun">.</span><span class="lit">188.188</span><span class="pln">
www2 	IN 	CNAME 	www</span></pre>
<p>The SOA line is the Start of Authority.</p>
<p>ns87.aditest.com – primary nameserver<br />
admin.aditest.com – administrator email address translated as admin@adi.test.com (because @ is use for other purpose)</p>
<p>I then have two line of NS record indicating both my primary and secondary nameserver. The IP is then listed on the ns87 and ns88’s A record.</p>
<p>The first A record would be where my domain would be pointed towards.</p>
<p>web1 would be a subdomain whereby it is possible to forward to another host or directory when someone try to get http://web1.aditest.com.</p>
<p>www2 is a Canonical Name (CNAME) which will forward request to the http://www.aditest.com when user tries to access http://www2.aditest.com.</p>
<p>Once that is configured, you will need to restart your named service. On CentOS you will use</p>
<p>service named start</p>
<p>or CentOS 7</p>
<p>systemctl start named.service</p>
<p>From your PC or another host, you should be able to do a dig or nslookup towards your nameserver for the domain</p>
<pre class=" prettyprinted"><span class="pln">$ dig aditest</span><span class="pun">.</span><span class="pln">com </span><span class="pun">@</span><span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span>

<span class="pun">;</span> <span class="pun">&lt;&lt;&gt;&gt;</span> <span class="typ">DiG</span> <span class="lit">9.10</span><span class="pun">.</span><span class="lit">4</span><span class="pun">-</span><span class="pln">P4 </span><span class="pun">&lt;&lt;&gt;&gt;</span><span class="pln"> aditest</span><span class="pun">.</span><span class="pln">com </span><span class="pun">@</span><span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span>
<span class="pun">;;</span> <span class="kwd">global</span><span class="pln"> options</span><span class="pun">:</span> <span class="pun">+</span><span class="pln">cmd
</span><span class="pun">;;</span> <span class="typ">Got</span><span class="pln"> answer</span><span class="pun">:</span>
<span class="pun">;;</span> <span class="pun">-&gt;&gt;</span><span class="pln">HEADER</span><span class="pun">&lt;&lt;-</span><span class="pln"> opcode</span><span class="pun">:</span><span class="pln"> QUERY</span><span class="pun">,</span><span class="pln"> status</span><span class="pun">:</span><span class="pln"> NOERROR</span><span class="pun">,</span><span class="pln"> id</span><span class="pun">:</span> <span class="lit">30856</span>
<span class="pun">;;</span><span class="pln"> flags</span><span class="pun">:</span><span class="pln"> qr aa rd</span><span class="pun">;</span><span class="pln"> QUERY</span><span class="pun">:</span> <span class="lit">1</span><span class="pun">,</span><span class="pln"> ANSWER</span><span class="pun">:</span> <span class="lit">1</span><span class="pun">,</span><span class="pln"> AUTHORITY</span><span class="pun">:</span> <span class="lit">2</span><span class="pun">,</span><span class="pln"> ADDITIONAL</span><span class="pun">:</span> <span class="lit">2</span>
<span class="pun">;;</span><span class="pln"> WARNING</span><span class="pun">:</span><span class="pln"> recursion requested but </span><span class="kwd">not</span><span class="pln"> available

</span><span class="pun">;;</span><span class="pln"> OPT PSEUDOSECTION</span><span class="pun">:</span>
<span class="pun">;</span><span class="pln"> EDNS</span><span class="pun">:</span><span class="pln"> version</span><span class="pun">:</span> <span class="lit">0</span><span class="pun">,</span><span class="pln"> flags</span><span class="pun">:;</span><span class="pln"> udp</span><span class="pun">:</span> <span class="lit">4096</span>
<span class="pun">;;</span><span class="pln"> QUESTION SECTION</span><span class="pun">:</span>
<span class="pun">;</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span><span class="pln"> IN A

</span><span class="pun">;;</span><span class="pln"> ANSWER SECTION</span><span class="pun">:</span><span class="pln">
aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span> <span class="lit">86400</span><span class="pln"> IN A </span><span class="lit">188.188</span><span class="pun">.</span><span class="lit">188.188</span>

<span class="pun">;;</span><span class="pln"> AUTHORITY SECTION</span><span class="pun">:</span><span class="pln">
aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span> <span class="lit">86400</span><span class="pln"> IN NS ns87</span><span class="pun">.</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span><span class="pln">
aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span> <span class="lit">86400</span><span class="pln"> IN NS ns88</span><span class="pun">.</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span>

<span class="pun">;;</span><span class="pln"> ADDITIONAL SECTION</span><span class="pun">:</span><span class="pln">
ns87</span><span class="pun">.</span><span class="pln">aditest</span><span class="pun">.</span><span class="pln">com</span><span class="pun">.</span> <span class="lit">86400</span><span class="pln"> IN A </span><span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span>

<span class="pun">;;</span> <span class="typ">Query</span><span class="pln"> time</span><span class="pun">:</span> <span class="lit">53</span><span class="pln"> msec
</span><span class="pun">;;</span><span class="pln"> SERVER</span><span class="pun">:</span> <span class="lit">192.1</span><span class="pun">.</span><span class="lit">1.1</span><span class="com">#53(192.1.1.1)</span>
<span class="pun">;;</span><span class="pln"> WHEN</span><span class="pun">:</span> <span class="typ">Fri</span> <span class="typ">Dec</span> <span class="lit">30</span> <span class="lit">11</span><span class="pun">:</span><span class="lit">54</span><span class="pun">:</span><span class="lit">02</span><span class="pln"> EST </span><span class="lit">2016</span>
<span class="pun">;;</span><span class="pln"> MSG SIZE rcvd</span><span class="pun">:</span> <span class="lit">124</span></pre>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/configure-authoritative-dns-server-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Primary and Secondary BIND DNS Server for $13/year</title>
		<link>https://www.adiwong.com/primary-and-secondary-bind-dns-server-for-13year/</link>
		<comments>https://www.adiwong.com/primary-and-secondary-bind-dns-server-for-13year/#comments</comments>
		<pubDate>Wed, 28 Dec 2016 22:47:26 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Authoritative Server]]></category>
		<category><![CDATA[BIND]]></category>
		<category><![CDATA[DNS Server]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=323</guid>
		<description><![CDATA[I probably can get both my primary and secondary DNS server up for less than half if I went with 256MB VPS with two different providers, but instead I got 2x 512MB VPS both obtained from LowEndTalk. Can&#8217;t vouch for their stability as I am just using this to learn...]]></description>
				<content:encoded><![CDATA[<p>I probably can get both my primary and secondary DNS server up for less than half if I went with 256MB VPS with two different providers, but instead I got 2x 512MB VPS both obtained from <a href="http://lowendtalk.com">LowEndTalk</a>. Can&#8217;t vouch for their stability as I am just using this to learn but with a redundandy of secondary DNS server on a different provider, it should provide a good uptime also Virmach is stating 99.99% uptime or money back (probably very little since I paid so little for it). Here are the server that I have purchased over Christmas:-</p>
<ul>
<li>First server I got from ImpactVPS with 512MB, 1 CPU core, 10GB HDD and 500GB of bandwidth + 1 IPv4 + 10 IPv6. For $6/year. <a href="https://subnetlabs.com/billing/cart.php?a=add&amp;pid=37">Click here</a></li>
<li>Second server is from Virmach. Again it is 512MB, 2 CPU core, 15GB HDD and 1TB of bandwidth + 1 IPv4 (hopefully IPv6 by Jan 2017). For $7/year <a href="https://virmach.com/special-offers">Click here</a></li>
</ul>
<p>These are quite good offer considering you are getting your own IPv4 for a year + hosting service. I got both servers at different location as well. This is a limited time offer by the provider. Also notice there is windows server for $15/year 1GB KVM with Windows License which is another crazy deal if you are trying to learn Window Server 2012 R2.</p>
<p>I have already setup a domain of mine using BIND. Both servers acts as primary and secondary authoritative server for my assigned domain. Will share the setup in my next post.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/primary-and-secondary-bind-dns-server-for-13year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photos from Kandy, Sri Lanka</title>
		<link>https://www.adiwong.com/photos-from-kandy-sri-lanka/</link>
		<comments>https://www.adiwong.com/photos-from-kandy-sri-lanka/#respond</comments>
		<pubDate>Sun, 16 Aug 2015 18:49:10 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[kandy]]></category>
		<category><![CDATA[sri lanka]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=209</guid>
		<description><![CDATA[Was at Colombo, Sri Lanka for business and manage to go to Kandy during on of the weekend. It is a great place to visit. Above is a picture of the awesome view from OZO Kandy roof top during our stay there. Temple of the Sacred Tooth Relic Buddhist temple...]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.adiwong.com/wp-content/uploads/2015/08/ozo-kandy.jpg"><img class="alignnone wp-image-210 size-medium" src="http://www.adiwong.com/wp-content/uploads/2015/08/ozo-kandy-620x414.jpg" alt="ozo-kandy" width="620" height="414" srcset="https://www.adiwong.com/wp-content/uploads/2015/08/ozo-kandy-620x414.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/08/ozo-kandy-1024x683.jpg 1024w, https://www.adiwong.com/wp-content/uploads/2015/08/ozo-kandy-750x500.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/08/ozo-kandy.jpg 1280w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p>Was at Colombo, Sri Lanka for business and manage to go to Kandy during on of the weekend. It is a great place to visit. Above is a picture of the awesome view from OZO Kandy roof top during our stay there.</p>
<p><a href="http://www.adiwong.com/wp-content/uploads/2015/08/Sri-Dalada-Maligawa-temple.jpg"><img class="alignnone wp-image-213 size-medium" src="http://www.adiwong.com/wp-content/uploads/2015/08/Sri-Dalada-Maligawa-temple-620x412.jpg" alt="Sri-Dalada-Maligawa-temple" width="620" height="412" srcset="https://www.adiwong.com/wp-content/uploads/2015/08/Sri-Dalada-Maligawa-temple-620x412.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/08/Sri-Dalada-Maligawa-temple-1024x680.jpg 1024w, https://www.adiwong.com/wp-content/uploads/2015/08/Sri-Dalada-Maligawa-temple-750x498.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/08/Sri-Dalada-Maligawa-temple.jpg 1280w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p>Temple of the Sacred Tooth Relic Buddhist temple</p>
<p><a href="http://www.adiwong.com/wp-content/uploads/2015/08/ozopool.jpg"><img class="alignnone wp-image-215 size-medium" src="http://www.adiwong.com/wp-content/uploads/2015/08/ozopool-620x412.jpg" alt="ozopool" width="620" height="412" srcset="https://www.adiwong.com/wp-content/uploads/2015/08/ozopool-620x412.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/08/ozopool-1024x681.jpg 1024w, https://www.adiwong.com/wp-content/uploads/2015/08/ozopool-750x499.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/08/ozopool.jpg 1280w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p>A view of the pool and scenary from OZO hotel</p>
<p><a href="http://www.adiwong.com/wp-content/uploads/2015/08/Royal-Botanical-Gardens.jpg"><img class="alignnone wp-image-212 size-medium" src="http://www.adiwong.com/wp-content/uploads/2015/08/Royal-Botanical-Gardens-620x412.jpg" alt="Royal-Botanical-Gardens" width="620" height="412" srcset="https://www.adiwong.com/wp-content/uploads/2015/08/Royal-Botanical-Gardens-620x412.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/08/Royal-Botanical-Gardens-1024x680.jpg 1024w, https://www.adiwong.com/wp-content/uploads/2015/08/Royal-Botanical-Gardens-750x498.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/08/Royal-Botanical-Gardens.jpg 1280w" sizes="(max-width: 620px) 100vw, 620px" /></a><a href="http://www.adiwong.com/wp-content/uploads/2015/08/bamboo.jpg"><img class="alignnone wp-image-211 size-medium" src="http://www.adiwong.com/wp-content/uploads/2015/08/bamboo-620x934.jpg" alt="bamboo" width="620" height="934" srcset="https://www.adiwong.com/wp-content/uploads/2015/08/bamboo-620x934.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/08/bamboo-680x1024.jpg 680w, https://www.adiwong.com/wp-content/uploads/2015/08/bamboo-750x1129.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/08/bamboo.jpg 850w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p>Both the garden and huge bamboo tree is capture at the Royal Botanical Garden when we visited Kandy.</p>
<p><a href="http://www.adiwong.com/wp-content/uploads/2015/08/train.jpg"><img class="alignnone wp-image-214 size-medium" src="http://www.adiwong.com/wp-content/uploads/2015/08/train-620x412.jpg" alt="train" width="620" height="412" srcset="https://www.adiwong.com/wp-content/uploads/2015/08/train-620x412.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/08/train-1024x681.jpg 1024w, https://www.adiwong.com/wp-content/uploads/2015/08/train-750x499.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/08/train.jpg 1280w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p>Finally, a view from the observatory deck of our train from Kandy to Colombo. It is quite an awesome experience with the kids on <a href="http://www.exporail.lk">ExpoRail</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/photos-from-kandy-sri-lanka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whoa&#8230;Patrick Pichtte Added Me on Linkedin</title>
		<link>https://www.adiwong.com/whoa-patrick-pichtte-added-me-on-linkedin/</link>
		<comments>https://www.adiwong.com/whoa-patrick-pichtte-added-me-on-linkedin/#respond</comments>
		<pubDate>Mon, 16 Mar 2015 02:34:33 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=201</guid>
		<description><![CDATA[We all read about the Google CFO, Patrick Pichtte had just recently resigned to spend more time with his family. It is odd that I see this on my Linkedin. Of course I would say this is a fake profile. I had reported it. The contact information indicating some email...]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adiwong.com/wp-content/uploads/2015/03/parick-pichtte-620x379.jpg" alt="parick-pichtte" width="620" height="379" class="alignnone size-medium wp-image-202" srcset="https://www.adiwong.com/wp-content/uploads/2015/03/parick-pichtte-620x379.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/03/parick-pichtte-750x459.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/03/parick-pichtte.jpg 1007w" sizes="(max-width: 620px) 100vw, 620px" /></p>
<p>We all read about the Google CFO, Patrick Pichtte had just recently resigned to spend more time with his family. It is odd that I see this on my Linkedin. Of course I would say this is a fake profile. I had reported it. The contact information indicating some email from @careceo.com which is a China website. At them same time, I don&#8217;t think some C level person would add me for my level now, maybe in the future.</p>
<p>Sorry fake Patrick Pichtte, I had to report and block you. </p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/whoa-patrick-pichtte-added-me-on-linkedin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ownCloud on my VPS hosting</title>
		<link>https://www.adiwong.com/owncloud-on-my-vps-hosting/</link>
		<comments>https://www.adiwong.com/owncloud-on-my-vps-hosting/#respond</comments>
		<pubDate>Thu, 26 Feb 2015 21:32:49 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ownCloud]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=176</guid>
		<description><![CDATA[I manage to configure ownCloud on my VPS host and also got an app from iOS store to sync my image with the cloud. The result is pretty awesome. Also with SSL from my own domain, the traffic is encrypted rather than allow it to pass through the network through...]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-177" src="http://www.adiwong.com/wp-content/uploads/2015/02/owncloud-620x288.jpg" alt="ownCloud" width="620" height="288" srcset="https://www.adiwong.com/wp-content/uploads/2015/02/owncloud-620x288.jpg 620w, https://www.adiwong.com/wp-content/uploads/2015/02/owncloud-1024x476.jpg 1024w, https://www.adiwong.com/wp-content/uploads/2015/02/owncloud-750x349.jpg 750w, https://www.adiwong.com/wp-content/uploads/2015/02/owncloud.jpg 1052w" sizes="(max-width: 620px) 100vw, 620px" /></p>
<p>I manage to configure <a href="http://owncloud.org/">ownCloud</a> on my VPS host and also got an app from iOS store to sync my image with the cloud. The result is pretty awesome.</p>
<p>Also with SSL from my own domain, the traffic is encrypted rather than allow it to pass through the network through normal http port.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/owncloud-on-my-vps-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ello Invites</title>
		<link>https://www.adiwong.com/ello-invites/</link>
		<comments>https://www.adiwong.com/ello-invites/#respond</comments>
		<pubDate>Mon, 29 Sep 2014 21:04:13 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[ello]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=138</guid>
		<description><![CDATA[Still not quite sure what is with the hype on the new Social Media Ello that seems to gain so much publicity this few days. The main things you need to know is that Ello will be an ad-free social media platform. Here is their interesting manifesto that seems to give...]]></description>
				<content:encoded><![CDATA[<figure id="attachment_139" style="max-width: 583px" class="wp-caption alignnone"><img class="size-full wp-image-139" src="http://www.adiwong.com/wp-content/uploads/2014/09/ello-invites.jpg" alt="ello invites" width="583" height="559" /><figcaption class="wp-caption-text">ello invites</figcaption></figure>
<p>Still not quite sure what is with the hype on the new Social Media Ello that seems to gain so much publicity this few days. The main things you need to know is that Ello will be an ad-free social media platform. Here is their interesting <a href="http://ello.co/wtf/post/manifesto">manifesto </a>that seems to give it so much hype as the anti-facebook. They will be earning money from features and addons that is optional to their users in the long run.</p>
<p>Are you curious as well? Or simply want to reserve your username first? I got some invites. Go to http://ello.co/join. Use the following code (these are one time use code):</p>
<ul>
<li>wheres-white-cards-7c6b74</li>
<li>yes-somebody-lefthand-0847cb</li>
</ul>
<p>As for me, the Courier font on website is kind of weird, although I work with these font daily in my daily work on systems. It still has long way to go in terms of functionality and stability. Will post more when I gets more invite code.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/ello-invites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing OpenELEC to SD Card using Mac</title>
		<link>https://www.adiwong.com/installing-openelec-to-sd-card-using-mac/</link>
		<comments>https://www.adiwong.com/installing-openelec-to-sd-card-using-mac/#respond</comments>
		<pubDate>Fri, 05 Sep 2014 00:41:25 +0000</pubDate>
		<dc:creator><![CDATA[8dee]]></dc:creator>
				<category><![CDATA[Raspberry Pi]]></category>

		<guid isPermaLink="false">http://www.adiwong.com/?p=133</guid>
		<description><![CDATA[I bought some extra SD Card trying to have different OS for my Raspberry Pi. I decided to try OpenELEC and download it from OpenELEC Raspberry Built. I was following the instruction from their WiKi page but I got the following error. /Users/adiwong # sudo ./create_sdcard /Volumes/OPENELEC/ Password: ######################################################### #...]]></description>
				<content:encoded><![CDATA[<p>I bought some extra SD Card trying to have different OS for my Raspberry Pi. I decided to try OpenELEC and download it from <a href="http://openelec.tv/get-openelec/download/viewcategory/10-raspberry-pi-builds">OpenELEC Raspberry Built</a>. I was following the instruction from their WiKi page but I got the following error.</p>
<p><code>/Users/adiwong # sudo ./create_sdcard /Volumes/OPENELEC/<br />
Password:</p>
<p>#########################################################<br />
# #<br />
# OpenELEC.tv USB Installer #<br />
# #<br />
#########################################################<br />
# #<br />
# This will wipe any data off your chosen drive #<br />
# Please read the instructions and use very carefully.. #<br />
# #<br />
#########################################################<br />
</code><br />
What I actually needed to do is to follow the following steps. First to find out the verify the local disk pointing to the SD Card</p>
<p><code>/Users/adiwong # diskutil list<br />
/dev/disk0<br />
#: TYPE NAME SIZE IDENTIFIER<br />
0: GUID_partition_scheme *320.1 GB disk0<br />
1: EFI EFI 209.7 MB disk0s1<br />
2: Apple_HFS Macintosh HD 319.2 GB disk0s2<br />
3: Apple_Boot Recovery HD 650.0 MB disk0s3<br />
/dev/disk1<br />
#: TYPE NAME SIZE IDENTIFIER<br />
0: FDisk_partition_scheme *31.7 GB disk1<br />
1: Windows_FAT_32 OPENELEC 31.7 GB disk1s1<br />
/dev/disk4<br />
#: TYPE NAME SIZE IDENTIFIER<br />
0: Apple_partition_scheme *29.4 MB disk4<br />
1: Apple_partition_map 32.3 KB disk4s1<br />
2: Apple_HFS Ez7z 2.14 29.3 MB disk4s2<br />
/dev/disk5<br />
#: TYPE NAME SIZE IDENTIFIER<br />
0: GUID_partition_scheme *25.2 MB disk5<br />
1: Apple_HFS tuneupmymac_newim 25.1 MB disk5s1<br />
/dev/disk6<br />
#: TYPE NAME SIZE IDENTIFIER<br />
0: Apple_partition_scheme *29.4 MB disk6<br />
1: Apple_partition_map 32.3 KB disk6s1<br />
2: Apple_HFS Ez7z 2.14 29.3 MB disk6s2</code></p>
<p>I had the SD Card rename and I know it is 32GB. So from there I know /dev/disk1 is my path towards the SD Card.</p>
<p>Then use the image that is downloaded and launch the following command. NOTE that this would actually wipe out the path, so make sure you are formating the correct path from the earlier command.</p>
<p><code>/Users/adiwong # sudo dd if=./OpenELEC-RPi.arm-4.0.7.img of=/dev/disk1</code></p>
<p>If you get the following resource busy error</p>
<p><code>dd: /dev/disk1: Resource busy</code></p>
<p>Use this command to unmount and try the above command again</p>
<p><code>/Users/adiwong # diskutil unmountDisk /dev/disk1<br />
Unmount of all volumes on disk1 was successful<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>https://www.adiwong.com/installing-openelec-to-sd-card-using-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
