<?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>[LINICKX].com</title>
	<atom:link href="http://www.linickx.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Thu, 17 May 2012 10:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>rsdns &#8211; less typing</title>
		<link>http://www.linickx.com/3623/rsdns-less-typing</link>
		<comments>http://www.linickx.com/3623/rsdns-less-typing#comments</comments>
		<pubDate>Thu, 17 May 2012 10:08:42 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[rsdns]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3623</guid>
		<description><![CDATA[Robert (Jamie) Munro submitted a pull request yesterday which improves the way we can use the RSDNS tools. RSDNS now has now a master rsdns script/command which can be used to call the other sub-scripts. For example commands like: rsdns-a.sh &#8230; <a href="http://www.linickx.com/3623/rsdns-less-typing">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://arjam.net/">Robert (Jamie) Munro</a> submitted <a href="https://github.com/linickx/rsdns/pull/8">a pull request yesterday</a> which improves the way we can use the RSDNS tools.</p>
<p>RSDNS now has now a <em>master</em> <code>rsdns</code> script/command which can be used to call the other <em>sub</em>-scripts. For example commands like:</p>
<pre>
rsdns-a.sh -n www.linickx.com -i 123.123.123.123
</pre>
<p>&#8230; can be replaced by:</p>
<pre>
rsdns a -n www.linickx.com -i 123.123.123.123
</pre>
<p>sweet touch eh?</p>
<pre>
[nick@nickel ~]$ rsdns

Use the -h switch for details on how to use each sub command
e.g. rsdns a -h 

Available commands: 

 aaaa      Manage AAAA records, host records for IPv6
 a         Manage A records, host records for IPv4
 cn        Manage canonical name (CNAME) records
 dc        Dynamic DNS Client for rackspace cloud DNS
 did       Delete records by ID
 domain    Create &#038; delete domains hosted by rackspace cloud DNS
 list      List domains and records hosted by rackspace
 mx        Manage mail exchange (MX) records
 ns        Manage domain name server (NS) records
 srv       Manage service (SRV) records
 txt       Manage text (TXT) records 

[nick@nickel ~]$
</pre>
<p>I&#8217;ve posted a run thru <a href="http://ascii.io/a/506">on ascii.io</a>.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3623/rsdns-less-typing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apc.php for rhel / centos</title>
		<link>http://www.linickx.com/3616/apc-php-for-rhel-centos</link>
		<comments>http://www.linickx.com/3616/apc-php-for-rhel-centos#comments</comments>
		<pubDate>Wed, 16 May 2012 14:39:17 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Enterprise Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3616</guid>
		<description><![CDATA[Note to self: The apc.php (script for monitroing apc performance) is stored in &#8211; /usr/share/doc/php-pecl-apc-3.1.3p1 Copyright &#169; 2012 [LINICKX].com. This Feed is for personal non-commercial use only. Please check my Site Terms and Conditions for full details on copyrights. If &#8230; <a href="http://www.linickx.com/3616/apc-php-for-rhel-centos">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Note to self: The apc.php (<em>script for monitroing apc performance</em>) is stored in &#8211; <code>/usr/share/doc/php-pecl-apc-3.1.3p1</code></p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3616/apc-php-for-rhel-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rxalarm &#8211; Alarm Console (webhook) for Rackspace Cloud Monitoring.</title>
		<link>http://www.linickx.com/3611/rxalarm-alarm-console-webhook-for-rackspace-cloud-monitoring</link>
		<comments>http://www.linickx.com/3611/rxalarm-alarm-console-webhook-for-rackspace-cloud-monitoring#comments</comments>
		<pubDate>Mon, 30 Apr 2012 16:25:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[openshift]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rxalarm]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3611</guid>
		<description><![CDATA[When rackspace launched cloud monitoring I was really interested, especially since leaving AWS&#8230; I kind of felt a bit blind to what my servers were doing. By default, the monitoring service sends you emails for up/down alarms&#8230; just what we &#8230; <a href="http://www.linickx.com/3611/rxalarm-alarm-console-webhook-for-rackspace-cloud-monitoring">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When rackspace launched <a href="https://www.rackspace.co.uk/cloud-hosting/cloud-products/cloud-monitoring/">cloud monitoring</a> I was really interested, especially since leaving AWS&#8230; I kind of felt a bit blind to what my servers were doing.</p>
<p>By default, the monitoring service sends you emails for up/down alarms&#8230; just what we need more emails! &#8230; So I have started to write an alarm console which is a compatible webhook for their API&#8230;. i.e. you can send alarms to it!</p>
<p>My Webhook is called [rx]Alarm&#8230; rx as in receive <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The source code is on github (<a href="https://github.com/linickx/rxalarm">rxalam repo</a>) and a working copy is on openshift (<a href="https://rxalarm-linickx.rhcloud.com/">rxalam site</a>).</p>
<p>This may end up being yet-another-project-I-don&#8217;t-finish &#8230; or it maybe not, only time will tell!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3611/rxalarm-alarm-console-webhook-for-rackspace-cloud-monitoring/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php basic twitter oauth example</title>
		<link>http://www.linickx.com/3608/php-basic-twitter-oauth-example</link>
		<comments>http://www.linickx.com/3608/php-basic-twitter-oauth-example#comments</comments>
		<pubDate>Thu, 12 Apr 2012 13:17:52 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[oauth]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3608</guid>
		<description><![CDATA[Oauth it seems tricky, to help me understand I&#8217;ve attempted to code up an example which allows users to log into a php app with their twitter credentials. The code has been pushed to a branch of my abandonware repo &#8230; <a href="http://www.linickx.com/3608/php-basic-twitter-oauth-example">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Oauth it seems tricky, to help me understand I&#8217;ve attempted to code up an example which allows users to log into a php app with their twitter credentials.</p>
<p>The code has been pushed to a branch of <a href="https://github.com/linickx/a">my abandonware repo</a> as I don&#8217;t plan to make on any future changes, checkout <a href="https://github.com/linickx/a/blob/oauth/README.md">README.md</a> for some info on how the code works.</p>
<p><strong><a href="https://github.com/linickx/a/tree/oauth">https://github.com/linickx/a/tree/oauth</a></strong></p>
<p>I found it quite difficult to find some simple code to do this, so hopefully ^that^ will help someone else <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3608/php-basic-twitter-oauth-example/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making your WordPress.org/extend/plugin pages look cool!</title>
		<link>http://www.linickx.com/3590/making-your-wordpress-orgextendplugin-pages-look-cool</link>
		<comments>http://www.linickx.com/3590/making-your-wordpress-orgextendplugin-pages-look-cool#comments</comments>
		<pubDate>Fri, 09 Mar 2012 08:38:54 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[LINICKX-LifeStream]]></category>
		<category><![CDATA[phpbb_recent_topics]]></category>
		<category><![CDATA[root-cookie]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3590</guid>
		<description><![CDATA[Whilst browsing what is on offer at wordpress.org/extend I noticed that the plugins by automattic had fancy banners (e.g. jetpack &#038; buddypress)&#8230; I wanted in! Since the text on these pages is generated from the readme.txt in a given plugin&#8217;s &#8230; <a href="http://www.linickx.com/3590/making-your-wordpress-orgextendplugin-pages-look-cool">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Whilst browsing what is on offer at wordpress.org/extend I noticed that the plugins by automattic had fancy banners (e.g. <a href="http://wordpress.org/extend/plugins/jetpack/">jetpack</a> &#038; <a href="http://wordpress.org/extend/plugins/buddypress/">buddypress</a>)&#8230; I wanted in! </p>
<p>Since the text on these pages is generated from the readme.txt in a given plugin&#8217;s repo I figured I&#8217;d take a look there and see if the automattic guys were doing anything different&#8230; oh yeah, there were!</p>
<p>These repo&#8217;s had a &#8220;assets&#8221; folder in the root, and in there was a banner-772&#215;250.png. Simply by generating my own banner (<em>772px wide by 250px high</em>), creating an assets folder in each of my repos <a href="https://plugins.trac.wordpress.org/changeset/515612/phpbb-recent-topics/assets">and committing</a> did the trick &#8211; so secret sauce required! (<em>NOTE:You have to wait a while for wp.org to update, I waited overnight</em>)</p>
<p>I think these are looking rather groovy <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">http://wordpress.org/extend/plugins/phpbb-recent-topics/</a></li>
<li><a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">http://wordpress.org/extend/plugins/root-cookie/</a></li>
<li><a href="http://wordpress.org/extend/plugins/linickx-lifestream/">http://wordpress.org/extend/plugins/linickx-lifestream/</a></li>
</ul>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3590/making-your-wordpress-orgextendplugin-pages-look-cool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTFM: Aero in Virtualbox</title>
		<link>http://www.linickx.com/3579/rtfm-aero-in-virtualbox</link>
		<comments>http://www.linickx.com/3579/rtfm-aero-in-virtualbox#comments</comments>
		<pubDate>Thu, 08 Mar 2012 07:48:28 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3579</guid>
		<description><![CDATA[Yes there are loads of &#8220;how to enable Aero in Virtualbox&#8221; posts out there, but they are all long too long Install VirtualBox &#62; 4.1 Install Windows 7 Install Guest Additions DURING the install, manually select 3D Support Select Yes &#8230; <a href="http://www.linickx.com/3579/rtfm-aero-in-virtualbox">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes there are loads of &#8220;how to enable Aero in Virtualbox&#8221; posts out there, but they are all long too long <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ul>
<li>Install VirtualBox &gt; 4.1</li>
<li>Install Windows 7</li>
<li>Install Guest Additions
<ul>
<li>DURING the install, manually select 3D Support</li>
<li>Select Yes WDDM video driver </li>
<li>Ignore the warning about safe mode and continue</li>
</ul>
</li>
<li>Reboot</li>
<li>In Control Panel, Personalise re-select the Window7 Default Aero Theme.</li>
<li>Done</li>
</ul>
<p>References:
<ul>
<li><a href="http://www.virtualbox.org/manual/ch04.html#guestadd-video">http://www.virtualbox.org/manual/ch04.html#guestadd-video</a></li>
<li><a href="http://www.howtogeek.com/75417/ask-htg-enabling-aero-in-virtualbox-raid-array-disk-overhead-and-raw-processing-without-photoshop/">http://www.howtogeek.com/75417/ask-htg-enabling-aero-in-virtualbox-raid-array-disk-overhead-and-raw-processing-without-photoshop/</a></li>
</ul>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3579/rtfm-aero-in-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed, I am Speed</title>
		<link>http://www.linickx.com/3576/speed-i-am-speed</link>
		<comments>http://www.linickx.com/3576/speed-i-am-speed#comments</comments>
		<pubDate>Tue, 06 Mar 2012 20:47:55 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linickx]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3576</guid>
		<description><![CDATA[Recently I&#8217;ve been focusing on getting linickx.com not only available, but snappy too! HA Proxy distributes the load across two cloud servers Varnish Caches have a hit rate of between 30% &#38; 49% WP Super Cache serves up static files &#8230; <a href="http://www.linickx.com/3576/speed-i-am-speed">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been focusing on getting linickx.com not only available, but snappy too!</p>
<ol>
<li><a href="http://haproxy.1wt.eu/">HA Proxy</a> distributes the load across two <a href="http://www.rackspace.com/cloud/cloud_hosting_products/servers/">cloud servers</a></li>
<li><a href="http://www.varnish-cache.org">Varnish</a> Caches have a hit rate of between 30% &amp; 49%</li>
<li><a href="https://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> serves up static files to Varnish</li>
<li><a href="https://wordpress.org/extend/plugins/hyperdb/">HypderDB</a> distributes MySQL Requests  across my two servers</li>
</ol>
<p>My next step is to get some <a href="http://en.wikipedia.org/wiki/Minification_(programming)">minification</a> going, either with <a href="http://code.google.com/speed/page-speed/docs/using_mod.html">page-speed</a> or a <a href="https://wordpress.org/extend/plugins/tags/optimize">WP-Plugin</a>.. they seem to be a bit tricky to troubleshoot tho! </p>
<p>If you are looking to measure your websites performance, I&#8217;ve been using <a href="http://www.pingdom.com/">pingdom</a> for server response times and <a href=" http://www.webpagetest.org">webpagetest.org</a> for gathering client load speeds.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3576/speed-i-am-speed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nd4spd</title>
		<link>http://www.linickx.com/3563/nd4spd</link>
		<comments>http://www.linickx.com/3563/nd4spd#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:48:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[PICS]]></category>
		<category><![CDATA[Playstation3]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[nd4spd]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3563</guid>
		<description><![CDATA[Need for Speed &#8220;Hot Pursuit&#8221; &#8230; Awesome! Copyright &#169; 2012 [LINICKX].com. This Feed is for personal non-commercial use only. Please check my Site Terms and Conditions for full details on copyrights. If you have any concerns with the content of &#8230; <a href="http://www.linickx.com/3563/nd4spd">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Need for Speed &#8220;Hot Pursuit&#8221; &#8230; Awesome!</p>

<a href='http://www.linickx.com/3563/nd4spd/f1' title='f1'><img width="150" height="150" src="http://www.linickx.com/files/2012/03/f1-150x150.jpg" class="attachment-thumbnail" alt="f1" title="f1" /></a>
<a href='http://www.linickx.com/3563/nd4spd/gtr' title='gtr'><img width="150" height="150" src="http://www.linickx.com/files/2012/03/gtr-150x150.jpg" class="attachment-thumbnail" alt="gtr" title="gtr" /></a>
<a href='http://www.linickx.com/3563/nd4spd/m3' title='m3'><img width="150" height="150" src="http://www.linickx.com/files/2012/03/m3-150x150.jpg" class="attachment-thumbnail" alt="m3" title="m3" /></a>
<a href='http://www.linickx.com/3563/nd4spd/r8' title='r8'><img width="150" height="150" src="http://www.linickx.com/files/2012/03/r8-150x150.jpg" class="attachment-thumbnail" alt="r8" title="r8" /></a>
<a href='http://www.linickx.com/3563/nd4spd/veyron' title='veyron'><img width="150" height="150" src="http://www.linickx.com/files/2012/03/veyron-150x150.jpg" class="attachment-thumbnail" alt="veyron" title="veyron" /></a>

<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3563/nd4spd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments are Broken (Feb-2012)</title>
		<link>http://www.linickx.com/3558/comments-are-broken-feb-2012</link>
		<comments>http://www.linickx.com/3558/comments-are-broken-feb-2012#comments</comments>
		<pubDate>Thu, 16 Feb 2012 14:59:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3558</guid>
		<description><![CDATA[Comments are Broken (Feb-2012) Fixed, I see SPAM in my Trash. Copyright &#169; 2012 [LINICKX].com. This Feed is for personal non-commercial use only. Please check my Site Terms and Conditions for full details on copyrights. If you have any concerns &#8230; <a href="http://www.linickx.com/3558/comments-are-broken-feb-2012">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><del datetime="2012-02-17T11:05:50+00:00">Comments are Broken (Feb-2012)</del> Fixed, I see SPAM in my Trash.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3558/comments-are-broken-feb-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Cisco ISE UDI</title>
		<link>http://www.linickx.com/3550/hacking-cisco-ise-udi</link>
		<comments>http://www.linickx.com/3550/hacking-cisco-ise-udi#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:06:06 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[ISE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3550</guid>
		<description><![CDATA[The back story&#8230; you&#8217;ve deployed your ISE appliance and the world is great! Your management need you to make a change &#8220;right now&#8221; but that virtual machine in the lab you have been using for testing is 91 days old &#8230; <a href="http://www.linickx.com/3550/hacking-cisco-ise-udi">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linickx.com/files/2012/02/ISE-CAM-VM-CLEAN.png" rel="lightbox[3550]"><img src="http://www.linickx.com/files/2012/02/ISE-CAM-VM-CLEAN-150x150.png" alt="ISE Virtual Machine that thinks it a CAM" title="ISE-CAM-VM-CLEAN" width="150" height="150" class="alignright size-thumbnail wp-image-3552" /></a><br />
The back story&#8230; you&#8217;ve deployed your <a href="http://www.cisco.com/go/ise">ISE appliance</a> and the world is great! Your management need you to make a change &#8220;right now&#8221; but that virtual machine in the lab you have been using for testing is 91 days old and the eval no longer works. You raise a case to get budget and a PO over to Cisco for a lab ISE appliance or license but this change is critical, if only there was a way to use your appliance license on your VM?</p>
<p>Perhaps you should log into your ISE appliance and make a note of the Product Identifier (PID), Version Identifier (VID) and the Serial Number (SN).</p>
<p>What you might want to do now is shutdown your ISE VM and mount the disk&#8230; I always have a <a href="http://centos.org/">CentOS</a> server kicking around for this kind of thing, so if I was to do this, I would mount the ISE virtual disk as an extra disk that CentOS has access to.</p>
<p>From within CentOS you can use fdisk -l to view the hard drive partitions&#8230; When you&#8217;re hacking a VM you mount as many of the ISE partitions as you can (<em>some will fail</em>) to see what&#8217;s there. On my test machine <code>/dev/sdb7</code> was the partition of interest as it had an <code>/opt</code> directory (<em>cisco always install stuff in opt</em>).</p>
<p>Inside <code>mount-point/opt/system/bin/</code> you might find a file called <code>cars_udi_util</code>, that&#8217;s the puppy that the license is bound to.</p>
<p>What you might want to do is rename that file and replace it with something that always gives the &#8220;right&#8221; answer. Attached is <a href="http://www.linickx.com/files/2012/02/cars_udi_util.txt">cars_udi_util.txt</a>, a shell script I have been testing, edit the top of the file and insert the PID/VID/SN you found earlier.</p>
<p>Now save the <a href="http://www.linickx.com/files/2012/02/cars_udi_util.txt">cars_udi_util.txt</a> to <code>mount-point/opt/system/bin/cars_udi_util</code>, that&#8217;s right <b>remember to remove the <code>.txt</code>!</b></p>
<p>Unmount the disk, shutdown Centos and boot up ISE. </p>
<p>Now I&#8217;ve been hacking my machine and after this change the services wouldn&#8217;t start (<code>show application status ise</code>) to fix that I ran <code>application reset-config ise</code> from the ISE CLI Shell, rebooted and Voila! &#8230;The machine booted up with a blank default config.</p>
<p>After changing the default admin password (<em>from cisco</em>) it would now be possible for you to use your proper appliance license on your VM&#8230; of course this is only a temporary thing and I fully expect &amp; recommend you undo these changes as soon as your new license arrives from Cisco.</p>
<p>Happy Hacking!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3550/hacking-cisco-ise-udi/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.463 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-24 01:09:31 -->

