<?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>Ask me Questions and get Answers ! &#187; Unix-Linux</title>
	<atom:link href="http://askmetoo.com/category/unix-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Wed, 07 Jul 2010 15:41:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CURL Big files download</title>
		<link>http://askmetoo.com/curl-big-files-download.htm</link>
		<comments>http://askmetoo.com/curl-big-files-download.htm#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:39:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=161</guid>
		<description><![CDATA[It is not so trivial task but i do not know till now how to make this!


1
2
3
4
5
6
7
8
9
10
11
12
 while ! curl -C - -O 'http://download.parallels.com/GA/Parallels%20Desktop%203186%20Mac%20en.dmg'; do sleep 10; done
&#160;
Also
&#160;
WGET
wget -c http://example.org/file.iso
&#160;
Or MANUAL with CURL
&#160;
$ curl -r 0-350000000 http://mirror.sov.uk.goscomb.net/linuxmint.com/stable/7/LinuxMint-7.iso -o LinuxMint-7 &#38;
$ curl -r 350000001- hhttp://mirror.sov.uk.goscomb.net/linuxmint.com/stable/7/LinuxMint-7.iso -o LinuxMint-7_2 &#38;
$ cat LinuxMint-7* &#62; LinuxMint-7.iso.

]]></description>
			<content:encoded><![CDATA[<p>It is not so trivial task but i do not know till now how to make this!<br />
<span id="more-161"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"> <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #000000; font-weight: bold;">!</span> curl <span style="color: #660033;">-C</span> - <span style="color: #660033;">-O</span> <span style="color: #ff0000;">'http://download.parallels.com/GA/Parallels%20Desktop%203186%20Mac%20en.dmg'</span>; <span style="color: #000000; font-weight: bold;">do</span> <span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">10</span>; <span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
Also
&nbsp;
WGET
<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-c</span> http:<span style="color: #000000; font-weight: bold;">//</span>example.org<span style="color: #000000; font-weight: bold;">/</span>file.iso
&nbsp;
Or MANUAL with CURL
&nbsp;
$ curl <span style="color: #660033;">-r</span> <span style="color: #000000;">0</span>-<span style="color: #000000;">350000000</span> http:<span style="color: #000000; font-weight: bold;">//</span>mirror.sov.uk.goscomb.net<span style="color: #000000; font-weight: bold;">/</span>linuxmint.com<span style="color: #000000; font-weight: bold;">/</span>stable<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">7</span><span style="color: #000000; font-weight: bold;">/</span>LinuxMint-7.iso <span style="color: #660033;">-o</span> LinuxMint-<span style="color: #000000;">7</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
$ curl <span style="color: #660033;">-r</span> <span style="color: #000000;">350000001</span>- hhttp:<span style="color: #000000; font-weight: bold;">//</span>mirror.sov.uk.goscomb.net<span style="color: #000000; font-weight: bold;">/</span>linuxmint.com<span style="color: #000000; font-weight: bold;">/</span>stable<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">7</span><span style="color: #000000; font-weight: bold;">/</span>LinuxMint-7.iso <span style="color: #660033;">-o</span> LinuxMint-<span style="color: #000000;">7</span>_2 <span style="color: #000000; font-weight: bold;">&amp;</span>
$ <span style="color: #c20cb9; font-weight: bold;">cat</span> LinuxMint-<span style="color: #000000;">7</span><span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">&gt;</span> LinuxMint-7.iso.</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/curl-big-files-download.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql:  How to repair all mysql tables in MySQL?</title>
		<link>http://askmetoo.com/mysql-how-to-repair-all-mysql-tables-in-mysql.htm</link>
		<comments>http://askmetoo.com/mysql-how-to-repair-all-mysql-tables-in-mysql.htm#comments</comments>
		<pubDate>Fri, 06 Nov 2009 08:04:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=133</guid>
		<description><![CDATA[ How to repair in MYSQL all tables ?
Just run in console

1
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases -p[password]

Where password &#8211; this is admin password!
]]></description>
			<content:encoded><![CDATA[<p> How to repair in MYSQL all tables ?</p>
<p>Just run in console</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bach" style="font-family:monospace;">mysqlcheck -u root -p --auto-repair --check --optimize --all-databases -p[password]</pre></td></tr></table></div>

<p>Where <strong>password</strong> &#8211; this is admin password!</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/mysql-how-to-repair-all-mysql-tables-in-mysql.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to &#8211; MySQL tuning  in debian.</title>
		<link>http://askmetoo.com/how-to-mysql-tuning-in-debian.htm</link>
		<comments>http://askmetoo.com/how-to-mysql-tuning-in-debian.htm#comments</comments>
		<pubDate>Thu, 24 Sep 2009 08:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=124</guid>
		<description><![CDATA[Results of compiling this scripts was recommendations how to change mysql params.
note. For best result please run MYSQL before testing &#8211; 48 hours!

1
2
3
wget http://mysqltuner.com/mysqltuner.pl
chmod +x mysqltuner.pl
./mysqltuner.pl

OR (also) try this script

1
2
wget http://www.day32.com/MySQL/tuning-primer.sh
sh tuning-primer.sh

]]></description>
			<content:encoded><![CDATA[<p>Results of compiling this scripts was recommendations how to change mysql params.<br />
note. <strong>For best result please run MYSQL before testing &#8211; 48 hours!</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">wget http://mysqltuner.com/mysqltuner.pl
chmod +x mysqltuner.pl
./mysqltuner.pl</pre></td></tr></table></div>

<p>OR (also) try this script</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">wget http://www.day32.com/MySQL/tuning-primer.sh
sh tuning-primer.sh</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-mysql-tuning-in-debian.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to speed-up ProFTPd?</title>
		<link>http://askmetoo.com/how-to-speed-up-proftpd.htm</link>
		<comments>http://askmetoo.com/how-to-speed-up-proftpd.htm#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:54:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=118</guid>
		<description><![CDATA[It is really ease!
1) edit /etc/proftpd/proftpd.conf
  Find something like 
    TransferLog /var/log/proftpd/xferlog
    SystemLog   /var/log/proftpd/proftpd.log
  Add before
    SyslogLevel notice
    UseReverseDNS off 
 ADD (edit) to end Global section.
    
    IdentLookups off
    [...]]]></description>
			<content:encoded><![CDATA[<p>It is really ease!<br />
1) edit /etc/proftpd/proftpd.conf<span id="more-118"></span><br />
  <strong>Find something like </strong><br />
    TransferLog /var/log/proftpd/xferlog<br />
    SystemLog   /var/log/proftpd/proftpd.log<br />
  <strong>Add before</strong><br />
    SyslogLevel notice<br />
    UseReverseDNS off </p>
<p><strong> ADD (edit) to end Global section.</strong><br />
    <Global><br />
    IdentLookups off<br />
    </Global></p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-speed-up-proftpd.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
