<?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>Daniel Koskinen &#187; server</title>
	<atom:link href="http://danielkoskinen.com/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielkoskinen.com</link>
	<description>Web designer, WordPress consultant and usability enthusiast</description>
	<lastBuildDate>Sun, 12 May 2013 18:51:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Make your own short URLs with WordPress</title>
		<link>http://danielkoskinen.com/make-your-own-short-urls-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=make-your-own-short-urls-wordpress</link>
		<comments>http://danielkoskinen.com/make-your-own-short-urls-wordpress/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:02:49 +0000</pubDate>
		<dc:creator>Daniel Koskinen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[short urls]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://danielkoskinen.com/?p=125</guid>
		<description><![CDATA[<p>You might have noticed that I recently restored the main URL of my site to http://danielkoskinen.com . I decided it was a better idea to have my full name in the URL, and use my other domain (dani.fi) to generate my very own short URLs for use in Twitter &#38; elsewhere. There are many good...</p><p>The post <a href="http://danielkoskinen.com/make-your-own-short-urls-wordpress/">Make your own short URLs with WordPress</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>You might have noticed that I recently restored the main URL of my site to <a href="http://danielkoskinen.com">http://danielkoskinen.com</a> . I decided it was a better idea to have my full name in the URL, and use my other domain (dani.fi) to generate my very own short URLs for use in Twitter &amp; elsewhere.<br />
<span id="more-125"></span></p>
<p>There are many good URL shortening services around, like bit.ly, twu.rl and the WP-centric wp.me, and I&#8217;m not saying there&#8217;s anything wrong with those. However, if like me, you happen to have a nice short domain lying around that you&#8217;d like to use, why not make your own?</p>
<h2>Install WordTwit</h2>
<p><a href="http://www.bravenewcode.com/products/wordtwit/">WordTwit</a> is a plugin for WordPress by BraveNewCode for integrating your WordPress website with your Twitter account. I owe big thanks to <a href="http://www.mikkosaari.fi/">Mikko Saari</a> for telling me about it. The reason why I liked this specific plugin is it&#8217;s feature for creating short URLs using your own domain.</p>
<p>You can install WordTwit either directly from your WordPress admin (under <strong>Plugins &gt; Add new</strong>) or by downloading the zip and uploading it to your server under <code>wp-content/plugins/</code>.</p>
<h2>Redirect short domain to longer domain</h2>
<p>There are different ways to do this. Because I&#8217;m running this site on a dedicated server, I created a new VHOST entry for the second domain (dani.fi) and inserted the following:</p>
<blockquote>
<pre>
&lt;VirtualHost *&gt;
   ServerName <strong>dani.fi</strong>
   Redirect 301 / <strong>http://danielkoskinen.com/</strong>
&lt;/VirtualHost&gt;
</pre>
</blockquote>
<p>Replace <code>dani.fi</code> with your own short domain name and <code>danielkoskinen.com</code> with the main domain for your site. If you&#8217;re running on a shared web host, you can probably just create a redirect in CPanel or equivalent.</p>
<h2>Configure WordTwit settings</h2>
<p><img class="size-large wp-image-126 aligncenter" title="Screen shot 2010-02-27 at 13.28.12" src="http://i2.wp.com/danielkoskinen.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-13.28.12.png?resize=460%2C240" alt="" data-recalc-dims="1" /></p>
<p>Enable WordTwit, find it&#8217;s settings page and the section marked URL Shortening. Choose &#8220;Local&#8221; from the menu and save your settings. This will reload the page and reveal more options. You can now enter your short domain in the field marked &#8220;Use Alternate Domain&#8221;.</p>
<p>Save your settings, and you&#8217;re done!</p>
<h2>Try it out</h2>
<p>Go to edit any post, and you&#8217;ll find the short URL for the current post in the right sidebar, using your new nice-and-short domain name! There&#8217;s also a button to post a message to Twitter (which can be set up automatically for new posts with WordTwit).</p>
<p>The post <a href="http://danielkoskinen.com/make-your-own-short-urls-wordpress/">Make your own short URLs with WordPress</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://danielkoskinen.com/make-your-own-short-urls-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using iStat to monitor remote servers</title>
		<link>http://danielkoskinen.com/using-istat-to-monitor-remote-servers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-istat-to-monitor-remote-servers</link>
		<comments>http://danielkoskinen.com/using-istat-to-monitor-remote-servers/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:19:37 +0000</pubDate>
		<dc:creator>Daniel Koskinen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://danielkoskinen.com/?p=78</guid>
		<description><![CDATA[<p>The iStat App from Bjango is one of the many cool reasons for having an iPhone. In addition to giving system stats of the device itself (not so interesting) it enables easy monitoring of remote servers. There&#8217;s a free server app for those with a Mac server they want to monitor, but most interestingly they...</p><p>The post <a href="http://danielkoskinen.com/using-istat-to-monitor-remote-servers/">Using iStat to monitor remote servers</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://i2.wp.com/danielkoskinen.com/wp-content/uploads/2010/02/l_281_211_0175DAB7-E040-438C-9143-7C41972643E4.jpeg"><img class="size-full wp-image-364 alignleft" src="http://i1.wp.com/danielkoskinen.com/wp-content/uploads/2010/02/l_281_211_0175DAB7-E040-438C-9143-7C41972643E4.jpeg?resize=281%2C211" alt="" data-recalc-dims="1" /></a></p>
<p>The <a href="http://bjango.com/apps/istat/">iStat App</a> from Bjango is one of the many cool reasons for having an iPhone. In addition to giving system stats of the device itself (not so interesting) it enables easy monitoring of remote servers. There&#8217;s a free server app for those with a Mac server they want to monitor, but most interestingly they have a command-line app for Linux and Solaris.</p>
<p><span id="more-78"></span>Setting it up requires some command-line tinkering, but to anyone familiar with configuring and compiling with <code>configure</code> and <code>make</code> this should be a breeze.</p>
<p>Once the server daemon is running, using iStat on the iPhone is really simple and easy. You set up a profile for each server and can access real-time data on uptime, load averages, cpu, pageins, pageouts, network &amp; memory usage.</p>
<p>I&#8217;ve had two remote servers running iStat Server for a couple of weeks, and can only say it works like a charm! All I wish for is a similar Mac desktop app for remote servers &#8211; the <a href="http://www.islayer.com/apps/istatpro/">iStat Pro Dashboard widget</a> only shows info of the system it&#8217;s running on. Know of any?</p>
<p>The post <a href="http://danielkoskinen.com/using-istat-to-monitor-remote-servers/">Using iStat to monitor remote servers</a> appeared first on <a href="http://danielkoskinen.com">Daniel Koskinen</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://danielkoskinen.com/using-istat-to-monitor-remote-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
