<?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>Interweb World</title>
	<atom:link href="http://interwebworld.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://interwebworld.co.uk</link>
	<description>Yes, I&#039;m running on pure Nginx!</description>
	<lastBuildDate>Fri, 17 Feb 2012 10:52:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Doctor Who Logo iPhone Wallpaper</title>
		<link>http://interwebworld.co.uk/2011/11/05/doctor-who-logo-iphone-wallpaper/</link>
		<comments>http://interwebworld.co.uk/2011/11/05/doctor-who-logo-iphone-wallpaper/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 18:30:35 +0000</pubDate>
		<dc:creator>UltimateDad</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Doctor Who]]></category>
		<category><![CDATA[iPhone Wallpapers]]></category>

		<guid isPermaLink="false">http://interwebworld.co.uk/?p=133</guid>
		<description><![CDATA[We&#8217;ve been scouring the internet for iPhone wallpapers lately after upgrading our iOS devices to the latest version &#8211; we want a wallpaper that&#8217;s swish and a teeny bit geeky. So&#8230;we created our own &#8211; it&#8217;s the current Doctor Who &#8230; <a href="http://interwebworld.co.uk/2011/11/05/doctor-who-logo-iphone-wallpaper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://interwebworld.co.uk/wp-content/uploads/2011/11/Doctor-Who-iPhone-Logo.jpg"><img class="alignnone size-full wp-image-134" title="Doctor Who logo iPhone Wallpaper" src="http://interwebworld.co.uk/wp-content/uploads/2011/11/Doctor-Who-iPhone-Logo.jpg" alt="Doctor Who logo iPhone Wallpaper" width="320" height="480" /></a></p>
<p>We&#8217;ve been scouring the internet for iPhone wallpapers lately after upgrading our iOS devices to the latest version &#8211; we want a wallpaper that&#8217;s swish and a teeny bit geeky.</p>
<p>So&#8230;we created our own &#8211; it&#8217;s the current Doctor Who logo set on a textured paper background. It should be subtle enough that it doesn&#8217;t detract from your iPhone&#8217;s home screen, but immediately identifiable as the Time Lord&#8217;s logo.</p>
<p>And yes, we promise, when our Photoshop skills improve, we&#8217;ll try and do something a tad sexier!</p>
]]></content:encoded>
			<wfw:commentRss>http://interwebworld.co.uk/2011/11/05/doctor-who-logo-iphone-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to launch programs automatically at startup in Crunchbang Linux</title>
		<link>http://interwebworld.co.uk/2011/10/23/how-to-launch-programs-automatically-at-startup-in-crunchbang-linux/</link>
		<comments>http://interwebworld.co.uk/2011/10/23/how-to-launch-programs-automatically-at-startup-in-crunchbang-linux/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 16:28:17 +0000</pubDate>
		<dc:creator>UltimateDad</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Crunchbang]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://interwebworld.co.uk/?p=129</guid>
		<description><![CDATA[Remember when we configured our headless Crunchbang computer the other day? Now that we&#8217;ve got the machine up and running and logging in automatically, we want to start some programs running when the machine boots up. Well, the good news &#8230; <a href="http://interwebworld.co.uk/2011/10/23/how-to-launch-programs-automatically-at-startup-in-crunchbang-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://interwebworld.co.uk/wp-content/uploads/2011/10/tux-linux-mascot.jpg"><img class="alignright size-medium wp-image-118" title="Tux, the Linux mascot" src="http://interwebworld.co.uk/wp-content/uploads/2011/10/tux-linux-mascot-300x222.jpg" alt="Tux, the Linux mascot" width="300" height="222" /></a>Remember when we configured our <a href="http://interwebworld.co.uk/2011/10/21/how-to-install-and-configure-remote-desktop-in-crunchbang-linux/">headless Crunchbang computer the other day</a>? Now that we&#8217;ve got the machine up and running <a href="http://interwebworld.co.uk/2011/10/22/crunchbang-linux-configuring-automatic-logins/">and logging in automatically</a>, we want to start some programs running when the machine boots up.</p>
<p>Well, the good news is that Crunchbang makes this process embarrassingly easy: the distribution has an autostart script that you can edit to run the programs of your choice. You can even specify a sleep delay so that programs load in a specific order and don&#8217;t overload the machine. This is some heavenly scripting!</p>
<h2>Finding and editing autostart.sh</h2>
<p>The autostart.sh script is the file you need to edit to customize your startup experience. Let&#8217;s fire up the terminal and do some editing &#8211; we&#8217;re going to fix a problem in my earlier post!</p>
<ol>
<li>Browse to the OpenBox config folder: cd ~/.config/openbox/</li>
<li>Edit the autostart.sh file: nano autostart.sh</li>
<li>Navigate to the bottom of the file &#8211; it&#8217;s the smartest place to add your own custom entries. Along the way note that a double hash (##) denotes a comment &#8211; always advisable to explain the commands you&#8217;ve added to your script!</li>
<li>We&#8217;re going to configure the vino server service to start automatically, so add a comment like &#8220;## Start Vino server&#8221; and take a new line. In the new line, type <code>/usr/lib/vino/vino-server &amp;</code> (the ampersand character at the end allows the script to continue processing any additional commands you might add). Add any other commands you&#8217;d like to run at startup.</li>
<li>Save the autostart.sh file and then restart your computer to test.</li>
</ol>
<h2>The Sleep Command</h2>
<p>A useful variant is to add the &#8220;sleep&#8221; command to your script. This delays execution of your program by a specified number of seconds, allowing the computer to launch programs sequentially, preserving system resources or allowing other tasks to complete first.</p>
<p>A modification of the command above would be:</p>
<p><code>(sleep 60s &amp;&amp; /usr/lib/vino/vino-server) &amp;</code></p>
<p>This would delay startup of the Vino server until 60 seconds after OpenBox loads. Feel free to play as creative as you like with this command &#8211; you could execute a system backup script, run an application or whatever else strikes your fancy.</p>
<h2>Shutting down unwanted services</h2>
<p>You can also comment out software in the script that you <em>don&#8217;t</em> want to run &#8211; for example the novelty Statler app that says a random phrase every now and again. Simply find that line in the autostart.sh script and comment it out with &#8220;##&#8221;.</p>
<p>Likewise you could disable the Conky service or the screensaver &#8211; both of which are activated via this script. Find the lines you want and comment them out.</p>
<h2>What else?</h2>
<p>So that&#8217;s it for this little tutorial &#8211; I&#8217;d be interested to see what other things people use the autostart script for in Crunchbang. Also, is it available in other Linux distributions?</p>
]]></content:encoded>
			<wfw:commentRss>http://interwebworld.co.uk/2011/10/23/how-to-launch-programs-automatically-at-startup-in-crunchbang-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crunchbang Linux: Configuring automatic logins</title>
		<link>http://interwebworld.co.uk/2011/10/22/crunchbang-linux-configuring-automatic-logins/</link>
		<comments>http://interwebworld.co.uk/2011/10/22/crunchbang-linux-configuring-automatic-logins/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 12:33:17 +0000</pubDate>
		<dc:creator>UltimateDad</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Crunchbang]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://interwebworld.co.uk/?p=126</guid>
		<description><![CDATA[If you read my previous post about building a headless Crunchbang Linux machine, you&#8217;ll understand that one of the next steps for us is to have the machine log in automatically. Without an automatic login, the Vino server won&#8217;t have &#8230; <a href="http://interwebworld.co.uk/2011/10/22/crunchbang-linux-configuring-automatic-logins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://interwebworld.co.uk/wp-content/uploads/2011/10/tux-linux-mascot.jpg"><img class="alignright size-medium wp-image-118" title="Tux, the Linux mascot" src="http://interwebworld.co.uk/wp-content/uploads/2011/10/tux-linux-mascot-300x222.jpg" alt="Tux, the Linux mascot" width="300" height="222" /></a>If you read my previous post about <a title="How to install and configure remote desktop in Crunchbang Linux" href="http://interwebworld.co.uk/2011/10/21/how-to-install-and-configure-remote-desktop-in-crunchbang-linux/">building a headless Crunchbang Linux</a> machine, you&#8217;ll understand that one of the next steps for us is to have the machine log in automatically.</p>
<p>Without an automatic login, the Vino server won&#8217;t have the chance to start and therefore you won&#8217;t be able to control the machine remotely. The good news is that configuring automatic logins in <a href="http://crunchbanglinux.org" target="_blank">Crunchbang</a> is remarkably easy.</p>
<h2>Step by step: Configuring automatic logins</h2>
<ol>
<li>Right-click anywhere on your Crunchbang desktop and browse to the <strong>System</strong> menu. Click on <strong>GDM Login Set-up</strong>. You&#8217;ll be prompted for your administration password to make these changes.</li>
<li>Now, when the <strong>Login Window Preferences</strong> window appears, click on the <strong>Security</strong> tab and select <strong>Enable automatic login</strong>. You need to use the drop-down box to select the user account to log in when the computer starts.</li>
<li>Save your settings and reboot the computer. It should log in automatically first time.</li>
</ol>
<p>And that&#8217;s it. In our next tutorial, we&#8217;ll be looking at making applications start automatically when the Crunchbang computer starts up.</p>
]]></content:encoded>
			<wfw:commentRss>http://interwebworld.co.uk/2011/10/22/crunchbang-linux-configuring-automatic-logins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install and configure remote desktop in Crunchbang Linux</title>
		<link>http://interwebworld.co.uk/2011/10/21/how-to-install-and-configure-remote-desktop-in-crunchbang-linux/</link>
		<comments>http://interwebworld.co.uk/2011/10/21/how-to-install-and-configure-remote-desktop-in-crunchbang-linux/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 11:23:08 +0000</pubDate>
		<dc:creator>UltimateDad</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Crunchbang]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Vino]]></category>

		<guid isPermaLink="false">http://interwebworld.co.uk/?p=117</guid>
		<description><![CDATA[I&#8217;ve been playing around with Crunchbang Linux for the last few days. I had a low spec old server lying around the house and wanted to see if it would perform better with a lightweight Linux distribution. The machine had &#8230; <a href="http://interwebworld.co.uk/2011/10/21/how-to-install-and-configure-remote-desktop-in-crunchbang-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://interwebworld.co.uk/wp-content/uploads/2011/10/tux-linux-mascot.jpg"><img class="alignright size-medium wp-image-118" title="Tux, the Linux mascot" src="http://interwebworld.co.uk/wp-content/uploads/2011/10/tux-linux-mascot-300x222.jpg" alt="Tux, the Linux mascot" width="300" height="222" /></a>I&#8217;ve been playing around with <a href="http://crunchbanglinux.org/" target="_blank">Crunchbang Linux</a> for the last few days. I had a low spec old server lying around the house and wanted to see if it would perform better with a lightweight Linux distribution. The machine had been struggling under the latest Ubuntu 11.10, so I scrubbed it and installed Crunchbang.</p>
<p>The problem being that the machine runs in the attic office and doesn&#8217;t have a screen or keyboard, so remote access is essential. But Crunchbang doesn&#8217;t seem to come with a default remote desktop server, so we have to install one for ourselves.</p>
<h2><span id="more-117"></span>Vino to the rescue</h2>
<p>Vino is <a href="https://help.ubuntu.com/community/VNC/Servers" target="_blank">the default VNC server</a> that ships with Ubuntu and has done for a long time now. And because Crunchbang is a distant cousin of Ubuntu, I figured this would be a good place to start! Installing Vino, of course, is a complete breeze &#8211; let me walk you through the steps&#8230;</p>
<ol>
<li>Fire up the terminal! Type in <code>sudo apt-get install vino</code> and follow the instructions on screen.</li>
<li>Once Vino&#8217;s been installed, you need to configure it. To do this, open up a terminal window (Super-key + t) and type vino-preferences. Press return, and a familiar configuration screen should appear.</li>
<li>You want to configure Vino to allow other users to view <em>and</em> control the desktop.</li>
<li>Under security, <em>untick</em> the &#8220;You must confirm each access to this machine&#8221;. You want the machine to automatically accept your incoming connections &#8211; otherwise, you&#8217;d have to manually approve each connection!</li>
<li>We set a password to secure access to the machine, and allow the network to automatically accept incoming connections. Once you&#8217;ve set the options (I&#8217;ve included a handy screenshot below to guide you), your VNC server should be up and running.</li>
<li>The last step is to go to another machine on the network and try to connect. You can use the built-in remote desktop utility in most Ubuntu distributions, or alternatively install TightVNC for Windows.</li>
</ol>
<h2>Vino recommended configuration screenshot</h2>
<div id="attachment_121" class="wp-caption alignnone" style="width: 310px"><a href="http://interwebworld.co.uk/wp-content/uploads/2011/10/crunchbang-vino.jpg"><img class="size-medium wp-image-121" title="Vino preferences in Crunchbang" src="http://interwebworld.co.uk/wp-content/uploads/2011/10/crunchbang-vino-300x224.jpg" alt="Vino preferences in Crunchbang" width="300" height="224" /></a><p class="wp-caption-text">Click on the image for full size version</p></div>
<p><em>Et voila</em>! Remote access to your screenless, keyboardless server!</p>
]]></content:encoded>
			<wfw:commentRss>http://interwebworld.co.uk/2011/10/21/how-to-install-and-configure-remote-desktop-in-crunchbang-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running on Nginx?</title>
		<link>http://interwebworld.co.uk/2010/11/07/running-on-nginx/</link>
		<comments>http://interwebworld.co.uk/2010/11/07/running-on-nginx/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 00:26:26 +0000</pubDate>
		<dc:creator>UltimateDad</dc:creator>
				<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.interwebworld.co.uk/?p=5</guid>
		<description><![CDATA[I did it. This experiment started a couple of days ago when I decided to set up a server using Nginx and PHP-FPM as an alternative to Apache. We keep hearing about the benefits of Nginx and how it does &#8230; <a href="http://interwebworld.co.uk/2010/11/07/running-on-nginx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.interwebworld.co.uk/wp-content/uploads/2010/11/nginx-logo.png"><img class="size-full wp-image-8 alignright" title="Nginx Logo" src="http://www.interwebworld.co.uk/wp-content/uploads/2010/11/nginx-logo.png" alt="Nginx logo" width="295" height="92" /></a>I did it. This experiment started a couple of days ago when I decided to set up a server using Nginx and PHP-FPM as an alternative to Apache.</p>
<p>We keep hearing about the benefits of Nginx and how it does a fantastic job of producing PHP based files and thereafter serving static cached versions of the pages. I&#8217;ve installed this based on the series of tutorials that I&#8217;ve written about <a href="http://gerardmcgarry.com/blog/installing-nginx-a-media-temple-ve-server">building a functioning Nginx server</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://interwebworld.co.uk/2010/11/07/running-on-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

