<?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>Alex Sleat &#187; windows</title>
	<atom:link href="http://alexsleat.co.uk/tag/windows-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:12:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Linux USB Errors with usb-creator-gtk &#8220;stdin: I/O error stdin: error 0 /init: line 1: can&#8217;t open /dev/sr0: No medium found&#8221;</title>
		<link>http://alexsleat.co.uk/2011/11/26/linux-usb-errors-with-usb-creator-gtk-stdin-io-error-stdin-error-0-init-line-1-cant-open-devsr0-no-medium-found/</link>
		<comments>http://alexsleat.co.uk/2011/11/26/linux-usb-errors-with-usb-creator-gtk-stdin-io-error-stdin-error-0-init-line-1-cant-open-devsr0-no-medium-found/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 14:29:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linuxmint]]></category>
		<category><![CDATA[live usb]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[pen drive]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[stdin I/O error]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unetbootin]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24181</guid>
		<description><![CDATA[<br/><p>After installing Ubuntu on a USB stick with the Ubuntu USB Startup Disk Creator (usb-creator-gtk) you might encounter an error such as the following:</p> stdin: I/O error stdin: error 0 /init: line 1: can&#8216;t open /dev/sr0: No medium found <p>This is actually a bug with the software and isn&#8217;t anything you&#8217;ve done wrong. It [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing Ubuntu on a USB stick with the Ubuntu USB Startup Disk Creator (usb-creator-gtk) you might encounter an error such as the following:</p>
<div class="dean_ch" style="white-space: wrap;">stdin: I/O error<br />
stdin: error <span class="nu0">0</span><br />
/init: line <span class="nu0">1</span>: can<span class="st0">&#8216;t open /dev/sr0: No medium found</span></div>
<p>This is actually a <a href="https://bugs.launchpad.net/ubuntu/+bug/500822">bug</a> with the software and isn&#8217;t anything you&#8217;ve done wrong. It seems to be a bug that&#8217;s effecting users running Karmic, Lucid, Maverick and Natty so it&#8217;s a pretty wide spread issue.</p>
<p>The best way I have found to get around this issue is to install and run <a href="http://unetbootin.sourceforge.net">unetbootin</a> to create live USBs. If you&#8217;re using linux it should be found in the usual place you can install things.</p>
<h6>Installation:</h6>
<p><strong>Ubuntu/LinuxMint/Debian:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> unetbootin</div>
<p><strong>Fedora/OpenSuse:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> unetbootin</div>
<h6>Create a live USB:</h6>
<p>To install a distro it&#8217;s pretty simple, either select it from the &#8220;Distribution&#8221; option and pick a distribution and version, UNetbootin will then actually download it and install it for you. Alternatively you can pick an Diskimage and browse for the ISO file you download (and would usually burn to a CD/DVD) and install from that. Select the USB Drive at the bottom and hit ok and it&#8217;ll install a bootloader, the system and you&#8217;ll be up and running in no time.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-UNetbootin.png"><img class="aligncenter size-full wp-image-24182" title="Screenshot-UNetbootin" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-UNetbootin.png" alt="" width="530" height="387" /></a></p>
<h6>Persistence File:</h6>
<p>If you wanted a persistence install which allows you to save files, settings and installed programs you&#8217;ll have to do a little manual work as it currently doesn&#8217;t support that option.</p>
<p>Go to <a href="http://unetbootin.sourceforge.net/diskimg/">http://unetbootin.sourceforge.net/diskimg/</a> and download one of the files (128mb.zip, 256mb.zip, or 512mb.zip) corresponding to the amount of persistent space you want (make sure the size of the persistent disk image is smaller than the free space you have on your USB drive).</p>
<p>You&#8217;ll then need to edit the syslinux.cfg file that was created by UNetbootin in the root of the directory (just open it with a text editor) you should see something similar to the following:</p>
<blockquote><p>label unetbootindefault<br />
menu label Default<br />
kernel /ubnkern<br />
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash &#8211;</p></blockquote>
<p>So on the line that starts &#8220;appen initrd=&#8221; you&#8217;ll want to add the option of &#8220;persistent&#8221;, it should then look like the following:</p>
<p>NOTE: WordPress changes my double dash at the end of the last line to a single long dash, this won&#8217;t work. It&#8217;s easiest just to add the final word before the double dash in the file, do not copy and paste this in to your file. If you do, you will get more errors.</p>
<blockquote><p>label unetbootindefault<br />
menu label Default<br />
kernel /ubnkern<br />
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash persistent &#8211;</p></blockquote>
<p>I added this line to all that used the &#8220;file=/cdrom/preseed/ubuntu.seed&#8221; option, since that&#8217;s the image that&#8217;s being opened and it should then change all options on the bootloader that will load the ubuntu install.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/11/26/linux-usb-errors-with-usb-creator-gtk-stdin-io-error-stdin-error-0-init-line-1-cant-open-devsr0-no-medium-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steam in Wine, Repeated Windows</title>
		<link>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/</link>
		<comments>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 23:08:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[half life]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[how to install steam]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[repeated]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[team fortress]]></category>
		<category><![CDATA[valve]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16866</guid>
		<description><![CDATA[<br/><p>After installing Steam on my linux machine in wine I noticed a really annoy bug, the windows of steam are tiled across my screen as shown in the screenshot below.</p> Fix: <p>I managed to fix this by opening up the &#8216;Configure Wine&#8217; program that comes with wine and under the Applications tab switching from [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing Steam on my linux machine in wine I noticed a really annoy bug, the windows of steam are tiled across my screen as shown in the screenshot below.</p>
<h3>Fix:</h3>
<p>I managed to fix this by opening up the &#8216;Configure Wine&#8217; program that comes with wine and under the Applications tab switching from Windows XP mode to Windows 7, this fixed this bug and I now also have system borders on the steam windows.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-5.png"><img class="aligncenter size-large wp-image-16868" title="Steam linux wine error" src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-5-1024x640.png" alt="" width="640" height="400" /></a></p>
<h3>Installing Wine:</h3>
<p>If you&#8217;re interested in getting steam installed I used this guide - <a href="https://wiki.ubuntu.com/UbuntuMagazine/HowTo/InstallingSteam">https://wiki.ubuntu.com/UbuntuMagazine/HowTo/InstallingSteam</a> &#8211; It&#8217;s pretty simple and only takes a few minutes to do. Below is a quick, simple breakdown of what that guide says to do.</p>
<p>Download wine:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> wine</div>
<p>Download the steam installer from here:</p>
<p><a href="http://www.steampowered.com/v/index.php">http://www.steampowered.com/v/index.php</a></p>
<p>Copy over the tahoma.ttf font from a Windows install (or Download it here &#8211; <a href="http://source.winehq.org/source/fonts/tahoma.ttf">http://source.winehq.org/source/fonts/tahoma.ttf</a> ). Do this command from the folder you downloaded the font to.</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">cp</span> tahoma.ttf ~/.wine/drive_c/windows/fonts/</div>
<p>(If it doesn&#8217;t work and says the folder is missing or somthing like that do the following and then re-do the cp)</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">mkdir</span> ~/.wine/drive_c/windows/fonts/</div>
<p>Finally install Steam (Do this command in the directory you downloaded the Steam installer to):</p>
<div class="dean_ch" style="white-space: wrap;">msiexec /i SteamInstall.msi</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HowTo: Install &amp; Use Resynthesizer for GIMP</title>
		<link>http://alexsleat.co.uk/2010/06/28/howto-install-use-resynthesizer-for-gimp/</link>
		<comments>http://alexsleat.co.uk/2010/06/28/howto-install-use-resynthesizer-for-gimp/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:28:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[content aware fill]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=220</guid>
		<description><![CDATA[<br/><p>Remember this Photoshop CS5 sneak peak showing off it&#8217;s latest and greatest feature Content-Aware Fill a couple months ago, well it turns out a reasonably old plug-in for GIMP (GNU Image Manipulation Program) named Resynthesizer seems to work just as great and because it is what it is, it&#8217;s free and open-source.</p> <p>Installing on Ubuntu 9.10/10.04 install:</p> sudo apt-get [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/beforeafter.png"><img class="alignright size-medium wp-image-234" title="Before and After" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/beforeafter-225x300.png" alt="" width="225" height="300" /></a>Remember <a href="http://blogs.adobe.com/jnack/2010/03/caf_in_ps.html" target="_blank">this</a> Photoshop CS5 sneak peak showing off it&#8217;s latest and greatest feature Content-Aware Fill a couple months ago, well it turns out a reasonably old plug-in for GIMP (GNU Image Manipulation Program) named <a href="http://www.logarithmic.net/pfh/resynthesizer" target="_self">Resynthesizer</a> seems to work just as great and because it is what it is, it&#8217;s free and open-source.</p>
<p>Installing on Ubuntu 9.10/10.04 install:</p>
<div class="dean_ch" style="white-space: wrap;">sudo apt-get install gimp-resynthesizer</div>
<p>or for the Source/Windows/Fedora Core 4 versions see the <a href="http://www.logarithmic.net/pfh/resynthesizer">download</a> section.</p>
<p>Once you have it installed, it&#8217;s simple to use really just select something on your image that shouldn&#8217;t be there and right click on the selection Filters -&gt; Map -&gt; Resynthesize.. and up should pop an options box, these settings are pretty standard and will get rid of most things given that they aren&#8217;t too big. It&#8217;s best if you&#8217;re not getting the results you want to play around with the settings yourself to get to know them better.</p>
<p>Click after the break for an example with step by step guide.<span id="more-220"></span></p>
<p>Example:</p>
<p>Let&#8217;s see, we start out with this nice photo of a house but wait.. what are those smelly students doing there? Well, let&#8217;s sort that out..</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-1.png"><img class="aligncenter size-large wp-image-223" title="Screenshot-1" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-1-1024x640.png" alt="" width="640" height="400" /></a>First thing you&#8217;ll want to do is grab your best selection tool and cut around the edge of those waste of time students..</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-3.png"><img class="aligncenter size-large wp-image-225" title="Screenshot-3" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-3-1024x640.png" alt="" width="640" height="400" /></a>Now all you have to do is right click Filters -&gt; Map -&gt; Resynthesize..</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-4.png"><img class="aligncenter size-large wp-image-227" title="Screenshot-4" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-4-1024x640.png" alt="" width="640" height="400" /></a>Next here, you can just hit the Ok button and watch as they magically disappear (probably back to their germ infested student flat).</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-6.png"><img class="aligncenter size-large wp-image-228" title="Screenshot-6" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-6-1024x640.png" alt="" width="640" height="400" /></a>Now you can just do that for anything, however while doing the edges some strange things happen with the default settings:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-9.png"><img class="aligncenter size-large wp-image-229" title="Screenshot-9" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-9-1024x640.png" alt="" width="640" height="400" /></a>To counteract this, I found unchecking &#8220;Make vertically tileable&#8221; seemed to fix this and I would assume (without trying) that if you are doing a vertical edge you might want to take off the horizontally tileable option.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-7.png"><img class="aligncenter size-large wp-image-230" title="Screenshot-7" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-7-1024x640.png" alt="" width="640" height="400" /></a>This brings the end result to a pretty reasonable (student free) image only after a couple of minutes, much better than could be expected from using the clone tool and whatever other means you would go through.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-10.png"><img class="aligncenter size-large wp-image-231" title="Screenshot-10" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-10-1024x640.png" alt="" width="640" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/28/howto-install-use-resynthesizer-for-gimp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

