<?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>zyrax &#187; guide</title>
	<atom:link href="http://blog.zyrax.net/archives/tag/guide/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zyrax.net</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 09:05:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MioPocket for GPSBay</title>
		<link>http://blog.zyrax.net/archives/240</link>
		<comments>http://blog.zyrax.net/archives/240#comments</comments>
		<pubDate>Tue, 09 Jun 2009 07:57:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=240</guid>
		<description><![CDATA[WARNING: I&#8217;m not responsible for any damage resulted by following my guide. 1. Create shell.ini in your SDcard open up shell.ini and paste /windows/explorer.exe 2.Download MioPocket http://www.netfresco.com/MioPocket/ 3. Extract and copy the following to SDcard Media folder MioAutoRun folder MioAutoRun.exe MioAutoRun.mscr MortScript.exe 4.Turn on your GPSBay with sd card in it.Click on Navigation.A window should [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">WARNING: I&#8217;m not responsible for any damage resulted by following my guide.</span></strong></p>
<p>1. Create shell.ini in your SDcard<br />
open up shell.ini and paste</p>
<blockquote><p>/windows/explorer.exe</p></blockquote>
<p>2.Download <a href="http://www.netfresco.com/MioPocket/">MioPocket http://www.netfresco.com/MioPocket/</a></p>
<p>3. Extract and copy the following to SDcard <strong><br />
Media</strong> folder<br />
<strong>MioAutoRun</strong> folder<br />
<strong>MioAutoRun.exe</strong><br />
<strong>MioAutoRun.mscr</strong><br />
<strong>MortScript.exe</strong></p>
<p>4.Turn on your GPSBay with sd card in it.Click on <strong>Navigation</strong>.A window should appear,open <strong>SDMMC</strong> and run <strong>MioAutoRun.exe</strong></p>
<p>5.Here onward,please refer to MioPocket guide.</p>
<p>6.When your done,there&#8217;s a bug bring up the old main menu.To solve this,you need to go to <strong>MP Setting</strong> -&gt; <strong>System</strong> -&gt; <strong>Disable PowerButton on startup</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/240/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building Ubuntu FreeRadius 1.1.7 with EAP/TLS/TTLS support</title>
		<link>http://blog.zyrax.net/archives/146</link>
		<comments>http://blog.zyrax.net/archives/146#comments</comments>
		<pubDate>Thu, 19 Feb 2009 04:21:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[freeradius]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=146</guid>
		<description><![CDATA[Ubuntu do not have freeradius1 is their repo.It&#8217;s annoying considering most of the online guide/config for freeradius TTLS is on freeradius1.Moreover,due to licensing issue,Ubuntu do not support EAP/TLS/TTLS by default. This is the steps to get a freeradius1 with EAP/TLS/TTLS deb 1. Download from freeradius.org. during time of writing it&#8217;s 1.1.7 wget -c ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.7.tar.gz 2. [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu do not have freeradius1 is their repo.It&#8217;s annoying considering most of the online guide/config for freeradius TTLS is on freeradius1.Moreover,due to licensing issue,Ubuntu do not support EAP/TLS/TTLS by default.</p>
<p>This is the steps to get a freeradius1 with EAP/TLS/TTLS deb</p>
<p>1. Download from freeradius.org. during time of writing it&#8217;s 1.1.7 <code>wget -c ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.7.tar.gz</code></p>
<p>2. extract it into a directory. <code>tar xvf freeradius-1.1.7.tar.gz</code></p>
<p>3. change directory <code>cd freeradius-1.1.7</code></p>
<p>4. check debian/rules <code>nano debian/rules</code>.Ensure this line is uncomment and &#8220;buildssl&#8221; contain <strong>&#8211;with-rlm_eap_peap &#8211;with-rlm_eap_tls &#8211;with-rlm_eap_ttls</strong><br />
<code>modulepackages = krb5 ldap mysql iodbc postgresql<br />
buildssl = --with-rlm_eap_peap --with-rlm_eap_tls --with-rlm_eap_ttls --with-rlm_sql_postgresql_lib_dir=`pg_config --libdir` --with-rlm_sql_postgresql_include_dir=`pg_config --includedir`<br />
</code></p>
<p>5. check debian/control <code>nano debian/control</code> and ensure <strong>libssl-dev</strong> is in the build depends <code>Build-Depends: debhelper (>= 4.2.32), dpatch (>= 2), autotools-dev, libtool (>= 1.5), libltdl3-dev, libpam0g-dev, libmysqlclient15-dev | libmysqlclient14-dev | libmysqlclient-dev, libgdbm-dev, libldap2-dev, libsasl2-dev, libiodbc2-dev, libkrb5-dev, libperl-dev, snmp, libsnmp9-dev | libsnmp5-dev | libsnmp4.2-dev, libpq-dev | postgresql-dev, <strong>libssl-dev</strong></code></p>
<p>6. install packages that are required for compiling <code>apt-get install build-essential fakeroot</code></p>
<p>7. install freeradius dependency <code>apt-get build-dep freeradius </code></p>
<p>8. in freeradius-1.1.7 run <code>dpkg-buildpackage -rfakeroot</code></p>
<p>9. <code>cd ..;ls *.deb</code> these are the deb file you had compiled <code>freeradius_1.1.7-0_i386.deb<br />
freeradius-dialupadmin_1.1.7-0_all.deb<br />
freeradius-iodbc_1.1.7-0_i386.deb<br />
freeradius-krb5_1.1.7-0_i386.deb<br />
freeradius-ldap_1.1.7-0_i386.deb<br />
freeradius-mysql_1.1.7-0_i386.deb<br />
freeradius-postgresql_1.1.7-0_i386.deb</code></p>
<p>10. to install either packages <code>dpkg -i freeradius_1.1.7-0_i386.deb</code> or <code>dpkg -i [package_name.deb]</code></p>
<p>just in case if need a dh for certs <code>openssl dhparam -check -text -5 512 -out dh</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/146/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert Mapking R12 to G12 (Symbian &amp; PND)</title>
		<link>http://blog.zyrax.net/archives/41</link>
		<comments>http://blog.zyrax.net/archives/41#comments</comments>
		<pubDate>Mon, 19 Jan 2009 06:41:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=41</guid>
		<description><![CDATA[Get UltraEdit Download Mapking R12 map Edit with UltraEdit On Line 0&#215;0020/00000020h replace with the Header of your desired software MapKing R12 Map File Header, Line 0&#215;0020 E5 A8 E9 A8 FB A8 E1 A8 E9 A8 F7 A8 Papago G12 Map File Header, Line 0&#215;0020 F8 A8 F8 A8 EF A8 99 A8 9A [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Get UltraEdit</li>
<li>Download Mapking R12 map</li>
<li>Edit with UltraEdit</li>
<li>On Line 0&#215;0020/00000020h replace with the Header of your desired software</li>
</ol>
<p>MapKing R12 Map File Header,<br />
Line 0&#215;0020<br />
<strong>E5 A8 E9 A8 FB A8 E1 A8 E9 A8 F7 A8</strong></p>
<p>Papago G12 Map File Header,<br />
Line 0&#215;0020<br />
<strong>F8 A8 F8 A8 EF A8 99 A8 9A A8 98 A8</strong></p>
<p>Mapking G12 Map (PND,WinCE) File Header<br />
line 0&#215;0020<br />
<strong>E3 A8 90 A8 EF A8 9A A8 A8 A8 E5 A8</strong></p>
<p>Mapking G12 Map (Symbian) File Header<br />
line 0&#215;0020<br />
<strong>E5 A8 E9 A8 FB A8 E1 A8 E9 A8 F7 A8</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/41/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>GPS PND (Personal Navigation Device) Desktop</title>
		<link>http://blog.zyrax.net/archives/34</link>
		<comments>http://blog.zyrax.net/archives/34#comments</comments>
		<pubDate>Mon, 19 Jan 2009 04:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=34</guid>
		<description><![CDATA[This is how I did it on my GPS Bay 3303. Step 1. Create a new file called shell.ini Step 2. Paste this in /windows/explorer.exe Step 3. Copy it into SD card and run &#8220;Navigation&#8221; **Note:this step will disable navigation until u delete shell.ini from SD card or you can open it from windows explorer [...]]]></description>
			<content:encoded><![CDATA[<p>This is how I did it on my GPS Bay 3303.</p>
<p>Step 1. Create a new file called shell.ini<br />
Step 2. Paste this in</p>
<blockquote>
<div class="codecontent">/windows/explorer.exe</div>
</blockquote>
<p>Step 3. Copy it into SD card and run &#8220;Navigation&#8221;<br />
**Note:this step will disable navigation until u delete shell.ini from SD card or you can open it from windows explorer by looking for &#8220;MobileNavigator&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting GTRACK.BIN to KMZ</title>
		<link>http://blog.zyrax.net/archives/32</link>
		<comments>http://blog.zyrax.net/archives/32#comments</comments>
		<pubDate>Mon, 19 Jan 2009 04:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[guide]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=32</guid>
		<description><![CDATA[This is steps that I used to get the track log I&#8217;m using Mapking G12,so i&#8217;m not sure whether this steps apply for other version Go to Advanced -&#62; Display Setting -&#62; Track Log (enable it) Select &#8220;Navigation&#8221; and drive around with/without destination If you select &#8220;Map View&#8221;,you should see dots on the map.That&#8217;s your [...]]]></description>
			<content:encoded><![CDATA[<p>This is steps that I used to get the track log</p>
<p>I&#8217;m using Mapking G12,so i&#8217;m not sure whether this steps apply for other version</p>
<ol>
<li>Go to Advanced -&gt; Display Setting -&gt; Track Log (enable it)</li>
<li>Select &#8220;Navigation&#8221; and drive around with/without destination</li>
<li>If you select &#8220;Map View&#8221;,you should see dots on the map.That&#8217;s your track log.</li>
<li>Go to SD Card -&gt; MagaNavi (this folder might be different) -&gt; user.Copy GTRACKMP.BIN to your pc.</li>
<li>Go to this site <a href="http://www.noktek.com/~gps/log2kml.htm">http://www.noktek.com/~gps/log2kml.htm</a> upload GTRACKMP.BIN and you&#8217;ll get a kmz file which could be easily read by text editor.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MMU VPN With VPNC</title>
		<link>http://blog.zyrax.net/archives/19</link>
		<comments>http://blog.zyrax.net/archives/19#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:29:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[mmu]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=19</guid>
		<description><![CDATA[Install VPNC host:# apt-get install vpnc Configure VPNC host:$ su host:$ vpnc Enter IPSec gateway address: vpn.mmu.edu.my Enter IPSec ID for vpn.mmu.edu.my: mmuvpn Enter IPSec secret for mmuvpn@vpn.mmu.edu.my:63100 Enter username for vpn.mmu.edu.my: v511xxxx@studmlk Enter password for v511xxxx@studmlk@vpn.mmu.edu.my:[your MMU Unix password] VPNC started in background (pid: 14755)… OR host:$ su host:$ cd /etc/vpnc/ host:$ ‘wget’ http://blog.zyrax.net/wp-content/uploads/mmuvpn.conf [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p><span style="font-size: 180%;"><strong>Install VPNC</strong></span><br />
<span style="font-weight: bold;">host:# <span style="color: #ff0000;">apt-get install vpnc</span></span></p>
<p><span style="font-size: 180%;"><strong>Configure VPNC </strong></span></p>
<blockquote><p><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">su<br />
</span></span><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">vpnc</span></span><br />
<span style="font-weight: bold;">Enter IPSec gateway address: <span style="color: #ff0000;">vpn.mmu.edu.my</span><br />
Enter IPSec ID for vpn.mmu.edu.my: <span style="color: #ff0000;">mmuvpn</span><br />
Enter IPSec secret for mmuvpn@vpn.mmu.edu.my:<span style="color: #ff0000;">63100</span><br />
Enter username for vpn.mmu.edu.my: <span style="color: #ff0000;">v511xxxx@studmlk</span><br />
Enter password for v511xxxx@studmlk@vpn.mmu.edu.my:</span><span style="font-weight: bold;"><span style="color: #ff0000;">[your MMU Unix password]</span></span><span style="font-weight: bold;"><br />
VPNC started in background (pid: 14755)…<br />
</span></p></blockquote>
<p><strong>OR</strong></p>
<blockquote><p><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">su<br />
</span></span><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">cd /etc/vpnc/<br />
</span></span><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">‘wget’ http://blog.zyrax.net/wp-content/uploads/mmuvpn.conf</span></span><br />
<span style="font-weight: bold;">host:$ <span style="color: #ff0000;">vpnc mmuvpn.conf</span></span><span style="font-weight: bold;"><br />
Enter username for vpn.mmu.edu.my: <span style="color: #ff0000;">v511xxxx@studmlk</span><br />
Enter password for v511xxxx@studmlk@vpn.mmu.edu.my:</span><span style="font-weight: bold;"><span style="color: #ff0000;">[your MMU Unix password]</span></span><span style="font-weight: bold;"><br />
VPNC started in background (pid: 14755)…<br />
</span></p></blockquote>
<p><strong> What is my Unix ID and Password?</strong><br />
<a href="../archives/32">Read Here</a></p>
<p><strong>Where you get the IPSec Secret?</strong><br />
IPSec Secret is the same for everyone who is following this tutorial.<br />
It’s just for reference.I <a href="http://www.unix-ag.uni-kl.de/%7Emassar/bin/cisco-decode">used this</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect/Disconnect to MMU VPN on Linux with Cisco VPN Client</title>
		<link>http://blog.zyrax.net/archives/17</link>
		<comments>http://blog.zyrax.net/archives/17#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:29:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[mmu]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=17</guid>
		<description><![CDATA[To Install 1. become root host:$ su Password: 2. Get Cisco VPN client for Linux here (Required ICEMS Login) 3. Unpack the downloaded .tar.gz: host:/usr/local/src# tar -xvzf vpnclient-linux.tar.gz host:/usr/local/src# cd vpnclient host:/usr/local/src/vpnclient# 4. Run the installer script host:/usr/local/src/vpnclient# ./vpn_install Cisco Systems VPN Client Version 4.8.00 (0490) Linux Installer Copyright (C) 1998-2005 Cisco Systems, Inc. All [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 180%;"><span style="font-weight: bold;">To Install</span></span></p>
<div class="post">
<p>1. become root</p>
<blockquote><p><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">su</span></span><br />
Password:</p></blockquote>
<p>2. Get Cisco VPN client for Linux <a href="http://access.sso.mmu.edu.my/clients.php">here (Required ICEMS Login)</a></p>
<p>3. Unpack the downloaded .tar.gz:</p>
<blockquote style="font-weight: bold;"><p>host:/usr/local/src# <span style="color: #ff0000;">tar -xvzf vpnclient-linux.tar.gz</span><br />
host:/usr/local/src# <span style="color: #ff0000;">cd vpnclient</span><br />
host:/usr/local/src/vpnclient#</p></blockquote>
<p>4. Run the installer script</p>
<blockquote><p><span style="font-weight: bold;">host:/usr/local/src/vpnclient# <span style="color: #ff0000;">./vpn_install</span></span><br />
Cisco Systems VPN Client Version 4.8.00 (0490) Linux Installer<br />
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.By installing this product you agree that you have read the<br />
license.txt file (The VPN Client license) and will comply with<br />
its terms.</p>
<p>Directory where binaries will be installed [/usr/local/bin]</p>
<p>Automatically start the VPN service at boot time [yes]</p>
<p>In order to build the VPN kernel module, you must have the<br />
kernel headers for the version of the kernel you are running.</p>
<p>Directory containing linux kernel source code [/lib/modules/2.6.15-26-686/build]</p>
<p>* Binaries will be installed in “/usr/local/bin”.<br />
* Modules will be installed in “/lib/modules/2.6.15-26-686/CiscoVPN”.<br />
* The VPN service will be started AUTOMATICALLY at boot time.<br />
* Kernel source from “/lib/modules/2.6.15-26-686/build” will be used to build the module.</p>
<p>Is the above correct [y]</p>
<p>&lt;… … …&gt;</p>
<p>Setting permissions.<br />
/opt/cisco-vpnclient/bin/cvpnd (setuid root)<br />
/opt/cisco-vpnclient (group bin readable)<br />
/etc/opt/cisco-vpnclient (permissions not changed)<br />
* You may wish to change these permissions to restrict access to root.<br />
* You must run “/etc/init.d/vpnclient_init start” before using the client.<br />
* This script will be run AUTOMATICALLY every time you reboot your computer.</p></blockquote>
<p>5. <span style="font-weight: bold;">Depends on Linux Distribution</span> Check/create appropriate startup script links. This depends on Linux distribution. For Debian/Ubuntu:</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">ls -s /etc/init.d/vpnclient_init /etc/rc2.d/S85vpnclient_init</span></p></blockquote>
<p>if you get this error</p>
<blockquote><p>ls: /etc/rc2.d/S85vpnclient_init: No such file or directory<br />
4 /etc/init.d/vpnclient_init</p></blockquote>
<p>This depends on Linux distribution. For Debian/Ubuntu:</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">cp /etc/init.d/vpnclient_init /etc/rc2.d/S85vpnclient_init</span></p></blockquote>
<p>*note: It is important to understand that running the vpnclient_init script does not create VPN yet. The script only checks whether the system is configured properly and loads the necessary kernel module.</p>
<p>6.Configuration</p>
<blockquote><p><span style="font-weight: bold;">[code][b]host:# <span style="color: #ff0000;">cd /etc/CiscoSystemsVPNClient/Profiles/</span></span><br />
<span style="font-weight: bold;">host: /etc/CiscoSystemsVPNClient/Profiles# <span style="color: #ff0000;">‘wget’ www.linuxsig.net/files/mmuvpn.pcf</span></span></p></blockquote>
<p>7. First time connect,else jump to #8</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">/etc/init.d/vpnclient_init start</span></p></blockquote>
<p>8. Change the permission so that nornal user can connect</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">chmod 4111 /opt/cisco-vpnclient/bin/cvpnd</span></p></blockquote>
<p>9. Connect to MMU VPN (normal user will do)</p>
<blockquote style="font-weight: bold;"><p>host:$ <span style="color: #ff0000;">vpnclient connect mmuvpn</span></p></blockquote>
<p>FAQ: What is my username?<br />
<a href="../archives/32">Read Here </a></p>
<p>10.The VPN between your host and the MMU VPN server was created.<br />
To bring the session to the background</p>
<blockquote><p><span style="font-weight: bold;">**Press Ctrl+Z**</span><br />
[1]+  Stopped                 vpnclient connect sample<br />
<span style="font-weight: bold;">host:~$ <span style="color: #ff0000;">bg</span></span><br />
[1]+ vpnclient connect mmuvpn &amp;</p></blockquote>
<p>11.To disconnect</p>
<blockquote><p><span style="font-weight: bold;">host:~$ <span style="color: #ff0000;">vpnclient disconnect</span></span><br />
Cisco Systems VPN Client Version 4.8.00 (0490)<br />
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.<br />
Client Type(s): Linux<br />
Running on: Linux 2.6.15-26-686 #1 SMP PREEMPT Thu Aug 3 03:13:28 UTC 2006 i686<br />
Config file directory: /etc/opt/cisco-vpnclientDisconnecting the VPN connection.<br />
Your VPN connection has been terminated.</p></blockquote>
<p>FAQ: I get the following error</p>
<blockquote><p><span style="font-weight: bold;">host: $ <span style="color: #ff0000;">vpnclient connect mmuvpn</span></span><br />
Cisco Systems VPN Client Version 4.8.00 (0490)<br />
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.<br />
Client Type(s): Linux<br />
Running on: Linux 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686<br />
Config file directory: /etc/opt/cisco-vpnclientCould not attach to driver. Is kernel module loaded?<br />
The application was unable to communicate with the VPN sub-system.</p></blockquote>
<p>Your Operating System startup did not run the following code.You could run</p>
<blockquote style="font-weight: bold;"><p>host: # <span style="color: #ff0000;">/etc/init.d/vpnclient_init start</span></p></blockquote>
<p>or check Instruction #5</p>
<p><span style="font-size: 180%;"><span style="font-weight: bold;">To Uninstall</span></span><br />
Use the vpn_uninstall script that comes with the client.Depends on where u extract it.</p>
<p>If you follow the above instruction,you can use the below code.</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">/usr/local/src/vpnclient/vpn_uninstall</span></p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Windows Fonts on Linux</title>
		<link>http://blog.zyrax.net/archives/15</link>
		<comments>http://blog.zyrax.net/archives/15#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:28:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=15</guid>
		<description><![CDATA[1. Download Fonts 2. Become root host:$ su 3. Change directory to /usr/share/fonts/truetype/ host:# cd /usr/share/fonts/truetype 4. (Optional) Create a folder that you’ll remember host:/usr/share/fonts/truetype# mkdir New-Folder-Name host:/usr/share/fonts/truetype# cd New-Folder-Name * New-Folder-Name could be any name you wish 5. Copy .ttf fonts file to /usr/share/fonts/truetype/ or /usr/share/fonts/truetype/New-Folder-Name host:/usr/share/fonts/truetype/New-Folder_Name# cp /original-file-directory/font.ttf /usr/share/fonts/truetype/ OR In Gnome host:/usr/share/fonts/truetype/New-Folder-Name# [...]]]></description>
			<content:encoded><![CDATA[<p>1. Download Fonts</p>
<div class="post">
<p>2. Become root<br />
<strong><br />
</strong></p>
<blockquote><p><strong>host:$ <span style="color: #ff0000;">su</span></strong></p></blockquote>
<p>3. Change directory to /usr/share/fonts/truetype/<br />
<strong><br />
</strong></p>
<blockquote><p><strong>host:# <span style="color: #ff0000;">cd</span><span style="color: #ff0000;"> /</span><span style="color: #ff0000;">usr</span><span style="color: #ff0000;">/share/fonts/</span><span style="color: #ff0000;">truetype</span> </strong></p></blockquote>
<p>4. (Optional) Create a folder that you’ll remember<br />
<strong><br />
</strong></p>
<blockquote><p><strong>host:/usr/share/fonts/truetype# <span style="color: #ff0000;">mkdir</span><span style="color: #ff0000;"> New-Folder-Name</span><br />
host:/usr/share/fonts/truetype# <span style="color: #ff0000;">cd</span><span style="color: #ff0000;"> New-Folder-Name</span></strong></p></blockquote>
<p><span style="color: #66ffff;">* New-Folder-Name could be any name you wish</span></p>
<p>5. Copy .ttf fonts file to /usr/share/fonts/truetype/ or /usr/share/fonts/truetype/New-Folder-Name<br />
<strong><br />
</strong></p>
<blockquote><p><strong>host:/usr/share/fonts/truetype/New-Folder_Name# <span style="color: #ff0000;">cp /original-file-directory/font.ttf /usr/share/fonts/</span><span style="color: #ff0000;">truetype</span><span style="color: #ff0000;">/</span></strong></p></blockquote>
<p>OR</p>
<p><span style="font-size: 100%;"><span style="font-weight: bold;">In Gnome</span></span><br />
<strong><br />
</strong></p>
<blockquote><p><span style="font-size: 100%;"><strong>host:/usr/share/fonts/tr</strong></span><strong>uetype/New-Folder-Name# <span style="color: #ff0000;">nautilus /usr/share/fonts/truetype/</span></strong></p></blockquote>
<p>OR /usr/share/fonts/truetype/New-Folder-Name</p>
<p><strong>and drag &amp; drop .ttf files</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeRadius</title>
		<link>http://blog.zyrax.net/archives/6</link>
		<comments>http://blog.zyrax.net/archives/6#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[freeradius]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=6</guid>
		<description><![CDATA[There are a few dependency that freeradius did not mention. If your planning to use EAP,you know u need SSL but not openssl.You’ll need libssl-dev.This piece of information took me few days looking on the net and even compiled openssl by source (which doesn’t help). If your planning to use ippool,you’ll need libltdl3-dev &#38; libgdbm-dev. [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few dependency that freeradius did not mention.</p>
<div class="post">
<p>If your planning to use EAP,you know u need SSL but not openssl.You’ll need <strong>libssl-dev</strong>.This piece of information took me few days looking on the net and even compiled openssl by source (which doesn’t help).</p>
<p>If your planning to use ippool,you’ll need <strong>libltdl3-dev</strong> &amp; <strong>libgdbm-dev</strong>.</p>
<p>configure freeradius for wpa-enterprise http://tldp.org/HOWTO/html_single/8021X-HOWTO/#confradius</p>
<p>http://ubuntuforums.org/archive/index.php/t-478804.html</p>
<p>So far,that all I need to record down.Just in case I need to reformat the whole OS for the <span style="text-decoration: line-through;">5th 6th</span> 7th time.One more bad news for ya,freeradius can’t uninstall and I can’t replace it too.So…last resort,reinstall OS.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
