<?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"
	>

<channel>
	<title>COODTEC</title>
	<atom:link href="http://www.coodtec.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.coodtec.com/wordpress</link>
	<description>We Can Change The World</description>
	<pubDate>Tue, 06 Apr 2010 19:15:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>setting eth0 interface with static IP address</title>
		<link>http://www.coodtec.com/wordpress/?p=125</link>
		<comments>http://www.coodtec.com/wordpress/?p=125#comments</comments>
		<pubDate>Tue, 06 Apr 2010 19:15:28 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=125</guid>
		<description><![CDATA[sudo nano /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address x.y.z.a
network x.y.z.a
netmask 255.255.255.255
]]></description>
			<content:encoded><![CDATA[<p>sudo nano /etc/network/interfaces</p>
<p># This file describes the network interfaces available on your system<br />
# and how to activate them. For more information, see interfaces(5).</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</p>
<p># The primary network interface<br />
auto eth1<br />
iface eth1 inet dhcp</p>
<p>auto eth0<br />
iface eth0 inet static<br />
address x.y.z.a<br />
network x.y.z.a<br />
netmask 255.255.255.255</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=125</wfw:commentRss>
		</item>
		<item>
		<title>find ubuntu server version</title>
		<link>http://www.coodtec.com/wordpress/?p=124</link>
		<comments>http://www.coodtec.com/wordpress/?p=124#comments</comments>
		<pubDate>Tue, 06 Apr 2010 19:09:09 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=124</guid>
		<description><![CDATA[cat /etc/lsb-release
]]></description>
			<content:encoded><![CDATA[<p><code>cat /etc/lsb-release</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=124</wfw:commentRss>
		</item>
		<item>
		<title>Sniffer tool in Ubuntu</title>
		<link>http://www.coodtec.com/wordpress/?p=123</link>
		<comments>http://www.coodtec.com/wordpress/?p=123#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:12:13 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[program]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=123</guid>
		<description><![CDATA[Wireshark is a network &#8220;sniffer&#8221; tool,
install it:
Applications &#8211;&#62; Ubuntu Software Center &#8211;&#62; Wireshark
Running:
ALt-F2 &#8211;&#62; gksu - u root wireshark
]]></description>
			<content:encoded><![CDATA[<p>Wireshark is a network &#8220;sniffer&#8221; tool,</p>
<p>install it:</p>
<p>Applications &#8211;&gt; Ubuntu Software Center &#8211;&gt; Wireshark</p>
<p>Running:</p>
<p>ALt-F2 &#8211;&gt; gksu - u root wireshark</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=123</wfw:commentRss>
		</item>
		<item>
		<title>drupal login URL</title>
		<link>http://www.coodtec.com/wordpress/?p=122</link>
		<comments>http://www.coodtec.com/wordpress/?p=122#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:45:58 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=122</guid>
		<description><![CDATA[http://website.com/?q=user/login
]]></description>
			<content:encoded><![CDATA[<p>http://website.com/?q=user/login</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=122</wfw:commentRss>
		</item>
		<item>
		<title>How To Show Line Number in nano</title>
		<link>http://www.coodtec.com/wordpress/?p=121</link>
		<comments>http://www.coodtec.com/wordpress/?p=121#comments</comments>
		<pubDate>Mon, 09 Nov 2009 23:26:15 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[software]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=121</guid>
		<description><![CDATA[nano -c
]]></description>
			<content:encoded><![CDATA[<p>nano -c</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=121</wfw:commentRss>
		</item>
		<item>
		<title>Cannot load mcrypt extension. Error. ubuntu</title>
		<link>http://www.coodtec.com/wordpress/?p=120</link>
		<comments>http://www.coodtec.com/wordpress/?p=120#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:52:47 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=120</guid>
		<description><![CDATA[phpMyadmin start with this error message:
Cannot load mcrypt extension. Please check your PHP configuration. ubuntu

Solution:
sudo apt-get install php5-mcrypt
sudo /etc/init.d/apache2 restart
]]></description>
			<content:encoded><![CDATA[<p>phpMyadmin start with this error message:</p>
<p style="padding-left: 30px;"><strong>Cannot load mcrypt extension. Please check your PHP configuration. ubuntu</strong></p>
<p style="padding-left: 30px;">
<p>Solution:</p>
<p style="padding-left: 30px;">sudo apt-get install php5-mcrypt<br />
sudo /etc/init.d/apache2 restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=120</wfw:commentRss>
		</item>
		<item>
		<title>Error: unable to resolve host</title>
		<link>http://www.coodtec.com/wordpress/?p=119</link>
		<comments>http://www.coodtec.com/wordpress/?p=119#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:42:55 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=119</guid>
		<description><![CDATA[/etc$ nano hosts
/etc$ nano hostname
Check both, they need has same hostname
]]></description>
			<content:encoded><![CDATA[<p style="padding-left: 30px;">/etc$ nano hosts</p>
<p style="padding-left: 30px;">/etc$ nano hostname</p>
<p>Check both, they need has same hostname</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=119</wfw:commentRss>
		</item>
		<item>
		<title>install webmin in ubuntu 9.10</title>
		<link>http://www.coodtec.com/wordpress/?p=117</link>
		<comments>http://www.coodtec.com/wordpress/?p=117#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:38:03 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[PC]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=117</guid>
		<description><![CDATA[1. download webmin
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.490_all.deb
2. prepare dependencies
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
3. install webmin
sudo dpkg --install webmin_1.490_all.deb
4. login webmin
https://192.168.1.6:10000/
]]></description>
			<content:encoded><![CDATA[<h2>1. download webmin</h2>
<p style="padding-left: 30px;">wget http://prdownloads.sourceforge.net/webadmin/webmin_1.490_all.deb</p>
<h2>2. prepare dependencies</h2>
<p style="padding-left: 30px;">sudo <code>apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl</code></p>
<h2>3. install webmin</h2>
<p style="padding-left: 30px;"><code>sudo dpkg --install webmin_1.490_all.deb</code></p>
<h2>4. login webmin</h2>
<p style="padding-left: 30px;">https://192.168.1.6:10000/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=117</wfw:commentRss>
		</item>
		<item>
		<title>configure second netword card in Ubuntu</title>
		<link>http://www.coodtec.com/wordpress/?p=116</link>
		<comments>http://www.coodtec.com/wordpress/?p=116#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:50:54 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=116</guid>
		<description><![CDATA[1. check hardware:
lshw
*-network:1 DISABLED
description: Ethernet interface
product: 3c905C-TX/TX-M [Tornado]
vendor: 3Com Corporation
physical id: 11
bus info: pci@0000:00:11.0
logical name: eth1
version: 78
serial: 00:01:02:46:d1:93
width: 32 bits
clock: 33MHz
2. configure interface
sudo ifconfig eth1 192.168.3.6 netmask 255.255.255.0 up
test it, OK!
3. save configure
sudo nano /etc/network/interfaces
# The Second network interface
auto eth1
iface eth1 inet static
address 192.168.3.6
gateway 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
]]></description>
			<content:encoded><![CDATA[<h2>1. check hardware:</h2>
<p style="padding-left: 30px;"><strong>lshw</strong></p>
<p style="padding-left: 60px;">*-network:1 DISABLED<br />
description: Ethernet interface<br />
product: 3c905C-TX/TX-M [Tornado]<br />
vendor: 3Com Corporation<br />
physical id: 11<br />
bus info: pci@0000:00:11.0<br />
logical name: eth1<br />
version: 78<br />
serial: 00:01:02:46:d1:93<br />
width: 32 bits<br />
clock: 33MHz</p>
<h2>2. configure interface</h2>
<p style="padding-left: 30px;"><strong>sudo ifconfig eth1 192.168.3.6 netmask 255.255.255.<code><strong>0</strong></code></strong><strong> up</strong></p>
<p style="padding-left: 30px;">test it, OK!</p>
<h2>3. save configure</h2>
<p style="padding-left: 30px;"><strong>sudo nano /etc/network/interfaces</strong></p>
<p style="padding-left: 60px;"># The Second network interface<br />
auto eth1<br />
iface eth1 inet static<br />
address 192.168.3.6<br />
gateway 192.168.3.1<br />
netmask 255.255.255.0<br />
network 192.168.3.0<br />
broadcast 192.168.3.255</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=116</wfw:commentRss>
		</item>
		<item>
		<title>Clean ssh login cache</title>
		<link>http://www.coodtec.com/wordpress/?p=115</link>
		<comments>http://www.coodtec.com/wordpress/?p=115#comments</comments>
		<pubDate>Fri, 06 Nov 2009 19:59:51 +0000</pubDate>
		<dc:creator>coodtec</dc:creator>
		
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.coodtec.com/wordpress/?p=115</guid>
		<description><![CDATA[~$ cd .ssh
rm known_hosts
]]></description>
			<content:encoded><![CDATA[<p>~$ cd .ssh<br />
rm known_hosts</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coodtec.com/wordpress/?feed=rss2&amp;p=115</wfw:commentRss>
		</item>
	</channel>
</rss>
