<?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>SetupSwarm &#187; Linux</title>
	<atom:link href="http://www.setupswarm.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.setupswarm.com</link>
	<description>A dark place on the interwebs</description>
	<lastBuildDate>Sun, 29 Jan 2012 11:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Morrowind on Linux</title>
		<link>http://www.setupswarm.com/main/games/installation-guides/installing-morrowind-on-linux</link>
		<comments>http://www.setupswarm.com/main/games/installation-guides/installing-morrowind-on-linux#comments</comments>
		<pubDate>Wed, 02 Dec 2009 21:01:51 +0000</pubDate>
		<dc:creator>Chryseus</dc:creator>
				<category><![CDATA[Installation Guides]]></category>
		<category><![CDATA[Compiling]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Morrowind]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=101</guid>
		<description><![CDATA[This article will show you step by step how to install The Elder Scrolls: Morrowind, Tribunal and Bloodmoon under Linux for running with WINE. I have tested this with Ubuntu 9.04 and WINE-1.1.33. This process is much more involved than normal as newer versions of WINE have broken MP3 playback support, so you will need [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you step by step how to install The Elder Scrolls: Morrowind, Tribunal and Bloodmoon under Linux for running with WINE.<br />
I have tested this with Ubuntu 9.04 and WINE-1.1.33.<span id="more-101"></span></p>
<p>This process is much more involved than normal as newer versions of WINE have broken MP3 playback support, so you will need to recompile WINE.</p>
<p><strong>Cleaning up</strong></p>
<p>First you will need to remove any old versions of WINE and libmpg123, how you go about doing this depends on what package management tool you use, I will be giving the below instruction specifically for Ubuntu Linux 9.04, but may also work on other Debian based distributions.</p>
<ul>
<li>Open the terminal</li>
<li>Type &#8216;sudo apt-get remove wine mpg123 libmpg123-0 libmpg123-dev&#8217;</li>
</ul>
<p><strong>Getting the needed stuff</strong></p>
<p>You will be needing quite a bit of stuff before you can begin compiling, first you need the latest WINE source and libmpg123.</p>
<ul>
<li>Get WINE from <a href="http://prdownloads.sourceforge.net/wine/wine-1.1.33.tar.bz2">here</a></li>
<li>Get the latest version of libmpg123 from <a href="http://www.mpg123.de/download.shtml">here</a></li>
</ul>
<p>Also get the needed compiler tools, this is &#8216;build-essential&#8217; on Ubuntu. There may be other packages you will need but you will find out what they are when you get to configuring WINE.</p>
<p><strong>Compiling and installing libmpg123</strong></p>
<p>This step should be pretty simple to manage and it should not require anything besides the compile tools.</p>
<ul>
<li>Extract the source of mpg123 you downloaded and stick it in a folder</li>
<li>&#8216;cd&#8217; to that folder and type ./configure &#8211;enable-static &#8211;prefix=&#8217;/usr/&#8217;</li>
<li>If configure went well type the following</li>
<li>&#8216;make&#8217;</li>
<li>&#8216;sudo make install&#8217;</li>
</ul>
<p>libmpg123 should now be installed.</p>
<p><strong>Compiling and installing WINE</strong></p>
<ul>
<li>Extract WINE into a folder and cd to it.</li>
<li>run ./configure &#8211;with-mpg123 &#8211;prefix=&#8217;/usr/&#8217;</li>
<li>Configure will warn you about any missing libraries, you should install these using your systems package manager unless you do not need the features they provide.</li>
<li>If your happy type &#8216;make depend&#8217; then &#8216;make&#8217;</li>
<li>Wait for WINE to compile, this will take about half an hour on a average system</li>
<li>Once the compile is complete type &#8216;sudo make install&#8217;</li>
<li>Now test out wine !</li>
</ul>
<p><strong>Installing Morrowind, Tribunal and Bloodmoon</strong></p>
<ul>
<li>Insert the disk or mount the disk image for Morrowind</li>
<li>Go to the disk directory and type &#8216;wine Setup.exe&#8217;</li>
<li>Install Morrowind</li>
<li>Repeat this same process for Tribunal then Bloodmoon, do not do in any other order.</li>
<li>Get the latest Bloodmoon patch <a>here</a></li>
<li>Mount the Morrowind image or disk and play</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/games/installation-guides/installing-morrowind-on-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EDuke 32</title>
		<link>http://www.setupswarm.com/main/games/installation-guides/eduke-32</link>
		<comments>http://www.setupswarm.com/main/games/installation-guides/eduke-32#comments</comments>
		<pubDate>Wed, 02 Dec 2009 21:37:43 +0000</pubDate>
		<dc:creator>Chryseus</dc:creator>
				<category><![CDATA[Installation Guides]]></category>
		<category><![CDATA[Compiling]]></category>
		<category><![CDATA[Duke Nukem]]></category>
		<category><![CDATA[EDuke32]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shooter]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=127</guid>
		<description><![CDATA[EDuke32 is a opensource engine for playing the classic game Duke Nukem 3D. It is available for Windows, Linux and Mac OS X. In this post I will explain to you how to install EDuke 32 on Linux in a simple step by step installation guide! Install requirements GNU C++ Compiler (g++) libSDL runtime &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>EDuke32 is a opensource engine for playing the classic game Duke Nukem 3D. It is available for Windows, Linux and Mac OS X. In this post I will explain to you how to install EDuke 32 on Linux in a simple step by step installation guide!</p>
<p><span id="more-127"></span></p>
<p><span style="text-decoration: underline;">Install requirements</span></p>
<blockquote><p>GNU C++ Compiler (g++)<br />
libSDL runtime &amp; development files<br />
NASM (Assembler)<br />
GTK+ 2.0 runtime &amp; development files<br />
libVorbis development files<br />
&#8212;<br />
Subversion (SVN) &#8211; to download the latest EDuke32 source<br />
Timidity &#8211; software MIDI player</p></blockquote>
<p>First check you have the build tools installed by running</p>
<blockquote><p>gcc &#8211;version</p></blockquote>
<p>You should be given the version, if you get something like &#8216;command not found&#8217; you will need to install the build tools.<br />
If the version is below 4.0 you should upgrade your build tools to version 4.3 or greater.</p>
<p>If you using Ubuntu you can use the following command to install the build tools.</p>
<blockquote><p>sudo apt-get install build-essential</p></blockquote>
<p>If you not using Ubuntu you should search your distributions package manager for the build tools.</p>
<p>All the required development files can be installed on Ubuntu using the following, again check your package manager if you are using a different distribution.</p>
<blockquote><p>sudo apt-get install subversion timidity libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev nasm libgtk2.0-dev libvorbis-dev</p></blockquote>
<p><span style="text-decoration: underline;">Getting EDuke32</span></p>
<p>Now you need to get the latest version of EDuke32.</p>
<blockquote><p>cd ~<br />
svn co https://eduke32.svn.sourceforge.net/svnroot/eduke32 eduke32</p></blockquote>
<p>I assume your going to build in your home directory, if not I suggest you use /usr/src</p>
<p><span style="text-decoration: underline;">Building EDuke32</span></p>
<p>Once EDuke32 is downloaded you can build it.</p>
<blockquote><p>cd eduke32/polymer/eduke32<br />
make</p></blockquote>
<p>If the build completes without errors you should find two executables in your current directory.<br />
Next you need to make the directory where you will place EDuke32 and Duke Nukem 3D.</p>
<blockquote><p>mkdir ~/duke3d<br />
mv eduke32 ~/duke3d<br />
mv mapster32 ~/duke3d<br />
cd ~/duke3d</p></blockquote>
<p><span style="text-decoration: underline;">Using EDuke32</span></p>
<p>Alternatively you may install EDuke32 globally, (I.E in /usr/bin) for information on doing this read the EDuke32 wiki.<br />
Now simply get your version of Duke Nukem 3D and look for the file called DUKE3D.GRP. Move this file to where the EDuke32 executable is located. (I.E ~/duke3d)<br />
Once that is done simply run EDuke32 with:</p>
<blockquote><p>./eduke32</p></blockquote>
<p>Important Note: ensure that the DUKE3D.GRP file is LOWER CASE, such as duke3d.grp or EDuke32 will not be able to read it, hopefully this will be fixed in future.</p>
<p><strong>Update</strong><br />
There are APT repositories for Debian and Ubuntu for easy installation.</p>
<blockquote><p><a href="http://wiki.eduke32.com/wiki/APT_repository">http://wiki.eduke32.com/wiki/APT_repository</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/games/installation-guides/eduke-32/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu DHCP Server</title>
		<link>http://www.setupswarm.com/main/software/linux/ubuntu-dhcp-server</link>
		<comments>http://www.setupswarm.com/main/software/linux/ubuntu-dhcp-server#comments</comments>
		<pubDate>Fri, 11 Dec 2009 20:42:10 +0000</pubDate>
		<dc:creator>Heroin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=147</guid>
		<description><![CDATA[Ok, after screwing around with Firestarter and DHCP several times on Ubuntu, I figured I&#8217;d write up my experiences on how to get it working correctly on the first try (with DHCP, I might add, as that&#8217;s where most of my problems came in). Install Requirements sudo apt-get install firestarter dhcp3-server Configuring NICs Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, after screwing around with Firestarter and DHCP several times on Ubuntu, I figured I&#8217;d write up my experiences on how to get it working correctly on the first try (with DHCP, I might add, as that&#8217;s where most of my problems came in).</p>
<p><span id="more-147"></span></p>
<p><strong>Install Requirements</strong></p>
<blockquote><p><code>sudo apt-get install firestarter dhcp3-server</code></p></blockquote>
<p><strong>Configuring NICs</strong><br />
Make sure that your internal network card is assigned a static IP address in a range that you will use for you internal network.<br />
To do this, go to System -&gt; Administration -&gt; Networking. Once there, go into the properties for the network card you will use for your internal/routed network (it will quite likely be disabled) and set it up as you deem necessary.<br />
As a basic example, set the IP address to 192.168.0.1, and the subnet mask to 255.255.255.0. Leave the gateway empty.</p>
<p><strong>Small Fix</strong><br />
To fix the problem where Firestarter cannot locate the DHCP daemon init script: From within a terminal type and run the following command (creating a symbolic link to fix the mis-reference; this is a simple alternative to editing Firestarter&#8217;s init script).</p>
<blockquote><p><code>sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd</code></p></blockquote>
<p>This fixes the problem where Firestarter will sometimes say something along the lines of &#8220;An unknown error occured&#8221; when DHCP is enabled within its configuration. Sometimes the firewall will start anyway, but DHCP will remain off.</p>
<p><strong>Configuring DHCP</strong><br />
Configure the interfaces on which DHCP will be listening Edit your /etc/default/dhcp3-server file (using a text editor running as root, or by logging in and running &#8220;sudo vi /etc/default/dhcp3-server&#8221;). The only variable in there by default is &#8220;INTERFACES&#8221;, which will have a null value. Set it to your internal network interface. For example:</p>
<blockquote><p><code># Defaults for dhcp initscript<br />
# sourced by /etc/init.d/dhcp<br />
# installed at /etc/default/dhcp3-server by the maintainer scripts<br />
#<br />
# This is a POSIX shell fragment<br />
#<br />
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?<br />
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".<br />
INTERFACES="eth0"</code></p></blockquote>
<p>Write the file and exit.</p>
<p><strong>Run Firestarter</strong><br />
If this is your first time running Firestarter, the wizard should appear. If not, simply click Firewall -&gt; Wizard from within Firestarter.<br />
Select your external (Internet-connected) device when it asks, and make sure to specify whether or not the address is obtained via DHCP. Click the &#8220;Forward&#8221; button, check the &#8220;Enable Internet connection sharing&#8221; box, select your internal network card, and check the box for &#8220;Enable DHCP for local network&#8221;. Drop down the &#8220;DHCP server details&#8221; and enter the range of IPs you would like for it to dynamically assign.<br />
Make sure they are in the same range as the static IP you set for your internal network card, also, for the DNS server field, you MUST supply an address &#8211; &#8220;&#8221; will *NOT* work. Simply look at your /etc/resolv.conf file if you need inspiration.<br />
Click &#8220;Forward&#8221;, check the &#8220;Start firewall now&#8221; box, and click &#8220;Save&#8221;.</p>
<p><strong>Conclusion</strong><br />
It took me a while to pinpoint the causes of various small problems I was having getting it to play nicely with DHCP, but I finally got it down and figured I&#8217;d share my experiences. Please let me know if you have any suggestions (I know I clumped everything together for that last step, but c&#8217;mon, it&#8217;s a wizard&#8230; It&#8217;s pretty freaking simple).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/software/linux/ubuntu-dhcp-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; Video Editing</title>
		<link>http://www.setupswarm.com/main/software/linux/ubuntu-video-editing</link>
		<comments>http://www.setupswarm.com/main/software/linux/ubuntu-video-editing#comments</comments>
		<pubDate>Fri, 18 Dec 2009 15:27:42 +0000</pubDate>
		<dc:creator>Heroin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[video editing]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=272</guid>
		<description><![CDATA[We all know windows movie maker, most of us have come to hate it. You dont know how much you miss something till you lose it. I never edit videos, ever. However I had some inspiration and so I wanted to make a small video clip. After the initial searching on the web for various [...]]]></description>
			<content:encoded><![CDATA[<p>We all know windows movie maker, most of us have come to hate it. You dont know how much you miss something till you lose it. I never edit videos, ever. However I had some inspiration and so I wanted to make a small video clip. After the initial searching on the web for various articles one name was mentioned multiple times. It is this name which I have become disgusted with. Kino, it is a whore of an application. It will do nothing you want and whine the whole time. That and the random crashes with limited options make this video editor unsuitable for even the simplest of video editing tasks.</p>
<p><span id="more-272"></span><br />
The article which I used for most of the options out there is from  <a href="http://techcityinc.com/2009/02/top-10-free-video-editors-for-ubuntu-linux/" target="_blank">techcitynic.com</a>. However that douche could have been more accurate. Let me work down the list for you, so you don&#8217;t have to waste your precious time. I am sure you find more video editing applications using various search engines. If you know anything note worthy comment below!</p>
<ul>
<li><a href="http://www.kdenlive.org" target="_blank">KDEnlive</a> – Thank god, an application that is awesome!<em> You can install this application with the following command: sudo apt-get install kdenlive</em></li>
<li><a href="http://ffmpeg.mplayerhq.hu" target="_blank">Ffmpeg</a> – I don&#8217;t know, i though ffmpeg was a bunch of small tools.<em> I have a feeling you need this in all cases: sudo apt-get install ffmpeg</em></li>
<li><a href="http://avidemux.berlios.de/index.html" target="_blank">AvideMUX</a> – I used this, and it sucked, it has about as many features as my dick<em>. You can install this application with the following command: sudo apt-get install avidemux</em></li>
<li><a href="http://www.cinepaint.org" target="_blank">CinePaint</a> – Used for retouching vidoes so i didnt use it</li>
<li><a href="http://heroinewarrior.com" target="_blank">Cinelerra</a> – If it is not in the repositories it sucks</li>
<li><a href="http://jahshaka.org" target="_blank">Jahshaka</a> – Looked cool, not in repositories</li>
<li><a href="http://slcreator.sourceforge.net" target="_blank">Slideshow Creator</a> – Thats not even a video editing program and not in repos</li>
<li><a href="http://lives.sourceforge.net" target="_blank">LiVES</a> – Not in the repos but looked decent</li>
<li><a href="http://vivia-video.org" target="_blank">Vivia</a> – Looks like Windows Media Player, not in repos</li>
<li><a href="http://www.kinodv.org" target="_blank">Kino</a> – Not even going there.. worst application i used in 2009<em>. Purge it with the following command: sydo apt-get purge kino</em></li>
</ul>
<p>In the end i used KDEnlive, by the look and feel, and the name its obviously from the KDE software suite. But man this application packs a punch. It is a little but tricky to start so take a moment to see where the buttons are. Basically you start by importanting the stuff you want. For me that was video clip in mp4 format, a mp3 file, and a still image. The still image is a little bit tricky because i only wanted one single image. I ended up creating a slideshow with just one image and that worked fine. Make sure to select the FILE types you want when messing around with the import-image-slide thing.</p>
<p>The imported items are in the upper left corner in one the tabs (project tree). Then you can just drag stuff in the various video/audio bars and viola thats sorted. The stuff on the top has priority over stuff below it. This is important when mixing various video streams. I also ended up muting the video-clip audio and later on splitting and deleting the audiostream completly.</p>
<p>There are a few effects and transitions but i only used the fade to black, and fade from black effects. I am quite sure you can do a lot more with it but this was my first time so i was satisfied with how far i had gotten anyway. The export module was more then excellent aswell, a bit overwhelming with all the options but just pick the videocodec you want (divx) and tick the export audio and then you are done!</p>
<p>To sum all this up, kino sucks and kdenlive rocks hard. Make sure to grab it in case you ever want to edit a video!</p>
<p style="text-align: center;"><strong>Final result of my video:</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/CZfDftnUhMw&amp;hl=nl_NL&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/CZfDftnUhMw&amp;hl=nl_NL&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/software/linux/ubuntu-video-editing/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE on Linux</title>
		<link>http://www.setupswarm.com/main/software/linux/ie-on-linux</link>
		<comments>http://www.setupswarm.com/main/software/linux/ie-on-linux#comments</comments>
		<pubDate>Sat, 19 Dec 2009 17:30:48 +0000</pubDate>
		<dc:creator>Demon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=301</guid>
		<description><![CDATA[How to get IE 5.0, IE 5.5, IE 6.0 and IE 7.0 (release) running correctly on Linux. The following documents the relatively short process needed to get Internet Explorer 7 running on a Linux system. So far, I have found one (two) problems with this method: it seems transparent GIFs appear as filled-black boxes in [...]]]></description>
			<content:encoded><![CDATA[<p>How to get IE 5.0, IE 5.5, IE 6.0 and IE 7.0 (release) running correctly on Linux.</p>
<p>The following documents the relatively short process needed to get Internet Explorer 7 running on a Linux system. So far, I have found one (two) problems with this method: it seems transparent GIFs appear as filled-black boxes in IE7, and secondly (this is actually a good thing for me), this won’t give you the IE7 interface running in Linux, but rather the IE7 rendering engine inside the IE6 interface. What this means is that you won’t be seeing IE7 tabs or the RSS reader, but you will be able to debug webpages and fix layout problems.</p>
<p><span id="more-301"></span></p>
<p>Microsoft conditional comments do work, unlike the standalone version of IE on Windows, so you will be able to develop and test webpages across almost all major browsers (IE 5-7, Firefox, Opera) on one Linux box! Also note that we will avoid Microsoft’s Genuine Advantage download validation checks, so pure-Linux users will be able to finish the process without having to find a genuine Windows machine to download the IE7 setup file (the check is avoided legitimately, by the way).</p>
<p>First, install IE 6 (and optionally 5.5 + 5.0) using the excellent IEs 4 Linux installer. Consider donating to this project to say thanks!</p>
<p>Follow the instructions appropriate for your Linux distribution at <a title="http://www.tatanka.com.br/ies4linux/page/Installation" href="http://www.tatanka.com.br/ies4linux/page/Installation">http://www.tatanka.com.br/ies4linux/page/Installation</a>. You must at least install IE6; 5.0 and 5.5 are optional and up to you. I assume that you used the default installation path of ~/.ies4linux &#8211; if you didn’t, ensure that you use the correct directory in the upcoming steps.</p>
<p>Once you have finished following the instructions, you can test your IE6 installation by running the ie6 command.</p>
<p style="padding-left: 30px;"><span style="color: #888888;">ie6</span></p>
<p>I used a browser version check website (use Google, I don’t want to hotlink them) to test the currently installed browsers:</p>
<ul>
<li>firefox reports ‘Firefox 2.0′</li>
<li>ie6 reports ‘MSIE 6.0′</li>
</ul>
<p>Now for Internet Explorer 7:</p>
<p>To skip having to authenticate your copy of Windows at the Microsoft.com download site (since we’re on Linux and don’t have Windows…), make use of Google’s nicely customised IE7 installer; found at <a title="http://www.google.com/toolbar/ie7/" href="http://www.google.com/toolbar/ie7/">http://www.google.com/toolbar/ie7/</a>. Download the file (IE7Setup_G.exe) and save it to a temporary folder.</p>
<p>Now, make a complete copy of your currently installed IE6 installation:</p>
<p style="padding-left: 30px;"><span style="color: #888888;">cd ~/.ies4linux<br />
cp -r ie6/ ie7<br />
sed ~/.ies4linux/bin/ie6 -e &#8216;s/ie6/ie7/g&#8217; &gt; ~/.ies4linux/bin/ie7<br />
chmod +x ~/.ies4linux/bin/ie7</span></p>
<p>Go to your IE7Setup_G.exe download and use cabextract which should be installed from earlier (IEs 4 Linux instructions).</p>
<p style="padding-left: 30px;"><span style="color: #888888;">cd ~/yourtempfolder<br />
cabextract IE7Setup_G.exe</span></p>
<p>ls -la shows:<br />
15505200 Dec 7 21:21 IE7-Setup.exe</p>
<p>Extract necessary files:</p>
<p style="padding-left: 30px;"><span style="color: #888888;">cabextract IE7-Setup.exe<br />
for i in wininet iertutil shlwapi urlmon jscript vbscript \<br />
ieframe mshtml mshtmled mshtmler advpack<br />
do<br />
chmod +x $i.dll<br />
cp $i.dll ~/.ies4linux/ie7/drive_c/windows/system/$i.dll<br />
done</span></p>
<p style="padding-left: 30px;"><span style="color: #888888;">chmod +x inetcpl.cpl<br />
cp inetcpl.cpl ~/.ies4linux/ie7/drive_c/windows/system/</span></p>
<p>Now normaliz.dll and inetcplc.dll are needed, you can Google them, or use these links:</p>
<ul>
<li><a title="http://www.down-dll.com/dll/normaliz.zip" href="http://www.down-dll.com/dll/normaliz.zip">http://www.down-dll.com/dll/normaliz.zip</a></li>
<li><a title="http://www.down-dll.com/dll/inetcplc.zip" href="http://www.down-dll.com/dll/inetcplc.zip">http://www.down-dll.com/dll/inetcplc.zip</a></li>
</ul>
<p>Unzip both files and copy them to ~/.ies4linux/ie7/drive_c/windows/system/</p>
<p style="padding-left: 30px;"><span style="color: #888888;">unzip normaliz.zip<br />
unzip inetcplc.zip<br />
cp normaliz.dll ~/.ies4linux/ie7/drive_c/windows/system<br />
cp inetcplc.dll ~/.ies4linux/ie7/drive_c/windows/system</span></p>
<p>IE 7 is now installed but will have view pane corruption unless you switch the Wine container to use Windows XP as the operating system:</p>
<p style="padding-left: 30px;"><span style="color: #888888;">WINEPREFIX=~/.ies4linux/ie7 winecfg</span></p>
<p>At the bottom of the initial page, change ‘Windows’ option to ‘Windows XP’ and press OK.</p>
<p>Make a shortcut:</p>
<p style="padding-left: 30px;"><span style="color: #888888;">cd ~/bin<br />
ln -s ~/.ies4linux/bin/ie7 ie7</span></p>
<p>Running ie7 and using the previous browser test site results in:</p>
<p style="padding-left: 30px;"><span style="color: #888888;">* ie7 reports ‘MSIE 7.0′</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/software/linux/ie-on-linux/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Diablo 2 on Linux</title>
		<link>http://www.setupswarm.com/main/games/installation-guides/diablo-2-on-linux</link>
		<comments>http://www.setupswarm.com/main/games/installation-guides/diablo-2-on-linux#comments</comments>
		<pubDate>Mon, 21 Dec 2009 11:27:49 +0000</pubDate>
		<dc:creator>Demon</dc:creator>
				<category><![CDATA[Installation Guides]]></category>
		<category><![CDATA[diablo 2]]></category>
		<category><![CDATA[hero editor]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lord of destruction]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=324</guid>
		<description><![CDATA[Diablo II is a dark fantasy-themed action role-playing game, with elements of the hack and slash and &#8220;dungeon roaming&#8221; genres. It was released for Windows and Mac OS in 2000 by Blizzard Entertainment, and was developed by Blizzard North. This is how you install Diablo II on linux, using Wine. Installing Wine &#38; Gmountiso First [...]]]></description>
			<content:encoded><![CDATA[<p>Diablo II is a dark fantasy-themed action role-playing game, with elements of the hack and slash and &#8220;dungeon roaming&#8221; genres. It was released for Windows and Mac OS in 2000 by Blizzard Entertainment, and was developed by Blizzard North. This is how you install Diablo II on linux, using Wine.<span id="more-324"></span></p>
<h3><strong>Installing Wine &amp; Gmountiso</strong></h3>
<p><strong><span style="font-weight: normal;">First you need to have wine which is essential to run any windows software. gmountiso is not required but i find it a real hassle to have to mount iso&#8217;s in a terminal. In any case for the sake of this tutorial just install it..</span></strong></p>
<p>To install wine and gmountiso start a Terminal (Applications&gt;Accessories&gt;Terminal)</p>
<p style="padding-left: 30px;"><span style="color: #888888;">sudo apt-get install wine gmountiso mkdir ~/iso</span></p>
<hr />
<h3><strong>Configure Wine</strong></h3>
<p>Lets configure wine for a quick moment, in a terminal run: <span style="color: #888888;">winecfg</span></p>
<p><span style="color: #888888;"> </span></p>
<div id="attachment_330" class="wp-caption aligncenter" style="width: 236px"><a href="http://www.setupswarm.com/wp-content/uploads/diablo2_wineconfiguration.jpg"><img class="size-medium wp-image-330" title="diablo2_wineconfiguration" src="http://www.setupswarm.com/wp-content/uploads/diablo2_wineconfiguration-226x300.jpg" alt="wine configuration screen" width="226" height="300" /></a><p class="wp-caption-text">wine configuration screen</p></div>
<p>Click all the tabs, and lets make a small addition to the devices tab. Add a new drive. It will most likely be D. Select it and click the advanced button. Set the drive type from autodetection to CDROM. Then change the location from:</p>
<p style="padding-left: 30px;"><span style="color: #888888;"> / to ~/iso</span><br />
<span style="color: #888888;">(~ = /home/yourlinuxusername) </span></p>
<p>Press OK when you are done.</p>
<hr />
<h3><strong>Installing</strong></h3>
<p>You can then run the gmountiso program from Application/System Tools menu. Start out by selecting the diablo 2 install disc and mount it in ~/iso Press the Jump To button afterwards. Double click the setup.exe and select Full install.</p>
<p>Enter your name &amp; serial. It will then complain about needing a different disc. Unmount the current disc and then select the install disc, do not change the mount location its fine..(so mount the iso in ~/iso) Press mount and go back to diablo 2 installer and press OK. It should continue.</p>
<div id="attachment_331" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.setupswarm.com/wp-content/uploads/diablo2_wineconfiguration2.jpg"><img class="size-medium wp-image-331" title="diablo2_wineconfiguration2" src="http://www.setupswarm.com/wp-content/uploads/diablo2_wineconfiguration2-300x151.jpg" alt="wine configuration screen" width="300" height="151" /></a><p class="wp-caption-text">wine configuration screen</p></div>
<p>Keep swapping discs as described above.. i know you can do it! Once you have diablo 2 installed run the video test and skip the ReadMe and registering. Now mount the expansion disc (keep the mount location the same as always) Swap when necessary.</p>
<hr />
<h3><strong>Patching</strong></h3>
<p>We have set up this guide using patch version 1.12a there might be a newer one, but this version is fine. you can get it here:</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p>Then run the patch (might require you to mount the expansion disc) The game should start itself up! Exit for now..</p>
<hr />
<h3><strong>NO-CD</strong></h3>
<p><strong> </strong>Get the NOCD crack from the OS download section, here: Note: There is a file embedded within this post, please visit this post to download the file.</p>
<p>Extract the exe file into the Diablo 2 directory. Mount the expansion disc one final time. Jump to the disc and copy over the d2xmusic.mpq &amp; d2xvideo.mpq place to the place where you installed Diablo 2 (if you are a sucker and let wine pick for you its probally <span style="color: #888888;">~/.wine/drive_c/Program\ Files/Diablo\ 2/)</span></p>
<p>Finally run the D2Loader-1.12.exe from the Diablo 2 directory AND KICK ASS. Update your shortcuts on your desktop to point to the D2loader</p>
<hr />
<h3><strong>Summary</strong></h3>
<ol>
<li>install wine &amp; gmountiso</li>
<li>winecfg &amp; add the a drive and set it to CDROM</li>
<li>start mounting isos with gmountiso in the CDROM location</li>
<li>Install Diablo2 (install.exe) and run the Videotest and dont bother with the ReadMe or Registering</li>
<li>Install the expansion disc by mounting it running the install.exe</li>
<li>Get the latest patch @ <a href="http://us.blizzard.com/support/article.xml?articleId=20758" target="_blank">http://us.blizzard.com/support/article.xml?articleId=20758</a> Current 1.12a (make sure to click the expansion patch!)</li>
<li>run the patch (need to mount the expansion disc)</li>
<li>Get the NOCD crack from the OS download section</li>
<li>From the expasion disc copy over the d2xmusic.mpq &amp; d2xvideo.mpq place them in the D2 dir unmount the iso</li>
<li>run the D2Loader-1.12.exe</li>
</ol>
<hr />
<h3><strong>Hero Editor:</strong></h3>
<p><strong><span style="font-weight: normal;">We have the best hero editor for you aswell, get it in our download section or simply here: </span></strong></p>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/games/installation-guides/diablo-2-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Qucs on Ubuntu</title>
		<link>http://www.setupswarm.com/main/software/linux/installing-qucs-on-ubuntu</link>
		<comments>http://www.setupswarm.com/main/software/linux/installing-qucs-on-ubuntu#comments</comments>
		<pubDate>Wed, 23 Dec 2009 12:37:19 +0000</pubDate>
		<dc:creator>Chryseus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=442</guid>
		<description><![CDATA[Qucs is a free circuit simulator for Windows, Linux and Mac. It comes complete with a schematic editor, project manager and other useful tools. Qucs is very easy to use and supports the standard DC, AC, parameter sweep, transient, digital and other simulations. It also includes a selection of popular component models. Qucs can display [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Qucs is a free circuit simulator for Windows, Linux and Mac. It comes complete with a schematic editor, project manager and other useful tools. Qucs is very easy to use and supports the standard DC, AC, parameter sweep, transient, digital and other simulations. It also includes a selection of popular component models. Qucs can display the simulation data in a number of ways such as Cartesian Plot, Polar, Tabular, Smith Chart, Timing Diagram and Truth Table.<span id="more-442"></span></p>
<p><center><img src="http://www.setupswarm.com/wp-content/uploads/Qucs-0.0.15.png" width="600px" /></center></p>
<h2><strong><span style="text-decoration: underline;">Installing</span></strong></h2>
<p>First open the terminal and type the following:</p>
<blockquote><p><code>cd ~</p>
<p>wget -t5 http://downloads.sourceforge.net/project/qucs/qucs/0.0.15/qucs-0.0.15.tar.gz?use_mirror=kent</code></p>
</blockquote>
<p>This will download the latest version of Qucs, once that is done you will need to extract it:</p>
<blockquote><p><code>tar -xvzf qucs-0.0.15.tar.gz</code></p>
</blockquote>
<p>If you want to delete the Qucs source archive you can do so by using this, if not skip this next command.</p>
<blockquote><p><code>rm qucs-0.0.15.tar.gz</code></p>
</blockquote>
<p>Now you need to move the folder to where you want to compile it, if you don&#8217;t mind it being in your home folder skip this:</p>
<blockquote><p><code>sudo mv qucs-0.0.15 /usr/src</p>
<p>cd /usr/src/qucs-0.0.15</code></p>
</blockquote>
<p>Next move into the folder and download the dependencies required to compile Qucs:</p>
<blockquote><p><code>cd qucs-0.0.15</p>
<p>sudo apt-get install libqt3-headers</code></p>
</blockquote>
<p>Finally you can compile Qucs:</p>
<blockquote><p><code>./configure</p>
<p>make</p>
<p>sudo make install</code></p>
</blockquote>
<p>Once this is done (hopefully without any errors) you can run Qucs simply by typing:</p>
<blockquote><p><code>qucs</code></p>
</blockquote>
<p>That&#8217;s all, although I&#8217;d suggest adding a shortcut to your menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/software/linux/installing-qucs-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; DTS to AC3</title>
		<link>http://www.setupswarm.com/main/media/ubuntu-dts-to-ac3</link>
		<comments>http://www.setupswarm.com/main/media/ubuntu-dts-to-ac3#comments</comments>
		<pubDate>Tue, 16 Feb 2010 09:00:01 +0000</pubDate>
		<dc:creator>Heroin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AC3]]></category>
		<category><![CDATA[Avidemux]]></category>
		<category><![CDATA[Converting]]></category>
		<category><![CDATA[DTS]]></category>
		<category><![CDATA[DTS to AC3]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/?p=967</guid>
		<description><![CDATA[I can&#8217;t start to explain how irritating it is to have HD movies not play on my tv because the audio codec is not supported. It is beyond me why devices such as my Xbox360, PS3, and my LG5000 tv don&#8217;t come with DTS support. Some of my HD material is downloaded and it wouldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t start to explain how irritating it is to have HD movies not play on my tv because the audio codec is not supported. It is beyond me why devices such as my Xbox360, PS3, and my LG5000 tv don&#8217;t come with DTS support. Some of my HD material is downloaded and it wouldn&#8217;t be fair to blame the uploaders for not adding an AC3 audio track. There are two schools of thought to overcome this codec problem:</p>
<ol>
<li>Transcoding</li>
<li>Recoding</li>
</ol>
<p>Transcoding is  changing the codec realtime, during playback. It is a really cool option especially if you want to stream the video files. I have not gotten it to work though. I tried the following applications without success, but you may have the glory of getting it to work. It is defiantly worth considering. Anyway you should try the following aplications:</p>
<ul>
<li><a href="http://tversity.com/" target="_blank">TVersity</a></li>
<li><a href="http://ps3mediaserver.blogspot.com/" target="_blank">PS3 Media Server</a></li>
<li><a href="http://www.twonkymedia.com" target="_blank">TwonkyMedia Manager</a></li>
<li><a href="http://mediatomb.cc/" target="_blank">MediaTomb</a></li>
</ul>
<p>Since none of the applications really worked out too well I decided it was just better to convert the videos with codecs which were supported by my devices (mainly my LG5000 which doesn&#8217;t support DTS). One pretty universal codec seemed to be AC3. In Ubuntu there seem to be various ways to transcode your videos, you can use scripts, terminal applications like ffmpeg, or applications. I tried the oh so glorious scripts, and ffmpeg. Every time something went wrong or something was missing. It nearly broke me down to tears. My last resort after trying streaming applications, scripts, and terminals was to use applications.</p>
<ul>
<li><a href="http://github.com/JakeWharton/mkvdts2ac3/">mkvdts2ac3 script</a></li>
<li><a href="http://ubuntu-ky.ubuntuforums.org/showthread.php?t=1122729">ffmpeg terminal</a></li>
</ul>
<p>Then finally I was saved by a single user who made this epic post:</p>
<p style="text-align: center;"><a href="http://www.setupswarm.com/wp-content/uploads/AC3_solution.jpg"><img class="aligncenter size-full wp-image-991" title="AC3_solution" src="http://www.setupswarm.com/wp-content/uploads/AC3_solution.jpg" alt="" width="609" height="201" /></a></p>
<p style="text-align: left;">You need an application called <a href="http://fixounet.free.fr/avidemux/"><strong>Avidemux</strong></a>! Once installed all you need to do to convert a mkv HD movie, with a DTS audio track, to a HD movie with a AC3 track are the following steps:</p>
<ol>
<li>[in a terminal] &#8220;sudo apt-get install Avidemux&#8221;</li>
<li>Menu &gt; Video &gt; Avidemux</li>
<li>File &gt; Open &gt; <em>YourVideo.mkv</em></li>
<li>On the left side, VideoMode &#8211; Copy</li>
<li><strong>On the left side, AudioMode &#8211; AC3</strong></li>
<li>On the left side, Format &#8211; MKV</li>
<li>File &gt; Save &gt; Select your location where you want the new video to be saved.</li>
<li>Wait a fair bit</li>
<li>????</li>
<li>Profit</li>
</ol>
<p><a href="http://www.setupswarm.com/wp-content/uploads/avidemux2_img.png"><img class="aligncenter size-full wp-image-973" title="avidemux2_img" src="http://www.setupswarm.com/wp-content/uploads/avidemux2_img.png" alt="" width="636" height="519" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/media/ubuntu-dts-to-ac3/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

