<?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>Php commands, errors, information, news, education</title>
	<atom:link href="http://www.phpcommand.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpcommand.com</link>
	<description>Php commands, errors, information, news, education</description>
	<lastBuildDate>Tue, 03 Aug 2010 07:31:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>bind/named : network unreachable resolving (IPv6)</title>
		<link>http://www.phpcommand.com/linux/bindnamed-network-unreachable-resolving-ipv6/</link>
		<comments>http://www.phpcommand.com/linux/bindnamed-network-unreachable-resolving-ipv6/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 07:30:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[/etc/sysconfig/named]]></category>
		<category><![CDATA[/var/log/messages]]></category>
		<category><![CDATA[bind/named]]></category>
		<category><![CDATA[cpanel named]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[name resolution]]></category>
		<category><![CDATA[network unreachable]]></category>
		<category><![CDATA[new bind version]]></category>
		<category><![CDATA[OPTIONS]]></category>
		<category><![CDATA[unreachable resolving]]></category>

		<guid isPermaLink="false">http://www.phpcommand.com/?p=228</guid>
		<description><![CDATA[
RH 5.4 update: bind/named : network unreachable resolving (IPv6)
The new bind version 9.3.6 (Redhat 5.4) try to use IPv6 transport even if the server host does not have IPv6 connectivity, resulting in slower name resolution.


Quote:



Sep 2 19:43:16 cpanel named[22767]: network unreachable resolving &#8216;ns.isc.afilias-nst.info/A/IN&#8217;: 2001:500:7::79#53




// 

To fix this you have to start the bind damon with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.phpcommand.com/wp-content/uploads/2010/08/linux-logo.jpg"><img class="alignnone size-medium wp-image-229" title="linux-logo" src="http://www.phpcommand.com/wp-content/uploads/2010/08/linux-logo-253x300.jpg" alt="" width="152" height="151" /></a><a href="http://www.phpcommand.com/wp-content/uploads/2010/08/linux-logo.jpg"></a></p>
<p style="text-align: left;"><strong>RH 5.4 update: bind/named : network unreachable resolving (IPv6)</strong><span id="more-228"></span></p>
<div>The new bind version 9.3.6 (Redhat 5.4) try to use IPv6 transport even if the server host does not have IPv6 connectivity, resulting in slower name resolution.</div>
<p><!-- BEGIN TEMPLATE: bbcode_quote --></p>
<div>
<div>Quote:</div>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>Sep 2 19:43:16 cpanel named[22767]: network unreachable resolving &#8216;ns.isc.afilias-nst.info/A/IN&#8217;: 2001:500:7::79#53</td>
</tr>
</tbody>
</table>
</div>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-9280184335107607"; /* phpcommand metin 336x280, oluşturulma 24.06.2010 */ google_ad_slot = "0445607655"; google_ad_width = 336; google_ad_height = 280;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<div><!-- END TEMPLATE: bbcode_quote -->To fix this you have to start the bind damon with &#8220;-4&#8243; (IPv4 only). You can add the line &#8220;OPTIONS=&#8221;-4&#8243;&#8221; to /etc/sysconfig/named to do so.</div>
<p style="text-align: left;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpcommand.com/linux/bindnamed-network-unreachable-resolving-ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Error Class &#8216;SoapClient&#8217; not found</title>
		<link>http://www.phpcommand.com/linux/php-error-class-soapclient-not-found/</link>
		<comments>http://www.phpcommand.com/linux/php-error-class-soapclient-not-found/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 07:22:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS 5.0 install]]></category>
		<category><![CDATA[Class SoapClient not found]]></category>
		<category><![CDATA[install php-soap]]></category>
		<category><![CDATA[linux install soap]]></category>
		<category><![CDATA[new install]]></category>
		<category><![CDATA[PHP Fatal error]]></category>
		<category><![CDATA[PHP packages]]></category>
		<category><![CDATA[php soap]]></category>
		<category><![CDATA[php-soap.x86_64]]></category>
		<category><![CDATA[SoapClient class]]></category>
		<category><![CDATA[yum install]]></category>
		<category><![CDATA[yum search]]></category>
		<category><![CDATA[yum search soap | grep php]]></category>
		<category><![CDATA[YUM to install]]></category>

		<guid isPermaLink="false">http://www.phpcommand.com/?p=215</guid>
		<description><![CDATA[
I&#8217;ve often found that something gets left out or forgotten when moving a website from an old server to a new install. I&#8217;ve just finished migrating one of my customer&#8217;s sites to a new CentOS 5.0 install with Apache 2.2 and PHP 5.1.6, and there&#8217;s one single PHP script in the site which uses the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.phpcommand.com/wp-content/uploads/2010/06/linux-logo.jpg"><img class="size-medium wp-image-216 aligncenter" title="linux-logo" src="http://www.phpcommand.com/wp-content/uploads/2010/06/linux-logo-253x300.jpg" alt="" width="177" height="191" /></a></p>
<p style="text-align: left;">I&#8217;ve often found that something gets left out or forgotten when moving a website from an old server to a new install. I&#8217;ve just finished migrating one of my customer&#8217;s sites to a new CentOS 5.0 install with Apache 2.2 and PHP 5.1.6, and there&#8217;s one single PHP script in the site which uses the <a href="http://www.php.net/manual/en/ref.soap.php">SoapClient</a> class.</p>
<p style="text-align: left;"><span id="more-215"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9280184335107607";
/* phpcommand metin 336x280, oluşturulma 24.06.2010 */
google_ad_slot = "0445607655";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p style="text-align: left;"> </p>
<p style="text-align: left;">Naturally I&#8217;d forgotten to test this particular function until after the migration was complete, and was wondering why the script had failed. A quick look in the Apache error log file revealed the following error message:</p>
<pre> [Wed Sep 25 00:50:12 2007] PHP Fatal error:  Class 'SoapClient' not found in /path/test.php on line ...</pre>
<pre>Aha! I'd forgotten to install the SOAP extension when I'd installed PHP on this particular CentOS machine. Not being to sure what the package would be called, I did this:</pre>
<pre><code>yum search soap | grep php </code></pre>
<pre><code>which returned the following:</code></pre>
<pre><code>
<pre>php-soap.x86_64                          5.1.6-5.el5            base
php-soap
The php-soap package contains a dynamic shared object that will add
php-soap.x86_64                          5.1.6-11.el5           updates
php-soap
The php-soap package contains a dynamic shared object that will add
php-soap.x86_64                          5.1.6-7.el5            updates
php-soap
The php-soap package contains a dynamic shared object that will add
php-soap.x86_64                          5.1.6-12.el5           updates
php-soap
The php-soap package contains a dynamic shared object that will add
php-soap.x86_64                          5.1.6-15.el5           updates
php-soap
The php-soap package contains a dynamic shared object that will add
php-soap.x86_64                          5.1.6-15.el5           updates
php-soap
The php-soap package contains a dynamic shared object that will add</pre>
<pre>So that tells me I need to install the "php-soap" package; pretty straight forward name which I should have been able to guess...</pre>
<pre>
<pre>$ yum install php-soap

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 php-soap                x86_64     5.1.6-15.el5     updates           135 k
Updating for dependencies:
 php                     x86_64     5.1.6-15.el5     updates           1.2 M
 php-cli                 x86_64     5.1.6-15.el5     updates           2.3 M
 php-common              x86_64     5.1.6-15.el5     updates           139 k
 php-devel               x86_64     5.1.6-15.el5     updates           511 k
 php-gd                  x86_64     5.1.6-15.el5     updates           112 k
 php-imap                x86_64     5.1.6-15.el5     updates            52 k
 php-mbstring            x86_64     5.1.6-15.el5     updates           975 k
 php-mysql               x86_64     5.1.6-15.el5     updates            86 k
 php-pdo                 x86_64     5.1.6-15.el5     updates            62 k
 php-xml                 x86_64     5.1.6-15.el5     updates            98 k

Transaction Summary
=============================================================================
Install      1 Package(s)
Update      10 Package(s)
Remove       0 Package(s)

Total download size: 5.6 MB
Is this ok [y/N]:</pre>
<pre>As you can see, there were also some updates to some of the PHP packages I had already installed, so these were installed at the same time. After the install was complete, it was just a matter of restarting Apache and the SoapClient class could now be used by my PHP script.

Using YUM to install software can be done on CentOS, Red Hat Enterprise Linux, Fedora and some other Linux distributions. Others may use different package managers and call the packages different names, so the method of installing PHP SOAP will be different from Linux distribution to Linux distribution.</pre>
</pre>
<p> </p>
<p></code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.phpcommand.com/linux/php-error-class-soapclient-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues related to the DNS server for Linux</title>
		<link>http://www.phpcommand.com/linux/issues-related-to-the-dns-server-for-linux/</link>
		<comments>http://www.phpcommand.com/linux/issues-related-to-the-dns-server-for-linux/#comments</comments>
		<pubDate>Wed, 12 May 2010 07:54:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[/etc/hosts]]></category>
		<category><![CDATA[14400]]></category>
		<category><![CDATA[Add an A entry for your]]></category>
		<category><![CDATA[Add New Entries Below this Line]]></category>
		<category><![CDATA[Change Hostname]]></category>
		<category><![CDATA[Dns Functions]]></category>
		<category><![CDATA[DNS server for Linux]]></category>
		<category><![CDATA[dns zone]]></category>
		<category><![CDATA[Issues related to the DNS]]></category>
		<category><![CDATA[resolv.conf]]></category>
		<category><![CDATA[Web Host Manager]]></category>
		<category><![CDATA[WHM panel]]></category>
		<category><![CDATA[zone file for the domain]]></category>

		<guid isPermaLink="false">http://www.phpcommand.com/?p=203</guid>
		<description><![CDATA[
IMPORTANT: Do not ignore this email.
The hostname  resolves to . It should resolve to (ip address). Please be sure to correct /etc/hosts as well as the &#8216;A&#8217; entry in zone file for the domain.
Some are all of these problems can be caused by
/etc/resolv.conf being setup incorrectly. Please check this file if you
believe everything else is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.phpcommand.com/wp-content/uploads/2010/05/dns-zone.jpg"><img class="alignnone size-medium wp-image-204" title="dns-zone" src="http://www.phpcommand.com/wp-content/uploads/2010/05/dns-zone-300x156.jpg" alt="" width="300" height="156" /></a></p>
<p>IMPORTANT: Do not ignore this email.<br />
The hostname  resolves to . It should resolve to (<abbr title="Internet Protocol">ip</abbr> address). Please be sure to correct /etc/hosts as well as the &#8216;A&#8217; entry in zone file for the domain.</p>
<p>Some are all of these problems can be caused by<br />
/etc/resolv.conf being setup incorrectly. Please check this file if you<br />
believe everything else is correct.</p>
<p>You may be able to<br />
automatically correct this problem by using the &#8216; Add an A entry for your<br />
hostname &#8216; under &#8216; <abbr title="Domain Name Server">Dns</abbr> Functions &#8216; in your Web Host Manager</p>
<p><span id="more-203"></span></p>
<h2>Solution :</h2>
<p><script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-9280184335107607"; /* phpcommand - 336x280, oluşturulma 12.05.2010 */ google_ad_slot = "3176497502"; google_ad_width = 336; google_ad_height = 280;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><img class="alignnone size-full wp-image-208" title="play_youtube" src="http://www.phpcommand.com/wp-content/uploads/2010/05/play_youtube1.jpg" alt="" width="336" height="25" /></p>
<p>1) root WHM panel &#8220;Change Hostname&#8221; enter the hostname, and what there is to learn (eg sunucuadi.domainadi.com yaziyor get there.)</p>
<p>2) root WHM panel &#8220;Edit DNS Zone&#8221; Click on the drop-down list domainadi.com &#8216;if u find below and choose &#8220;Edit&#8221; button you</p>
<p>3) at the bottom of the drop in the &#8220;Add New Entries Below this Line&#8221;, the first blank box under the servername&#8217;re writing. 14 400 is not just the box. Select from the selection box that says the letter &#8220;A&#8221; are selected. When it comes to the side than a box to box, our server&#8217;s main IP address that you entered. After you have pressed the Save button.</p>
<p>Dns server to restart after this operation is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpcommand.com/linux/issues-related-to-the-dns-server-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Clear and Delete Last Logged In Users and Bad Login Attemps Log (wtmp and btmp)</title>
		<link>http://www.phpcommand.com/linux/how-to-clear-and-delete-last-logged-in-users-and-bad-login-attemps-log-wtmp-and-btmp/</link>
		<comments>http://www.phpcommand.com/linux/how-to-clear-and-delete-last-logged-in-users-and-bad-login-attemps-log-wtmp-and-btmp/#comments</comments>
		<pubDate>Fri, 07 May 2010 07:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[/dev/null]]></category>
		<category><![CDATA[/var/log/wtmp]]></category>
		<category><![CDATA[Bad Login Attemps Log]]></category>
		<category><![CDATA[btmp wtmp]]></category>
		<category><![CDATA[Change the path and file name]]></category>
		<category><![CDATA[delete the wtmp]]></category>
		<category><![CDATA[FTP or SSH password authentication]]></category>
		<category><![CDATA[Last Logged In Users]]></category>
		<category><![CDATA[login history]]></category>

		<guid isPermaLink="false">http://www.phpcommand.com/?p=200</guid>
		<description><![CDATA[


In Linux and Unix operating system, it’s possible to use “last” command to display and show the last logged in (and out) users history, and “lastb” command to show and display all the bad login attempts. The users’ login history is been logged and saved in wtmp file while faild login attempts is been stored [...]]]></description>
			<content:encoded><![CDATA[<div><ins><ins></ins></ins></div>
<div>
<p style="text-align: center;"><a href="http://www.phpcommand.com/wp-content/uploads/2010/05/big-log-files.png"><img class="size-full wp-image-201 aligncenter" title="big-log-files" src="http://www.phpcommand.com/wp-content/uploads/2010/05/big-log-files.png" alt="" width="300" height="257" /></a></p>
<p>In Linux and Unix operating system, it’s possible to use “last” command to display and show the last logged in (and out) users history, and “lastb” command to show and display all the bad login attempts. The users’ login history is been logged and saved in wtmp file while faild login attempts is been stored in btmp file, both files usually located in /var/log directory.</p>
<p>The logging of information into wtmp and btmp is continuous, and can potentially make the wtmp and btmp files grow very to a very big size. The situation is especially true to btmp, which logs failed or bad login attemps to the system, if the administrator does not disable FTP or SSH password authentication, and the server is been attacked via brute-force breaking in attempts, where any wrong user name or incorrect password been logged to btmp.</p>
<p><span id="more-200"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9280184335107607";
/* phpcommand metin 336x280, oluşturulma 24.06.2010 */
google_ad_slot = "0445607655";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>In addition, administrator may also want to clear and erase the history of login history once in a while. Or, system that running low or almost running out of disk space on /var may want to purge and delete the wtmp and btmp to reclaim and save some disk space.</p>
<p>In any case, the proper way to clear and reset wtmp and btmp files is by piping a blank input to the file, overwriting and replace all existing content. The command that can be used has the syntax like below:</p>
<p><code>cat /dev/null &gt; /var/log/wtmp</code></p>
<p>or, on some system, simply like below:</p>
<p><code>&gt; /var/log/wtmp</code></p>
<p>Note: Change the path and file name (i.e. btmp) accordingly.</p>
<p>Above commands will remove, clear and empty the content of the btmp or wtmp files, allowing new information to be started logging afresh again. The file is not been deleted or erased, and is leaved intact, as the btmp and wtmp files will not be recreated when not found. The system only logs information into these files if they are present.</p>
<p>Tip: For people who has already deleted the wtmp and btmp files, just re-create the file by touch command, and assign a proper permissions to the file (-rw-rw-r– root utmp or -rw—— root utmp btmp), or else “Excess permission or bad ownership on file /var/log/btmp or /var/log/wtmp” may occur.</p>
<p>Note that there may be files named as wtmp.1, wtmp.2 wtmp.3, wtmp.4, btmp.1, btmp.2, btmp.3, btmp.4, which are the backup archives, and can be safely removed or deleted.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.phpcommand.com/linux/how-to-clear-and-delete-last-logged-in-users-and-bad-login-attemps-log-wtmp-and-btmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Read /var/log/btmp, Rotate the btmp Log With Logrotate</title>
		<link>http://www.phpcommand.com/linux/how-to-read-varlogbtmp-rotate-the-btmp-log-with-logrotate/</link>
		<comments>http://www.phpcommand.com/linux/how-to-read-varlogbtmp-rotate-the-btmp-log-with-logrotate/#comments</comments>
		<pubDate>Fri, 07 May 2010 07:23:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[brute force against]]></category>
		<category><![CDATA[btmp Log With Logrotate]]></category>
		<category><![CDATA[create 0600 root utmp]]></category>
		<category><![CDATA[firewall to defend against]]></category>
		<category><![CDATA[How to Read /var/log/btmp]]></category>
		<category><![CDATA[How to Read /var/log/wtmp]]></category>
		<category><![CDATA[How to Read btmp Log]]></category>
		<category><![CDATA[last -f /var/log/btmp]]></category>
		<category><![CDATA[linux log file rotate]]></category>
		<category><![CDATA[minsize 1M]]></category>
		<category><![CDATA[monthly]]></category>
		<category><![CDATA[rotate 1]]></category>
		<category><![CDATA[Rotate the btmp]]></category>
		<category><![CDATA[Rotate the wtmp]]></category>
		<category><![CDATA[var log]]></category>

		<guid isPermaLink="false">http://www.phpcommand.com/?p=197</guid>
		<description><![CDATA[
The btmp log keeps track of failed login attempts. I have seen on a default linux setup with logrotate configured where the btmp log is left out of rotation and eventually grows out of hand. So first you want to make sure that the btmp log is rotated using logrotate with the below information.
Log Location:/var/log/btmp, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.phpcommand.com/wp-content/uploads/2010/05/linux_log_file.jpg"><img class="size-medium wp-image-198 aligncenter" title="linux_log_file" src="http://www.phpcommand.com/wp-content/uploads/2010/05/linux_log_file-300x138.jpg" alt="" width="300" height="138" /></a></p>
<p>The btmp log keeps track of failed login attempts. I have seen on a default linux setup with logrotate configured where the btmp log is left out of rotation and eventually grows out of hand. So first you want to make sure that the btmp log is rotated using logrotate with the below information.</p>
<p><strong>Log Location:</strong>/var/log/btmp, /var/log/wtmp</p>
<p>To rotate the btmp log add the below to the logrotate.conf file located in the /etc directory. <span id="more-197"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-9280184335107607";
/* phpcommand metin 336x280, oluşturulma 24.06.2010 */
google_ad_slot = "0445607655";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<strong>Addition to logrotate.conf for btmp:</strong></p>
<p>/var/log/btmp {<br />
monthly<br />
minsize 1M<br />
create 0600 root utmp<br />
rotate 1<br />
}</p>
<p>You can change the amount of archived files you keep by modifying the number after rotate. Make sure that the “create 0600 root utmp” statement is in this configuration as the btmp file can be used by crackers to gain access to your server. One of the more common mistakes when logging into a server is typing the password instead of the username so crackers could possibly gain access by reading the btmp log file.</p>
<p>If you want to read the list of failed login attempts to look for patterns to help make your server more secure then use the command below.</p>
<p><strong>How to Read btmp Log:<br />
</strong></p>
<div id="highlighter_198885">
<div>
<div><a title="?" href="http://www.question-defense.com/2009/07/03/how-to-read-varlogbtmp-rotate-the-btmp-log-with-logrotate#about"></a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>last -f /var/log/btmp</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>This will provide an output like the below.</p>
<p><strong>Example btmp Entries:</strong></p>
<p>stive ssh:notty 133.130.202.148 Thu Jul 5 06:02 – 06:02 (00:00)<br />
evo ssh:notty 133.130.202.148 Thu Jul 5 06:01 – 06:02 (00:00)<br />
admin ssh:notty 133.130.202.148 Thu Jul 5 06:01 – 06:01 (00:00)<br />
evren ssh:notty 133.130.202.148 Thu Jul 2506:01 – 06:01 (00:00)<br />
usta ssh:notty 133.130.202.148 Thu Jul 5 06:01 – 06:01 (00:00)<br />
sakki ssh:notty 133.130.202.148 Thu Jul 5 06:01 – 06:01 (00:00)<br />
user ssh:notty 133.130.202.148 Thu Jul 5 06:01 – 06:01 (00:00)<br />
kanis ssh:notty 133.130.202.148 Thu Jul 5 06:01 – 06:01 (00:00)<br />
As you can see the 133.130.202.148 address is running some type of brute force against this server in an attempt to gain access. Now you could add this IP address to your iptables or other firewall to defend against such an attack.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpcommand.com/linux/how-to-read-varlogbtmp-rotate-the-btmp-log-with-logrotate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

