<?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>trassare.com &#187; Linux</title>
	<atom:link href="http://www.trassare.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trassare.com</link>
	<description>cyber, tech, news and other random suff</description>
	<lastBuildDate>Sat, 26 Nov 2011 21:05:30 +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>OpenConnect on SliTaz</title>
		<link>http://www.trassare.com/openconnect-on-slitaz/</link>
		<comments>http://www.trassare.com/openconnect-on-slitaz/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 18:47:30 +0000</pubDate>
		<dc:creator>samuel_trassare</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SliTaz]]></category>
		<category><![CDATA[openconnect]]></category>
		<category><![CDATA[slitaz]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpnc]]></category>

		<guid isPermaLink="false">http://www.trassare.com/?p=528</guid>
		<description><![CDATA[OpenConnect is an excellent replacement for Cisco&#8217;s AnyConnect VPN client. After a lot of frustration trying to get AnyConnect to work on SliTaz, I finally jumped ship and got OpenConnect working with SliTaz Cooking in no time. First, open a terminal, switch to root, download OpenConnect from the Debian repository and install it: wget http://ftp.debian.org/debian/pool/main/o/openconnect/openconnect_3.02-2_i386.deb <a href='http://www.trassare.com/openconnect-on-slitaz/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>OpenConnect is an excellent replacement for Cisco&#8217;s AnyConnect VPN client.  After a lot of frustration trying to get AnyConnect to work on SliTaz, I finally jumped ship and got OpenConnect working with SliTaz Cooking in no time.</p>
<p>First, open a terminal, switch to root, download OpenConnect from the Debian repository and install it:</p>
<p><code>wget http://ftp.debian.org/debian/pool/main/o/openconnect/openconnect_3.02-2_i386.deb<br />
tazpkg convert ./openconnect_3.02-2_i386.deb<br />
tazpkg install ./openconnect-3.02-2.tazpkg</code></p>
<p>OpenConnect requires VPNC which is found in the SliTaz repository:</p>
<p><code>tazpkg get-install vpnc</code></p>
<p>This VPNC script works right out of the box:</p>
<p><code>wget http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script<br />
mv ./vpnc-script /etc/vpnc/vpnc-script</code></p>
<p>Now that OpenConnect and VPNC is installed, you can create a script to connect to your VPN.  I named it <em>vpnconnect</em>.  My script resembles the following.  You may find that you need to add or remove some of the options I&#8217;ve shown here.  Read the documentation for OpenConnect&#8217;s option list.  Change the stuff in caps to fit your needs.</p>
<p><code>#!/bin/sh<br />
openconnect REMOTE.HOST.COM \<br />
                  --no-dtls \<br />
    --auth-group=GROUP_NAME \<br />
                -u USERNAME \<br />
            --no-cert-check \<br />
   -s /etc/vpnc/vpnc-script \<br />
                         -b</code></p>
<p>Now run the script, still as root:</p>
<p><code>./vpnconnect</code></p>
<p>At this point, you&#8217;ll be prompted for your password on the remote system.  Once the VPN connection is established it will background itself (the <em>-b</em> option in the script above).</p>
<p>All done!</p>
<p>One note:  I originally tried doing all of this on SliTaz 3.0.  OpenConnect complained that libssl.so.1.0.0 and libcrypto.so.1.0.0 were not found.  I created symlinks to libssl.so.0.9.8 and lib.so.0.9.8 and OpenConnect carried on happily but this isn&#8217;t a recommended solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trassare.com/openconnect-on-slitaz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing your own Trinity Rescue Kit &#124; ToniBlogs</title>
		<link>http://www.trassare.com/customizing-your-own-trinity-rescue-kit-toniblogs/</link>
		<comments>http://www.trassare.com/customizing-your-own-trinity-rescue-kit-toniblogs/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 20:14:10 +0000</pubDate>
		<dc:creator>samuel_trassare</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[lightweight]]></category>
		<category><![CDATA[rescue]]></category>
		<category><![CDATA[trinity]]></category>

		<guid isPermaLink="false">http://www.trassare.com/?p=523</guid>
		<description><![CDATA[Customizing your own Trinity Rescue Kit &#124; ToniBlogs.]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.toniblogs.com/10/2011/linux/customizing-trinity-rescue-kit/'>Customizing your own Trinity Rescue Kit | ToniBlogs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trassare.com/customizing-your-own-trinity-rescue-kit-toniblogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switched to Ubuntu from Fedora</title>
		<link>http://www.trassare.com/switched-to-ubuntu-from-fedora/</link>
		<comments>http://www.trassare.com/switched-to-ubuntu-from-fedora/#comments</comments>
		<pubDate>Wed, 20 May 2009 21:08:20 +0000</pubDate>
		<dc:creator>samuel_trassare</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WAP]]></category>

		<guid isPermaLink="false">http://www.trassare.com/?p=473</guid>
		<description><![CDATA[I have been using either Red Hat or Fedora for years on a server I ran at home. I just made the switch to Ubuntu after giving up on RH as a WAP. The problems started with my Prism 2 wireless card requiring firmware be loaded at boot-up. The firmware didn&#8217;t always &#8220;take&#8221; with Fedora <a href='http://www.trassare.com/switched-to-ubuntu-from-fedora/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I have been using either Red Hat or Fedora for years on a server I ran at home.  I just made the switch to Ubuntu after giving up on RH as a <acronym title="Wireless Access Point">WAP</acronym>.  The problems started with my Prism 2 wireless card requiring firmware be loaded at boot-up.  The firmware didn&#8217;t always &#8220;take&#8221; with Fedora sometimes causing multiple reboots before the card would work.  On a whim I tried Ubuntu and everything worked right out of the box.  I followed the instructions given at Ubuntu&#8217;s wiki site and had my card up and running in no time without having to boot over and over.</p>
<p>Ubuntu has been running flawlessly on my old Dell Dimension 4400 doing duty as a file share, data backup, and <acronym title="Wireless Access Point">WAP</acronym>, and firewall.</p>
<p>Goodbye, Fedora.  It was just barely OK while it lasted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trassare.com/switched-to-ubuntu-from-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

