<?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>Linux * Screw &#187; applications</title>
	<atom:link href="http://www.linuxscrew.com/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxscrew.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 15:44:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=166</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Split huge files in Ubuntu or any other Linux distro</title>
		<link>http://www.linuxscrew.com/2010/06/16/split-huge-files-using-ubuntu-linux/</link>
		<comments>http://www.linuxscrew.com/2010/06/16/split-huge-files-using-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 15:10:18 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=1072</guid>
		<description><![CDATA[Recently I&#8217;ve bought WD TV media player for streaming full HD movies (primarily in 1080p resolution) to my home TV from external storage like usb HDD or ipod classic. You might already know that size of average HD movie rip is more than 4GB (e.g. full HD Avatar movie image is literally 21 GB mkv [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve bought WD TV media player for streaming full HD movies (primarily in <a href="http://en.wikipedia.org/wiki/1080p">1080p</a> resolution) to my home TV from external storage like usb HDD or ipod classic. You might already know that size of average HD movie rip is more than 4GB (e.g. full HD <a href="http://www.imdb.com/title/tt0499549/">Avatar</a> movie image is literally 21 GB mkv file) so it&#8217;s just impossible to store such huge files on any <a href="http://en.wikipedia.org/wiki/File_Allocation_Table">FAT32</a> formatted HDD or ipod. My ipod classic 160 GB is windows formatted so it uses FAT32 filesystem where maximum file size is 4 GB. As far as ipod cannot be formatted into ext3 but still be able to play music (just sweet dreams) I have to <strong>split huge files</strong> to 3.99GB parts and store them to my ipod for later reassemble. When it&#8217;s time to watch the some HD movie stored at ipod it&#8217;s required to assemble those 3.99 GB parts into one solid file, transfer it to media player and then actually watch the movie.</p>
<p>Rather long preface but solution is quite simple. If u run <strong>Ubuntu</strong> you can try <strong><a href="http://lxsplit.sourceforge.net/">lxsplit</a></strong> utility for breaking files into parts (binary packages for other <strong>Linux</strong> distributions as well as source code are available at  lxsplit project&#8217;s <a href="http://lxsplit.sourceforge.net/">homepage</a>.):</p>
<p><code>sudo apt-get install lxsplit</code></p>
<p>In order to split some file in 3.99GB parts use the following command:</p>
<p><code>lxsplit -s /path/to/hugemoviefile.mkv 3999M</code></p>
<p>Depending on size of <em>hugemoviefile.mkv</em> you will get several parts <em>hugemoviefile.mkv.001</em>, <em>hugemoviefile.mkv.002</em> and so on stored in current directory. It means that if you&#8217;re going to store those parts on some external storage like ipod you can do the following:</p>
<p><code>cd /media/ipod/<br />
lxsplit -s /path/to/hugemoviefile.mkv 3999M</code></p>
<p>and hugemoviefile.mkv.001.. will saved in /media/ipod/ directory regardless where hugemoviefile.mkv is located.</p>
<p>Now coming to assembling procedure. It&#8217;s just as easy as splitting:</p>
<p><code>lxsplit -j hugemoviefile.mkv.001</code></p>
<p>Once done you will get <em>hugemoviefile.mkv</em> saved in current directory.</p>
<p><span style="color: #800000;"><em>Have  an interesting article? You&#8217;re welcome to <a href="mailto:artiomix@gmail.comREMOVETHIS">contact me</a> and get  it   published at <a href="http://www.linuxscrew.com">LinuxScrew.com</a>!</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2010/06/16/split-huge-files-using-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>radiotray: online radio player for Ubuntu</title>
		<link>http://www.linuxscrew.com/2010/05/19/radiotray-online-radio-player-for-ubuntu/</link>
		<comments>http://www.linuxscrew.com/2010/05/19/radiotray-online-radio-player-for-ubuntu/#comments</comments>
		<pubDate>Wed, 19 May 2010 17:56:22 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=1016</guid>
		<description><![CDATA[Just came across smart ubuntu online radio client &#8212; radiotray. As it comes from its name radiotray sits in Ubuntu&#8217;s system tray and just plays online radio (see the screenshot taken on my Ubuntu Lucid Lynx). You can of course stop playing or select different channel (there are four channels coming by default). I found [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="radiotray" src="/files/radiotray.png" alt="radiotray" />Just came across smart <strong>ubuntu online radio</strong> client &#8212; <a href="http://sourceforge.net/projects/radiotray/">radiotray</a>. As it comes from its name <strong>radiotray</strong> sits in Ubuntu&#8217;s system tray and just plays online radio (see the screenshot taken on my Ubuntu Lucid Lynx). You can of course stop playing or select different channel (there are four channels coming by default). I found this utility useful when working as it doesn&#8217;t required to keep in RAM such monster like <a href="http://amarok.kde.org">amarok</a> just for listening the radio. Nice and simple application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2010/05/19/radiotray-online-radio-player-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>youtube-dl: download youtube videos in Ubuntu using command line</title>
		<link>http://www.linuxscrew.com/2010/05/19/youtube-dl-download-youtube-videos-in-ubuntu-using-command-line/</link>
		<comments>http://www.linuxscrew.com/2010/05/19/youtube-dl-download-youtube-videos-in-ubuntu-using-command-line/#comments</comments>
		<pubDate>Wed, 19 May 2010 17:54:01 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=1047</guid>
		<description><![CDATA[If you use Ubuntu (or other Linux distribution) and you wish to download some video from youtube.com into .flv file you can try using youtube-dl command line utility. It just downloads videos without any online applications, converters or etc. Type the following command in terminal to get it installed:
sudo apt-get install youtube-dl
Let&#8217;s imagine you would [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <strong>Ubuntu</strong> (or other <strong>Linux</strong> distribution) and you wish to download some <strong>video</strong> from <a href="http://www.youtube.com"><strong>youtube</strong>.com</a> into <a href="http://en.wikipedia.org/wiki/Flash_Video">.flv</a> file you can try using <a href="http://bitbucket.org/rg3/youtube-dl/wiki/Home"><strong><code>youtube-dl</code></strong></a> command line utility. It just downloads videos without any online applications, converters or etc. Type the following command in terminal to get it installed:</p>
<p><code>sudo apt-get install youtube-dl</code><br />
Let&#8217;s imagine you would like to download the following video: <a href="http://www.youtube.com/watch?v=2leg8mUE9rs">http://www.youtube.com/watch?v=2leg8mUE9rs</a> (this is part of Military Parade at Red Square in Russia at 9th of May 2010). Just run <em>youtube-dl</em> download utility as follows:</p>
<p><code>youtube-dl http://www.youtube.com/watch?v=2leg8mUE9rs</code></p>
<p>and in a few minutes you will get 2leg8mUE9rs.flv file that could be viewed using almost any video player like my favorite one <a href="http://en.wikipedia.org/wiki/VLC_media_player">VLC</a>.</p>
<p style="text-align: center;"><img class="aligncenter" title="youtube-dl" src="/files/youtube-dl.png" alt="youtube-dl" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2010/05/19/youtube-dl-download-youtube-videos-in-ubuntu-using-command-line/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create Encrypted Filesystem Within a File (truecrypt way)</title>
		<link>http://www.linuxscrew.com/2010/05/08/create-encrypted-filesystem-within-a-file-truecrypt-way/</link>
		<comments>http://www.linuxscrew.com/2010/05/08/create-encrypted-filesystem-within-a-file-truecrypt-way/#comments</comments>
		<pubDate>Sat, 08 May 2010 08:18:59 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[howtos]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=1034</guid>
		<description><![CDATA[Some time ago I&#8217;ve written an article named 16 GB encrypted candy file describing how to create encrypted filesystem within regular file. After quick research it became clear that cryptoloop is vulnerable and there is open exploit available on the web: see it here (thanks to everybody who commented that article). So I don&#8217;t recommend to [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I&#8217;ve written an article named <a href="http://www.linuxscrew.com/2010/05/05/16-gb-encrypted-candy/">16 GB encrypted candy file</a> describing how to create encrypted filesystem within regular file. After quick research it became clear that <a href="http://www.spiritus-temporis.com/cryptoloop/">cryptoloop</a> is vulnerable and there is open exploit available on the web: see it <a href="http://www.securiteam.com/exploits/5UP0P1PFPM.html">here</a> (thanks to everybody who commented that article). So <strong>I don&#8217;t recommend to use cryptoloop</strong> but instead take a look at <strong><a href="http://www.truecrypt.org/">truecrypt</a></strong> that makes it possible not only to encrypt whole storage but also to create encrypted file just like I&#8217;ve described in <a href="../2010/05/05/16-gb-encrypted-candy/">16 GB  encrypted candy file</a> article.</p>
<p><span id="more-1034"></span>Truecrypt is cross platform disk/file encryption software that is available for windows, mac os and linux. In order to get started visit <a href="http://www.truecrypt.org/">www.truecrypt.org</a> site and download the latest version of this software (<a href="http://www.truecrypt.org/download/truecrypt-6.3a-linux-x86.tar.gz">direct link</a>) and install it:</p>
<p><code>cd /usr/src<br />
sudo -s<br />
wget -c  http://www.truecrypt.org/download/truecrypt-6.3a-linux-x86.tar.gz<br />
tar -xvzf truecrypt-6.3a-linux-x86.tar.gz<br />
./truecrypt-6.3a-setup-x86<br />
exit</code></p>
<p>When installation is finished you will see Trucrypt item in Gnome menu (if not or use different X manager &#8212; type truecrypt in command line). Here how it looks like:</p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/Screenshot-TrueCrypt.png" alt="truecrypt" /></p>
<p>In order to create encrypted file press &#8220;Create Volume&#8221; button and follow instructions:</p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr1.png" alt="truecrypt" /></p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr2.png" alt="truecrypt" /></p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr3.png" alt="truecrypt" /></p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr4.png" alt="truecrypt" /></p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr5.png" alt="truecrypt" /></p>
<p>Use long passwords like &#8220;e07910a06a086c83ba41827aa00b26ed&#8221; instead of &#8220;123&#8243; or &#8220;iloveyou&#8221;:</p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr6.png" alt="truecrypt" /></p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr7.png" alt="truecrypt" /></p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr8.png" alt="truecrypt" /></p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr9.png" alt="truecrypt" /></p>
<p>Once encrypted candy is created you can store it on usb flash drive or elsewhere, it doesn&#8217;t matter how that storage is formatted &#8212; it can be CD or windows formatter ipod.</p>
<p>Use the same utility to open the file &#8212; press &#8220;Select File&#8221; and point to newly created encrypted file, then choose first slot and select &#8220;Mount Volume&#8221; in drop down menu (it will ask for your sudo password and then password you typed when created the file):</p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr10.png" alt="truecrypt" /></p>
<p>As the result encrypted filesystem will be mounted into /media/truecrypt1 directory:</p>
<p style="text-align: center;"><img class="aligncenter" title="truecrypt" src="/files/tr10.png" alt="truecrypt" /></p>
<p>Copy your sensitive files there and unmount /media/truecrypt1 when done (select &#8220;Dismount&#8221; in drop down menu).<br />
Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2010/05/08/create-encrypted-filesystem-within-a-file-truecrypt-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GIMP to be removed from Ubuntu?</title>
		<link>http://www.linuxscrew.com/2009/11/19/gimp-to-be-removed-from-ubuntu/</link>
		<comments>http://www.linuxscrew.com/2009/11/19/gimp-to-be-removed-from-ubuntu/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:44:09 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[distros]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=854</guid>
		<description><![CDATA[This could be an outstanding news by its significance. The next version of Ubuntu (Lucid Lynx or Ubuntu 10.04) won&#8217;t include GIMP (GNU Image Manipulation Program) by default due to its user interface that is too complex&#8230; What a #@^*?
Actually complex UI is not the only decision why GIMP should be vanished from Ubuntu so [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="GIMP to be removed from Ubuntu" src="/files/gimp-logo.png" alt="" width="128" height="128" />This could be an outstanding news by its significance. The next version of Ubuntu (Lucid Lynx or <strong>Ubuntu 10.04</strong>) won&#8217;t include <strong>GIMP</strong> (GNU Image Manipulation Program) by default due to its user interface that is too complex&#8230; What a #@^*?</p>
<p>Actually complex UI is not the only decision why GIMP should be vanished from Ubuntu so here is the full list:</p>
<ul>
<li><span style="font-size: small;">the general user doesn&#8217;t use it</span></li>
<li><span style="font-size: small;">its user-interface is too complex</span></li>
<li><span style="font-size: small;">it&#8217;s an application for professionals</span></li>
<li><span style="font-size: small;">desktop users just want to edit photos and they can do that in F-Spot</span></li>
<li><span style="font-size: small;">it&#8217;s a photoshop replacement and photoshop isn&#8217;t included by default in Windows&#8230;</span></li>
<li><span style="font-size: small;">it takes up room on the disc </span></li>
</ul>
<p>(taken from <a href="http://www.omgubuntu.co.uk/2009/11/gimp-to-be-removed-lucid.html">here</a>)</p>
<p>Still sounds like fresh nonsense? What about <a href="http://f-spot.org/">F-Spot</a> as a replacement? Well, an average user most probably claim that above mentioned reasons are true. Maybe that&#8217;s why GIMP already dropped from latest <a href="http://fedoraproject.org/wiki/Releases/12/FeatureList">Fedora 12</a>. But what should do people who use GIMP every day and loves Ubuntu???</p>
<p>Just execute &#8216;<strong>sudo aptitude install gimp</strong>&#8216; <img src='http://www.linuxscrew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2009/11/19/gimp-to-be-removed-from-ubuntu/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Install Ubuntu Chromium browser (Google Chrome for Linux)</title>
		<link>http://www.linuxscrew.com/2009/06/22/install-ubuntu-chromium-browser-google-chrome-for-linux/</link>
		<comments>http://www.linuxscrew.com/2009/06/22/install-ubuntu-chromium-browser-google-chrome-for-linux/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 14:30:18 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[howtos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=798</guid>
		<description><![CDATA[Update: Using Ubuntu Lucid Lynx? Here is corresponding article for you:
Install Google Chrome (Chromium) on Ubuntu Lucid Lynx.
One of the easiest way to try Chromium browser in Ubuntu Linux (Google Chrome browser for Unix/Linux operating system is named as Chromium) is to use daily binary builds at https://launchpad.net/chromium-project. Today Ubuntu is the most popular Linux [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>: Using <em>Ubuntu Lucid Lynx</em>? Here is corresponding article for you:<br />
<a href="http://www.linuxscrew.com/2010/05/08/install-google-chrome-chromium-ubuntu-lucid-lynx/">Install Google Chrome (Chromium) on Ubuntu Lucid Lynx</a>.</p>
<p>One of the easiest way to try <strong>Chromium</strong> browser in <strong>Ubuntu</strong> Linux (<strong><a href="http://www.google.com/chrome">Google Chrome</a> browser</strong> for Unix/Linux operating system is named as <a href="http://code.google.com/chromium/">Chromium</a>) is to use daily binary builds at <a rel="nofollow" href="https://launchpad.net/chromium-project">https://launchpad.net/chromium-project</a>. Today Ubuntu is the most popular Linux disributions for desktops so there are daily builds available for the following Ubuntu versions: <strong><a href="http://releases.ubuntu.com/hardy/">hardy</a></strong>, <strong><a href="http://releases.ubuntu.com/intrepid/">intrepid</a></strong>, <strong><a href="http://releases.ubuntu.com/jaunty/">jaunty</a></strong>, <strong><a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2009-February/000536.html">karmic</a></strong>.</p>
<p>First let your Ubuntu know where it should find chromium-browser deb package:</p>
<p><code>vi /etc/apt/sources.list</code></p>
<p>add the following lines:</p>
<p><code>deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main</code></p>
<p>Replace jaunty with hardy, intrepid or karmic depending which version you run at your computer. If you feel this information is not sufficient for you, follow <a href="https://help.ubuntu.com/8.04/add-applications/C/extra-repositories-adding.html">this link</a> to get Ubuntu official information on this matter or follow <a href="https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories">Launchpad help</a>.</p>
<p>The next step is to install Chromium browser:</p>
<p><code>sudo apt-get update</code><br />
<code>sudo apt-get install chromium-browser</code><br />
or<br />
<code>sudo aptitude install chromium-browser</code></p>
<p>Once you press enter <strong>Ubuntu</strong> will download around 18 MB of data from launchpad&#8217;s server and will install Chromium with gnome menu entries and shortcuts. Now you can go to <em>System menu &#8211;&gt; Internet &#8211;&gt; Chromium Web Browser</em> in order to launch<strong> Google browser</strong>.</p>
<div class="wp-caption aligncenter" style="width: 594px"><img title="Chromium Ubuntu (google chrome for linux)" src="http://linuxscrew.com/files/Chromium-Ubuntu.png" alt="Ubuntu Chromium (google chrome for linux)" width="584" height="561" /><p class="wp-caption-text">Ubuntu Chromium Google browser (Google Chrome Ubuntu)</p></div>
<p>As you might know there is still no official release of chromium/chrome available for Linux, so these daily builds from launchpad are for testing/observations purposes only. For example, there is no flash plugin available so you will be able to see html pages like this one and no swf/flash content. Anyway thanks to Google for great browser which has all chances to become &#8220;browser number one&#8221; for Linux or even for the rest of operating system such as Windows or Mac. Who knows? <img src='http://www.linuxscrew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You might also find this page using <a href="http://www.google.com">Google</a> and the following keywords: <em>Ubuntu Chrome, Google Chrome Ubuntu, Chrome for Ubuntu </em>and others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2009/06/22/install-ubuntu-chromium-browser-google-chrome-for-linux/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Sort CLI output by line length</title>
		<link>http://www.linuxscrew.com/2009/04/14/sort-cli-output-by-line-length/</link>
		<comments>http://www.linuxscrew.com/2009/04/14/sort-cli-output-by-line-length/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:18:28 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=767</guid>
		<description><![CDATA[Want to sort file contents by each line&#8217;s lenght? No problems:
artemn@artemn-laptop:~$ cat /etc/passwd &#124; awk '{print length, $0}' &#124; sort -n &#124; awk '{$1=""; print $0 }'

bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
root:x:0:0:root:/root:/bin/bash
proxy:x:13:13:proxy:/bin:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
ntp:x:110:120::/home/ntp:/bin/false
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
ftp:x:111:65534::/home/ftp:/bin/false
games:x:5:60:games:/usr/games:/bin/sh
klog:x:102:103::/home/klog:/bin/false
man:x:6:12:man:/var/cache/man:/bin/sh
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
dhcp:x:100:101::/nonexistent:/bin/false
news:x:9:9:news:/var/spool/news:/bin/sh
saned:x:120:131::/home/saned:/bin/false
syslog:x:101:102::/home/syslog:/bin/false
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
www-data:x:33:33:www-data:/var/www:/bin/sh
libuuid:x:112:121::/var/lib/libuuid:/bin/sh
messagebus:x:103:109::/var/run/dbus:/bin/false
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
sshd:x:109:65534::/var/run/sshd:/usr/sbin/nologin
Debian-exim:x:117:128::/var/spool/exim4:/bin/false
artemn:x:1000:1000:artemn,,,:/home/artemn:/bin/bash
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
mysql:x:119:130:MySQL Server,,,:/var/lib/mysql:/bin/false
gdm:x:108:118:Gnome Display Manager:/var/lib/gdm:/bin/false
hplip:x:104:7:HPLIP system user,,,:/var/run/hplip:/bin/false
pulse:x:113:123:PulseAudio daemon,,,:/var/run/pulse:/bin/false
polkituser:x:114:127:PolicyKit,,,:/var/run/PolicyKit:/bin/false
avahi:x:106:114:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
asterisk:x:118:129:Asterisk PBX daemon,,,:/var/lib/asterisk:/bin/false
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
haldaemon:x:107:116:Hardware abstraction layer,,,:/home/haldaemon:/bin/false
landscape:x:115:65534:Landscape Client Daemon,,,:/var/lib/landscape:/bin/false
avahi-autoipd:x:105:113:Avahi autoip daemon,,,:/var/lib/avahi-autoipd:/bin/false
chipcard:x:116:119:Chipcard-Tools Daemon Account,,,:/var/run/chipcard:/bin/false
For reverse sort, use the following [...]]]></description>
			<content:encoded><![CDATA[<p>Want to sort file contents by each line&#8217;s lenght? No problems:</p>
<pre>artemn@artemn-laptop:~$ cat /etc/passwd | awk '{print length, $0}' | sort -n | awk '{$1=""; print $0 }'</pre>
<p><span id="more-767"></span>
<pre>bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
root:x:0:0:root:/root:/bin/bash
proxy:x:13:13:proxy:/bin:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
ntp:x:110:120::/home/ntp:/bin/false
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
ftp:x:111:65534::/home/ftp:/bin/false
games:x:5:60:games:/usr/games:/bin/sh
klog:x:102:103::/home/klog:/bin/false
man:x:6:12:man:/var/cache/man:/bin/sh
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
dhcp:x:100:101::/nonexistent:/bin/false
news:x:9:9:news:/var/spool/news:/bin/sh
saned:x:120:131::/home/saned:/bin/false
syslog:x:101:102::/home/syslog:/bin/false
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
www-data:x:33:33:www-data:/var/www:/bin/sh
libuuid:x:112:121::/var/lib/libuuid:/bin/sh
messagebus:x:103:109::/var/run/dbus:/bin/false
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
sshd:x:109:65534::/var/run/sshd:/usr/sbin/nologin
Debian-exim:x:117:128::/var/spool/exim4:/bin/false
artemn:x:1000:1000:artemn,,,:/home/artemn:/bin/bash
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
mysql:x:119:130:MySQL Server,,,:/var/lib/mysql:/bin/false
gdm:x:108:118:Gnome Display Manager:/var/lib/gdm:/bin/false
hplip:x:104:7:HPLIP system user,,,:/var/run/hplip:/bin/false
pulse:x:113:123:PulseAudio daemon,,,:/var/run/pulse:/bin/false
polkituser:x:114:127:PolicyKit,,,:/var/run/PolicyKit:/bin/false
avahi:x:106:114:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
asterisk:x:118:129:Asterisk PBX daemon,,,:/var/lib/asterisk:/bin/false
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
haldaemon:x:107:116:Hardware abstraction layer,,,:/home/haldaemon:/bin/false
landscape:x:115:65534:Landscape Client Daemon,,,:/var/lib/landscape:/bin/false
avahi-autoipd:x:105:113:Avahi autoip daemon,,,:/var/lib/avahi-autoipd:/bin/false
chipcard:x:116:119:Chipcard-Tools Daemon Account,,,:/var/run/chipcard:/bin/false</pre>
<p>For reverse sort, use the following command:</p>
<pre>cat /etc/passwd | awk '{print length, $0}' | sort -rn | awk '{$1=""; print $0 }'</pre>
<p>Source: <a href="http://www.opennet.ru">www.opennet.ru</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2009/04/14/sort-cli-output-by-line-length/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Speedlinks &#8211; 29 December, 2008</title>
		<link>http://www.linuxscrew.com/2008/12/29/speedlinks-29-december-2008/</link>
		<comments>http://www.linuxscrew.com/2008/12/29/speedlinks-29-december-2008/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 15:48:46 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[distros]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=653</guid>
		<description><![CDATA[1. Linux kernel 2.6.28 was officially released at 28 Dec, 2008: ext4, graphics execution manager (GEM), TAINTed_CRAP. See First Look by arstechnica.com.
P.S. Linus &#8220;almost Santa&#8221; Torvalds&#8217; announcement is definitely worth reading:
Listen to the cheerful grinding of your harddisk as you reboot into an all-new kernel &#8211; and I&#8217;m sure that if your computer could smile, [...]]]></description>
			<content:encoded><![CDATA[<p>1. Linux <strong>kernel <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2">2.6.28</a></strong> was officially released at 28 Dec, 2008: ext4, <a href="http://en.wikipedia.org/wiki/Graphics_Execution_Manager">graphics execution manager</a> (GEM), TAINTed_CRAP. See <a href="http://arstechnica.com/news.ars/post/20081228-first-look-linux-kernel-2-6-28-officially-released.html">First Look</a> by arstechnica.com.</p>
<p>P.S. Linus &#8220;<strong>almost Santa</strong>&#8221; Torvalds&#8217; <a href="http://lkml.org/lkml/2008/12/24/105">announcement</a> is definitely worth reading:</p>
<blockquote><p>Listen to the cheerful grinding of your harddisk as you reboot into an all-new kernel &#8211; and I&#8217;m sure that if your computer could smile, it would have a big silly grin on its non-existent face. So as you sit there in your basement, give your computer the holiday cheer too.</p></blockquote>
<p>2. <a href="http://www.crn.com/it-channel/212501022;jsessionid=CZ1JISVK3M0QYQSNDLRSKH0CJUNN2JVN?pgno=1"><strong>Top 10 Coolest</strong> Open Source <strong>Applications</strong> in 2008</a>. Well, good reading in New Year Eve.</p>
<p>3. <strong><a href="http://www.fsf.org/blogs/membership/bootablemembership">Bootable FSF membership cards</a></strong>: USB flash drive comes with pre-installed <a href="http://www.gnewsense.org/">gNewSense</a> 2.1.</p>
<p>4. <strong><a href="http://www.sabayonlinux.org/">Sabayon Linux 4.0</a></strong> is <a href="http://forum.sabayonlinux.org/viewtopic.php?f=60&amp;t=15490">realeased</a> (smart <a href="http://www.gentoo.org/">Gentoo</a> based distro): 25% boot speed gain, 8500 applications, ext4, KDE 4.1.3, Gnome 2.24.2, OpenOffice.org 3.0, Firefox 3.0 and more&#8230;</p>
<p>5. <strong><a href="http://www.pidgin.im">Pidgin 2.5.3</a></strong> is out. Best GTK based instant messenger is ready for <a href="http://pidgin.im/download/">downloading</a>. <a href="http://developer.pidgin.im/wiki/ChangeLog">Changelog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2008/12/29/speedlinks-29-december-2008/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Use iTunes in Linux including Apple Music Store</title>
		<link>http://www.linuxscrew.com/2008/12/15/use-itunes-in-linux-including-apple-music-store/</link>
		<comments>http://www.linuxscrew.com/2008/12/15/use-itunes-in-linux-including-apple-music-store/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 21:48:19 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[howtos]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=627</guid>
		<description><![CDATA[Quick Introduction to iTunes
Apple iTunes is one of the most popular proprietary digital media players in the whole world. Using this no doubts outstanding application you can organize, play music/video files in very comfortable and user friendly way (it&#8217;s not an advertisement but real truth). Moreover iTunes is the only way to access Apple&#8217;s onilne [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Quick Introduction to iTunes</strong></p>
<p><img src="http://www.linuxscrew.com/wp-content/uploads/2007/09/itunes7logo.jpg" alt="itunes logo" align="right" />Apple iTunes is one of the most popular proprietary digital media players in the whole world. Using this no doubts outstanding application you can organize, play music/video files in very comfortable and user friendly way (it&#8217;s not an advertisement but real truth). Moreover iTunes is the only way to access <strong><a href="http://www.apple.com">Apple&#8217;s</a> onilne <a href="http://en.wikipedia.org/wiki/ITunes_Store">music store</a></strong> and thus people often seeks the possibility to seamlessly access it after moving to Linux from Mac or Windows.</p>
<p>Well, unfortunately Apple doesn&#8217;t believe in magic so there is no native support of iTunes in Linux. At the same time none would deny that Wine does and guys from this project do their best to make things with iTunes in Linux better. In our example we use iTunes 7.3 which comes with Quick Time player 7.1.6, Apple <a href="http://www.iphonelinux.org/index.php/Main_Page">iPhone</a> support and of course <a href="http://www.ipodhacks.com/">iPods</a> of any version, family and generation.</p>
<p><strong>Install Apple iTunes 7.3 in Linux</strong></p>
<p>1. <a href="http://www.filehippo.com/download_itunes/tech/?2877">Download iTunes 7.3</a> from apple.com or <a href="http://www.filehippo.com/">filehippo.com</a></p>
<p>2. Prepare Wine for itunes installation (if not installed do &#8220;apt-get install wine -y&#8221; or &#8220;yum install wine -y&#8221; in <strong>Ubuntu</strong>/Debian or Fedora/Redhat/Centos respectively):</p>
<p>$winecfg<br />
wine: creating configuration directory &#8216;/home/artemn/.wine&#8217;&#8230;<br />
fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.<br />
wine: &#8216;/home/artemn/.wine&#8217; created successfully.</p>
<p>Select your audio driver, it may be something like OSS or Alsa so use one u actually use <img src='http://www.linuxscrew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Set Hardware Acceleration to &#8220;Emulation&#8221; option. All other <strong>Wine</strong> settings are per your consideration e.g. Graphics tab.</p>
<p>3. Update richedit30 (Win32 Cabinet Self-Extractor):</p>
<p><code>cd ~/.wine/drive_c/windows/system32<br />
mv richedit32.dll richedit32.bak<br />
mv richedit20.dll richedit20.bak<br />
wine <a href="http://media.codeweavers.com/pub/crossover/office/support/richedit30.exe">richedit30.exe</a></code></p>
<p>Set richedit20.dll and richedit32.dll as native <code>through winecfg</code>.</p>
<p>4. <code>$wine iTunesSetup.exe</code><br />
It will open iTune&#8217;s installation program under wine so you just install itunes as usually you did it in Windows. If error happens just re-run installer. See screenshot below:</p>
<p style="text-align: center;"><a href="http://www.linuxscrew.com/wp-content/uploads/2008/12/screenshot-wi.png"><img class="size-medium wp-image-628 aligncenter" title="screenshot-wi" src="http://www.linuxscrew.com/wp-content/uploads/2008/12/screenshot-wi-300x231.png" alt="" width="300" height="231" /></a></p>
<p style="text-align: left;">5. Now you can start itunes and go through first run setup (all related screenshots are <a href="http://www.wine-reviews.net/applications/itunes-73-on-linux-with-wine.html">here</a>). Just don&#8217;t care about errors thrown into the console:</p>
<p><code>$ cd ~/.wine/drive_c/Program\ Files/iTunes<br />
$ wine itunes.exe</code></p>
<p>6. That&#8217;s it! Now u can use iTunes in Linux as you did it before in other operatin system:</p>
<p><img class="alignnone size-medium wp-image-629" title="screenshot-wine" src="http://www.linuxscrew.com/wp-content/uploads/2008/12/screenshot-wine-300x231.png" alt="" width="300" height="231" /></p>
<p><img class="alignnone size-medium wp-image-630" title="screenshot-wine-des26" src="http://www.linuxscrew.com/wp-content/uploads/2008/12/screenshot-wine-des26-300x231.png" alt="" width="300" height="231" /></p>
<p>P.S. By the way there are numerous <a href="http://www.ubuntuka.com/itunes-ubuntu-linux/#itunes_ubuntu_alternatives">Linux really native alternatives to itunes</a> for comfortable music/video organizing and iPod management. At the same time latter can&#8217;t be as native and seamless as it&#8217;s in iTunes because those playes use Apple&#8217;s proprietary file storage system.</p>
<p>But I definitely recommend <a href="http://banshee-project.org/">banshee</a>, <a href="http://amarok.kde.org/en">amarok</a> and&#8230; <a href="http://exaile.org/">exaile</a> <img src='http://www.linuxscrew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object id="Player_a639a3e7-0d75-495b-acc1-9c258c2cd400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600px" height="200px" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Flinscr-20%2F8010%2Fa639a3e7-0d75-495b-acc1-9c258c2cd400&amp;Operation=GetDisplayTemplate" /><param name="name" value="Player_a639a3e7-0d75-495b-acc1-9c258c2cd400" /><param name="align" value="middle" /><embed id="Player_a639a3e7-0d75-495b-acc1-9c258c2cd400" type="application/x-shockwave-flash" width="600px" height="200px" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Flinscr-20%2F8010%2Fa639a3e7-0d75-495b-acc1-9c258c2cd400&amp;Operation=GetDisplayTemplate" align="middle" name="Player_a639a3e7-0d75-495b-acc1-9c258c2cd400" allowscriptaccess="always" bgcolor="#FFFFFF" quality="high"></embed></object></p>
<p><noscript>null</noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2008/12/15/use-itunes-in-linux-including-apple-music-store/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Open .docx documents in Linux (OpenOffice)</title>
		<link>http://www.linuxscrew.com/2008/12/15/open-docx-documents-in-linux-openoffice/</link>
		<comments>http://www.linuxscrew.com/2008/12/15/open-docx-documents-in-linux-openoffice/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:13:23 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[distros]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howtos]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=623</guid>
		<description><![CDATA[Well, as for now it is not a problem anymore to open Microsoft Office 2007 .docx documents in any Linux distribution coming with OpenOffice suit. It may be Ubuntu (Feisty, Gutsy, Interpid whatever), almost any version of Fedora/RedHat/Centos, *SUSE, Mandriva and of course Debian (as per my personal opinion it&#8217;s the best one).
What is .docx [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Well, as for now it is not a problem anymore to open <a href="http://office.microsoft.com/">Microsoft Office 2007</a> .docx documents in any Linux distribution coming with <a href="http://openoffice.org">OpenOffice</a> suit. It may be Ubuntu (Feisty, Gutsy, Interpid whatever), almost any version of Fedora/RedHat/Centos, *SUSE, Mandriva and of course Debian (as per my personal opinion it&#8217;s the best one).</p>
<p style="text-align: left;">What is .docx actually? It&#8217;s Microsoft&#8217;s file format representing word processor documents and named <a href="http://en.wikipedia.org/wiki/Office_Open_XML">OpenXML</a> (as an attempt to create open and free international standard). Today .docx is default format for Microsoft&#8217;s word processor <a href="http://www.microsoft.com/word/">Word</a>.</p>
<p style="text-align: left;">There are myriads of online converters between OpenXML and OpenOffice formats including .docx, .xlsx, .odt and many etc but sometimes it&#8217;s much more better to just open received .docx file in Linux offline (if there is temporarily no Internet connection or for security/private reasons etc).</p>
<p style="text-align: left;">So, just download the following package to certain directory like /usr/src, here are the commands to do it:</p>
<p style="text-align: left;"><code>1. cd /usr/src<br />
2. sudo wget http://blog.mypapit.net/imej/odf_filter.tar.bz2</code></p>
<p style="text-align: left;">The next step is to unpack the contents of the archive (<a href="http://howto.wikia.com/wiki/Howto_untar_a_tar_file_or_gzip-bz2_tar_file">.tar.bz2</a> is definitely well compressed file) and copy 3 files to OpenOffice&#8217;s system directories:</p>
<p style="text-align: left;"><code>3. sudo tar -xvjf odf_filter.tar.bz2<br />
4. sudo cp OdfConverter /usr/lib/openoffice/program/</code><br />
<code>5. sudo cp MOOXTypeDetection.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection/Types/<br />
6. sudo cp MOOXFilter_cpp.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection/Filter/</code></p>
<p style="text-align: left;">As you can see from picture below now it&#8217;s possible to natively open .docx files in openoffice under Linux. Of course such &#8220;native&#8221; support may imply some artefacts in opened files due to file formats incompatibility so it&#8217;s also a good option to ask your friends to convert .docs into .pdf before sending you <img src='http://www.linuxscrew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><center><img title="openoffice_openxml" src="http://www.linuxscrew.com/wp-content/uploads/2008/12/openoffice_openxml-300x244.png" alt="openoffice openxml .docx" width="300" height="244" /></center></p>
<p style="text-align: left;">P.S. Thanks to guys from <a href="http://blog.mypapit.net/2007/09/how-to-open-microsoft-openxml-docx-documents-in-openoffice.html">mypapit</a>.</p>
<p style="text-align: left;">P.S. Here are several online converters .doc(x) &lt;-&gt; .odf &lt;-&gt; .pdf:</p>
<p style="text-align: left;">1. <a href="http://www.zamzar.com/">ZAMZAR</a> (possibly the best converter), 2. <a href="http://docx-converter.com/">http://docx-converter.com/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2008/12/15/open-docx-documents-in-linux-openoffice/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
