<?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>Smoking Linux &#187; Linux Tutorials</title>
	<atom:link href="http://www.smokinglinux.com/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smokinglinux.com</link>
	<description>Exchange your Linux experience with us</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:14:07 +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>Install VMware Player on Ubuntu Gutsy 7.10</title>
		<link>http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710</link>
		<comments>http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710#comments</comments>
		<pubDate>Mon, 03 Dec 2007 10:08:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[VMWare - Server Virtualization]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmplayer]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710</guid>
		<description><![CDATA[This tutorial explain how install VMware Player on Ubuntu Gutsy. There are two ways to install VMware Player, but the easiest way produce many errors. I hope that you want install VMware Player with the best procedure. In fact many tutorial on the net suggest you to download RPM package from VMware Website and convert [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial explain how install VMware Player on Ubuntu Gutsy. There are two ways to install VMware Player, but the easiest way produce many errors. I hope that you want install VMware Player with the best procedure. In fact many tutorial on the net suggest you to download RPM package from VMware Website and convert it in a deb package with alien. This way not is a good way because you could have these errors:</p>
<p><span id="more-910"></span></p>
<p><strong>When you try to run vmplayer:</strong><br />
/usr/bin/vmplayer: 166: cannot open /etc/vmware/locations: No such file<br />
exec: 180: /lib/wrapper-gtk24.sh: not found</p>
<p><strong>When you try to run vmware-config.pl:</strong><br />
Unable to find the database file (/etc/vmware/locations)</p>
<p>The best way is to download the tar.gz package from VMware website. First of all, you have to see how kernel you are using on your Linux PC.</p>
<blockquote><p>uname -r<br />
2.6.22-14-generic</p></blockquote>
<p>I have 2.6.22-14-generic, so I have to install thet linux headers files for my kernel version:</p>
<blockquote><p>sudo apt-get install linux-headers-2.6.22-14-generic</p></blockquote>
<p>Now you can download VMware Player tar.gz package from VMware website. At this time the last package is: VMware-player-2.0.2-59824.i386.tar.gz.</p>
<blockquote><p>tar xzvf VMware-player-2.0.2-59824.i386.tar.gz<br />
cd vmware-player-distrib</p></blockquote>
<p>The tar.gz package is extracted and you can run installation script of VMware Player:</p>
<blockquote><p>sudo ./vmware-install.pl</p></blockquote>
<p>During installation process you must answer some questions. For a standard installation you can keep suggested answers hitting <strong>ENTER</strong>.</p>
<blockquote><p>In which directory do you want to install the binary files?<br />
[/usr/bin]<br />
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?<br />
[/etc]<br />
What is the directory that contains the init scripts?<br />
[/etc/init.d]<br />
In which directory do you want to install the daemon files?<br />
[/usr/sbin]<br />
In which directory do you want to install the library files?<br />
[/usr/lib/vmware]<br />
The path &#8220;/usr/lib/vmware&#8221; does not exist currently. This program is going to<br />
create it, including needed parent directories. Is this what you want?<br />
[yes]<br />
In which directory do you want to install the documentation files?<br />
[/usr/share/doc/vmware]<br />
The path &#8220;/usr/share/doc/vmware&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes]<br />
Before running VMware Player for the first time, you need to configure it by<br />
invoking the following command: &#8220;/usr/bin/vmware-config.pl&#8221;. Do you want this<br />
program to invoke the command for you now? [yes]<br />
In which directory do you want to install the theme icons?<br />
[/usr/share/icons]<br />
What directory contains your desktop menu entry files? These files have a<br />
.desktop file extension. [/usr/share/applications]<br />
In which directory do you want to install the application&#8217;s icon?<br />
[/usr/share/pixmaps]<br />
None of the pre-built vmmon modules for VMware Player is suitable for your<br />
running kernel.  Do you want this program to try to build the vmmon module for<br />
your system (you need to have a C compiler installed on your system)? [yes]<br />
What is the location of the directory of C header files that match your running<br />
kernel? [/lib/modules/2.6.22-14-generic/build/include]<br />
None of the pre-built vmblock modules for VMware Player is suitable for your<br />
running kernel.  Do you want this program to try to build the vmblock module<br />
for your system (you need to have a C compiler installed on your system)?<br />
[yes]<br />
Do you want networking for your virtual machines? (yes/no/help) [yes]<br />
Do you want to be able to use NAT networking in your virtual machines? (yes/no)<br />
[yes]<br />
Do you want this program to probe for an unused private subnet? (yes/no/help)<br />
[yes]<br />
Do you wish to configure another NAT network? (yes/no) [no]<br />
Do you want to be able to use host-only networking in your virtual machines?<br />
[yes]<br />
Do you want this program to probe for an unused private subnet? (yes/no/help)<br />
[yes]<br />
Do you wish to configure another host-only network? (yes/no) [no]<br />
None of the pre-built vmnet modules for VMware Player is suitable for your<br />
running kernel.  Do you want this program to try to build the vmnet module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p></blockquote>
<p>Installation process is now finished and you can start VMware Player from your <strong>Application MenÃ¹.</strong></p>
<p>I&#8217;ve attached some screenshot of the first time that you run VMware Player. You must accept EULA and then choose to open an image. I&#8217;ve downloaded Debian Etch image to test VMware Player performance and features. You can download <a href="http://www.smokinglinux.com/vmware-images"><strong>VMware Images from HERE</strong></a>.</p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer01.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer01_thumb.jpg" alt="vmplayer01" /></a></p>
<p><strong>Eula &#8211; End User License Agreement</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer02.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer02_thumb.jpg" alt="vmplayer02" /></a></p>
<p><strong>Open VMware Image</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer03.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer03_thumb.jpg" alt="vmplayer03" /></a></p>
<p><strong>Select a downloaded Image (Debian Etch Netinst)</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer04.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer04_thumb.jpg" alt="vmplayer04" /></a></p>
<p><strong>Run Debian Etch with VMware Player </strong></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Del.icio.us" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a digg" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Install+VMware+Player+on+Ubuntu+Gutsy+7.10&amp;u=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FURL" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Technorati" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;t=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Yahoo My Web" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Stumble Upon" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Google Bookmarks" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10&amp;url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a SlashDot" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;t=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FaceBook" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Twitter" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows XP Virtual Machine with VMware player on Ubuntu Gutsy</title>
		<link>http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy</link>
		<comments>http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy#comments</comments>
		<pubDate>Thu, 22 Nov 2007 20:42:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[OpenSource Software]]></category>
		<category><![CDATA[VMWare - Server Virtualization]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[professionale]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[vmplayer]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[winxp]]></category>
		<category><![CDATA[winxppro]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy</guid>
		<description><![CDATA[Linux is a good operating system but sometimes you could have the necessity of run a particular application that don&#8217;t work with wine and is only for Windows XP. WMware released its virtualization software for free (not opensource): VMware Server and VMware Player. WMware server could be more complicated for personal use, so you can [...]]]></description>
			<content:encoded><![CDATA[<p>Linux is a good operating system but sometimes you could have the necessity of run a particular application that don&#8217;t work with wine and is only for Windows XP.<br />
WMware released its virtualization software for free (not opensource): VMware Server and VMware Player.</p>
<p>WMware server could be more complicated for personal use, so you can choose WMware player to run Windows XP on Ubuntu Gutsy.<br />
<span id="more-892"></span><br />
You have to download and install RPM package from www.vmware.com (then you have to convert it as DEB package)</p>
<blockquote><p>fakeroot alien -scripts VMware-player-2.0.2-59824.i386.rpm<br />
sudo dpkg -i VMware-player-2.0.2-59824.i386.deb<br />
sudo vmware-config.pl</p></blockquote>
<p>You have to create a custom Windows XP image for your Virtual Machine, but first you have to install qemu.</p>
<blockquote><p>sudo apt-get install qemu<br />
qemu-img create -f vmdk WinXP.vmdk 6G</p></blockquote>
<p>Now you have to create a config file for Disk Image just made with qemu with &#8220;<strong>nano WinXP.vmx</strong>&#8220;.</p>
<blockquote><p>config.version = &#8220;8&#8243;<br />
virtualHW.version = &#8220;3&#8243;<br />
ide0:0.present = &#8220;TRUE&#8221;<br />
ide0:0.filename = &#8220;WinXP.vmdk&#8221;<br />
memsize = &#8220;128&#8243;<br />
MemAllowAutoScaleDown = &#8220;FALSE&#8221;<br />
ide1:0.present = &#8220;TRUE&#8221;<br />
ide1:0.fileName = &#8220;auto detect&#8221;<br />
ide1:0.deviceType = &#8220;cdrom-raw&#8221;<br />
ide1:0.autodetect = &#8220;TRUE&#8221;<br />
floppy0.present = &#8220;FALSE&#8221;<br />
ethernet0.present = &#8220;TRUE&#8221;<br />
usb.present = &#8220;TRUE&#8221;<br />
sound.present = &#8220;TRUE&#8221;<br />
sound.virtualDev = &#8220;es1371&#8243;<br />
displayName = &#8220;Windows XP Pro&#8221;<br />
guestOS = &#8220;winXPPro&#8221;<br />
nvram = &#8220;WinXP.nvram&#8221;<br />
MemTrimRate = &#8220;-1&#8243;</p>
<p>ide0:0.redo = &#8220;&#8221;<br />
ethernet0.addressType = &#8220;generated&#8221;<br />
uuid.location = &#8220;56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58&#8243;<br />
uuid.bios = &#8220;56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58&#8243;<br />
ethernet0.generatedAddress = &#8220;00:0c:29:7e:06:58&#8243;<br />
ethernet0.generatedAddressOffset = &#8220;0&#8243;</p>
<p>tools.syncTime = &#8220;TRUE&#8221;<br />
ide1:0.startConnected = &#8220;TRUE&#8221;<br />
uuid.action = &#8220;create&#8221;<br />
checkpoint.vmState = &#8220;&#8221;</p></blockquote>
<p>To make this step more easy you can download WinXP.vmx from here:</p>

				<div class="imp-download">
					<strong><a href="http://www.smokinglinux.com/?dl=4" title="Windows XP VMX (VMplayer)">Windows XP VMX (VMplayer)</a></strong>
					<small>Downloads: 6371 times</small>
				</div>
			
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Del.icio.us" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a digg" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy&amp;u=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FURL" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Technorati" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;t=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Yahoo My Web" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Stumble Upon" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Google Bookmarks" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy&amp;url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a SlashDot" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;t=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FaceBook" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Twitter" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free CSS Editor Software for Linux and Ubuntu Gutsy</title>
		<link>http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy</link>
		<comments>http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy#comments</comments>
		<pubDate>Sun, 18 Nov 2007 10:12:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Designer]]></category>
		<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[bluefish]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cssed]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plus]]></category>
		<category><![CDATA[quanta]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[topstyle]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy</guid>
		<description><![CDATA[There are many CSS editors for Linux. Every of this software has particular features. Normally you can use a simple text editor to do a good CSS code for your web projects, but certainly a CSS editor could help you to do a beatiful CSS code. Quanta as a Linux CSS Editor Quanta Plus is [...]]]></description>
			<content:encoded><![CDATA[<p>There are many CSS editors for Linux. Every of this software has particular features. Normally you can use a simple text editor to do a good CSS code for your web projects, but certainly a CSS editor could help you to do a beatiful CSS code.</p>
<p><strong>Quanta as a Linux CSS Editor</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/11/quanta.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/11/quanta_thumb.jpg" alt="quanta" /></a></p>
<p>Quanta Plus is an HTML and CSS editor. You can use it for HTML editing but also you could use it for CSS editing. You can find a color picker inside Quanta Plus to choose the colors for your CSS links or background and much more. Quanta is a good choice especially if you run KDE as Desktop Environment.</p>
<blockquote><p>sudo apt-get install quanta <strong>(on Ubuntu Gutsy)</strong></p></blockquote>
<p><span id="more-884"></span></p>
<p><strong>Bluefish as a Linux CSS Editor</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/11/bluefish.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/11/bluefish_thumb.jpg" alt="bluefish" /></a></p>
<p>If you want a good HTML and CSS editor for your Gnome Desktop Environment, you can try Bluefish. Bluefish is another good text editor that you can use to edito PHP files, HTML files and CSS code. As Quanta Plus, it offers a unique solution to edit some several files.</p>
<blockquote><p>sudo apt-get install bluefish <strong>(on Ubuntu Gutsy)</strong></p></blockquote>
<p><strong>CSSED the best CSS editor for Linux compared to TopStyle for Windows</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/11/cssed.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/11/cssed_thumb.jpg" alt="cssed" /></a></p>
<p>If you have experience with TopStyle for windows and you are searching for a similar software for Linux, STOP YOUR SEARCH! CSSED is right for you. In fact, CSSED has good features as a color picker and a CSS helper. So, you can edit your CSS code only with the use of Mouse. Click on CSS helper bar to show many CSS rules and use it on your code.</p>
<blockquote><p>sudo apt-get install cssed <strong>(on Ubuntu Gutsy)</strong></p></blockquote>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy&amp;title=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Del.icio.us" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy&amp;title=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a digg" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy&amp;u=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a FURL" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Technorati" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy&amp;t=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Yahoo My Web" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy&amp;title=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Stumble Upon" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy&amp;title=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Google Bookmarks" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy&amp;url=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a SlashDot" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy&amp;t=Free+CSS+Editor+Software+for+Linux+and+Ubuntu+Gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a FaceBook" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Twitter" alt="Add 'Free CSS Editor Software for Linux and Ubuntu Gutsy' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/tutorials/free-css-editor-software-for-linux-and-ubuntu-gutsy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Batch Image Resize on Linux</title>
		<link>http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux</link>
		<comments>http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux#comments</comments>
		<pubDate>Fri, 16 Nov 2007 10:05:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[mogrify]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[thumbs]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux</guid>
		<description><![CDATA[Suppose you want resize every your photos to put it on web. As you know, you can&#8217;t upload your photos on a webpage with the highest resolution because a web gallery became inaccesible and too slow to load. Suppose that you have a folder containing every photos of you holidays and you want resize it [...]]]></description>
			<content:encoded><![CDATA[<p>Suppose you want resize every your photos to put it on web. As you know, you can&#8217;t upload your photos on a webpage with the highest resolution because a web gallery became inaccesible and too slow to load. Suppose that you have a folder containing every photos of you holidays and you want resize it at 640 of width mantaining original aspect ratio. To make a resize there are many tools but I suggest a command line tool called <strong>&#8220;mogrify&#8221;</strong>. This tool will be installed with <strong>ImageMagick Libraries</strong>, so you have to install <strong>ImageMagick on you Linux</strong>.</p>
<p><span id="more-883"></span><br />
I assuming that you have installed <strong>Ubuntu Gutsy</strong>:</p>
<blockquote><p>sudo apt-get install imagemagick</p></blockquote>
<p>After ImageMagick installation, you can use mogrify. For example, I have a folder called <strong>&#8220;holidays&#8221;</strong> locate in <strong>&#8220;/home/user/photos/</strong>&#8220;. I have to change my path, make a thumbs folder and copy original images on <strong>&#8220;thumbs folder&#8221;</strong>. After that I can start image resizing process:</p>
<blockquote><p>cd /home/user/photos/holidays<br />
mkdir thumbs<br />
cp /home/user/photos/holidays/* /home/user/photos/holidays/thumbs/<br />
cd thumbs</p></blockquote>
<blockquote><p>mogrify -resize 640 *.jpg</p></blockquote>
<p>Now I can see on <strong>&#8220;/home/user/photos/holidays/thumbs/&#8221;</strong> every my image file resized to 640 of width. If you want force resizing to a particulare size without mantaining original aspect ratio you could change mogrify options:</p>
<blockquote><p>mogrify -resize 640&#215;480! *.jpg</p></blockquote>
<p>Good Job Man! I hope this howto will be useful for you.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux&amp;title=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Del.icio.us" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux&amp;title=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a digg" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux&amp;u=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a FURL" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Technorati" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux&amp;t=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Yahoo My Web" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux&amp;title=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Stumble Upon" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux&amp;title=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Google Bookmarks" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux&amp;url=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a SlashDot" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux&amp;t=HowTo+%26%238211%3B+Batch+Image+Resize+on+Linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a FaceBook" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HowTo &#8211; Batch Image Resize on Linux' a Twitter" alt="Add 'HowTo &#8211; Batch Image Resize on Linux' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

