<?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"
	>

<channel>
	<title>Tips4Linux.com</title>
	<atom:link href="http://tips4linux.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tips4linux.com</link>
	<description>Tips and Tricks for Linux Users</description>
	<pubDate>Mon, 23 Aug 2010 16:54:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Remove DRM from Amazon Kindle&#8217;s ebooks using Linux</title>
		<link>http://tips4linux.com/remove-drm-from-amazon-kindles-ebooks-using-linux/</link>
		<comments>http://tips4linux.com/remove-drm-from-amazon-kindles-ebooks-using-linux/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 07:18:38 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Multimedia]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[cli]]></category>

		<guid isPermaLink="false">http://tips4linux.com/remove-drm-from-amazon-kindles-ebooks-using-linux/</guid>
		<description><![CDATA[When you buy an ebook using your Kindle, there&#8217;s a 99% chance it&#8217;s a DRM file. That means you won&#8217;t be able to read it anywhere else but on your Kindle. And we won&#8217;t accept that. To be able to convert that file and remove its DRM protection, you need a set of Python scripts [...]]]></description>
			<content:encoded><![CDATA[<p>When you buy an ebook using your Kindle, there&#8217;s a 99% chance it&#8217;s a DRM file. That means you won&#8217;t be able to read it anywhere else but on your Kindle. And we won&#8217;t accept that. To be able to convert that file and remove its DRM protection, you need a set of Python scripts called <a href="http://nyquil.org/uploads/MobiDeDRM.zip" target="_blank">MobiDeDRM</a>.<br />
Now open your Kindle and type <em>411</em> on the keypad. This will bring up a window containing information. Write down the 16-character alphanumeric Serial.<br />
Through your computer, buy a book from Amazon.com and save it to your harddrive. The filename shoud be something like <em>Book-Title.azw</em>.<br />
Be sure you have Python installed in Linux. In Ubuntu you can easily install it with <strong>sudo apt-get install python</strong>.<br />
Extract de files from the MobiDeDRM.zip file and run one of them like this:</p>
<p><strong>python kindlepid.py XXXXXXXXXXX</strong></p>
<p>where XXXXXXXXXXXX is your 16-character Serial. The Terminal window will return something like</p>
<p><em> Mobipocked PID for Kindle serial# XXXXXXXXXXXXXXXX is Z1QFCDQ*74 </em></p>
<p>That &#8220;<em>Z1QFCDQ*74</em>&#8221; string is what you need.<br />
Now all you have to do to remove the DRM from the .AZW file is:</p>
<p><strong>python mobidedrm.py Book-Title.azw Book-Title.mobi Z1QFCDQ*74</strong></p>
<p>In a minute or so you should have a DRM-free MobiPocket book you can later <a href="http://tips4linux.com/convert-ebooks-in-linux/" target="_blank">convert</a> in any other format you like. If that doesn&#8217;t work, try</p>
<p><strong>python mobidedrm2.py Book-Title.azw Book-Title.mobi Z1QFCDQ*74</strong></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=30ec293e-1010-8966-babd-b50b2d31b173" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/remove-drm-from-amazon-kindles-ebooks-using-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Convert eBooks in Linux</title>
		<link>http://tips4linux.com/convert-ebooks-in-linux/</link>
		<comments>http://tips4linux.com/convert-ebooks-in-linux/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:32:34 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Multimedia]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[convert]]></category>

		<category><![CDATA[ebook]]></category>

		<category><![CDATA[eink]]></category>

		<category><![CDATA[epub]]></category>

		<category><![CDATA[file]]></category>

		<category><![CDATA[files]]></category>

		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://tips4linux.com/convert-ebooks-in-linux/</guid>
		<description><![CDATA[Say you just bought an Amazon Kindle or a Barnes and Noble Nook. You want to convert your eBook collection to .EPUB or .MOBI format. For this, install Calibre. The application not only provides you with a graphical way to manage your eBook collection, but also comes with a set of useful command-line tools. One [...]]]></description>
			<content:encoded><![CDATA[<p>Say you just bought an Amazon Kindle or a Barnes and Noble Nook. You want to convert your eBook collection to .EPUB or .MOBI format. For this, install <a target="_blank" href="http://calibre-ebook.com">Calibre</a>. The application not only provides you with a graphical way to manage your eBook collection, but also comes with a set of useful command-line tools. One of these is <b>ebook-convert</b>.<br />This tool can help you convert between tens of standard formats like EPUB, FB2, LIT, LRF, MOBI, OEB, PDB, PDF, PML, RB, RTF, TCR, TXT, HTML and more. Even CBR and CBZ (comic book formats) are supported.<br />The syntax is simple:</p>
<p><b>ebook-convert input_format output_format</b></p>
<p>For example, if you want to convert a comic book archive to something readable on an e-ink screen, use</p>
<p><b>ebook-convert filename.cbz filename.epub</b></p>
<p>or</p>
<p><b>ebook-convert filename.cbz filename.pdf</b></p>
<p>Not only will <i>ebook-convert</i> convert the file, but it will also trim the white spaces around the page so they will better fit the small screen of an electronic eBook reader.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=be8c2fa3-59d0-8275-8200-c7359857638d" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/convert-ebooks-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Batch resize images using the command line in Linux</title>
		<link>http://tips4linux.com/batch-resize-images-using-the-command-line-in-linux/</link>
		<comments>http://tips4linux.com/batch-resize-images-using-the-command-line-in-linux/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:15:32 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Multimedia]]></category>

		<category><![CDATA[cli]]></category>

		<guid isPermaLink="false">http://tips4linux.com/batch-resize-images-using-the-command-line-in-linux/</guid>
		<description><![CDATA[If you have a ton of images that need resizing, you can do it all with the imagemagick package:cd /home/user/imagesmkdir resized_imagescp /home/user/images/* /home/user/images/resized_images
Now that you have a copy of the files in resized_images, time to resize them all:
mogrify -resize 800 *.jpg
This will resize them all to a width of 800px while keeping the aspect ratio. [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a ton of images that need resizing, you can do it all with the <b>imagemagick</b> package:<br /><b><br />cd /home/user/images<br />mkdir resized_images<br />cp /home/user/images/* /home/user/images/resized_images</b></p>
<p>Now that you have a copy of the files in <i>resized_images</i>, time to resize them all:</p>
<p><b>mogrify -resize 800 *.jpg</b></p>
<p>This will resize them all to a width of 800px while keeping the aspect ratio. If you want a fixed image size, you can specify it like this:</p>
<p><b>mogrify -resize 800&#215;600! *.jpg</b></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=40d58e9f-996f-861e-b9e3-74feaad2f164" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/batch-resize-images-using-the-command-line-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find out active IPs in a Linux LAN</title>
		<link>http://tips4linux.com/find-out-active-ips-in-a-linux-lan/</link>
		<comments>http://tips4linux.com/find-out-active-ips-in-a-linux-lan/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 19:19:54 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[LAN]]></category>

		<category><![CDATA[ping]]></category>

		<guid isPermaLink="false">http://tips4linux.com/find-out-active-ips-in-a-linux-lan/</guid>
		<description><![CDATA[If you are on a LAN and wish to find out which computers in it currently have access to that certain LAN, you can use the following command:
for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip&#62;/dev/null; [ $? -eq 0 ] &#38;&#38; echo &#8220;192.168.1.$ip UP&#8221; &#124;&#124; : ; done
This will ping each computer [...]]]></description>
			<content:encoded><![CDATA[<p>If you are on a LAN and wish to find out which computers in it currently have access to that certain LAN, you can use the following command:</p>
<p><b>for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip&gt;/dev/null; [ $? -eq 0 ] &amp;&amp; echo &#8220;192.168.1.$ip UP&#8221; || : ; done</b></p>
<p>This will ping each computer on the 192.168.1.x subnet one time, with a one second interval between pings. The output should be something like</p>
<p><i>192.168.1.1 UP<br />192.168.1.17 UP<br />192.168.1.24 UP</i><br />&#8230;</p>
<p><big><b>UPDATE:</b></big></p>
<p>Alternatively, you can use <a target="_blank" href="http://www.nixgeneration.com/%7Ejaime/netdiscover/"><b>netdiscover</b></a>:</p>
<p><b>sudo apt-get install netdiscover<br />netdiscover -r 192.168.1.0/24</b></p>
<p>This will scan all the computers in that particular address range and present the active ones in a table that also provides a MAC address and a MAC Vendor line. Thanks go out to <i>angelblade</i> for this information.</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=7c4b3145-23e3-820f-873f-5fc448fc0b24" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/find-out-active-ips-in-a-linux-lan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>USB devices not mounting in Lucid? Here&#8217;s a fix.</title>
		<link>http://tips4linux.com/usb-devices-not-mounting-in-lucid-heres-a-fix/</link>
		<comments>http://tips4linux.com/usb-devices-not-mounting-in-lucid-heres-a-fix/#comments</comments>
		<pubDate>Sat, 15 May 2010 10:19:55 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[cli]]></category>

		<guid isPermaLink="false">http://tips4linux.com/usb-devices-not-mounting-in-lucid-heres-a-fix/</guid>
		<description><![CDATA[If you are pestered by the bug that doesn;t let you mount USB devices in Ubuntu Lucid Lynx, the issue is caused by the floppy module. Disable it with
sudo modprobe -r floppy
and reboot.

]]></description>
			<content:encoded><![CDATA[<p>If you are pestered by the bug that doesn;t let you mount USB devices in Ubuntu Lucid Lynx, the issue is caused by the floppy module. Disable it with</p>
<p><b>sudo modprobe -r floppy</b></p>
<p>and reboot.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=bb21dcf3-0084-832b-99dd-559b900edc87" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/usb-devices-not-mounting-in-lucid-heres-a-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix Linux Kernel 2.6.32 and VMWare Workstation 7 issue</title>
		<link>http://tips4linux.com/fix-linux-kernel-2632-and-vmware-workstation-7-issue/</link>
		<comments>http://tips4linux.com/fix-linux-kernel-2632-and-vmware-workstation-7-issue/#comments</comments>
		<pubDate>Tue, 11 May 2010 17:36:27 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://tips4linux.com/fix-linux-kernel-2632-and-vmware-workstation-7-issue/</guid>
		<description><![CDATA[After you upgraded to Ubuntu Lucid, you might have noticed that VMWare has stopped working and can&#8217;t compile one of it&#8217;s modules. The solution to this is simple: download this patch and this script in the same directory. Make the script executable with
chmod +x patch-modules.sh
and run it with
./patch-modules.sh
Answer with &#8220;Y&#8221; to the questions and let [...]]]></description>
			<content:encoded><![CDATA[<p>After you upgraded to Ubuntu Lucid, you might have noticed that VMWare has stopped working and can&#8217;t compile one of it&#8217;s modules. The solution to this is simple: download <a target="_blank" href="http://communities.vmware.com/servlet/JiveServlet/download/1401588-30687/vmware-7.0-2.6.32.patch">this patch</a> and <a target="_blank" href="http://communities.vmware.com/servlet/JiveServlet/download/1401588-30686/patch-modules.sh">this script</a> in the same directory. Make the script executable with</p>
<p><b>chmod +x patch-modules.sh</b></p>
<p>and run it with</p>
<p><b>./patch-modules.sh</b></p>
<p>Answer with &#8220;Y&#8221; to the questions and let it do it&#8217;s job. After it finishes, VMWare should be working just fine.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=cf234256-1b37-84fc-b1c5-39d3abd706e4" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/fix-linux-kernel-2632-and-vmware-workstation-7-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install older .RUN and .BIN archives in Linux</title>
		<link>http://tips4linux.com/install-older-run-and-bin-archives-in-linux/</link>
		<comments>http://tips4linux.com/install-older-run-and-bin-archives-in-linux/#comments</comments>
		<pubDate>Fri, 07 May 2010 16:45:54 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://tips4linux.com/install-older-run-and-bin-archives-in-linux/</guid>
		<description><![CDATA[When running older .RUN and .BIN archives in Linux, you might get the following (or a similar) error:
Verifying archive integrity&#8230;tail: cannot open `+6&#8242; for reading: No such file or directoryError in check sums 1237260170 2341625838The solution is to make the installer believe it&#8217;s being run on an older version of GNU/Linux. Open a Terminal and [...]]]></description>
			<content:encoded><![CDATA[<p>When running older .RUN and .BIN archives in Linux, you might get the following (or a similar) error:</p>
<p><i>Verifying archive integrity&#8230;tail: cannot open `+6&#8242; for reading: No such file or directory<br />Error in check sums 1237260170 2341625838<br /></i><br />The solution is to make the installer believe it&#8217;s being run on an older version of GNU/Linux. Open a Terminal and paste this:</p>
<p><b>export _POSIX2_VERSION=199209</b></p>
<p>Install the archive, then delete the above ENV variable:</p>
<p><b>unset _POSIX2_VERSION</b></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=593a0af6-1483-8060-982c-01d45728ead0" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/install-older-run-and-bin-archives-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is Linux better than Windows web hosting?</title>
		<link>http://tips4linux.com/is-linux-better-than-windows-web-hosting/</link>
		<comments>http://tips4linux.com/is-linux-better-than-windows-web-hosting/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 17:13:38 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://tips4linux.com/is-linux-better-than-windows-web-hosting/</guid>
		<description><![CDATA[People often get confused on which OS is better on getting the best performance or what’s best suited for a website. And this question is often debatable since it usually depends on what programs or scripting language you are planning to run on your website. But we still can’t deny the fact that Linux is [...]]]></description>
			<content:encoded><![CDATA[<p>People often get confused on which OS is better on getting the best performance or what’s best suited for a website. And this question is often debatable since it usually depends on what programs or scripting language you are planning to run on your website. But we still can’t deny the fact that Linux is the more popular choice of many on the web. Why wouldn’t it be? It’s cheaper but still reliable and runs great. Plus, if you’re using scripts such as PHP, MySQL or Perl, then Linux hosting is usually the best way to go in terms of reliability and cost-effectiveness. Though, if you’re planning to use ASP, most people would opt for windows hosting. Also, both Linux and Windows offer FTP access but usually only Linux offer ssh or telnet access.</p>
<p>Those are only a few factors to weigh on when deciding which ones better for your own website. And sometimes, it’s just a matter of what you prefer to use since you still have to decide on which web hosting provider to go with. Even if you have the perfect OS, if your web hosting provider is not reliable enough, then your website can still end up with a lot of issues. That’s why choosing the right web host for your site is important.</p>
<p>Doteasy is one of the best domain name registrar since 2000 that also offers web hosting services. If you’re looking for a free hosting, then you really have to check what Doteasy offers with their <a href="http://www.doteasy.com/Services/WebHosting/Basic/" target="_blank">free web hosting</a> plan. You not only get great reliability but also better features such as host multiple domains and up to 10 email accounts. Now, that’s really hard to find on other free hosting packages. Aside from that, you also get <a href="http://www.doteasy.com/EasyBox/" target="_blank">free web site builders</a> such as for setting up blogs, forums, photo gallery and more with their easy to use web tools and applications. They guarantee 99.9% uptime and no banner ads on your site like what you get with other web hosts. But, in case you needed more hosting resources, you can simply upgrade to their other affordable hosting packages. Whatever type of website you are planning to create, they always have a great hosting package that would suit that. With their current promo of&nbsp; any .COM/.NET/.ORG <a href="https://www.doteasy.com/SignUp4/index.cfm?coupon=1003BPM" target="_blank">domain registration</a> for only $7.95 a year, you can get a personalized domain name and enjoy Doteasy&#8217;s free web hosting service with coupon code 1003BPM.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d0808b03-c9bc-854a-8a92-b0ab80af0f66" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/is-linux-better-than-windows-web-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reposition the Ubuntu Lucid Lynx Light theme buttons</title>
		<link>http://tips4linux.com/reposition-the-ubuntu-lucid-lynx-light-theme-buttons/</link>
		<comments>http://tips4linux.com/reposition-the-ubuntu-lucid-lynx-light-theme-buttons/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:18:17 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[GNOME]]></category>

		<category><![CDATA[Lucid Lynx]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tips4linux.com/reposition-the-ubuntu-lucid-lynx-light-theme-buttons/</guid>
		<description><![CDATA[By default, the new Light theme that comes with the latest version of Ubuntu Lucid Lynx are positioned on the left. If you want to reposition them to the old-fashioned right side, hit Alt+F2 and type gconf-editor. Click Apps &#62; Metacity &#62; General on the left sidebar and change the property of button_layout from
close,minimize,maximize:
to
:close,minimize,maximize

]]></description>
			<content:encoded><![CDATA[<p>By default, the new Light theme that comes with the latest version of Ubuntu Lucid Lynx are positioned on the left. If you want to reposition them to the old-fashioned right side, hit <i>Alt+F2</i> and type <b>gconf-editor</b>. <br />Click <i>Apps</i> &gt; <i>Metacity</i> &gt; <i>General</i> on the left sidebar and change the property of <i>button_layout</i> from</p>
<p><b>close,minimize,maximize:</b></p>
<p>to</p>
<p><b>:close,minimize,maximize</b></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=98adbc47-fa69-8ccf-8f64-16ce40121e62" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/reposition-the-ubuntu-lucid-lynx-light-theme-buttons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find out details about your system&#8217;s temperature</title>
		<link>http://tips4linux.com/find-out-details-about-your-systems-temperature/</link>
		<comments>http://tips4linux.com/find-out-details-about-your-systems-temperature/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 10:47:53 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[System]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[acpi]]></category>

		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://tips4linux.com/find-out-details-about-your-systems-temperature/</guid>
		<description><![CDATA[To find out more about your system&#8217;s temperature, install acpi. Then do a simple
acpi -V
to get a listing similar to this one:
Battery 0: Full, 100%Battery 0: design capacity 7800 mAh, last full capacity 4988 mAh = 63%Adapter 0: on-lineThermal 0: ok, 63.5 degrees CThermal 0: trip point 0 switches to mode critical at temperature 126.0 [...]]]></description>
			<content:encoded><![CDATA[<p>To find out more about your system&#8217;s temperature, install <b>acpi</b>. Then do a simple</p>
<p><b>acpi -V</b></p>
<p>to get a listing similar to this one:</p>
<p><i>Battery 0: Full, 100%<br />Battery 0: design capacity 7800 mAh, last full capacity 4988 mAh = 63%<br />Adapter 0: on-line<br />Thermal 0: ok, 63.5 degrees C<br />Thermal 0: trip point 0 switches to mode critical at temperature 126.0 degrees C<br />Cooling 0: Processor 0 of 10<br />Cooling 1: Processor 0 of 10<br /></i></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=72cfb839-dcac-81ba-a93b-fd2a6135f40c" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/find-out-details-about-your-systems-temperature/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.873 seconds -->
<!-- Cached page served by WP-Super-Cache -->
