<?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>TechniTip.Net &#187; Admin</title>
	<atom:link href="http://technitip.net/tag/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://technitip.net</link>
	<description>TechniTip.Net - Useful tips regarding technical stuff for things like Linux, MySQL, Apache, PHP, Linux Server, iPhone and more.</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:31:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://technitip.net</link>
<url>http://technitip.net/wp-content/plugins/maxblogpress-favicon/icons/favicon-66.ico</url>
<title>TechniTip.Net</title>
</image>
		<item>
		<title>Improve WordPress Admin Performance 2</title>
		<link>http://technitip.net/improve-wordpress-admin-performance-2</link>
		<comments>http://technitip.net/improve-wordpress-admin-performance-2#comments</comments>
		<pubDate>Tue, 01 Feb 2011 21:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[AN]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Yoast]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1659</guid>
		<description><![CDATA[Here is another quick but good tip to improve the performance of your WordPress admin area: Delete all revision of every post. It can be achieved using a simple SQL statement: DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>Here is another quick but good tip to improve the performance of your WordPress admin area:</p>
<p>Delete all revision of every post. It can be achieved using a simple SQL statement:</p>
<p><code>DELETE a,b,c<br />
FROM wp_posts a<br />
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)<br />
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)<br />
WHERE a.post_type = 'revision'</code></p>
<p>I do this from time to time. Optionally it&#8217;s possible either to disable revison managment or restrict the number of saved revisions by adding one of the following statements into your wp-config.php:</p>
<p><code>define('WP_POST_REVISIONS', false );</code></p>
<p><code>define('WP_POST_REVISIONS', 3);</code></p>
<p>The information has been taken from <a title="Deleting WordPress Revisions" href="http://weblogtoolscollection.com/archives/2010/09/28/deleting-wordpress-revisions/" target="_blank">weblogtoolscollection.com</a>.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance-2&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li>
<li><a href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve WordPress Admin Performance</title>
		<link>http://technitip.net/improve-wordpress-admin-performance</link>
		<comments>http://technitip.net/improve-wordpress-admin-performance#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:47:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Yoast]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1644</guid>
		<description><![CDATA[WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right side of the admin panel.</p>
<p>This is nice, but WordPress does still send a few HTTP requests to netdna.yoast.com. I think it makes no sense because we have disabled the Yoast widget:</p>

<a href="http://technitip.net/wp-content/gallery/test/withyoast.gif" title="" class="shutterset_singlepic144" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/144__618x_withyoast.gif" alt="withyoast" title="withyoast" />
</a>

<p>To avoid this few unneeded request I&#8217;ve installed the <a title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a>. After installing and enabling the plugin the additional HTTP requests are gone and as a result we&#8217;ve improved the load time our admin dashboard a little bit:</p>

<a href="http://technitip.net/wp-content/gallery/test/withoutyoast.gif" title="" class="shutterset_singlepic143" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/143__618x_withoutyoast.gif" alt="withoutyoast" title="withoutyoast" />
</a>

<p><strong>Links</strong></p>
<ul>
<li><a title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a></li>
</ul>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li>
<li><a href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li>
<li><a href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Speed Test&#8221; for iPhone</title>
		<link>http://technitip.net/speed-test-for-iphone</link>
		<comments>http://technitip.net/speed-test-for-iphone#comments</comments>
		<pubDate>Sat, 25 Apr 2009 13:31:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=981</guid>
		<description><![CDATA[Speed Test is a native iPhone application without advertising and allows you to measure the network speed of your iPhone or iPod Touch. The application come from speedtest.net which is a well known site for measuring your speed of your network connection. Download Link iTunes download link Speed Test Related posts: Whois Tool &#8220;Domain Scout&#8221; [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/iphone-whois-tool-domain-scout' rel='bookmark' title='Whois Tool &#8220;Domain Scout&#8221; for iPhone'>Whois Tool &#8220;Domain Scout&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/network-ping-lite-for-iphone' rel='bookmark' title='&#8220;Network Ping Lite&#8221; for iPhone'>&#8220;Network Ping Lite&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/chkwebspeed-for-iphone' rel='bookmark' title='&#8220;ChkWebSpeed&#8221; for iPhone'>&#8220;ChkWebSpeed&#8221; for iPhone</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[
<a href="http://technitip.net/wp-content/gallery/test/img_0008.jpg" title="" class="shutterset_singlepic89" >
	<img class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/89__140x_img_0008.jpg" alt="img_0008.jpg" title="img_0008.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/test/img_0006.jpg" title="" class="shutterset_singlepic87" >
	<img class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/87__140x_img_0006.jpg" alt="img_0006.jpg" title="img_0006.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/test/img_0007.jpg" title="" class="shutterset_singlepic88" >
	<img class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/88__140x_img_0007.jpg" alt="img_0007.jpg" title="img_0007.jpg" />
</a>

<p><a title="&quot;Speed Test&quot; Download Link iTunes Store" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300704847&amp;mt=8" target="_blank">Speed Test</a> is a native iPhone application without advertising and allows you to measure the network speed of your iPhone or iPod Touch. The application come from <a title="speedtest.net" href="http://speedtest.net" target="_blank">speedtest.net </a>which is a well known site for measuring your speed of your network connection.</p>
<p><strong>Download Link</strong></p>
<ul>
<li><a title="&quot;Speed Test&quot; Download Link iTunes Store" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300704847&amp;mt=8" target="_blank">iTunes download link Speed Test</a></li>
</ul>






<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fspeed-test-for-iphone&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/iphone-whois-tool-domain-scout' rel='bookmark' title='Whois Tool &#8220;Domain Scout&#8221; for iPhone'>Whois Tool &#8220;Domain Scout&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/network-ping-lite-for-iphone' rel='bookmark' title='&#8220;Network Ping Lite&#8221; for iPhone'>&#8220;Network Ping Lite&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/chkwebspeed-for-iphone' rel='bookmark' title='&#8220;ChkWebSpeed&#8221; for iPhone'>&#8220;ChkWebSpeed&#8221; for iPhone</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/speed-test-for-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VNC Client for iPhone</title>
		<link>http://technitip.net/vnc-client-for-iphone</link>
		<comments>http://technitip.net/vnc-client-for-iphone#comments</comments>
		<pubDate>Mon, 13 Apr 2009 10:26:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Lite]]></category>
		<category><![CDATA[Mocha]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=912</guid>
		<description><![CDATA[It sounds quite strange, a VNC client for the iPhone. But incredible it works! I&#8217;ve used the Mocha VNC client because it is compatible with all known VNC server solutions. There are also other VNC clients available, but as far as I know they are not working together with all VNC server solutions. I&#8217;ve tested [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/iphone-whois-tool-domain-scout' rel='bookmark' title='Whois Tool &#8220;Domain Scout&#8221; for iPhone'>Whois Tool &#8220;Domain Scout&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/network-ping-lite-for-iphone' rel='bookmark' title='&#8220;Network Ping Lite&#8221; for iPhone'>&#8220;Network Ping Lite&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/ssh-client-for-the-iphone' rel='bookmark' title='SSH Client for the iPhone'>SSH Client for the iPhone</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[
<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0035-1.jpg" title="" class="shutterset_singlepic72" >
	<img class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/72__320x240_img_0035-1.jpg" alt="img_0035-1.jpg" title="img_0035-1.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0042.jpg" title="" class="shutterset_singlepic79" >
	<img class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/79__320x240_img_0042.jpg" alt="img_0042.jpg" title="img_0042.jpg" />
</a>

<p>It sounds quite strange, a VNC client for the iPhone. But incredible it works! I&#8217;ve used the <a title="Mocha VNC Homepage" href="http://www.mochasoft.dk/iphone_vnc.htm" target="_blank">Mocha VNC client</a> because it is compatible with all known VNC server solutions. There are also other VNC clients available, but as far as I know they are not working together with all VNC server solutions.</p>
<p>I&#8217;ve tested the VNC client in a WiFi via a VPN connection to a Linux Red Hat Enterprise 3 server with the VNC server that comes with the Red Hat Enterprise distribution. After creating a profile and starting the remote connection a small surprise: a warning the my iPhone is low on memory. Funny, never seen such a warning before on my iPhone. But nevertheless the connection works.</p>

<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0036.jpg" title="" class="shutterset_singlepic73" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/73__140x_img_0036.jpg" alt="img_0036.jpg" title="img_0036.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0037.jpg" title="" class="shutterset_singlepic74" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/74__140x_img_0037.jpg" alt="img_0037.jpg" title="img_0037.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0038.jpg" title="" class="shutterset_singlepic75" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/75__140x_img_0038.jpg" alt="img_0038.jpg" title="img_0038.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0039.jpg" title="" class="shutterset_singlepic76" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/76__140x_img_0039.jpg" alt="img_0039.jpg" title="img_0039.jpg" />
</a>

<p>The client supports landscape mode as well. And it&#8217;s possible to change the zoom of the remote display. Mouse handling is maybe not perfect but basically it works to remote control your server. I&#8217;ve not yet checked it over a G3 connection, it maybe a little bit slow. But for emergency cases it can be useful.</p>

<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0040.jpg" title="" class="shutterset_singlepic77" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/77__300x_img_0040.jpg" alt="img_0040.jpg" title="img_0040.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0041.jpg" title="" class="shutterset_singlepic78" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/78__300x_img_0041.jpg" alt="img_0041.jpg" title="img_0041.jpg" />
</a>

<p><strong>Links:</strong></p>
<ul>
<li><a title="Mocha VNC Homepage" href="http://www.mochasoft.dk/iphone_vnc.htm" target="_blank">Mocha VNC Homepage</a></li>
<li><a title="Download link Mocha VNC Lite iTunes Store" href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284984448&amp;mt=8" target="_blank">Download link Mocha VNC Lite iTunes Store </a></li>
<li><a title="Download link Mocha VNC iTunes Store" href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284981670&amp;mt=8" target="_blank">Download link Mocha VNC iTunes Store </a></li>
</ul>
<p>





</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fvnc-client-for-iphone&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/iphone-whois-tool-domain-scout' rel='bookmark' title='Whois Tool &#8220;Domain Scout&#8221; for iPhone'>Whois Tool &#8220;Domain Scout&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/network-ping-lite-for-iphone' rel='bookmark' title='&#8220;Network Ping Lite&#8221; for iPhone'>&#8220;Network Ping Lite&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/ssh-client-for-the-iphone' rel='bookmark' title='SSH Client for the iPhone'>SSH Client for the iPhone</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/vnc-client-for-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Network Ping Lite&#8221; for iPhone</title>
		<link>http://technitip.net/network-ping-lite-for-iphone</link>
		<comments>http://technitip.net/network-ping-lite-for-iphone#comments</comments>
		<pubDate>Mon, 13 Apr 2009 09:11:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[traceroute]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=903</guid>
		<description><![CDATA[Another nice free admin tool &#8220;Network Ping Lite&#8221; with useful features: Ping a single IP address Ping a subnet to get an overview Traceroute to determine the route taken by packets Telnet console for simple access to a router or Unix server Get it from here: Download link iTunes Store. Related posts: Whois Tool &#8220;Domain [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/iphone-whois-tool-domain-scout' rel='bookmark' title='Whois Tool &#8220;Domain Scout&#8221; for iPhone'>Whois Tool &#8220;Domain Scout&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/speed-test-for-iphone' rel='bookmark' title='&#8220;Speed Test&#8221; for iPhone'>&#8220;Speed Test&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>Another nice free admin tool &#8220;Network Ping Lite&#8221; with useful features:</p>
<ul>
<li>Ping a single IP address</li>
<li>Ping a subnet to get an overview</li>
<li>Traceroute to determine the route taken by packets</li>
<li>Telnet console for simple access to a router or Unix server</li>
</ul>
<p>Get it from here:</p>
<p><a title="&quot;Ping Lite&quot; Download Link iTunes Store" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=289967115&amp;mt=8" target="_blank">Download link iTunes Store</a>.</p>

<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0020.jpg" title="" class="shutterset_singlepic70" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/70__140x_img_0020.jpg" alt="img_0020.jpg" title="img_0020.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0018.jpg" title="" class="shutterset_singlepic68" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/68__140x_img_0018.jpg" alt="img_0018.jpg" title="img_0018.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0019.jpg" title="" class="shutterset_singlepic69" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/69__140x_img_0019.jpg" alt="img_0019.jpg" title="img_0019.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0049.jpg" title="" class="shutterset_singlepic71" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/71__140x_img_0049.jpg" alt="img_0049.jpg" title="img_0049.jpg" />
</a>

<p>





</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fnetwork-ping-lite-for-iphone&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/iphone-whois-tool-domain-scout' rel='bookmark' title='Whois Tool &#8220;Domain Scout&#8221; for iPhone'>Whois Tool &#8220;Domain Scout&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/speed-test-for-iphone' rel='bookmark' title='&#8220;Speed Test&#8221; for iPhone'>&#8220;Speed Test&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/network-ping-lite-for-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whois Tool &#8220;Domain Scout&#8221; for iPhone</title>
		<link>http://technitip.net/iphone-whois-tool-domain-scout</link>
		<comments>http://technitip.net/iphone-whois-tool-domain-scout#comments</comments>
		<pubDate>Fri, 10 Apr 2009 16:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[Scout]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=872</guid>
		<description><![CDATA[&#8220;Domain Scout&#8221; is maybe not a power tool but it&#8217;s free and useful for IT and network administrators. It&#8217;s helpful for easy whois queries to check if a domain is available, have a look at the DNS and registrar details. Get it from here: Download link iTunes Store. Related posts: &#8220;Network Ping Lite&#8221; for iPhone [...]<div style="clear: both;">
<strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/network-ping-lite-for-iphone' rel='bookmark' title='&#8220;Network Ping Lite&#8221; for iPhone'>&#8220;Network Ping Lite&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/vnc-client-for-iphone' rel='bookmark' title='VNC Client for iPhone'>VNC Client for iPhone</a></li>
<li><a href='http://technitip.net/speed-test-for-iphone' rel='bookmark' title='&#8220;Speed Test&#8221; for iPhone'>&#8220;Speed Test&#8221; for iPhone</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>&#8220;Domain Scout&#8221; is maybe not a power tool but it&#8217;s free and useful for IT and network administrators. It&#8217;s helpful for easy whois queries to check if a domain is available, have a look at the DNS and registrar details.</p>
<p>Get it from here:</p>
<p><a title="&quot;Domain Scout&quot; Download Link iTunes Store" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=289923007&amp;mt=8" target="_blank">Download link iTunes Store</a>.</p>

<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0013.jpg" title="" class="shutterset_singlepic64" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/64__140x_img_0013.jpg" alt="img_0013.jpg" title="img_0013.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0014.jpg" title="" class="shutterset_singlepic65" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/65__140x_img_0014.jpg" alt="img_0014.jpg" title="img_0014.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0015.jpg" title="" class="shutterset_singlepic66" >
	<img class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/66__140x_img_0015.jpg" alt="img_0015.jpg" title="img_0015.jpg" />
</a>


<a href="http://technitip.net/wp-content/gallery/iphonevpn/img_0016.jpg" title="" class="shutterset_singlepic67" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/67__140x_img_0016.jpg" alt="img_0016.jpg" title="img_0016.jpg" />
</a>

<p>





</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fiphone-whois-tool-domain-scout&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div style="clear: both;"><p><strong>Related posts:</strong><ol>
<li><a href='http://technitip.net/network-ping-lite-for-iphone' rel='bookmark' title='&#8220;Network Ping Lite&#8221; for iPhone'>&#8220;Network Ping Lite&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/vnc-client-for-iphone' rel='bookmark' title='VNC Client for iPhone'>VNC Client for iPhone</a></li>
<li><a href='http://technitip.net/speed-test-for-iphone' rel='bookmark' title='&#8220;Speed Test&#8221; for iPhone'>&#8220;Speed Test&#8221; for iPhone</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/iphone-whois-tool-domain-scout/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

