<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>unix86.org</title>
	<link>http://www.unix86.org</link>
	<description>The Unix Knowledges and Resources Center</description>
	<lastBuildDate>Fri, 07 May 2010 03:04:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Factory reset Cisco ASA 5505</title>
		<description><![CDATA[To factory reset a Cisco 5505 ASA:
1. Connect the console cable to your ASA
2. Enter enable mode:
enable
Enter terminal configuration  mode:
configure terminal
Reset the ASA to factory defaults with:
configure factory-default
Hit space bar at the confirm message.
Your device has been reloaded!
]]></description>
		<link>http://www.unix86.org/?p=2387</link>
			</item>
	<item>
		<title>Some Useful Tools for Windows Systems</title>
		<description><![CDATA[WinSCP http://winscp.net/eng/index.php
Putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
FileZilla http://sourceforge.net/projects/filezilla/
RealVNC http://www.realvnc.com/products/download.html
Notepad++ http://notepad-plus.sourceforge.net/tw/site.htm
7-Zip http://www.7-zip.org/
Java http://java.sun.com
Microsoft Process Explorer http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
MIcrosoft Process Monitor http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx 
Microsoft whois http://technet.microsoft.com/en-us/sysinternals/bb897435.aspx
Microsoft SDelete http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx
DiskView http://technet.microsoft.com/en-us/sysinternals/bb896650.aspx
TCPViewer http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx
Firefox http://www.firefox.com/
Adobe Acrobat Reader http://www.adobe.com/go/getreader/
Apple Quick Time Player http://www.apple.com/quicktime/player/
Real Player
Microsoft MSN http://download.live.com/messenger/?mkt=zh-hk
WinRAR http://www.rarlabs.com/
PowerISO http://www.poweriso.com
]]></description>
		<link>http://www.unix86.org/?p=2381</link>
			</item>
	<item>
		<title>qmail error: 421 unable to read controls (#4.3.0)</title>
		<description><![CDATA[While upgrading to the John Simpson’s new combined patch for qmail or doing a fresh install you may see the following error after replacing the old smtpd-run file with the Simpson’s new run file.
root@test# telnet localhost 25
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
421 unable to read controls (#4.3.0)
Connection closed by foreign host.
This is due to [...]]]></description>
		<link>http://www.unix86.org/?p=2376</link>
			</item>
	<item>
		<title>Freeware for Windows</title>
		<description><![CDATA[Network Tools
FileZilla http://sourceforge.net/projects/filezilla/
VNC http://www.realvnc.com/products/download.html
WinSCP http://winscp.net/eng/index.php 
Development Tools
C++ IDE
Code::Blocks http://www.codeblocks.org/
Editor
Notepad++ http://notepad-plus.sourceforge.net/tw/site.htm
Utilities Tools
7-Zip http://www.7-zip.org/
]]></description>
		<link>http://www.unix86.org/?p=2371</link>
			</item>
	<item>
		<title>Oracle APEX 3.2.1 installation on Oracle Database 10g R2</title>
		<description><![CDATA[To install APEX (Oracle Application Express) on Oracle 10g. Follow those step-by-step to install it: :
1. Download the latest version from APEX website
2. Unzip the archive in a convenient location on your hard-disk
3. Start a SQL*Plus from that location
C:\APEX\&#62;  sqlplus  /  as  sysdba
Install APEX:
@apexins SYSAUX SYSAUX TEMP /i/
Change admin password:
@apxchpwd
Set images path (APEX_HOME is the folder where you [...]]]></description>
		<link>http://www.unix86.org/?p=2367</link>
			</item>
	<item>
		<title>Redirect a page to another domain/page</title>
		<description><![CDATA[HTML
&#60;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.0 Transitional//EN&#8221;&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Your Page Title&#60;/title&#62;
&#60;meta http-equiv=&#8221;REFRESH&#8221; content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com/the-page.html&#8221;&#62;&#60;/HEAD&#62;
&#60;BODY&#62;
Optional page text here.
&#60;/BODY&#62;
&#60;/HTML&#62;
After 5 seconds, redirect to another page
&#60;meta http-equiv=&#8221;Refresh&#8221; content=&#8221;5; url=http://www.new-domain-name-or-old-domain-name.com/html/tags.jsp&#8221;&#62; 
JavaScript
&#60;script language=&#8221;Javascript&#8221; type=&#8221;text/javascript&#8221;&#62; &#60;!&#8211; Hide script //&#60;![CDATA[ window.location.href="http://www.unix86.org.com/" //]]&#62; End script hiding &#8211;&#62; &#60;/script&#62;
PHP redirect (index.php) 
&#60;?php header(&#8221;Location: http://www.unix86.com/&#8221;); ?&#62;
Perl Redirect 
#!/usr/bin/perl -w use strict; use CGI qw/:standard/; print redirect(&#8217;http://www.ibm.com&#8217;);
More efficient, not loading the [...]]]></description>
		<link>http://www.unix86.org/?p=2360</link>
			</item>
	<item>
		<title>FreeBSD 7 - How to restart networking services</title>
		<description><![CDATA[On Linux system, we can run /etc/init.d/network restart to restart networking servrices. But, on FreeBSD, it is different.
With FreeBSD 7, to start FreeBSD networking services, run:
/etc/rc.d/netif  start
To stop FreeBSD networking services:
/etc/rc.d/netif  stop
and restart the FreeBSD network services, run:
/etc/rc.d/netif  restart
Configure FreeBSD networking manually
Usually, on all Unix/Linux and Unix-like systems, we can use ifconfig command to configure [...]]]></description>
		<link>http://www.unix86.org/?p=2358</link>
			</item>
	<item>
		<title>Clear Saved Windows Network Passwords</title>
		<description><![CDATA[rundll32.exe keymgr.dll, KRShowKeyMgr

Start&#62;Settings&#62;Control Panel&#62;User Accounts&#62;Change Account&#62;{Select User to clear stored pass}&#62;Manage My Network Passwords
]]></description>
		<link>http://www.unix86.org/?p=2354</link>
			</item>
	<item>
		<title>Create RSA and DSA Keys for SSH</title>
		<description><![CDATA[Private and public RSA and DSA keys can be generated on Unix based systems (such as Linux and FreeBSD) to provide greater security when logging into a server using SSH. The ssh-keygen command allows you to generate, manage and convert these authentication keys.
Refer also to the Logging into an SSH Server Using PuTTY article for [...]]]></description>
		<link>http://www.unix86.org/?p=2351</link>
			</item>
	<item>
		<title>Use RSA Key for SSH Authentication</title>
		<description><![CDATA[If your daily activity requires loging in a lot of Linux systems through SSH, you will be happy to know (if you don&#8217;t already) that there&#8217;s a way to allow secure, authenticated remote access, file transfer, and command execution without having to remember passwords for each individual host you connect.
The $HOME/.ssh/authorized_keys file contains the RSA [...]]]></description>
		<link>http://www.unix86.org/?p=2349</link>
			</item>
</channel>
</rss>
