<?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 Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/linux/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Jun 2020 15:19:08 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>search for short open tags</title>
		<link>https://rosen4o.net/2020/06/08/search-for-short-open-tags/</link>
					<comments>https://rosen4o.net/2020/06/08/search-for-short-open-tags/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Mon, 08 Jun 2020 15:19:07 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shortopentags]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1134</guid>

					<description><![CDATA[<p>If you use Linux and try to search for all php files containing short open tags you can use following command find -type f -exec grep -IlP &#8216;&#60;\?(?!(php&#124;xml&#124;=))&#8217; {} +</p>
<p>Материалът <a href="https://rosen4o.net/2020/06/08/search-for-short-open-tags/">search for short open tags</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>If you use Linux and try to search for all php files containing short open tags you can use following command</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>find -type f -exec grep -IlP &#8216;&lt;\?(?!(php|xml|=))&#8217; {} +</p></blockquote>
<p>Материалът <a href="https://rosen4o.net/2020/06/08/search-for-short-open-tags/">search for short open tags</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2020/06/08/search-for-short-open-tags/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>split mp4 file by size on linux</title>
		<link>https://rosen4o.net/2019/12/11/split-mp4-file-by-size-on-linux/</link>
					<comments>https://rosen4o.net/2019/12/11/split-mp4-file-by-size-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Wed, 11 Dec 2019 15:50:01 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mkvmerge]]></category>
		<category><![CDATA[mkvtoolnix]]></category>
		<category><![CDATA[mp4]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1126</guid>

					<description><![CDATA[<p>mkvmerge -o outputprefix --split 1G origfile.mp4 You can use mkvmerge from the packet mkvtoolnix which can easy and fast do the job</p>
<p>Материалът <a href="https://rosen4o.net/2019/12/11/split-mp4-file-by-size-on-linux/">split mp4 file by size on linux</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><code>mkvmerge -o outputprefix --split 1G origfile.mp4 </code></p>



<p>You can use mkvmerge from the packet mkvtoolnix which can easy and fast do the job</p>
<p>Материалът <a href="https://rosen4o.net/2019/12/11/split-mp4-file-by-size-on-linux/">split mp4 file by size on linux</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2019/12/11/split-mp4-file-by-size-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Drupal debug</title>
		<link>https://rosen4o.net/2015/04/16/drupal-debug/</link>
					<comments>https://rosen4o.net/2015/04/16/drupal-debug/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Thu, 16 Apr 2015 20:40:16 +0000</pubDate>
				<category><![CDATA[Без категория]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1037</guid>

					<description><![CDATA[<p>Sometimes is very hard to debug Drupal when you get white screen of death Very often some module is making the mess To check which module is breaking the site Open includes/module.inc and find function module_invoke_all Add bolded line to<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2015/04/16/drupal-debug/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2015/04/16/drupal-debug/">Drupal debug</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes is very hard to debug Drupal when you get white screen of death<br />
Very often some module is making the mess<br />
To check which module is breaking the site<br />
Open <strong>includes/module.inc</strong> and find function <strong>module_invoke_all</strong><br />
Add bolded line to the function to check which exactly module is breaking your site</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;">function module_invoke_all($hook) {<br />
$args = func_get_args();<br />
// Remove $hook from the arguments.<br />
unset($args[0]);<br />
$return = array();<br />
foreach (module_implements($hook) as $module) {<br />
$function = $module . &#8216;_&#8217; . $hook;</p>
<p style="padding-left: 30px;"><strong>print &#8222;Starting loading $module &lt;br /&gt;&#8220;;</strong></p>
<p style="padding-left: 30px;">if (function_exists($function)) {<br />
$result = call_user_func_array($function, $args);<br />
if (isset($result) &amp;&amp; is_array($result)) {<br />
$return = array_merge_recursive($return, $result);<br />
}<br />
elseif (isset($result)) {<br />
$return[] = $result;<br />
}<br />
}</p>
<p style="padding-left: 30px;"><strong>print &#8222;Finished loading $module &lt;br /&gt;&#8220;;</strong></p>
<p style="padding-left: 30px;">}</p>
<p>return $return;<br />
}</p>
<p>If you need to disable module you can make it with phpmyadmin<br />
<strong> UPDATE system SET status=&#8217;0&#8242; WHERE name=&#8217;module_name&#8217;;</strong><br />
After this you need to clean cache<br />
<strong> DELETE FROM cache_bootstrap WHERE cid=&#8217;system_list&#8217;;</strong></p>
<p>&nbsp;</p>
<p>Материалът <a href="https://rosen4o.net/2015/04/16/drupal-debug/">Drupal debug</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2015/04/16/drupal-debug/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>mysql Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead.</title>
		<link>https://rosen4o.net/2014/04/12/mysql-warning-using-unique-option-prefix-pass-instead-of-password-is-deprecated-and-will-be-removed-in-a-future-release-please-use-the-full-name-instead/</link>
					<comments>https://rosen4o.net/2014/04/12/mysql-warning-using-unique-option-prefix-pass-instead-of-password-is-deprecated-and-will-be-removed-in-a-future-release-please-use-the-full-name-instead/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Sat, 12 Apr 2014 05:47:40 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[automysqlbackup]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1002</guid>

					<description><![CDATA[<p>If you get some errors like this you need to open your home directory vim ~/.my.cnf and change on the row pass= to password=</p>
<p>Материалът <a href="https://rosen4o.net/2014/04/12/mysql-warning-using-unique-option-prefix-pass-instead-of-password-is-deprecated-and-will-be-removed-in-a-future-release-please-use-the-full-name-instead/">mysql Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead.</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you get some errors like this you need to open your home directory</p>
<blockquote><p><strong>vim ~/.my.cnf</strong></p></blockquote>
<p>and change on the row</p>
<blockquote><p><strong>pass=</strong></p></blockquote>
<p>to</p>
<blockquote><p><strong>password=</strong></p></blockquote>
<p>Материалът <a href="https://rosen4o.net/2014/04/12/mysql-warning-using-unique-option-prefix-pass-instead-of-password-is-deprecated-and-will-be-removed-in-a-future-release-please-use-the-full-name-instead/">mysql Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead.</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2014/04/12/mysql-warning-using-unique-option-prefix-pass-instead-of-password-is-deprecated-and-will-be-removed-in-a-future-release-please-use-the-full-name-instead/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>idea for id storing of files</title>
		<link>https://rosen4o.net/2013/11/30/idea-for-id-storing-of-files/</link>
					<comments>https://rosen4o.net/2013/11/30/idea-for-id-storing-of-files/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Fri, 29 Nov 2013 23:31:06 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[file storing]]></category>
		<category><![CDATA[how to store multiple files]]></category>
		<category><![CDATA[id storing]]></category>
		<category><![CDATA[multiple files in one dir]]></category>
		<category><![CDATA[separating files]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=979</guid>

					<description><![CDATA[<p>If you have some time of id in your database and you want to save file associated with this id it&#8217;s not a good idea to make dir with id value and save the file there because on some point<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2013/11/30/idea-for-id-storing-of-files/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2013/11/30/idea-for-id-storing-of-files/">idea for id storing of files</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have some time of id in your database and you want to save file associated with this id it&#8217;s not a good idea to make dir with id value and save the file there because on some point you will have too much dirs with same name.</p>
<p>For this if the id is 123456 we can create dir from the id but separating all digit in subdir like 1/2/3/4/5/6/file/file.jpg</p>
<p>The last one dir is called file because we can have 1234567 and then in this dir we will have subdir 😉</p>
<p style="padding-left: 30px;">function gen_id_to_folder_name($id){</p>
<p style="padding-left: 30px;">$split = str_split($id);</p>
<p style="padding-left: 30px;">foreach($split as $spl){<br />
$folder_name .=$spl.&#8220;/&#8220;;<br />
}</p>
<p style="padding-left: 30px;">return $folder_name.&#8220;c/&#8220;;<br />
}</p>
<p>Материалът <a href="https://rosen4o.net/2013/11/30/idea-for-id-storing-of-files/">idea for id storing of files</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2013/11/30/idea-for-id-storing-of-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>rsync sync directories with resume</title>
		<link>https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/</link>
					<comments>https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 19:33:14 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=926</guid>

					<description><![CDATA[<p>rsync -rPtz &#8211;progress -e ssh /local_backup_path/ remote_host:/remote_backup_path/ The -e ssh tells rsync to use a ssh client instead of rsh. The -z option compresses the file. -t preserves time attributes and the -P option resumes incomplete file transfers. If you<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/">rsync sync directories with resume</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote><p>rsync -rPtz &#8211;progress -e ssh /local_backup_path/ remote_host:/remote_backup_path/</p></blockquote>
<p>The -e ssh tells rsync to use a ssh client instead of rsh. The -z option compresses the file. -t preserves time attributes and the -P option resumes incomplete file transfers.</p>
<p>If you run this command from the command line you can use the &#8211;progress option, that will show you a progress bar during transfer. Very useful with large files.</p>
<p>Материалът <a href="https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/">rsync sync directories with resume</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux screenshot from command line</title>
		<link>https://rosen4o.net/2012/10/24/linux-screenshot-from-command-line/</link>
					<comments>https://rosen4o.net/2012/10/24/linux-screenshot-from-command-line/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Wed, 24 Oct 2012 08:29:02 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=877</guid>

					<description><![CDATA[<p>import -window root screenshot.png requires imagemagick</p>
<p>Материалът <a href="https://rosen4o.net/2012/10/24/linux-screenshot-from-command-line/">Linux screenshot from command line</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote><p>import -window root screenshot.png</p></blockquote>
<p>requires imagemagick</p>
<p>Материалът <a href="https://rosen4o.net/2012/10/24/linux-screenshot-from-command-line/">Linux screenshot from command line</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2012/10/24/linux-screenshot-from-command-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>windows boot usb flash</title>
		<link>https://rosen4o.net/2012/01/04/windows-boot-usb-flash/</link>
					<comments>https://rosen4o.net/2012/01/04/windows-boot-usb-flash/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 19:49:23 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[програми]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[usb]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=838</guid>

					<description><![CDATA[<p>UNetbootin е страхотна малка програмка която работи под Linux и Windows и с нейна помощ могат да се създават много лесно usb boot флашки.</p>
<p>Материалът <a href="https://rosen4o.net/2012/01/04/windows-boot-usb-flash/">windows boot usb flash</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://unetbootin.sourceforge.net/">UNetbootin</a> е страхотна малка програмка която работи под Linux и Windows и с нейна помощ могат да се създават много лесно usb boot флашки.</p>
<p>Материалът <a href="https://rosen4o.net/2012/01/04/windows-boot-usb-flash/">windows boot usb flash</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2012/01/04/windows-boot-usb-flash/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>търсене в съдържание на файл под linux</title>
		<link>https://rosen4o.net/2011/12/23/%d1%82%d1%8a%d1%80%d1%81%d0%b5%d0%bd%d0%b5-%d0%b2-%d1%81%d1%8a%d0%b4%d1%8a%d1%80%d0%b6%d0%b0%d0%bd%d0%b8%d0%b5-%d0%bd%d0%b0-%d1%84%d0%b0%d0%b9%d0%bb-%d0%bf%d0%be%d0%b4-linux/</link>
					<comments>https://rosen4o.net/2011/12/23/%d1%82%d1%8a%d1%80%d1%81%d0%b5%d0%bd%d0%b5-%d0%b2-%d1%81%d1%8a%d0%b4%d1%8a%d1%80%d0%b6%d0%b0%d0%bd%d0%b8%d0%b5-%d0%bd%d0%b0-%d1%84%d0%b0%d0%b9%d0%bb-%d0%bf%d0%be%d0%b4-linux/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Fri, 23 Dec 2011 12:20:06 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[fgrep]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[search]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=835</guid>

					<description><![CDATA[<p>Търсене на израз в съдържанието на файл рекурсивно в дадена директория fgrep -i -e &#8222;84&#8220; -R /var/www/rskk/</p>
<p>Материалът <a href="https://rosen4o.net/2011/12/23/%d1%82%d1%8a%d1%80%d1%81%d0%b5%d0%bd%d0%b5-%d0%b2-%d1%81%d1%8a%d0%b4%d1%8a%d1%80%d0%b6%d0%b0%d0%bd%d0%b8%d0%b5-%d0%bd%d0%b0-%d1%84%d0%b0%d0%b9%d0%bb-%d0%bf%d0%be%d0%b4-linux/">търсене в съдържание на файл под linux</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Търсене на израз в съдържанието на файл рекурсивно в дадена директория</p>
<blockquote><p>fgrep -i -e &#8222;84&#8220; -R /var/www/rskk/</p></blockquote>
<p>Материалът <a href="https://rosen4o.net/2011/12/23/%d1%82%d1%8a%d1%80%d1%81%d0%b5%d0%bd%d0%b5-%d0%b2-%d1%81%d1%8a%d0%b4%d1%8a%d1%80%d0%b6%d0%b0%d0%bd%d0%b8%d0%b5-%d0%bd%d0%b0-%d1%84%d0%b0%d0%b9%d0%bb-%d0%bf%d0%be%d0%b4-linux/">търсене в съдържание на файл под linux</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2011/12/23/%d1%82%d1%8a%d1%80%d1%81%d0%b5%d0%bd%d0%b5-%d0%b2-%d1%81%d1%8a%d0%b4%d1%8a%d1%80%d0%b6%d0%b0%d0%bd%d0%b8%d0%b5-%d0%bd%d0%b0-%d1%84%d0%b0%d0%b9%d0%bb-%d0%bf%d0%be%d0%b4-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>du sort</title>
		<link>https://rosen4o.net/2011/11/16/du-sort/</link>
					<comments>https://rosen4o.net/2011/11/16/du-sort/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 08:22:42 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[du]]></category>
		<category><![CDATA[sort]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=819</guid>

					<description><![CDATA[<p>Когато имаме доста файлове в една папка и искаме да видим големината им, но и да ги сортираме по големина, за да видим кои са най-големите файлове това става много лесно със следната команда под линукс du &#124; sort -nr<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2011/11/16/du-sort/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2011/11/16/du-sort/">du sort</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Когато имаме доста файлове в една папка и искаме да видим големината им, но и да ги сортираме по големина, за да видим кои са най-големите файлове това става много лесно със следната команда под линукс</p>
<blockquote>
<pre><code>du | sort -nr | cut -f2- | xargs du -hs</code></pre>
</blockquote>
<p>Материалът <a href="https://rosen4o.net/2011/11/16/du-sort/">du sort</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2011/11/16/du-sort/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
