<?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, 21 Dec 2011 08:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Analyse Logging commands for debian linux</title>
		<link>http://askmetoo.com/analyse-logging-commands-for-debian-linux.htm</link>
		<comments>http://askmetoo.com/analyse-logging-commands-for-debian-linux.htm#comments</comments>
		<pubDate>Fri, 23 Sep 2011 18:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian 5]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=241</guid>
		<description><![CDATA[http://stackoverflow.com/questions/473998/tool-or-language-to-count-occurrances-of-errors-in-a-log-file http://www.thinkplexx.com/learn/article/webperf/baslog/statwithbashandawk awk &#8216;{print $1}&#8217; access.log&#124;sort -u awk &#8216;{print $2}&#8217; access.log&#124;sort -u awk &#8216;{print $3}&#8217; access.log&#124;sort -u The awk filters out all IP addresses, the sort then removes duplicates. To find out all accesses to a URL, I do grep URL access.log]]></description>
			<content:encoded><![CDATA[<p>http://stackoverflow.com/questions/473998/tool-or-language-to-count-occurrances-of-errors-in-a-log-file</p>
<p><span id="more-241"></span></p>
<p>http://www.thinkplexx.com/learn/article/webperf/baslog/statwithbashandawk</p>
<p>awk &#8216;{print $1}&#8217; access.log|sort -u<br />
awk &#8216;{print $2}&#8217; access.log|sort -u<br />
awk &#8216;{print $3}&#8217; access.log|sort -u</p>
<p>The awk filters out all IP addresses, the sort then removes duplicates.</p>
<p>To find out all accesses to a URL, I do</p>
<p>grep URL access.log</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/analyse-logging-commands-for-debian-linux.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>putty port tunneling from command line</title>
		<link>http://askmetoo.com/putty-port-tunneling-from-command-line.htm</link>
		<comments>http://askmetoo.com/putty-port-tunneling-from-command-line.htm#comments</comments>
		<pubDate>Wed, 23 Mar 2011 12:04:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=216</guid>
		<description><![CDATA[use this command in console ssh -L 8080:127.0.0.1:80 username@router.dyndns.org:port]]></description>
			<content:encoded><![CDATA[<p><img src="http://thedaneshproject.com/wp-content/uploads/2007/03/ssh-tunnelling.jpg" alt="" /><br />
<span id="more-216"></span><br />
use this command in console<br />
ssh -L 8080:127.0.0.1:80 username@router.dyndns.org:port  </p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/putty-port-tunneling-from-command-line.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eaccelerator remove cache</title>
		<link>http://askmetoo.com/eaccelerator-remove-cache.htm</link>
		<comments>http://askmetoo.com/eaccelerator-remove-cache.htm#comments</comments>
		<pubDate>Mon, 03 Jan 2011 15:46:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=185</guid>
		<description><![CDATA[1 rm -rf /var/cache/eaccelerator/*;]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bach" style="font-family:monospace;">rm -rf /var/cache/eaccelerator/*;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/eaccelerator-remove-cache.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove clamav in DEBIAN ?</title>
		<link>http://askmetoo.com/how-to-remove-clamav-in-debian.htm</link>
		<comments>http://askmetoo.com/how-to-remove-clamav-in-debian.htm#comments</comments>
		<pubDate>Wed, 01 Dec 2010 10:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=178</guid>
		<description><![CDATA[simple apt-get remove clamav-base -f -y]]></description>
			<content:encoded><![CDATA[<p>simple<br />
<span id="more-178"></span></p>
<p>apt-get remove clamav-base  -f -y</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-remove-clamav-in-debian.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setlocale debian russian (unix, linux)</title>
		<link>http://askmetoo.com/setlocale-debian-russian-unix-linux.htm</link>
		<comments>http://askmetoo.com/setlocale-debian-russian-unix-linux.htm#comments</comments>
		<pubDate>Sat, 13 Nov 2010 19:41:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=174</guid>
		<description><![CDATA[The Easy Way 1 2 3 run apt-get update apt-get install debconf dpkg-reconfigure locales OR 1 2 1. Edit /etc/locale.gen as root. If /etc/locale.gen does not exist, create it. An example /etc/locale.gen is below. 2. Run /usr/sbin/locale-gen as root]]></description>
			<content:encoded><![CDATA[<p>The Easy Way<span id="more-174"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">run apt-get update 
apt-get install debconf
dpkg-reconfigure locales</pre></td></tr></table></div>

<p>OR</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">   1. Edit /etc/locale.gen as root. If /etc/locale.gen does not exist, create it. An example /etc/locale.gen is below.
   2. Run /usr/sbin/locale-gen as root</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/setlocale-debian-russian-unix-linux.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 [...]]]></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-<span style="color: #000000;">7</span>.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-<span style="color: #000000;">7</span>.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-<span style="color: #000000;">7</span>.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>

