<?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>takizo, not takezo</title>
	<atom:link href="http://systems.takizo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://systems.takizo.com</link>
	<description>systems and security blog</description>
	<pubDate>Fri, 10 Oct 2008 03:27:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>ifconfig - NIC capabilities / functions</title>
		<link>http://systems.takizo.com/2008/10/10/ifconfig-nic-capabilities-functions/</link>
		<comments>http://systems.takizo.com/2008/10/10/ifconfig-nic-capabilities-functions/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 03:26:03 +0000</pubDate>
		<dc:creator>psyber.monkey</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Apple Mac]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Psyber.Monkey]]></category>

		<category><![CDATA[Software tips/tricks]]></category>

		<category><![CDATA[Tip of the Day]]></category>

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

		<category><![CDATA[unix+freebsd]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=420</guid>
		<description><![CDATA[find out what is the capability of an network interface, e.g. :
ifconfig -m vr0
configure / set media types of a NIC, e.g :
ifconfig vr0 media 100baseTX
ifconfig vr0 media autoselect
]]></description>
			<content:encoded><![CDATA[<p>find out what is the capability of an network interface, e.g. :</p>
<p>ifconfig -m vr0</p>
<p>configure / set media types of a NIC, e.g :</p>
<p>ifconfig vr0 media 100baseTX<br />
ifconfig vr0 media autoselect</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/10/10/ifconfig-nic-capabilities-functions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>windows 2000 - network time sync with external server</title>
		<link>http://systems.takizo.com/2008/10/09/windows-2000-network-time-sync-with-external-server/</link>
		<comments>http://systems.takizo.com/2008/10/09/windows-2000-network-time-sync-with-external-server/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 02:15:08 +0000</pubDate>
		<dc:creator>psyber.monkey</dc:creator>
		
		<category><![CDATA[Psyber.Monkey]]></category>

		<category><![CDATA[Software tips/tricks]]></category>

		<category><![CDATA[Tip of the Day]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=413</guid>
		<description><![CDATA[configure / set network time server :
net time /setsntp:0.pool.ntp.org
start the network time services :
net stop w32time
net start w32time
check whether network time is in sync :
net time /querysntp
]]></description>
			<content:encoded><![CDATA[<p>configure / set network time server :</p>
<p>net time /setsntp:0.pool.ntp.org</p>
<p>start the network time services :</p>
<p><span class="userInput">net stop w32time</span></p>
<p><span class="userInput">net start w32time</span></p>
<p>check whether network time is in sync :</p>
<p>net time /querysntp</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/10/09/windows-2000-network-time-sync-with-external-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>windows 2000 - command line (cmd) command auto completion</title>
		<link>http://systems.takizo.com/2008/10/08/windows-2000-command-line-cmd-command-auto-completion/</link>
		<comments>http://systems.takizo.com/2008/10/08/windows-2000-command-line-cmd-command-auto-completion/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 02:46:09 +0000</pubDate>
		<dc:creator>psyber.monkey</dc:creator>
		
		<category><![CDATA[Psyber.Monkey]]></category>

		<category><![CDATA[Software tips/tricks]]></category>

		<category><![CDATA[Tip of the Day]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=416</guid>
		<description><![CDATA[By default, windows 2k server does not activate this function. Do this to activate it :

start regedit
goto HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor
change the keyword &#8220;CompletionChar&#8221; from 64 to 9
close all command line window and start and new window

Voila!
]]></description>
			<content:encoded><![CDATA[<p>By default, windows 2k server does not activate this function. Do this to activate it :</p>
<ul>
<li>start regedit</li>
<li>goto HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor</li>
<li>change the keyword &#8220;CompletionChar&#8221; from 64 to 9</li>
<li>close all command line window and start and new window</li>
</ul>
<p>Voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/10/08/windows-2000-command-line-cmd-command-auto-completion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MacPorts - tweaking the ports</title>
		<link>http://systems.takizo.com/2008/10/07/macports-tweaking-the-ports/</link>
		<comments>http://systems.takizo.com/2008/10/07/macports-tweaking-the-ports/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 01:10:24 +0000</pubDate>
		<dc:creator>psyber.monkey</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Apple Mac]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Psyber.Monkey]]></category>

		<category><![CDATA[Software tips/tricks]]></category>

		<category><![CDATA[Tip of the Day]]></category>

		<category><![CDATA[unix+freebsd]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=271</guid>
		<description><![CDATA[Have you thinking of tweaking the ports for some reason, e.g. sources downloading are slow, checksum error from a site and etc. Below are the configs and directories :
ports file is store at /opt/local/var/macports/sources/rsync.macports.org/release/ports/
source downloaded are kept in /opt/local/var/macports/distfiles/
Happy tweaking !!!
]]></description>
			<content:encoded><![CDATA[<p>Have you thinking of tweaking the ports for some reason, e.g. sources downloading are slow, checksum error from a site and etc. Below are the configs and directories :</p>
<p>ports file is store at /opt/local/var/macports/sources/rsync.macports.org/release/ports/</p>
<p>source downloaded are kept in /opt/local/var/macports/distfiles/</p>
<p>Happy tweaking !!!</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/10/07/macports-tweaking-the-ports/feed/</wfw:commentRss>
		</item>
		<item>
		<title>macports - port common usage</title>
		<link>http://systems.takizo.com/2008/10/06/macports-port-common-usage/</link>
		<comments>http://systems.takizo.com/2008/10/06/macports-port-common-usage/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 16:55:07 +0000</pubDate>
		<dc:creator>psyber.monkey</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Apple Mac]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Psyber.Monkey]]></category>

		<category><![CDATA[Software tips/tricks]]></category>

		<category><![CDATA[Tip of the Day]]></category>

		<category><![CDATA[unix+freebsd]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=406</guid>
		<description><![CDATA[update port database with the latest list :
e.g. port -v selfupdate
search for a port :
e.g. port search apache
install a port with verbose output :
e.g. port -v install apache2
wild card search of a port :
e.g. port list apache*
list variants of a port :
e.g. port variants apache2
information of a port :
e.g. port info apache2
installed port on the [...]]]></description>
			<content:encoded><![CDATA[<p>update port database with the latest list :<br />
e.g. port -v selfupdate</p>
<p>search for a port :<br />
e.g. port search apache</p>
<p>install a port with verbose output :<br />
e.g. port -v install apache2</p>
<p>wild card search of a port :<br />
e.g. port list apache*</p>
<p>list variants of a port :<br />
e.g. port variants apache2</p>
<p>information of a port :<br />
e.g. port info apache2</p>
<p>installed port on the system :<br />
e.g. port installed</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/10/06/macports-port-common-usage/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
