<?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>Random Wisdom &#187; windows</title>
	<atom:link href="http://scrolls.mafgani.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://scrolls.mafgani.net</link>
	<description>An attempt at organizing my thoughts ...</description>
	<lastBuildDate>Sun, 13 Mar 2011 22:54:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Graphics format conversion</title>
		<link>http://scrolls.mafgani.net/2009/12/graphics-format-conversion/</link>
		<comments>http://scrolls.mafgani.net/2009/12/graphics-format-conversion/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 01:28:02 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[file processing]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[sam2p]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=408</guid>
		<description><![CDATA[Up until now I have been using the &#8216;convert&#8216; tool that comes with ImageMagick to switch between image formats &#8212; mainly for creating EPS files from JPG/PNG (raster format) files for use with LaTeX. Then I came across sam2p. It is a light-weight utility that does one thing only and it does it well: convert [...]]]></description>
			<content:encoded><![CDATA[<p>Up until now I have been using the &#8216;<strong>convert</strong>&#8216; tool that comes with <a href="http://www.imagemagick.org">ImageMagick</a> to switch between image formats &#8212; mainly for creating EPS files from JPG/PNG (raster format) files for use with LaTeX. Then I came across <a href="http://code.google.com/p/sam2p/">sam2p</a>. </p>
<p>It is a light-weight utility that does one thing only and it does it well: convert between image formats. I&#8217;ve been using it for a while now and find that it can greatly reduce files sizes with minimal drop in quality. I&#8217;ve even used it to process existing EPS files just to get the reduction in file size. Best of all, it is multi-platform &#8212; executables are available for both Windows and Linux on the <a href="http://code.google.com/p/sam2p/">project homepage</a>.</p>
<p>Goodbye <strong>convert</strong> and hello <strong>sam2p</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2009/12/graphics-format-conversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>coLinux</title>
		<link>http://scrolls.mafgani.net/2006/01/colinux/</link>
		<comments>http://scrolls.mafgani.net/2006/01/colinux/#comments</comments>
		<pubDate>Thu, 19 Jan 2006 17:19:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[How To ...]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[colinux]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[linux on windows]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=49</guid>
		<description><![CDATA[Recently, I needed to use Umbrello but didn&#8217;t have access to a workstation that had it installed. And since I&#8217;m stuck with a Windows PC, I thought I&#8217;d take a look at the KDE-Cygwin project. It seems that they&#8217;ve stopped working on the project since there is a better alternative: Cooperative Linux. It&#8217;s basically a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I needed to use <a href="http://uml.sf.net">Umbrello</a> but didn&#8217;t have access to a workstation that had it installed. And since I&#8217;m stuck with a Windows PC, I thought I&#8217;d take a look at the <a href="http://kde-cygwin.sf.net">KDE-Cygwin</a> project. It seems that they&#8217;ve stopped working on the project since there is a better alternative: <span style="font-weight:bold;"><a href="http://www.colinux.org">Cooperative Linux</a></span>. It&#8217;s basically a modified Linux 2.6.10 kernel that runs on Windows &#8212; kind of a like a virtual machine but it&#8217;s different &#8212; it&#8217;s definitely a lot faster. Here&#8217;s a snippet from the coLinux homepage:<br />
<blockquote>Cooperative Linux is the first working free and open source method for optimally running Linux on Microsoft Windows natively. More generally, Cooperative Linux (short-named coLinux) is a port of the Linux kernel that allows it to run cooperatively alongside another operating system on a single machine. For instance, it allows one to freely run Linux on Windows 2000/XP, without using a commercial PC virtualization software such as VMware, in a way which is much more optimal than using any general purpose PC virtualization software.</p></blockquote>
<p>The project page had a preconfigured Debian image and so that&#8217;s what I&#8217;m using at the moment. The native X server does not work though &#8212; so the Cygwin based X server is needed to diplay all the GUI stuff.</p>
<p>Getting it installed was a piece of cake. The Wiki site for coLinux has a lot of helpful info.</p>
<p>Once the basic text-mode linux is up and running (must be able to reach the host via the network), we need to run some commands from the cygwin shell. First  run</p>
<pre>$ cygserver-config</pre>
<p>to configure the cygwin server and then start the server with:</p>
<pre>$ cygrunserver -S cygserver</pre>
<p>Then, we need to set</p>
<pre>$ export CYGWIN=server</pre>
<p>And then start the X server in rootless mode. The easiest way is to just make a copy of the <span style="font-weight:bold;">startxwin.bat</span> file and then edit it to change the options to XWin.</p>
<p>Once the X server is running, we need to run &#8220;<span style="font-weight:bold;">xhost +</span>&#8221; from the <span style="font-weight:bold;">xterm</span> that had popped up. Then, we switch over to the coLinux console and run:</p>
<pre>$ export DISPLAY=&lt;ip of windows host&gt;:0</pre>
<p>And that&#8217;s it! Now you have a fully functional linux distro! I would have gone for a Fedora install but couldn&#8217;t find a proper image.</p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2006/01/colinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First day at DoCoMo</title>
		<link>http://scrolls.mafgani.net/2006/01/first-day-at-docomo/</link>
		<comments>http://scrolls.mafgani.net/2006/01/first-day-at-docomo/#comments</comments>
		<pubDate>Mon, 09 Jan 2006 10:07:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=43</guid>
		<description><![CDATA[Thus starts my first day at work. I&#8217;ve already got 2 papers to read and a meeting scheduled for later today. Got a brand new computer (HP Compaq DC5100) running only Win XP . For the kind of work I&#8217;ll be doing (software development), I would have liked a *nix based machine. Apparently the simulation [...]]]></description>
			<content:encoded><![CDATA[<p>Thus starts my first day at work. I&#8217;ve already got 2 papers to read and a meeting scheduled for later today. Got a brand new computer (HP Compaq DC5100) running only Win XP <img src='http://scrolls.mafgani.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . For the kind of work I&#8217;ll be doing (software development), I would have liked a *nix based machine. Apparently the simulation workstations are *nix so I&#8217;ll have to make do with Xwin32 for the next 6 months.</p>
<p>Well .. at least I still have my own PC which should become net active again sometime after next weekend.</p>
<p>Alright then, back to my reading. Good luck to me! <img src='http://scrolls.mafgani.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2006/01/first-day-at-docomo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypassing Microsoft&#8217;s &#8220;Genuine Advantage&#8221;</title>
		<link>http://scrolls.mafgani.net/2005/09/bypassing-microsofts-genuine-advantage/</link>
		<comments>http://scrolls.mafgani.net/2005/09/bypassing-microsofts-genuine-advantage/#comments</comments>
		<pubDate>Sat, 03 Sep 2005 07:00:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[How To ...]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[genuine advantage]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=17</guid>
		<description><![CDATA[Piece of cake; before clicking &#8220;Express&#8221; or &#8220;Custom&#8221; paste the following in the addressbar and hit enter: javascript:void(window.g_sDisableWGACheck='all') Got this tip from here.]]></description>
			<content:encoded><![CDATA[<p>Piece of cake; before clicking &#8220;Express&#8221; or &#8220;Custom&#8221; paste the following in the addressbar and hit enter:</p>
<pre>javascript:void(window.g_sDisableWGACheck='all')</pre>
<p>Got this tip from <a href="http://www.boingboing.net/2005/07/28/microsoft_genuine_ad.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2005/09/bypassing-microsofts-genuine-advantage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

