<?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>ria-coder.com &#187; Linux</title>
	<atom:link href="http://ria-coder.com/blog/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Apr 2010 19:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP Process Viewer for Unix</title>
		<link>http://ria-coder.com/blog/php-process-viewer-for-unix</link>
		<comments>http://ria-coder.com/blog/php-process-viewer-for-unix#comments</comments>
		<pubDate>Sun, 04 Oct 2009 17:35:28 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=424</guid>
		<description><![CDATA[While working on a project lately, i needed a script that would allow me to find certain processes with PHP and inspect their running times, etc.]]></description>
			<content:encoded><![CDATA[<p>While working on a project lately, i needed a script that would allow me to find certain processes with PHP and inspect their running times, etc. After struggling for a little bit, i came up with the following script that can output a plain view, JSON or XML of the running processes whose names match a regular expression passed to the script. The script can also kill all processes that match the search term.</p>
<p>This script is by no means complete, but i thought i&#8217;d share it with my readers <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Save it as <strong>process_viewer</strong> and run it from the command line.</p>
<p>Please keep in mind that this script is still in a very rough form and should not be used on enterprise products; it&#8217;s merely a bit of buggering around for fun <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Click <a title="process_viewer" href="http://ria-coder.com/blog/wp-content/uploads/2009/10/process_viewer" target="_blank">here</a> to download the script.</p>
<p>Usage:</p>
<p>process_viewer [search_regex] [mode] -o [format]</p>
<ul>
<li><strong>search_regex &#8211; </strong>search term to find running processes (<em>defaults to <strong>.+</strong><span style="font-style: normal;">)</span></em></li>
<li><strong>mode &#8211; </strong>script mode (<em>defaults to </em><strong><em>view</em></strong>)
<ul>
<li>view | kill</li>
</ul>
</li>
<li><strong>-o</strong> &#8211; flag to indicate that the script must output in a specified format</li>
<li><strong>format</strong> &#8211; output format (<em>defaults to </em><strong><em>plain</em></strong>)
<ul>
<li>plain | json | xml</li>
</ul>
</li>
</ul>
<p>Sample usage:</p>
<p>./process_viewer bash view -o xml</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/php-process-viewer-for-unix/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Union Platform &#8211; Part I (Installation)</title>
		<link>http://ria-coder.com/blog/union-platform-part-i-installation</link>
		<comments>http://ria-coder.com/blog/union-platform-part-i-installation#comments</comments>
		<pubDate>Wed, 08 Jul 2009 18:40:57 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[union]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=327</guid>
		<description><![CDATA[In this part of the series on the Union Platform i will be showing you how to install the Union server on your *nix machines and Window$ machines.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all heard about Colin Moock at some point in our Flash/Flex development career. Colin has authored a great many ActionScript books throughout the years and as a consequence has helped thousands &#8211; including myself &#8211; to learn ActionScript. Now Colin has hit the community with something incredible&#8230; the <em>Union Platform</em>.</p>
<p>Here is the official definition of the Union Platform from <a title="Union Platform" href="http://www.unionplatform.com" target="_blank">http://www.unionplatform.com</a>: &#8220;Union is a development platform for creating multiuser applications. It includes the Union Server, a multiuser communications server, and Reactor, a framework for creating Adobe Flash client applications.&#8221;</p>
<p>Essentially what this means is&#8230; you can now build realtime chat applications, MMORPG games, and anything else that could use a little realtime flavour <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<hr />
<h3>Installation</h3>
<p>In this part of the series on the <em>Union Platform</em> i will be showing you how to install the Union server on your *nix machines and Window$ machines. Let&#8217;s leave the hideous beast (Window$) for last, and begin with a <em>real</em> operating system that is actually a pleasure to work with, and doesn&#8217;t make you praise whichever god you worship that your legs can&#8217;t bend backwards at the knees to kick yourself in the balls for ever getting roped into <em>that</em> shitty OS.</p>
<p>I&#8217;ll be <strong><a title="Linux Mint" href="http://www.linuxmint.com">Linux Mint</a> </strong>for my *nix installation explanation, and this will work on Macs too in much the same way.</p>
<p>The <em>Union</em> <em>Platform Server</em> is a Java application that will run on your server and listen on port 9100 and 9101 for traffic. Be sure to check that your firewall doesn&#8217;t block this port before you begin&#8230;<br />
First things first, head over to the <a href="http://www.unionplatform.com/?page_id=437">downloads page</a> on the Union site and download the GZipped tarball to your desktop.</p>
<p style="text-align: center; ">
<p style="text-align: center; "><a rel="lightbox" href="http://ria-coder.com/temp/wp-content/uploads/2009/07/desktop.png"><img class="aligncenter size-medium wp-image-329" title="desktop" src="http://ria-coder.com/blog/wp-content/uploads/2009/07/desktop-300x225.png" alt="desktop" width="300" height="225" /></a></p>
<p style="text-align: left; ">Next, unzip the tarball&#8217;s contents (<strong>tar -xf union_1.0.0_alpha2.tar.gz</strong>). This will create a folder called <strong>union</strong> on your desktop. Now, move either the folder in its entireity or the contents to a folder somewhere on your machine.</p>
<p style="text-align: center; "><a rel="lightbox" href="http://ria-coder.com/temp/wp-content/uploads/2009/07/unzip.png"><img class="aligncenter size-medium wp-image-332" title="unzip" src="http://ria-coder.com/blog/wp-content/uploads/2009/07/unzip-300x210.png" alt="unzip" width="300" height="210" /></a></p>
<p style="text-align: left; ">Perfect. So now we have all the files we need. Make sure that you have Java installed and working correctly on your machine or otherwise this will not work. You will need to make sure that this folder had execute permissions, so issue the command <strong>chmod 775 * </strong>to give all the files the necessary permissions.</p>
<hr />
<h3>Usage</h3>
<p style="text-align: left; ">Once this is done, we&#8217;re done! To start the <em>Union Platform Server</em> issue this command: <strong>./</strong><strong>startserver.sh </strong>from inside the folder you unzipped. You will now see your terminal bombarded with debug messages notifying you of <em>Union</em>&#8216;s successful start.</p>
<p style="text-align: center;"><a rel="lightbox" href="http://ria-coder.com/temp/wp-content/uploads/2009/07/start.png"><img class="aligncenter size-medium wp-image-334" title="start" src="http://ria-coder.com/blog/wp-content/uploads/2009/07/start-300x215.png" alt="start" width="300" height="215" /></a></p>
<p style="text-align: left;">Window$ users please note: the instructions above are pretty much the same for Window$; merely extract the files to your machine and run the batch file <strong>startserver.bat</strong>.</p>
<hr />
<h3>Administration Panel</h3>
<p style="text-align: left;">Colin Moock and crew have been generous enough to provide us with a Flex administration panel for the server, and you can find it <a href="http://www.unionplatform.com/releases/unionadmin/UnionAdmin.swf">here</a>. Download the SWF, and open it in your browser. You will be met with a login screen like this:</p>
<p style="text-align: center;"><a rel="lightbox" href="http://ria-coder.com/temp/wp-content/uploads/2009/07/admin-panel.png"><img class="aligncenter size-medium wp-image-343" title="admin-panel" src="http://ria-coder.com/blog/wp-content/uploads/2009/07/admin-panel-300x215.png" alt="admin-panel" width="300" height="215" /></a></p>
<p style="text-align: left;">NOTE: If you look in the <strong>union.xml</strong> configuration file, you will find the password that is used by the server. By default it is <strong>password</strong>. Also note that the administration panel runs on port <strong>9110</strong>.</p>
<p style="text-align: left;">Once you have logged in, you will see a screen like this:</p>
<p style="text-align: center; "><a rel="lightbox" href="http://ria-coder.com/temp/wp-content/uploads/2009/07/admin-detail.png"><img class="aligncenter size-medium wp-image-344" title="admin-detail" src="http://ria-coder.com/blog/wp-content/uploads/2009/07/admin-detail-300x215.png" alt="admin-detail" width="300" height="215" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">Pretty bloody cool if you ask me!</p>
<p style="text-align: left;">Join me in the next part of this series when i will be demonstrating how to build a simple realtime chat application!</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/union-platform-part-i-installation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex Builder 3 for Linux has been canned! Show your support!</title>
		<link>http://ria-coder.com/blog/flex-builder-3-for-linux-has-been-canned</link>
		<comments>http://ria-coder.com/blog/flex-builder-3-for-linux-has-been-canned#comments</comments>
		<pubDate>Tue, 28 Apr 2009 17:43:39 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flex builder linux]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=268</guid>
		<description><![CDATA[I was recently shocked and appalled to see that Adobe has put the development on Flex Builder 3 for Linux on hold]]></description>
			<content:encoded><![CDATA[<p>I was recently shocked and appalled to <a href="http://www.rachaelandtom.info/content/flex-builder-linux-canned-and-how-you-can-help-get-it-going-again" target="_blank">see</a> that Adobe has put the development on Flex Builder 3 for Linux on hold. I, for one, would really love to be able to develop Flex applications on Linux (I use Linux Mint) and &#8211; in addition &#8211; would like to see a Creative Suite release for Linux soon, too.</p>
<p>Personally i can&#8217;t think why developing a version of Flex Builder for Linux would be so difficult. Flex Builder is built on top of (and as a plugin for) Eclipse, which is Java-based and therefore cross-platform. I&#8217;d imagine that it does have something to do with the Flash Player as <a href="http://www.rachaelandtom.info/content/flex-builder-linux-canned-and-how-you-can-help-get-it-going-again" target="_blank">Tom of rachaelandtom.info</a> says. Can anyone shed some light on the situation?</p>
<p>The reason for Adobe&#8217;s suspension of development is:</p>
<blockquote><p>&#8220;The project is currently on hold. There is not enough requisition for the product to continue its development&#8221; &#8211; Ben Forta (Adobe Senior Technical Evangelist)</p></blockquote>
<p>Please show your support and vote for the continuation of this amazing project! Go to <a title="http://bugs.adobe.com/jira/browse/FB-19053" href="http://bugs.adobe.com/jira/browse/FB-19053" target="_blank">http://bugs.adobe.com/jira/browse/FB-19053</a> and vote!!</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/flex-builder-3-for-linux-has-been-canned/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Linux distro best suits you?</title>
		<link>http://ria-coder.com/blog/which-linux-distro-best-suits-you</link>
		<comments>http://ria-coder.com/blog/which-linux-distro-best-suits-you#comments</comments>
		<pubDate>Fri, 13 Mar 2009 08:10:17 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[distros]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=170</guid>
		<description><![CDATA[I stumbled upon a very interesting test today that asks you a series of questions and then offers you advice as to which linux distros would suit you, and why.]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon a very interesting test today that asks you a series of questions and then offers you advice as to which linux distros would suit you, and why.</p>
<p>Go to <a title="Linux Distrobution Chooser" href="http://www.zegeniestudios.net/ldc/index.php" target="_blank">http://www.zegeniestudios.net/ldc/index.php</a> to take the test.</p>
<p>Here are my results:</p>
<p style="text-align: center;"><a href="http://www.zegeniestudios.net/ldc/index.php"><img class="aligncenter size-medium wp-image-171" title="ldc" src="http://ria-coder.com/blog/wp-content/uploads/2009/03/ldc-300x299.png" alt="ldc" width="300" height="299" /></a><br />
&#8230; and as i expected, Linux Mint is my perfect match <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/which-linux-distro-best-suits-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SWFTools on Linux</title>
		<link>http://ria-coder.com/blog/using-swftools-on-linux</link>
		<comments>http://ria-coder.com/blog/using-swftools-on-linux#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:30:53 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swftools]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=123</guid>
		<description><![CDATA[SWFTools is a fantastic library of SWF manipulation utilities. It contains the following packages: PDF2SWF A PDF to SWF Converter. Generates one frame per page. Enables you to have fully formatted text, including tables, formulas etc. inside your Flash Movie. It&#8217;s based on the xpdf PDF parser from Derek B. Noonburg. SWFCombine A tool for]]></description>
			<content:encoded><![CDATA[<p>SWFTools is a fantastic library of SWF manipulation utilities. It contains the following packages:</p>
<ul>
<li><strong>PDF2SWF</strong> A PDF to SWF Converter. Generates one frame per page. Enables you to    have fully formatted text, including tables, formulas etc. inside your   Flash Movie. It&#8217;s based on the <a href="http://www.foolabs.com/xpdf">xpdf</a> PDF   parser from Derek B. Noonburg.</li>
<li><strong>SWFCombine</strong> A tool for inserting SWFs into Wrapper SWFs. (Templates)    E.g. for including the pdf2swf SWFs in some sort of Browsing-SWF.</li>
<li><strong>SWFStrings</strong> Scans SWFs for text data.</li>
<li><strong>SWFDump</strong> Prints out various informations about SWFs.</li>
<li><strong>JPEG2SWF</strong> Takes one or more JPEG pictures and generates a SWF slideshow.</li>
<li><strong>PNG2SWF</strong> Like JPEG2SWF, only for PNGs.</li>
<li><strong>GIF2SWF</strong> Converts GIFs to SWF. Also able to handle animated gifs.</li>
<li><strong>WAV2SWF</strong> Converts WAV audio files to SWFs, using the   <a href="http://www.mp3dev.org/mp3/">L.A.M.E.</a> MP3 encoder library.</li>
<li><strong>AVI2SWF</strong> Converts AVI animation files to SWF.    It supports Flash MX H.263 compression.   Some examples can be found at <a href="http://www.swftools.org/examples.html">examples.html</a>.</li>
<li><strong>Font2SWF</strong> Converts font files (TTF, Type1) to SWF.</li>
<li><strong>SWFBBox</strong> Allows to readjust SWF bounding boxes.</li>
<li><strong>SWFC</strong> A tool for creating SWF files from simple script files.</li>
<li><strong>SWFExtract</strong> Allows to extract Movieclips, Sounds, Images etc. from SWF files.</li>
<li><strong>RFXSWF Library </strong> A fully featured library which can be used for standalone SWF generation.   Includes support for Bitmaps, Buttons, Shapes, Text, Fonts, Sound etc.   It also has support for ActionScript using the <a href="http://www.opaque.net/ming/"> Ming </a> ActionCompiler.</li>
</ul>
<p>You can download the tarball from their site (<a title="SWFTools" href="http://www.swftools.org" target="_blank">http://www.swftools.org</a>) or using the Synaptic Package Manager on your Linux distro. The installation is fairly straightforward, so i&#8217;ll just skip to using the package.</p>
<p>All the exercise files i will be using in this post are available <a title="swftools-files" href="http://ria-coder.com/blog/downloads/swftools.tar.gz" target="_blank">here</a>.</p>
<p>The tools i will be highlighting are:</p>
<ul>
<li>PDF2SWF</li>
<li>SWFDump</li>
</ul>
<h3>PDF2SWF</h3>
<p>This is probably the most useful tool in the entire package. As the name implies, it will convert the inputted PDF and convert it into a SWF. Refer to the PDF2SWF.pdf and PDF2SWF.swf files in the exercise files.</p>
<p>You can find the manual for PDF2SWF <a title="PDF2SWF" href="http://www.swftools.org/pdf2swf.html" target="_blank">here</a>.</p>
<p><strong>Usage:</strong> <em>pdf2swf [options] input-file.pdf -o output-file.swf</em></p>
<p><strong>Useful arguments:<br />
</strong></p>
<ul>
<li>-P &#8211; Decrypt the SWF with a password</li>
<li>-p &#8211; Pages to convert</li>
<li>-T &#8211; Set the Flash Player version</li>
</ul>
<h3>SWFDump</h3>
<p>This is a very neat tool! It can tell you a whole lot about your SWF, such as the width, height, fonts, and it can even generate (X)HTML code for you for embedding your SWF.</p>
<p>The documentation for this tool can be found <a title="SWFDump" href="http://www.swftools.org/swfdump.htm" target="_blank">here</a>.</p>
<p>This is a very interesting package for all of the experimenting Flash/Flex developers working on or with Linux. The package is available for a plethora of operating systems though, but it&#8217;s always cooler on Linux <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/using-swftools-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint &amp; Flex</title>
		<link>http://ria-coder.com/blog/linux-mint-flex</link>
		<comments>http://ria-coder.com/blog/linux-mint-flex#comments</comments>
		<pubDate>Sat, 24 Jan 2009 19:10:01 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flex builder]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mint]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=111</guid>
		<description><![CDATA[I recently moved over to Linux Mint. Their catch-phrase is &#8220;from freedom came elegance&#8221; and it rings so true. Linux Mint is one of the surprise packages of the past year. Originally launched as a variant of Ubuntu with integrated media codecs, it has now developed into one of the most user-friendly distributions on the]]></description>
			<content:encoded><![CDATA[<p>I recently moved over to <a title="Linux Mint" href="http://www.linuxmint.com/" target="_blank">Linux Mint</a>. Their catch-phrase is <em>&#8220;from freedom came elegance&#8221;</em> and it rings so true.</p>
<blockquote><p>Linux Mint is one of the surprise packages of the past year. Originally launched as a variant of Ubuntu with integrated media codecs, it has now developed into one of the most user-friendly distributions on the market &#8211; complete with a custom desktop and menus, several unique configuration tools, a web-based package installation interface, and a number of different editions. Perhaps most importantly, this is one project where the developers and users are in constant interaction, resulting in dramatic, user-driven improvements with every new release.</p></blockquote>
<p>The truth be told &#8211; i&#8217;m a bit of a n00b when it comes to Linux, but wow&#8230; What an OS. You can download the OS <a title="Linux Mint ISO" href="http://ftp.heanet.ie/pub/linuxmint.com/stable/6/LinuxMint-6.iso" target="_blank">here</a>, then simply write it to disk and restart your PC and boot from the installer disk. Mint can be run from the disk, which is quite a cool feature (available on a few other Linux distros i&#8217;m told &#8211; such as Ubuntu)</p>
<p>My main line of work &#8211; and my passion &#8211; is developing Flex applications, and as a consequence, i need to be able to develop Flex apps from Linux. The incredible folks over at Adobe have released the fourth public alpha release of <a title="Flex Builder for Linux" href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">Flex Builder for Linux</a>. Being an alpha version, it does not have all the features we&#8217;re accustomed to in the Windows or Mac incarnations, and you&#8217;ll need to install <a title="Eclipse Europa 3.3.2" href="http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/linPlatform.php#EclipseSDK" target="_blank">Eclipse Europa 3.3.2</a> for it to work (Flex Builder only comes as a plugin at this point). The main missing features are:</p>
<ul>
<li>Design view</li>
<li>States view</li>
<li>Refactoring</li>
<li>Data Wizards</li>
<li>Cold Fusion &#8211; Data Services Wizard</li>
<li>Web Services introspection</li>
<li>Profiler</li>
</ul>
<p>However, the features that are present are more than enough to develop Flex/AIR applications, and if you can&#8217;t build Flex apps without design view, you suck <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  .</p>
<p><strong>Please note: The Flex Builder plugin will <span style="text-decoration: underline;">NOT</span> work with Eclipse Ganymede (3.4.x). The plugin will install just fine, but the MXML editor will not work. There has been much discussion about it on the bugs.adobe.com site, but no solution has been found as of yet.</strong></p>
<p>The installation of <a title="Flex Builder for Linux" href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">Flex Builder for Linux</a> is quite simple. Follow these instructions:</p>
<ol>
<li>Download <a title="Eclipse Europa 3.3.2" href="http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/linPlatform.php#EclipseSDK" target="_blank">Eclipse Europa 3.3.2</a> to your desktop. Open the terminal and extract the archive to wherever you like.</li>
<li>Download the <a title="Flex Builder for Linux" href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">Flex Builder for Linux</a> plugin to your desktop. Open the terminal, direct the terminal to your desktop and enter the following:<br />
<blockquote><p>sudo sh  flexbuilder_linux_install_a4_081408.bin</p></blockquote>
</li>
<li>Follow the installer&#8217;s instructions and install the plugin. Please be sure that the directory you&#8217;re installing the plugin to is the correct Eclipse directory.</li>
<li>The plugin will now be installed to your Eclipse install. Go to your eclipse folder and run the main application. Click on the <em>Window</em> menu and select <em>Open Perspective</em>. Click <em>Other</em> and search for <em>Flex</em>. From here you can open your <em>Flex Development </em>perspective and start developing Flex applications <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  !</li>
</ol>
<p>Great! So now you have installed the <a title="Flex Builder for Linux" href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">Flex Builder for Linux</a> plugin. Unlike the Windows/Mac versions, you will have 311 days or something like that to test the application. If you are a student, you can apply for a free Flex license <a title="Free Flex license" href="https://freeriatools.adobe.com/flex/" target="_blank">here</a>. I&#8217;ve used my student license on both my Windows and Linux versions and it works fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/linux-mint-flex/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fuck Vista!!!!</title>
		<link>http://ria-coder.com/blog/fuck-vista</link>
		<comments>http://ria-coder.com/blog/fuck-vista#comments</comments>
		<pubDate>Mon, 10 Nov 2008 20:44:23 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[fuck vista]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=54</guid>
		<description><![CDATA[I&#8217;ve had it. I&#8217;m in a rage. I&#8217;m completely sick of Vista, Windows, Microsoft; the whole megalomaniacal troupe. I&#8217;m moving over to Linux, i&#8217;ve decided. I&#8217;m too broke to afford a Mac, so Linux it must be. After doing a little research, i found a great blog post here. I hope this helps any other]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had it. I&#8217;m in a rage. I&#8217;m completely sick of Vista, Windows, Microsoft; the whole megalomaniacal troupe. I&#8217;m moving over to Linux, i&#8217;ve decided. I&#8217;m too broke to afford a Mac, so Linux it must be.</p>
<p>After doing a little research, i found a great blog post <a title="100 Most Useful Opensource Apps" href="http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/" target="_blank">here</a>. I hope this helps any other malcontents that are sick of being raped by Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/fuck-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

