<?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>tales from the crypt( ) &#187; How-To</title>
	<atom:link href="http://org.against.org/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://org.against.org</link>
	<description>slightly biased and undoubtful pieces of random information</description>
	<lastBuildDate>Mon, 12 Dec 2011 23:21:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Cisco VPN client on OS X</title>
		<link>http://org.against.org/cisco-vpn-os-x/</link>
		<comments>http://org.against.org/cisco-vpn-os-x/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 11:39:06 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[useful stuff]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cisco vpn]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpnclient]]></category>

		<guid isPermaLink="false">http://org.against.org/?p=160</guid>
		<description><![CDATA[&#8230;and I still failing to understand why it&#8217;s 2010 and Cisco VPN client connection profiles and certificates are stored anywhere but the current user homedir. For future reference: OS X: /private/etc/opt/cisco-vpnclient/Certificates /etc/CiscoSystemsVPNClient/Certificates Linux: /etc/opt/cisco-vpnclient/Certificates Windows: C:\Program Files\Cisco VPN Client\Certificates &#8220;Profiles&#8221; and &#8220;Certificates&#8221; folders can be copied/moved between different systems to replicate configuration when there are [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;and I still failing to understand why it&#8217;s 2010 and Cisco VPN client connection profiles and certificates are stored anywhere but the current user homedir.</p>
<p>For future reference:</p>
<p><strong>OS X:</strong></p>
<pre style="padding-left: 30px;">/private/etc/opt/cisco-vpnclient/Certificates</pre>
<pre style="padding-left: 30px;">/etc/CiscoSystemsVPNClient/Certificates</pre>
<p><strong>Linux:</strong></p>
<pre style="padding-left: 30px;">/etc/opt/cisco-vpnclient/Certificates</pre>
<p><strong>Windows:</strong></p>
<pre style="padding-left: 30px;">C:\Program Files\Cisco VPN Client\Certificates</pre>
<p>&#8220;Profiles&#8221; and &#8220;Certificates&#8221; folders can be copied/moved between different systems to replicate configuration when there are CA limitations or restrictive policies on certificate export/imports.</p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/cisco-vpn-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To get your PC serial numbers the easy way</title>
		<link>http://org.against.org/how-to-get-your-pc-serial-numbers-the-easy-way/</link>
		<comments>http://org.against.org/how-to-get-your-pc-serial-numbers-the-easy-way/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 16:17:24 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[useful stuff]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[wmi]]></category>
		<category><![CDATA[wmic]]></category>

		<guid isPermaLink="false">http://org.against.org/how-to-get-your-pc-serial-numbers-the-easy-way/</guid>
		<description><![CDATA[I often find myself crawling under the desk looking for labels or turning around laptops trying to find half-erased and destroyed panels showing computer serial numbers and other cryptic hyeroglyphs. Let me tell you about serial numbers. These are quite useful to keep handy in case your stuff is stolen. Luckily, for most manufacturers like [...]]]></description>
			<content:encoded><![CDATA[<p>I often find myself crawling under the desk looking for labels or turning around laptops trying to find half-erased and destroyed panels showing computer serial numbers and other cryptic hyeroglyphs.</p>
<p>Let me tell you about serial numbers. These are quite useful to keep handy in case your stuff is stolen. Luckily, for most manufacturers like Dell, IBM, Toshiba and HP, there&#8217;s a way to find these without leaving the desk, providing they&#8217;re running some sort of Redmond operating system and using WMIC (Windows Management Instrumentation Command). Custom built systems may not have so much useful information, but it&#8217;s pretty fun nevertheless to peek inside using WMI.</p>
<p>WMIC is available on Windows XP, Windows   2003 and later versions. To use WMI information on older operating systems, download and install <a href="http://org.against.org/r.php?http://www.microsoft.com/downloads/details.aspx?FamilyId=98A4C5BA-337B-4E92-8C18-A63847760EA5&amp;displaylang=en">WMI core for  Win 9x</a> or <a href="http://org.against.org/r.php?http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=C174CFB1-EF67-471D-9277-4C2B1014A31E">WMI core for Win NT 4</a> from Microsoft&#8217;s website.</p>
<p>There are a gazillion values that can be retrieved/changed using WMIC. The     availability of  WMI information does vary across different versions of     Windows and it requires administrator rights to be run.</p>
<p>In Windows 2000, there are around       4000 properties     that can be monitored and around 40 that can be configured. Windows XP raises these numbers to 6000 and 140 respectively.</p>
<p>Now, for instance, to retrieve the serial number of a computer, run the following command on a DOS prompt:</p>
<p><strong>wmic bios get serialnumber<br />
</strong><br />
Or to retrieve the model name (these can get quite cryptic sometimes)  run the following command</p>
<p><strong>wmic csproduct get name<br />
</strong></p>
<p>When WMIC is run for the first time, it may take a little time until all possible properties are inventoried. Subsequent    times you run WMIC, it will start  immediately.</p>
<p>Got most of this info from <a href="http://org.against.org/r.php?http://www.ss64.com/nt/wmic.html">http://www.ss64.com/nt/wmic.html</a></p>
<p>As usual , YMMV and Microsoft&#8217; <a href="http://org.against.org/r.php?http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/wmi_reference.asp">MSDN full WMI reference</a> may provide some extended reading and reference on the subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/how-to-get-your-pc-serial-numbers-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>an ipod singing the blues</title>
		<link>http://org.against.org/an-ipod-singing-the-blues/</link>
		<comments>http://org.against.org/an-ipod-singing-the-blues/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 16:30:24 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[useful stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[portugal]]></category>
		<category><![CDATA[sad]]></category>
		<category><![CDATA[spilling coffee]]></category>

		<guid isPermaLink="false">http://org.against.org/an-ipod-singing-the-blues/</guid>
		<description><![CDATA[Yesterday, as I was leaving work, I plugged the 4th gen iPod on the car, set it to random and started driving. 10 minutes later, I noticed it was skipping some songs. I&#8217;ve seen it happen before (a long time ago) and was lucky enough to: a) have it within the warranty period b) have [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image63" src="http://org.against.org/wp-content/uploads/2007/07/ipod.PNG" alt="iPod dead" hspace=2 vspace=2 align="left" /> Yesterday, as I was leaving work, I plugged the <a href="http://org.against.org/r.php?ttp://docs.info.apple.com/article.html?artnum=61688#clickwheel">4th gen iPod</a> on the car, set it to random and started driving. 10 minutes later, I noticed it was skipping some songs. I&#8217;ve seen it happen before (a long time ago) and was lucky enough to:</p>
<p>a) have it within the warranty period<br />
b) have the fellow who brought it from San Francisco make the same business trip in a week</p>
<p>The folks at the <a href="http://org.against.org/r.php?http://www.apple.com/retail/sanfrancisco/">Apple Store</a> asked no questions and traded the malfunctioning iPod for a brand new (and shiny) one. I also got a <a href="http://org.against.org/r.php?http://www.apple.com/support/products/applecareipod.html">Applecare warranty extension for two more years</a>. Needless to say, Apple representatives in Portugal would deny assistance to the iPod with Applecare as they didn&#8217;t accept to repair the iPod inside the warranty period. Y&#8217;all know the drill with Apple and Portugal, right? But any other Apple store would accept it. A-N-Y.</p>
<p>Back to today. The iPod was left charging overnight and plugged back in to the computer today to confirm the thesis that the disk was screwed up. Windows didn&#8217;t recognize it, Ubuntu didn&#8217;t (but the /var/log/messages output is slighty more helpful than its Windows counterpart &#8211; which is none). A few seconds later, I was greeted with a constant clicking noise coming from the inside of the iPod. And then it reset. And then it made a face at me. Disk failure. No chance of running the diagnostics. No chance of resetting it. A sad iPod icon begging to be taken to the Apple support site.</p>
<p>The <a href="http://org.against.org/r.php?http://docs.info.apple.com/article.html?artnum=61771">Apple support site</a> doesn&#8217;t help at all. Last time it happened to me, I was able to put the iPod in disk mode but unable to make it recognizable by the operating system. Next suggestion: open a support call. Yeah right. As if it was possible in Portugal. By this time, it hit me: I had roughly 10 gigs of pictures on the iPod, absolutely no backups (I was waiting to classify them, tag them and burn them to DVD). I started to panic. Even if I got the warranty thing fixed, they wouldn&#8217;t recover what was on the disk.</p>
<p><span id="more-61"></span></p>
<p>First thing I thought about was <a href="http://org.against.org/r.php?http://www.google.com/custom?domains=rage.against.org&#038;q=professional+data+recovery&#038;sa=Google+Search&#038;sitesearch=&#038;client=pub-5077406828301367&#038;forid=1&#038;ie=ISO-8859-1&#038;oe=ISO-8859-1&#038;cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3ADDDDDD%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1%3B&#038;hl=en">professional data recovery</a>. I gave up after visiting a few websites when I understood it could cost me around 500 euro to recover 10 gigs of data from a malfunctioning hard-disk. My photos are my memories, my memories are priceless indeed, so I was slowly willing to forget a little of the previous 3 months and use the money to buy another non-Apple MP3 player.</p>
<p>Second approach: I remembered something about <a href="http://org.against.org/r.php?http://www.lockergnome.com/nexus/blade/2006/12/02/dead-hard-disk-try-putting-it-in-the-freezer">sticking hard-drives in the freezer</a> for a few hours and then using a very small time-window to reconnect them and copy the data to a safe place. A lot has been said about this method, and even if it sounds strange little scientific, haven&#8217;t seen any relevant reports of people claiming it doesn&#8217;t work. Some people say the disks remain alive for enough time to copy the data, some say the disk resurrect from the dead and work like a charm from then on. I wondered how many so-called data recovery companies do this on a regular basis and charge a bunch of money for it. Decided to give it a go at home, as it wouldn&#8217;t hurt to try. </p>
<p>Third approach: I was beginning to feel a little like the iPod icon: sad, so I challenged google images with something like &#8220;<a href="http://org.against.org/r.php?http://images.google.pt/images?q=sad+ipod+icon">sad ipod icon</a>&#8221; so I could have a IM buddy icon matching my mood (instead of <a href="http://org.against.org/r.php?http://icanhascheezburger.com/">yet another lolcat</a>). The first hit was <a href="http://org.against.org/r.php?http://www.spillingcoffee.com/">Tom Coffee&#8217;s website (Spilling Coffee)</a> which described a <a href="http://org.against.org/r.php?http://www.spillingcoffee.com/2006/07/13/how-to-fix-an-ipod-with-the-sad-ipod-icon/">very unusual and unorthodox method of recovering a dead iPod</a>. He mumbles a little about Apple&#8217;s official advices on reanimating dead iPods a.k.a. the 5 R&#8217;s: Reset, Retry, Restart, Reinstall, Restore and then introduces a new &#8220;R&#8221; on the equation. Let me quote him:</p>
<blockquote><p>
I had a broken iPod that was resistent to all the usual methods of repair. If I couldn’t get it fixed I was going to have to send it into Apple. So I decided to do what many of the blogs out there recommended:</p>
<p>Purposely drop my iPod to the floor.</p>
<p>This had worked for many, many other people even though Apple’s website (wisely) doesn’t mention this possible fix. I couldn’t quite bring myself to dropping my $300 iPod to the hard tile floor on the off chance that it would spin or wobble on the way down so I did the next best thing: I held it and slammed it onto a pad of paper on my desk (providing some cushion so I didn’t crack the case), charging port down.</p>
<p>And like mana falling from heaven, the tunes started playing.</p>
<p>Apparently there are really SIX R’s in the Apple repair repetoir: Reset, Retry, Restart, Reinstall, Restore and Ram.
</p></blockquote>
<p>This is a ridiculous method but it works. Tom is earning a little extra money <a href="http://org.against.org/r.php?http://www.spillingcoffee.com/sad-ipod-repair-kit-ordering-form/">selling recovery kits</a>. I had no time to order mine and dog knows it would probably get stuck in customs or lost in the mail. So I hit it. And the sad face disappeared. </p>
<p><strong>Yes, banging my iPod against a ADSL technical paper brought it back to life. </strong></p>
<p><em>I&#8217;ve lost all my faith in technology. But I&#8217;ve recovered 4897 photos and I&#8217;m burning them to DVD as we speak&#8230;<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/an-ipod-singing-the-blues/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HowTo/Topography Maps on Garmin GPS Receivers</title>
		<link>http://org.against.org/howtotopography-maps-on-garmin-gps-receivers/</link>
		<comments>http://org.against.org/howtotopography-maps-on-garmin-gps-receivers/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 00:20:35 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[60cs]]></category>
		<category><![CDATA[60csx]]></category>
		<category><![CDATA[cgp]]></category>
		<category><![CDATA[contour lines]]></category>
		<category><![CDATA[garmin]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[quest]]></category>
		<category><![CDATA[topography]]></category>

		<guid isPermaLink="false">http://org.against.org/howtotopography-maps-on-garmin-gps-receivers/</guid>
		<description><![CDATA[This process will let you build custom topography maps based on freely available map tiles. These maps can be then uploaded to your Garmin GPS receiver, along with the maps you&#8217;ve already got (CitySelect or CityNavigator, for instance), providing a transparent layer with contour lines. The process has been know to work in a number [...]]]></description>
			<content:encoded><![CDATA[<p>This process will let you build custom topography maps based on freely available map tiles. These maps can be then uploaded to your Garmin GPS receiver, along with the maps you&#8217;ve already got (CitySelect or CityNavigator, for instance), providing a transparent layer with contour lines. The process has been know to work in a number Garmin GPS receivers, given they have enought memory to store the maps. A few examples of these are the <a href="http://org.against.org/r.php?http://www.garmin.com/products/gpsmap60cs" class="external">GPSMAP 60CS</a>, the <a href="http://org.against.org/r.php?http://www.garmin.com/products/quest" class="external">Quest</a> or the <a href="http://org.against.org/r.php?http://www.garmin.com/products/gpsmap60csx" class="external">GPSMAP 60CSx</a></p>
<p><img src="http://org.against.org/wp-content/uploads/f8285b42b14558abdata.png" alt="mapsource" /></p>
<p><strong>DISCLAIMER:</strong><br />
<strong>This tutorial in based on an original document by Paulo Henriques (in Portuguese) which can be obtained <a href="http://org.against.org/r.php?http://against.org/mirror/Altimetria.zip" class="external">here</a>. This is a mere translation with some comments about my experience.</strong></p>
<p><strong>This is an experimental process. If you brick your GPS by using this hack, it is not my fault, you have been warned. It&#8217;s been known to work on most of the devices and the worst thing that happened was a registry corruption which was fixed by re-installing Mapsource.</strong></p>
<p><a href="http://org.against.org/r.php?http://gpsmaps.de" class="external">GPSMaps.de</a> has some topographic maps available free-of-charge generated by publicly available databases (digital elevation model published by the United States Geological Survey) and converted to the Garmin img format which can be loaded to Garmin GPS receivers. These maps provide essential information on the topography for mountaineers and hikers. Contrary to the &#8220;topo&#8221; line of Garmin maps, these maps will only provide &#8220;visual&#8221; cues of altitude (contour lines).</p>
<p>There are alternative ways to accomplish this task. Sendmap (available on the <span class="external"><a href="http://org.against.org/r.php?http://www.cgpsmapper.com/">cGpsMapper</a> </span><a href="http://org.against.org/r.php?http://gps.chrisb.org/en/main.htm" class="external"></a> package) can be used to upload these maps to the GPS device, but if you use this approach, you&#8217;ll be able to treat these maps as any other Mapsource map (mainly identify which tiles you&#8217;ll want to upload) and manage available memory more eficiently, by combining sets of maps from different sources at the same time.</p>
<p>1. Register on <a href="http://org.against.org/r.php?http://gpsmaps.de" class="external">http://gpsmaps.de</a> (use the contact form) to obtain a user/password which will let you download the individual map tiles. The user and password will be shown on the browser as soon as you press the submit button. Altough you can use bogus data, it would be nice to fill up the form and thank the map provider for sharing his work with everyone else.</p>
<p>2. On the map selection page, choose the area you want map tiles from. Each european map tile covers a 0.5 degree x 0.5 degree area, so be ready to download a lot of files and to keep track of what you&#8217;ve got and what you want. As soon as you ask for the first tile, you&#8217;ll be asked the username and password you just got by registering. As an example, Portugal has 59 tiles (around 21Mb of .img files).</p>
<p>3. Once you have collected all the map tiles, you&#8217;ll have to prepare them to be used with Mapsource. This can be accomplished in two steps:</p>
<p>3.1. <strong>Hacking the registry creating a map entry for the maps you&#8217;re about to import</strong>:<br />
Just copy/paste the text below into a new file called Topographic.reg</p>
<pre>

Windows Registry Editor Version 5.00  

[HKEY_LOCAL_MACHINE\SOFTWARE\Garmin\MapSource\Products\669]
Bmap=C:\Maps\GarminCustom\TopographicCustom.img
Loc=C:\Maps\GarminCustom\
Tdb=C:\Maps\GarminCustom\TopographicCustom.tdb</pre>
<p>This file is a Windows registry file which will tell Mapsource to use the maps at that specific location. Pathnames and filenames are important. In this example, C:\Maps\GarminCustom is used as a base path for all operations we&#8217;ll be performing, and this is the path where Mapsource will, from now on, look for these maps.</p>
<p>3.2. <strong>Creating a preview file (.img) and a catalog file (.tdb) for use with Mapsource</strong>:<br />
3.2.1. Copy/paste the text below into a new file called <em>Topographic.txt</em>:</p>
<pre>

[Map]
FileName=TopographicCustom
MapVersion=100
ProductCode=62
Color=32
Levels=2
Level0=14
Level1=13
Zoom0=5
Zoom1=6
MapsourceName=TopographicCustom
MapSetName=TopographicCustom
CDSetName=TopographicCustom
Copy1=Garmin
Copy2=Stan
[End-Map]   

[DICTIONARY]
Level0RGN10=000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Level1RGN10=000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Level0RGN20=111111111110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Level1RGN20=111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Level0RGN40=111110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Level1RGN40=111100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Level0RGN80=111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Level1RGN80=111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
[END-DICTIONARY]  

[Files]
img=C:\Maps\GarminCustom\20094669.img
img=C:\Maps\GarminCustom\20094668.img
img=C:\Maps\GarminCustom\20094667.img
[END-Files]</pre>
<p>This file will be the configuration file for CGpsMapper. Edit the [Files] section, adding one line matching the map filename for each map you&#8217;ve downloaded before. Save it on the same folder the maps are (C:\Maps\GarminCustom).</p>
<p>3.2.2 Download CGpsMapper <a href="http://org.against.org/r.php?http://www.cgpsmapper.com/"><span class="external">here</span></a>.<br />
3.2.3 Open up a command prompt, change to the C:\Maps\GarminCustom directory and execute the following command:</p>
<pre>cgpsmapper.exe pv C:\Maps\GarminCustom\Topographic.txt</pre>
<p>CGpsMapper creates a lot of output. Look out for error messages such as missing files. If everything went right, you should be having by now two new files at the current directory: TopographicCustom.tdb and TopographicCustom.img (these files are the same referenced on the registry file you created before).</p>
<p>4. Make sure all the files are in the right places. For simplicity and consistency, I opted to put them all on the same place (C:\Maps\GarminCustom)</p>
<p>5. Backup your registry (just in case) and then double-click the registry file you created on step 3.1 and import the new setting into the Mapsource configuration. The next time you open Mapsource, you&#8217;ll have a new set of maps you can download to the GPS.</p>
<p><img src="http://org.against.org/wp-content/uploads/41cd8a3d723c0ea7data.png" alt="mapsource" /></p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/howtotopography-maps-on-garmin-gps-receivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco VPN Client on Ubuntu Linux</title>
		<link>http://org.against.org/56/</link>
		<comments>http://org.against.org/56/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 13:57:39 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cisco vpn vpnclient ubuntu]]></category>

		<guid isPermaLink="false">http://org.against.org/56/</guid>
		<description><![CDATA[1. Get the Cisco Systems VPN Client for Linux from Cisco&#8217;s website (registration required) or search for vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz on you know who. 2. Uncompress it and change to the directory it creates bruno@sushi:~$ tar xvfz vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz bruno@sushi:~$ cd vpnclient 3. Get the header files for yout current kernel version, you&#8217;ll need them to build the [...]]]></description>
			<content:encoded><![CDATA[<p>1. Get the Cisco Systems VPN Client for Linux from <a href="http://org.against.org/r.php?http://www.cisco.com/en/US/products/sw/secursw/ps2308/tsd_products_support_series_home.html ">Cisco&#8217;s website</a> (registration required) or search for  <a href="http://org.against.org/r.php?http://www.google.pt/search?q=vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz&amp;start=0&amp;ie=utf-8">vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz on you know who</a>.</p>
<p>2. Uncompress it and change to the directory it creates<br />
<code><br />
bruno@sushi:~$ tar xvfz vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz<br />
bruno@sushi:~$ cd vpnclient<br />
</code><br />
3. Get the header files for yout current kernel version, you&#8217;ll need them to build the binary<br />
<code><br />
bruno@sushi:~/vpnclient$ sudo apt-get install build-essential<br />
bruno@sushi:~/vpnclient$ sudo apt-get install linux-headers-`uname -r`<br />
</code><br />
4. Compile (there will be a few warnings)<br />
<code><br />
bruno@sushi:~/vpnclient$ make<br />
</code><br />
5. Install the VPN client<br />
<code><br />
bruno@sushi:~/vpnclient$ sudo ./vpn_install<br />
</code><br />
6. Create a VPN profile entry file (you can also migrate it from a previous Windows instalation &#8211; it&#8217;s a .pcf file sitting inside your Installation Path/Profiles directory) on /etc/opt/cisco-vpnclient/Profiles/<br />
<code><br />
bruno@sushi:~/vpnclient$ sudo cp /disks/hda1/Program\ Files/Cisco/VPN\ Client/Profiles/corporate.pcf /etc/opt/cisco-vpnclient/Profiles/<br />
</code><br />
7. You probably had it configured to start at boot time, but start the VPN Service anyway<br />
<code><br />
bruno@sushi:~/vpnclient$ sudo /etc/init.d/vpnclient_init start<br />
</code><br />
8. If your infrastructure uses certificates to authenticate you, you&#8217;ll need to import the root and user certificates you&#8217;ve previously had exported.<br />
<code><br />
bruno@sushi:~/vpnclient$ sudo cisco_cert_mgr -R -op import -f /disks/hda1/root_certificate_export.cer<br />
bruno@sushi:~/vpnclient$ sudo cisco_cert_mgr -U -op import -f /disks/hda1/user_certificate_export.cer<br />
</code><br />
9. Connect<br />
<code><br />
bruno@sushi:~/vpnclient$ sudo vpnclient connect corporate<br />
</code></p>
<p>Tested on Ubunty Dapper 6.06 with Kernel 2.6.15-27-386</p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

