<?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>A Linux User in a Windows World &#187; Internet</title>
	<atom:link href="http://jan.saell.org/blog/archives/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://jan.saell.org/blog</link>
	<description>Ramblings from an old Linux guru</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:12:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mediatomb to Pioneer BDP-440</title>
		<link>http://jan.saell.org/blog/archives/1773</link>
		<comments>http://jan.saell.org/blog/archives/1773#comments</comments>
		<pubDate>Sun, 04 Dec 2011 10:01:04 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[DLNA server linux]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1773</guid>
		<description><![CDATA[Yesterday i got my new BluRay player. I got a Pioneer BDP-440 BlueRay player. And as it is suposed to play video from a DLNA server I wanted to install and get that going also. So I did some search on the networks and after some reading it seems that one of the most used [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Yesterday i got my new BluRay player. I got a Pioneer BDP-440 BlueRay player. And as it is suposed to play video from a DLNA server I wanted to install and get that going also.</p>
<p>So I did some search on the networks and after some reading it seems that one of the most used and the one I liked the most was <a href="http://mediatomb.cc/" target="_blank">Mediatomb</a>.</p>
<p><span id="more-1773"></span>I installed it and got it running. Thats verys imple on kubuntu as its in the repositories. Just do a</p>
<pre>sudo apt-get install mediatomb</pre>
<p>and you are ok.</p>
<p>The fist thing to fix was the networks route. DLNA is a multicast service, so you need to setup that to.</p>
<p>The setup script /etc/default/mediatomb contains information about this but needs to be edited. You have to edit the line with INTERFACE to include the network interface to enable it to add the multicast route. Here is my line:</p>
<p>INTERFACE=&#8221;eth0&#8243;</p>
<p>Then I could see the media server on my BlueRay player.</p>
<h2>Slow navigation and no pause</h2>
<p>When I started to use it I found out another anoying feature or bug. When I navigated, and went from one episode to another it took like 2 minutes until the blueray player accepted my second key-press. Some kind of cashing or so was going on. And when plyaing a file I also could not pause and start again. Very annoying.</p>
<p>But fiddling a bit with the config made it working. I had to change the config.xml file in /etc/mediatomb and I added the following lines below the <em><strong>protocolInfo</strong></em> line &#8211; and yes you have to change the <em><strong>no</strong></em> to <strong><em>yes</em></strong> on that one to.</p>
<pre>    &lt;protocolInfo extend="<em><strong>yes</strong></em>"/&gt;&lt;!-- For PS3 support change to "yes" --&gt;
    &lt;extended-runtime-options&gt;
      &lt;ffmpegthumbnailer enabled="no"&gt;
      &lt;thumbnail-size&gt;128&lt;/thumbnail-size&gt;
        &lt;seek-percentage&gt;5&lt;/seek-percentage&gt;
        &lt;filmstrip-overlay&gt;yes&lt;/filmstrip-overlay&gt;
        &lt;workaround-bugs&gt;no&lt;/workaround-bugs&gt;
      &lt;/ffmpegthumbnailer&gt;
      &lt;mark-played-items enabled="no" suppress-cds-updates="yes"&gt;
        &lt;string mode="prepend"&gt;*&lt;/string&gt;
      &lt;/mark-played-items&gt;
    &lt;/extended-runtime-options&gt;</pre>
<p>And now it works like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1773/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail and smarthost and authenticated submission on port 587</title>
		<link>http://jan.saell.org/blog/archives/1641</link>
		<comments>http://jan.saell.org/blog/archives/1641#comments</comments>
		<pubDate>Mon, 01 Aug 2011 11:17:36 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[587]]></category>
		<category><![CDATA[authenticated]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[smarthost]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1641</guid>
		<description><![CDATA[Today I came across a small and interesting thing. One of our customer have been upgrading from suse to centos, and that also changed the mailer from postfix to sendmail. I consider myself a quite skilled sendmail person but this was a new one. The system itself is a dumb system and we should forward [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Today I came across a small and interesting thing. One of our customer have been upgrading from suse to centos, and that also changed the mailer from postfix to sendmail. I consider myself a quite skilled sendmail person but this was a new one.</p>
<p>The system itself is a dumb system and we should forward everyting to a smart host. But we need to do that over port 587 and authenticated.</p>
<p><span id="more-1641"></span>So some googeling and reading I came up with the following:</p>
<p>First you need to install the sendmail-cf package</p>
<pre>yum install sendmail-cf</pre>
<p>And the we need to modify the /etc/mail/sendmail.mc file and add the following (den xxx lines is there so you only have to remove the dnl first on the line:</p>
<pre>define(`SMART_HOST',`host.isp.net')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 587')
define(`ESMTP_MAILER_ARGS', `TCP $h 587')
FEATURE(`authinfo',`Hash -o /etc/mail/authinfo.db')dnl</pre>
<p>The first line specify the hostname of the smarthost. Line 2 and 3 tells sendmail to use port 587 for submission instead of the normal 25. And the fourth line specify that the authentication information should be from the authinfo.db file.</p>
<p>We now have to make the sendmail.cf file:</p>
<pre>make -C /etc/mail</pre>
<p>We now have the new sendmail.cf file in /etc/mail that sendmail can use.</p>
<p>We then have to create the file &#8211; start bu creating /etc/mail/authinfo:</p>
<pre>AuthInfo:ispdomain.net "U:my_username" "P:my_password" "M:PLAIN"
AuthInfo: "U:my_username" "P:my_password" "M:PLAIN"</pre>
<p>Where you set the username and password to what you should use.</p>
<p>We then need to make a sendmail map of it:</p>
<pre>cd /etc/mail
chmod 600 authinfo
makemap hash authinfo &lt; authinfo</pre>
<p>Second line makes it a bit more secure by making it readable for root only. And then we use the makemap to make the authinfo.db file. We can now restart sendmail and all should work.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1641/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 5 and ask to save when close and app tabs</title>
		<link>http://jan.saell.org/blog/archives/1579</link>
		<comments>http://jan.saell.org/blog/archives/1579#comments</comments>
		<pubDate>Wed, 20 Jul 2011 11:08:59 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[app tabs]]></category>
		<category><![CDATA[Close]]></category>
		<category><![CDATA[Firfox 5]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1579</guid>
		<description><![CDATA[As I just said I have switched to Firefox 5 and is quite happy with it. But there are some small things one has to do to get it to work as I want. One thing is that it wont ask me to save all the tabs if you close it down (and I thing [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> As I just said I have switched to Firefox 5 and is quite happy with it. But there are some small things one has to do to get it to work as I want.</p>
<p><span id="more-1579"></span>One thing is that it wont ask me to save all the tabs if you close it down (and I thing it when you close it down with the x not the file-&gt;exit menu).</p>
<p>And you can get around this by fixing some settings:</p>
<ol>
<li>Type <strong>about:config</strong> into the location bar and press enter</li>
<li>Accept the warning message that appears, you will be taken to a list of preferences</li>
<li>Locate the preference <strong>browser.tabs.warnOnClose</strong>, if its value is set to <strong>false</strong>, double-click on it to change its value to <strong>true</strong></li>
<li>Repeat this for these 2 preferences <strong>browser.warnOnQuit</strong>, <strong>browser.warnOnRestart</strong></li>
<li>Also do this for <strong>browser.showQuitWarning</strong></li>
</ol>
<p>This fixed it for me and now I get the close warning as I think I should.</p>
<h2>App Tabs</h2>
<p>There is also a cool new feature called <strong>app tabs</strong>. App Tabs allow you to always keep your favorite web apps like Facebook, Gmail and Twitter open and just a click away. App Tabs are small, can&#8217;t be closed accidentally and open automatically when you start Firefox.</p>
<h4>How do I set one up?</h4>
<p>Right-click on the tab you want to turn into an App Tab and select Pin as App Tab from the menu.</p>
<h4>How are App Tabs different than normal tabs?</h4>
<ul>
<li>App Tabs are small – only showing the site&#8217;s icon, not its title – and they live on the left side of the Tab Strip</li>
<li>App Tabs don&#8217;t have a close button so you can&#8217;t accidentally close them.
<ul>
<li>You can still close them by right-clicking on them and selecting Close Tab from the menu.</li>
</ul>
</li>
<li>App Tabs notify you with a blue highlight when they change.
<ul>
<li>If you have Gmail set as an App Tab, for example, and you are using a different tab when a new email is received, your Gmail tab will glow.</li>
</ul>
</li>
<li>All of the App Tabs you have set when you close Firefox will open as App Tabs when you start Firefox again.</li>
<li>Links to other websites open in a new tab so that your App Tab doesn&#8217;t change.
<ul>
<li>Many web apps, like Facebook, already do this but an App Tab will make this happen even when the website isn&#8217;t set to do it.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1579/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch to firefox 5</title>
		<link>http://jan.saell.org/blog/archives/1576</link>
		<comments>http://jan.saell.org/blog/archives/1576#comments</comments>
		<pubDate>Wed, 20 Jul 2011 10:15:45 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Firefox 5]]></category>
		<category><![CDATA[Kubuntu 10.10]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1576</guid>
		<description><![CDATA[I&#8217;m running Firefox as my main browser. I have chrome installed and I have been using it a bit but I don’t really like it (and I have had some interesting problems with it &#8211; like can&#8217;t go to page 2 on googles own search result). And I&#8217;m also using it for development and firebug [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> I&#8217;m running Firefox as my main browser. I have chrome installed and I have been using it a bit but I don’t really like it (and I have had some interesting problems with it &#8211; like can&#8217;t go to page 2 on googles own search result). And I&#8217;m also using it for development and firebug and firephp is a necessary must for me. So I&#8217;m staying with Firefox.</p>
<p><span id="more-1576"></span>But ubuntu and kubuntu 10.10 as I&#8217;m using had the old 3.6 version of Firefox and I wanted a bit more newer one. So I found a way to upgrade it thou the ppa that the ubuntu folks are releasing.</p>
<p>Its very easy and will get a new and shiny version of Firefox installed on you system.<br />
In a terminal windows:</p>
<pre>sudo add-apt-repository ppa:mozillateam/firefox-stable
 sudo apt-get update
 sudo apt-get install firefox ubufox</pre>
<pre>This will install the new version for you.</pre>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1576/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox plugin Master Password+</title>
		<link>http://jan.saell.org/blog/archives/1570</link>
		<comments>http://jan.saell.org/blog/archives/1570#comments</comments>
		<pubDate>Sun, 17 Jul 2011 09:37:57 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Master Password]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1570</guid>
		<description><![CDATA[As I have been using firefox to store relative sensitive informations (like certificates) there is a STRONG recommendation to turn on Master Password. This encrypts and secure the databases for firefox (and thunderbird) so that cookies, passwords and certificates and so is protected. And even of someone can hack into you computer they cant get [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> As I have been using firefox to store relative sensitive informations (like certificates) there is a STRONG recommendation to turn on Master Password. This encrypts and secure the databases for firefox (and thunderbird) so that cookies, passwords and certificates and so is protected. And even of someone can hack into you computer they cant get to that information.</p>
<p><span id="more-1570"></span>I like that security function, but it has one downside. As I have 8 tabs that i start up with, the password question pops up multiple times (like 2 or 3 times) when I start up the browser.</p>
<p>A bit annoying. And the same goes for thunderbird. There I have to answer the password question 2 times.</p>
<p>But yesterday I did found a add-on (one for firefox and one for thunderbird) that fixes this, as well as giving you more features for master password.</p>
<p>Its called <strong>Master Password+</strong> for both <a href="https://addons.mozilla.org/en-US/firefox/addon/master-password/" target="_blank">firefox</a> and <a href="https://addons.mozilla.org/en-US/thunderbird/addon/master-password/" target="_blank">thunderbird</a>.</p>
<p>So I installed it, and configure it to ask for password once when I start up and it takes care of it all.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1570/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dont trust facebook to keep you photos safe</title>
		<link>http://jan.saell.org/blog/archives/1555</link>
		<comments>http://jan.saell.org/blog/archives/1555#comments</comments>
		<pubDate>Fri, 01 Jul 2011 06:31:26 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1555</guid>
		<description><![CDATA[If you upload photos to facebook, perhaps you should make sure you have a backup of them. In a post in my RSS feed today, there was a problem with digikams plugin that uploaded pictures to facebook.You got the error message &#8220;Facebook Call Failed: Invalid API key&#8221;. This in itself is perhapes not to bad. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> If you upload photos to <strong>facebook</strong>, perhaps you should make sure you have a backup of them.</p>
<p>In a post in my <a href="http://www.networkworld.com/community/node/75598" target="_blank">RSS feed</a> today, there was a problem with digikams plugin that uploaded pictures to <strong>facebook</strong>.<span id="more-1555"></span>You got the error message &#8220;Facebook Call Failed: Invalid API key&#8221;. This in itself is perhapes not to bad. If <strong>facebook</strong> thinks a application is bad they can ban it from uploading. I can fully accept this and think its a god idea for security reasons.</p>
<p>But then the bad things start. Facebook &#8220;deleted&#8221; all the pictures uploaded by the app also. And as a security person I can kind of understand this. But I am sure people dont know and understand this.</p>
<p>So make sure you make a copy / backup of you photos after uploading them to <strong>facebook</strong>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1555/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 Matrix Test results published for IPv6 Day</title>
		<link>http://jan.saell.org/blog/archives/1513</link>
		<comments>http://jan.saell.org/blog/archives/1513#comments</comments>
		<pubDate>Thu, 09 Jun 2011 06:51:21 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1513</guid>
		<description><![CDATA[From ISOC England LONDON &#8211; 8 June 2011 In preparation for the World IPv6 Day on 8th June 2011, the English Chapter of the Internet Society has released the latest figures from its IPv6 Matrix Project, showing the level of IPv6 connectivity amongst the world&#8217;s 1 million busiest Web sites. A summary of those results [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> From ISOC England</p>
<h3>LONDON &#8211; 8 June 2011</h3>
<p>In preparation for the World IPv6 Day on 8th June 2011, the English<br />
Chapter of the Internet Society has released the latest figures from its<br />
IPv6 Matrix Project, showing the level of IPv6 connectivity amongst the<br />
world&#8217;s 1 million busiest Web sites. A summary of those results can be<br />
found in its latest report, freely downloadable from:<br />
<a href="http://www.ipv6matrix.org/reports">http://www.ipv6matrix.org/reports</a><br />
<br />
<a href="http://www.ipv6matrix.org/reports"></a><span id="more-1513"></span>IPv6 reachable content needs to be available in order for IPv6 traffic<br />
to pick-up on the Internet. The IPv6 Matrix Project consists of a<br />
crawler testing connectivity to the world&#8217;s busiest Web sites. Those are<br />
responsible for more than 95% of the Internet&#8217;s traffic.<br />
The report shows that only a very small minority of Web sites are<br />
currently accessible using IPv6.<br />
Although figures worldwide show an increase in percentage of &#8220;dual<br />
stack&#8221; (IPv4 and IPv6) connectivity, this is so low that it can be<br />
compared to the Internet&#8217;s early days, before the mid nineties rush<br />
triggered by the invention of Web Browsing. It is hoped that a<br />
significant rise in IPv6 connectivity will be observed after the World<br />
IPv6 Day, meaning that experimental connectivity on the day was found to<br />
be stable enough for corporations to keep their Web site running IPv6.<br />
The current results, finalised at the end of April 2011, were compared<br />
with September 2010 results. A sharp rise was found in countries where a<br />
main Web Hosting provider has upgraded to a dual stack infrastructure,<br />
but in most cases, the rise amounted to nothing more than a glitch in<br />
absolute values.</p>
<p>In general, Europe leads the way, with Asia following, then the American<br />
continent, and finally Africa. Considering the advanced stage of<br />
exhaustion in the current IPv4 addressing scheme, the figures for IPv6<br />
are very poor.</p>
<p>The IPv6 Matrix Project ( <a href="http://www.ipv6matrix.org/">http://www.ipv6matrix.org</a> ) is an ISOC England<br />
managed project, supported by the Internet Society and other sponsors,<br />
collecting vital IPv6 network data since July 2010. To-date more than<br />
70Gb of real networking data has been stored by this unique project for<br />
future analysis. The aim of the project is to track the overall natural<br />
spread of a new technology on the Internet, showing early and late<br />
adopters of technology worldwide. It also aims to trigger a wake-up call<br />
to countries noticing the advanced network infrastructure of their<br />
neighbours.<br />
For all enquiries, contact: <a href="mailto:contact@isoc-e.org">contact@isoc-e.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1513/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with Empire Avenue</title>
		<link>http://jan.saell.org/blog/archives/1511</link>
		<comments>http://jan.saell.org/blog/archives/1511#comments</comments>
		<pubDate>Wed, 08 Jun 2011 22:10:02 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1511</guid>
		<description><![CDATA[{EAV_BLOG_VER:c2def07047a6720d} A friend of mine showed me Empire Avenue (http://www.empireavenue.com/). This is partly a game, partly a social media aggregator, and a lot of fun. It works kind of like a Stockmarket for you and you blogs/facebook/twitter. ANd the code here is fur them to upgdare my rss feed to a blog. More will come [...]]]></description>
			<content:encoded><![CDATA[<p>{EAV_BLOG_VER:c2def07047a6720d}</p>
<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> A friend of mine showed me Empire Avenue (<a href="http://www.empireavenue.com/" target="_blank">http://www.empireavenue.com/</a>). This is partly a game, partly a social media aggregator, and a lot of fun. It works kind of like a Stockmarket for you and you blogs/facebook/twitter.</p>
<p>ANd the code here is fur them to upgdare my rss feed to a blog.</p>
<p>More will come later.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1511/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSA SecureId toke compromised</title>
		<link>http://jan.saell.org/blog/archives/1509</link>
		<comments>http://jan.saell.org/blog/archives/1509#comments</comments>
		<pubDate>Wed, 08 Jun 2011 13:46:39 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1509</guid>
		<description><![CDATA[More news from the rss feed &#8211; the RSA SecureID token compromised &#8211; Read more on Slashdot]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> More news from the rss feed &#8211; the RSA SecureID token compromised &#8211; <a href="http://yro.slashdot.org/story/11/06/07/129217/RSA-Admits-SecurID-Tokens-Have-Been-Compromised" target="_blank">Read more on Slashdot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1509/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet 30 years ago</title>
		<link>http://jan.saell.org/blog/archives/1504</link>
		<comments>http://jan.saell.org/blog/archives/1504#comments</comments>
		<pubDate>Tue, 07 Jun 2011 09:39:06 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1504</guid>
		<description><![CDATA[Does someone remember the internet as it was 30 years ago. In my rss feed was a lite slashdot article about someone who as started to play back the usenet news archive as it was 30 years a go in real time. You can read about the new release of V7, lpr being installed. Wonderful [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Does someone remember the internet as it was 30 years ago. In my rss feed was a lite <a href="http://tech.slashdot.org/story/11/06/06/1435259/Usenet-With-a-30-Year-Lag" target="_blank">slashdot</a> article about someone who as started to play back the usenet news archive as it was <a href="http://olduse.net/" target="_blank">30 years a go</a> in real time.</p>
<p><span id="more-1504"></span>You can read about the new release of V7, lpr being installed.</p>
<p>Wonderful stuff for us old geeks that remember the &#8220;good old days&#8221;. It was even before my time in unix.</p>
<p>So go back and <a href="http://olduse.net/" target="_blank">read the news</a> as it was &#8211; way &#8211; way back.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1504/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MS Exchange integration on you Phone?</title>
		<link>http://jan.saell.org/blog/archives/1295</link>
		<comments>http://jan.saell.org/blog/archives/1295#comments</comments>
		<pubDate>Wed, 24 Nov 2010 07:49:37 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=1295</guid>
		<description><![CDATA[Today I had an interesting story in my RRS feed about MS Exchange integration a phone and the fact that someone (server admin on the exchange side) can remotely wipe you phone from all data. Here is a link to the slashdot artickle. Apparently when you allow you phone to access MS Exchange you will [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Today I had an interesting story in my RRS feed about MS Exchange integration a phone and the fact that someone (server admin on the exchange side) can remotely wipe you phone from all data. Here is a link to the <a href="http://apple.slashdot.org/story/10/11/23/2050239/When-Your-Company-Remote-Wipes-Your-Personal-Phone" target="_blank">slashdot</a> artickle.</p>
<p><span id="more-1295"></span>Apparently when you allow you phone to access MS Exchange you will also allow the MS Exchange software to have the ability to control you phone to a large way. Remotely it can turn off bluetooth, disable the camera and even completely wipe the phone. I wounder if most people put there that uses MS exchange knows this?</p>
<p>I am glad I&#8217;m not using MS Exchange.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/1295/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook chat from linux</title>
		<link>http://jan.saell.org/blog/archives/996</link>
		<comments>http://jan.saell.org/blog/archives/996#comments</comments>
		<pubDate>Sun, 04 Jul 2010 18:41:47 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=996</guid>
		<description><![CDATA[I have a lot of friends and family on facebook. And facebook has a nice chat function, but the problem is that its only giving off a small sound when someone types to me and i usually dowt have the facebook up so I usually misset. But during the week I came a cross a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> I have a lot of friends and family on facebook. And facebook has a nice chat function, but the problem is that its only giving off a small sound when someone types to me and i usually dowt have the facebook up so I usually misset. But during the week I came a cross a site talking about how to access facebook from any XMPP or Jabber enabled chat client. And as Kopete can use that I set it up and it works very nice.</p>
<p><span id="more-996"></span>So here are the instructions:</p>
<p>Start by going onto facebook, login as usuall and go to <a href="http://www.facebook.com/sitetour/chat.php" target="_blank">http://www.facebook.com/sitetour/chat.php</a></p>
<p>There you can click on Other Windows/Mac/Linux.</p>
<p>And you will get a popup shoing you the login, and other information you need.</p>
<p>Open up Kopete and Click “Settings” in the top menu and then click “Configure”.</p>
<p>Click on “Accounts”, and then click “Add Account…”</p>
<p>Select “Jaber (XMPP, Jabber, Google talk)” from the list of services. Then click on next.</p>
<p>Use the <strong>Jabber ID</strong> you got from the chat page, and type it into the Jabber ID field.</p>
<p>Click on <strong>Remember Password</strong> and type in your normal Facebook password. Then click on next.</p>
<p>Under Connection preferences, leave all three options unchecked.</p>
<p>ANd no clikc on OK and you should be able to connect.</p>
<p>Be warned that you will see all you facebook friends so it might give you a lot of new persons in kopete.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/996/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ny &#8220;tv&#8221; serie, tv&#8217;s framtid?</title>
		<link>http://jan.saell.org/blog/archives/984</link>
		<comments>http://jan.saell.org/blog/archives/984#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:46:11 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=984</guid>
		<description><![CDATA[I dag har en ny &#8220;tv&#8221; serie lanserats. Detta är SciFi serien Poiner One. Denna är en ny SciFi serie som just har släppts med första avsnittet. Och dels ser den bra ut men sätte som den distribueras på är också interesant. Så vad är nytt med denna. Jo den är FRI och gjord genom [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> I dag har en ny &#8220;tv&#8221; serie lanserats. Detta är SciFi serien <strong>Poiner One</strong>. Denna är en ny SciFi serie som just har släppts med första avsnittet. Och dels ser den bra ut men sätte som den distribueras på är också interesant.</p>
<p><span id="more-984"></span>Så vad är nytt med denna. Jo den är FRI och gjord genom doneringar.</p>
<p>Första avsnittet gjordes med en budget på bara 6000 USD och nu jagar man mer pengar för att göra resten av sästong 1.</p>
<p>Och den distribueras fritt genom bittorrent.</p>
<p>Jag har laddat hem första avsnittet och den ser helt ok ut. Verkar kunna bli en bra story och att göra en &#8220;fri&#8221; tvserie är en härlig variant.</p>
<p>Så gå till <a href="http://www.pioneerone.tv/" target="_blank">PionerOnes hemsida</a>, ladda hem, och ev var med och donera.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/984/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another low water mark</title>
		<link>http://jan.saell.org/blog/archives/972</link>
		<comments>http://jan.saell.org/blog/archives/972#comments</comments>
		<pubDate>Sun, 13 Jun 2010 15:15:33 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=972</guid>
		<description><![CDATA[Today when checking my email I did have some time to clean-out my spam-box. I do like to see what spam I get sometime, and today was the usual assortments of winnings (oh i wish i could get this 1.5 M USD that I won and the 1 million GBP that I have waiting for me at the UK bank). But I understand scams and I do understand that some people fails for it [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><img title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Today when checking my email I did have some time to clean-out my spam-box. I do like to see what spam I get sometime, and today was the usual assortments of winnings (oh i wish i could get this 1.5 M USD that I won and the 1 million GBP that I have waiting for me at the UK bank). But I understand scams and I do understand that some people fails for it and that they don&#8217;t need tat many people that falls for it to make it worth while. And its sad but that&#8217;s humans for you.</p>
<p><span id="more-972"></span></p>
<p>But today I got the following mail:</p>
<div lang="x-cyrillic">
<pre>Organization:  	World Vision UK
World Vision House
Opal Drive
Milton Keynes
MK15 0ZR
United Kingdom.

Attn Sir/Ma,

On January 12, a 7.0 magnitude earthquake struck Haiti. Join recovery efforts
mobilizing around the world to assist earthquake victims, with World Vision teams
in the midst of a full-scale response to the devastating earthquake in Haiti;
information from the disaster zone develops very quickly.</pre>
<pre>In light to support Disaster Relief in Haiti World Vision have personally
witnessed the tremendous generosity and goodwill of the American people
and of our friends around the world to help in times of great need, World
Vision is on the ground rushing emergency supplies to survivors of this
catastrophe. The damage to buildings is extensive and the number of injured
or dead is estimated to be in the tens of thousands.</pre>
<pre>Prior to this present engagements World Vision Team needs payment representative
to work on part-time, we will need you as payment representative to receive
payments in your location where we do not have agent presently from Corporate,
Individual willing to donate to help the relief effort today.

Job Description is as follows (Read Carefully)

1. Payment will be sent to you on our behalf from any of our donor this would
   come in the form of Cashiers Checks, Bank wire transfer
2. All Payments must be Cashed/Deposited or confirm receipt of funds incase of
   wire transfer at your Bank.
3. Deduction of Commission Fee of 10% Payment received as your remuneration for
   working with "World Vision Team" to encourage your participation.
4. Further directives shall be enunciated to you in very general term on how to
   Convey the donated funds to achieve our basic objective of the team.

Note:  There is no application fee for this vacancy to be our representative
       it will all go down to your benevolence to support the circumstance in
       Haiti, but also you have the opportunity to engage in dialogue with our
       staff members and other world vision supporters. 

If you are interested to be an agent; kindly provide your contact details as
specified underneath;

Full Name:
Mailing Address (not P.O BOX):
City:
State:
Country:
Zip Code:
Telephone Number:
Cell Number
Fax Number:
Email Address:
Gender:
Age:
Occupation:

God Bless you as we look forward to establish a cordial relationship with you.

Yours Truly,

For: WORLD VISION ORGANIZATION	

Dr. Neil Ashford

(Human Resources Manager)
Reply to: worldvisionteam@excite.co.uk</pre>
<p>So this is no so wrong in a number of ways.</p>
<ol>
<li>Using a human disaster to make people beliving that they might help and still earn money on it. Peoples gread is usually enough to get some to fall for spam and this is now double so.</li>
<li>They are also using a organisation that has had very bad reputations for other spam problems so its very bad.</li>
</ol>
<p>I do feel very said for the world when I see this.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/972/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dags att flytta till spanien?</title>
		<link>http://jan.saell.org/blog/archives/966</link>
		<comments>http://jan.saell.org/blog/archives/966#comments</comments>
		<pubDate>Wed, 09 Jun 2010 07:16:22 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=966</guid>
		<description><![CDATA[I dagens RSS flöde läste jag om att man har tydligen haft en bittorrent rättegång som har pågått sen 2005. Men domarna i Spanien är tydligen lite mer, ska vi säga liberala, och sitter inte lika mycket i knä på copyright lobbyn som i Sverige. DOm har lagt ned rättegången och liknar filesharing med att man lånar böcker av varandra. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> I dagens <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/HzZC-3gbGKo/Spanish-Judges-Liken-File-Sharing-To-Lending-Books" target="_blank">RSS flöde</a> läste jag om att man har tydligen haft en bittorrent rättegång som har pågått sen 2005.</p>
<p>Men domarna i Spanien är tydligen lite mer, ska vi säga liberala, och sitter inte lika mycket i knä på copyright lobbyn som i Sverige. DOm har lagt ned rättegången och liknar filesharing med att man lånar böcker av varandra.</p>
<p><span id="more-966"></span>Och lite håller jag nog med. Jag tycker inte att man ska dela på copyrightskyddat material, som tex musik och program eller filmer. Men att lägga in skydd så jag inte en kan kopiera den musiken jag köpt till min IPOD är fel. Och jag tycker inte att det är fel att plocka hem TV serier som går på TV för att kunna följa med när man inte är hemma. Men det är min åsikt.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/966/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lego printer</title>
		<link>http://jan.saell.org/blog/archives/958</link>
		<comments>http://jan.saell.org/blog/archives/958#comments</comments>
		<pubDate>Thu, 03 Jun 2010 06:00:49 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=958</guid>
		<description><![CDATA[Det finns helt uppenbart en del folk med aldeles för mycket tid över. Dagens RRS flöde hade ett inlägg från slashdot om en Legoprinter. Helt vansinnigt, men ganska rolig.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> Det finns helt uppenbart en del folk med aldeles för mycket tid över. Dagens RRS flöde hade ett inlägg från <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/7nl7AhiPG-E/The-Genius-of-the-Lego-Printer" target="_blank">slashdot</a> om en <a href="http://www.pcpro.co.uk/blogs/2010/06/02/the_genius_of_the_lego_printer/" target="_blank">Legoprinter</a>. Helt vansinnigt, men ganska rolig.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/958/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Etherpad</title>
		<link>http://jan.saell.org/blog/archives/889</link>
		<comments>http://jan.saell.org/blog/archives/889#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:47:18 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=889</guid>
		<description><![CDATA[Today I came across another cool application on the net. Its called etherpad and I read bout it in the following blog. Etherpad is a collaborative editor where a number of people (up to 16) can se and edit the same document. A very cool idea. I tested a few of the links he had [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Today I came across another cool application on the net. Its called etherpad and I read bout it in the following <a href="http://okiebuntu.homelinux.com/blog/?p=132" target="_blank">blog</a>.</p>
<p>Etherpad is a collaborative editor where a number of people (up to 16) can se and edit the same document. A very cool idea.</p>
<p><span id="more-889"></span>I tested a few of the links he had and I also found that the <a href="http://TitanPad.com/" target="_blank">TitanPad.com</a> one seems to be a nice one. The piratepad.net that is run by pirateparty in sweden has some of the features disabled. But i like the idea of a shared editor for meeting notes perhapes. WIll defenetly test this in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/889/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ipad hackad</title>
		<link>http://jan.saell.org/blog/archives/843</link>
		<comments>http://jan.saell.org/blog/archives/843#comments</comments>
		<pubDate>Mon, 05 Apr 2010 10:11:01 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=843</guid>
		<description><![CDATA[Ibland undrar man hur företagen orkar med att lägga miljoner på att försöka låsa ned devices och andra saker för att förhindra hackning. Tydligen så har en hacker i USA redan hackat dis in i en ipod, bara en dag efter det att den släppts raporteras det på slashdot. Det är lite samma problem som [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> Ibland undrar man hur företagen orkar med att lägga miljoner på att försöka låsa ned devices och andra saker för att förhindra hackning. Tydligen så har en hacker i USA redan hackat dis in i en ipod, bara en dag efter det att den släppts raporteras det på<a href="http://apple.slashdot.org/story/10/04/04/2223237/iPad-Jailbroken" target="_blank"> slashdot</a>.</p>
<p>Det är lite samma problem som med DVD och regionskodningen. Det brukar inte ta lång tid innan nån ute i världen kommer p hur man bryter sig in eller tar sig förbi skydden. Vore det inte enklare att ta bort detta och se till att folk kan göra som dom vill med sin hordvara/media och lita på att folk kommer att lära sig att sköta detta.</p>
<p>Se bara på spotify och deras hantering av musik. Jag trot att dom flesta är villiga att betala lite för att ha tillgång till musik och 99 kr per månad är inte mycket. Jag tror att folk generellt är ganska ärliga om man ger dom en möjlighet till att skaffa saker till ett rimligt pris.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/843/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jag har blivit spotified</title>
		<link>http://jan.saell.org/blog/archives/771</link>
		<comments>http://jan.saell.org/blog/archives/771#comments</comments>
		<pubDate>Thu, 11 Feb 2010 21:55:42 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=771</guid>
		<description><![CDATA[Jaja det har drabbat även mej. Denna nya fluga eller nya sätt att lyssna på musik. Jag har varit lite traditionell och tyckt att jag klarar mej bra med mina CD skivor, inscannade till amaroc och nedladdade till min ipod, eller uppspelta på min squeesbox. Men i tisdags så fick jag en invite till spotify [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> Jaja det har drabbat även mej. Denna nya fluga eller nya sätt att lyssna på musik.</p>
<p>Jag har varit lite traditionell och tyckt att jag klarar mej bra med mina CD skivor, inscannade till amaroc och nedladdade till min ipod, eller uppspelta på min squeesbox. Men i tisdags så fick jag en invite till spotify av en god vän och tänkte att jag får väl kort kolla också.</p>
<p><span id="more-771"></span></p>
<p>Sagt och gort, jag laddade hem freevarianten och startade och prova. Och jag gillar det. Dom har ortoligt mycket musik där.</p>
<p>Bland annat har jag hittat 3 skicor med Norah Jones som jag inte hade, 14 skivor med Gipsie Kings, och 9 nya skivor med Arrogant worms. Så man måste säga att det finns en hel del där att hitta och inte bara nya skivor. Bland annat hittade jag Spike Jones från 1959. Så mycket musik har dom.</p>
<p>Jag har nu även uppgraderat till Premium, så nu har jag några invites att dela med mej om någon vill ha.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/771/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up ssh-agent on ubuntu/kubuntu</title>
		<link>http://jan.saell.org/blog/archives/684</link>
		<comments>http://jan.saell.org/blog/archives/684#comments</comments>
		<pubDate>Tue, 10 Nov 2009 11:47:32 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=684</guid>
		<description><![CDATA[Last week I got tired of typing passwords. Well what really was happening was that I decided to start using svn (or subversion) for all of our source code. And I like that fact that svn can work over ssh. So I set up our own archive on our main machine and started to fill [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Last week I got tired of typing passwords. Well what really was happening was that I decided to start using svn (or subversion) for all of our source code. And I like that fact that svn can work over ssh. So I set up our own archive on our main machine and started to fill it up. But using svn over ssh also means that you need to specify you password a number of times, and even more that once for a svn command.</p>
<p><span id="more-684"></span>I have no problems with typing in my password when I log in to a server, but now it was getting a bit annoying.</p>
<h2>ssh-agent</h2>
<p>Well one of the solutions is ssh-agent. This little program sits and holds the key and send them on towards a new system. I can also forwards it if you login with ssh to another machine (if you allows it). The best way to run it is as a main program and have all other programs to be a childes to it. Then all the settings and so it inherited. And guess what &#8211; ubuntu and kubuntu does that. When you login and startup X it seems that ssh-agent is started by default.</p>
<p>To make it even simpler its a good thing to add you main key to it. You can do that with the command:</p>
<pre>ssh-add</pre>
<p>and it will ask for the key for the private keys you have in your ssh directory. An even better version is to have ssh-add run as the X system starts up. To do this you need to install the package <em>ssh-askpass</em>. This contains a small X11 program that will grab the keyboard and allow you to enter the key. Install it with:</p>
<pre>sudo apt-get install ssh-askpass</pre>
<h2>Autostart of ssh-add</h2>
<p>When we now have that installed we can setup so that we get ssh-add to run when we tart up X.</p>
<p>create a file .kde/Autostart/ssh-add.sh</p>
<p>With this content:</p>
<pre>#!/bin/sh
# set SSH_ASKPASS if not set elsewhere
export SSH_ASKPASS=/usr/bin/ssh-askpass
ssh-add &lt;/dev/null</pre>
<p>This will start ssh-add and popup a windows asking for the password. Set the right permissions on it with:</p>
<p>chmod 755 .kde/Autostart/ssh-add.sh</p>
<p>Ths only thing now it to forward ssh-agent requests if you whant that. I did write about my way of creating small scripts fo conecting to other servers <a href="http://jan.saell.org/blog/archives/167" target="_blank">here</a>, and I now added a -A flag to the ssh command line to get that to work.  Then when you log in to a new server you dont have to enter the password and if you run ssh (or svn over ssh) on that machone the password questions gets back to the original ssh-agent.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/684/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Audible content in amaroc again, virtualbox to the rescue</title>
		<link>http://jan.saell.org/blog/archives/526</link>
		<comments>http://jan.saell.org/blog/archives/526#comments</comments>
		<pubDate>Sun, 04 Oct 2009 16:41:41 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=526</guid>
		<description><![CDATA[Some time ago I wrote about getting my audible content into my ipod without using a window system. It was working fine until November last year and then it stoped working all together. No matter what I was doing and how i fiddled around with the settings, installed new programs or whatever i did. The [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Some time ago I <a href="/blog/archives/39" target="_blank">wrote about</a> getting my audible content into my ipod without using a window system. It was working fine until November last year and then it stoped working all together. No matter what I was doing and how i fiddled around with the settings, installed new programs or whatever i did. The files came down perfectly but I could not play them on my ipod.</p>
<p>What was happening (I think) is that audible has timed up with itunes for the ipod delivery and as the system is not seeing my ipod it defaults to remove the ipod from my device list after a while (some years or so). So the drm will not let me play it on my ipod. I was kind of crossed as I just bought 2 new books that was a continuation of a book i already read, and now I could not read (well listen) to them.</p>
<p><span id="more-526"></span></p>
<p>One way of perhaps solving this would have been to reformat and connect the ipod to a vmware instance that I have for some windows programs that I do need to run, like the bank and so, but as i have had problems with that (linux sees the ipod first and grabs it) and that I do want amarok to handle my podcast that was not real way for me. And as vmware dont talk to pulseaudio I could not play it in &#8220;windows&#8221; and capture the audio.</p>
<p>Some days ago I started to play with virtualbox as an other way of doing other systems that I sometimes need to run uner linux. I have some customer sometimes that requires stuff to be done on a windows system with ASP and MsSQL server and so, so I am forced to run it some times. And as  Virtualbox is free I was looking into that.</p>
<p>And I found that the virtualbox works better than vmware does. It handles pulseaudio as it should. So i get the sound working in the windows instance that I run under virtalbox. Well this is interesting.</p>
<p>This guide also requires that you have pulseaudio working on your system but as I have covered that earlier I will not go into that here.</p>
<h2>Install virtualbox</h2>
<p>Installing virtualbox is fairly easy. You install the virtualbox-ose version (this is the open one thats in the normal repository). Im shure you can download and install the new versions from suns site directly but as this solved my problem i just did that. You also need to install the <em>virtualbox-ose-modules-generic</em> package also to gte the networks and so working.</p>
<pre>sudo apt-get install virtualbox-ose
sudo apt-get install virtualbox-ose-modules-generic</pre>
<h2>Setup a virtualbox for playing</h2>
<p>To set up a virtualbox its a straight forward job. You just click on new in the virtualbox control program, select a name and windows xp as os type. You create a new virtual disk of at least 5 gb (5g is enough for setting up the os and itunes, and some audiobooks).</p>
<p>You then select NAT as a network drive</p>
<p><a href="http://jan.saell.org/blog/wp-content/uploads/2009/10/vbox2.jpg" target="_blank"><img class="alignnone size-medium wp-image-627" title="vbox2" src="http://jan.saell.org/blog/wp-content/uploads/2009/10/vbox2-300x251.jpg" alt="vbox2" width="300" height="251" /></a></p>
<p>Then setup the audio as pulseaudio</p>
<p><a href="http://jan.saell.org/blog/wp-content/uploads/2009/10/vbox1.jpg" target="_blank"><img class="alignnone size-medium wp-image-626" title="vbox1" src="http://jan.saell.org/blog/wp-content/uploads/2009/10/vbox1-300x251.jpg" alt="vbox1" width="300" height="251" /></a></p>
<p>And after you have installed the OS and the guest additions you can add a shared drive to store the data on</p>
<p><a href="http://jan.saell.org/blog/wp-content/uploads/2009/10/vbox3.jpg" target="_blank"><img class="alignnone size-medium wp-image-628" title="vbox3" src="http://jan.saell.org/blog/wp-content/uploads/2009/10/vbox3-300x251.jpg" alt="vbox3" width="300" height="251" /></a></p>
<p>This should give you an OS that should work well and play ipod music.</p>
<p>Then go ahead and install the audible download manager and the itunes program.</p>
<h2>Configure pulseaudio</h2>
<p>Pulseaudio has many config files and many options. I am sure that someone that is very knowable in configuring a pulseaudio setup can do this better, and if you already are using pulseaudio over the network you might need to work more on this,  but this worked for me.</p>
<p>As pulseaudio has a option of sending audio out over the network, and in creating this you have a sink to use to send the audio from our virtualbox os out on, and record from you can use this separatly from any other sound device so that normal system sounds and so will not disturb the recording.</p>
<p>You go into the &#8220;Pulseaudio Preferences&#8221;. and go to tab 2.</p>
<p><a href="http://jan.saell.org/blog/wp-content/uploads/2009/10/pulseaudio1.jpg"><img class="alignnone size-medium wp-image-631" title="pulseaudio1" src="http://jan.saell.org/blog/wp-content/uploads/2009/10/pulseaudio1-300x188.jpg" alt="pulseaudio1" width="300" height="188" /></a></p>
<p>Click the &#8220;Enable Multicast/RTP sender&#8221; and then the &#8220;Create separate audio device for Multicast/RTP&#8221;. This is all that is needed to make it work.</p>
<h2>Install pacpl</h2>
<p>To convert the file later on we need the <em>pacpl</em> program. This is a perl audio converter and it can convert from mp3 to mp4&#8242;s for the ipod. It has quite some prerequisites so the easiest way is to follow the instrucrtions <a href="http://ubuntuforums.org/showthread.php?t=712064" target="_blank">here</a>. I think im using a slightly newer version, 4.0.5 insted of 4.0.4 but the procedure is the same.</p>
<p>In short:</p>
<ul>
<li>Install/Setup the mediabuntu repostitory</li>
<li>Install Ubuntu Restricted Extras and build-essential</li>
<li>Download and build pacpl package</li>
<li>Install it and all prerequisites</li>
</ul>
<p>The we can use the <em>pacpl</em> program later to convert the file.</p>
<h2>Install gpac</h2>
<p>To get the best files for the ipod we need to install gpac packages also. This will give us the <em>MP4Box</em> program that we can use later to fix the files for the ipod.</p>
<pre>sudo apt-get install gpac</pre>
<p>will install this.</p>
<h2>Install lame</h2>
<p>To convert the file to mp3 files we also need the <em>lame</em> encoder. Install this with:</p>
<pre>sudo apt-get install lame</pre>
<h2>Running the audio capture</h2>
<p>So now its time to run the audio capture. And yes &#8211; it will require you to play the audible file in your virtalbox windows, but as this is just running I don&#8217;t see the problem with that. It just take time. So startup itunes in there, and select the file you whant to play. But don&#8217;t start playing it yet. I have created one small playlist called ToConvert that I use and add one file to that the time. This is often the case because I like the unabridged versions of the books.</p>
<p>Then we need to move the audio output of the virtualbox to the rtp.multicast.sink. You do this by opening up the Pulseaudio Volum Control program, rightclick on the VBOX (with the right name if you are running multiple virtual boxes), select Move stream, and move it to the rtp.multicast.sink.</p>
<p><a href="http://jan.saell.org/blog/wp-content/uploads/2009/10/pa1.jpg" target="_blank"><img class="alignnone size-medium wp-image-636" title="pa1" src="http://jan.saell.org/blog/wp-content/uploads/2009/10/pa1-300x181.jpg" alt="pa1" width="300" height="181" /></a></p>
<p>Then open up a terminal windows to start the recorder. The command to capture is (type in the command but don&#8217;t press enter yet):</p>
<pre>parec --format=s16le --device="rtp.monitor" | lame -r -x --bitwidth 16 -m s -a - &gt; /tmp/js.mp3</pre>
<p>We use the parec to capture from the rpt.monitor and send ot out as 16 bits little endian raw pcm file.</p>
<p>Then we use lame to encode it to mp3. The flags for lame is -r for raw pcm file, -x for little endian, &#8211;bitwith 16 for 16 bits file, -m s for stereo and -a for downsample to mono.</p>
<p>When you are ready, have the virtual box ready and the parec ready, press enter on the command line to start the recorder and then click on play in itunes to start recordning.</p>
<p>This will give you the file /tmp/js.mp3 with the audio you have played in itunes. You have to have the windows open and press &lt;CTRL&gt; + C when the playing is done. If you miss and record silence in the end, you can use audacity to trim down the file.</p>
<p>So now we have the mp3 file and you can play that in your ipod. But there is some problems.</p>
<ol>
<li>The file will not come in right without the ID3 tag</li>
<li>If you just copy over a mp3 you can play it, but if you navigate away from the playing and play something else you will loose where you where.</li>
<li>And the file will not be under Audiobooks.</li>
</ol>
<p>Number 1 is sorted out by using a good ID3 tag editor &#8211; i prefer the EasyTAG one.</p>
<p>Number 2 and 3 is handled by converting it to a m4b file. The m4b file is just an mp4 file (m4a), but renamed to m4b.</p>
<h2>Convert to m4a</h2>
<p>To convert the file to mp4 we will use the pacpl program. The commadn line to do the conversion is:</p>
<pre>pacpl --defopts 0 -v -to m4a --aacqual 50 --eopts="-b 32" /tmp/js.mp3</pre>
<p>This will set no default options (&#8211;defoptions 0), be verbose (-v), convert to m4a (-to m4a), set the m4a quality to 50 (&#8211;aacqual 50) and set the encoding options to use 32 bits bitrate (&#8211;eopts=&#8221;-b 32). This will produce a m4a files that is just lightly bigger than the audible file we started with.</p>
<h2>Setting ID3 tags</h2>
<p>Before one renames the m4a files to m4b i run the easyTag to set the ID3 tags. Remember to add Part1.. and to to the title if you are spliting the file in multiple parts to keep the size down (i have found that files under 100mb works best). I usually sets the tags for both the mp3 file and the m4a file.</p>
<h2>Fixing file for ipod</h2>
<p>There is a problem with just converting the mp3 to m4a. Some times when you start up your ipod it will fail to read in the file in memory, or miss to skip to the right place, and then it will jump to next file. Enoying. But you can make it less frequent by just waiting for 5 seconds before pressing to play. But it seems that this last step will fix this to. Apparently the itunes creates an interleaved version of the file, and <em>MP4Box</em> program can do this to. So run the following command on the file:</p>
<pre>MP4Box -ipod /tmp/js.m4a</pre>
<p>And now you are ready to rename the file:</p>
<pre>mv /tmp/js.m4a /tmp/js.m4b</pre>
<p>And you can now tranfer the file to your ipod with amarol, and listen to it.</p>
<p>Hope you enjoy this as much as i do.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/526/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>External access to smoothwall without a webinterface</title>
		<link>http://jan.saell.org/blog/archives/499</link>
		<comments>http://jan.saell.org/blog/archives/499#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:08:41 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=499</guid>
		<description><![CDATA[Last week i installed a new smoothwall firewall. The old one we had at the summerhouse blow up last year &#8211; last weeks of the authum we where there and I did not have time then to fix it so I just took it home. After checking it now I did found out that the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-12" title="English" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/uk.png" alt="" width="18" height="14" /> Last week i installed a new smoothwall firewall.</p>
<p>The old one we had at the summerhouse blow up last year &#8211; last weeks of the authum we where there and I did not have time then to fix it so I just took it home. After checking it now I did found out that the motherboard is probably fried and not the harddrive as I suspected, but I will have to do more investigation into this. I had more small boxes that can be used for this (the one we had in the house in uppsala could be reused) so i installed a new version of smoothwall on it. The old one was a Smoothwall Express 2 and there is a new version 3 out that I wanted to test.</p>
<p><span id="more-499"></span>So I installed the new version on the box and as I whanted to test it as much as I could I plugged the red network into my home network and that was good and well and it got a network adress over DHCP just as it would down at the summerhouse when I plug it into the telia ADSL connection.</p>
<p>Except for the fact that after the initial config you are suposed to login to the webinterface from the INSIDE (or the green network) to finnish the config. And my machines are ofcuase on my green home network, and that is now the red on the new smoothwall. So what to do. Well im shure there is a way of changing the config manually so I started too look around and checked if I could change it from the command line.</p>
<p>And there is a way but I could not find any one mention this so thats why I write this down. Hopefully someone else can use this aswell.</p>
<p>So you go into the machine (on the console) and login with root and the password you set.</p>
<p>At the prompt you do:</p>
<pre>vi /var/smoothwall/xtaccess/config</pre>
<p>And then add the line:</p>
<pre>tcp,0.0.0.0/0,441,on</pre>
<p>Save the file, back to the command line and reboot the system (reboot command)<em><strong></strong></em>.</p>
<p>This will open up the access to the 441 port and the web interface from the red network and after this you can login on the red network to the webinterface also and continue the config process.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/499/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Årsmöte avklarat</title>
		<link>http://jan.saell.org/blog/archives/412</link>
		<comments>http://jan.saell.org/blog/archives/412#comments</comments>
		<pubDate>Tue, 21 Apr 2009 19:14:25 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=412</guid>
		<description><![CDATA[I dag var det dags för årsmöte i Registrars.se föreningen. Jag har ju vart tillförordnad ordförande från det att vår förra ordförande Johanthan Sulo var tvungen att avgå eftersom han bytt jobb. Och gissa vad &#8211; jag blev omvald eller vald som ordförande för nästa år.  Och vi fick också in nytt folk i styrelsen. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> I dag var det dags för årsmöte i Registrars.se föreningen. Jag har ju vart tillförordnad ordförande från det att vår förra ordförande Johanthan Sulo var tvungen att avgå eftersom han bytt jobb. Och gissa vad &#8211; jag blev omvald eller vald som ordförande för nästa år.  Och vi fick också in nytt folk i styrelsen. Det har ju vart en hel del frånfall detta år eftersom ombudskåren har blivit en ny registrarskår och en hel del personer har bytt arbete etc. Men nu har vi fått nytt folk på platserna som vi hade tomma.</p>
<p><span id="more-412"></span></p>
<p>Dessutom så har vi nu startat jobbet med att byta stadgarna. Det fanns ju en hel del editoriella ändringa (Ombud till registrars och NIC.SE till IIS osv) och detta är nu gjort &#8211; i all fall första delen. Dessa måste ju tas beslut på vid 2 årsmöten så första steget är klart nu och vi får göra sista beslutet på nästa årsmöte.</p>
<p>Efter det var det presentation av dom komerciella epp klienter som fanns för .se. Jag och björn var där från oss (min hals är ju nästan helt slut och jag kunde inte presentera själv) så björn fick göra presentationen.</p>
<p>Det var interesant och se dom andra och en sak som slog mej var att vi var dom enda som körde live &#8211; dom andra visade powerpoint presentationerna och inget live. Lite fegt men så var det.</p>
<p>Nu ska jag ta det lugnt och vila min röst. Även om den blivit bättre så känns det att man pratat en hel del idag trots att jag borde hållit tyst.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/412/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPRED &amp; halvering av Internet</title>
		<link>http://jan.saell.org/blog/archives/376</link>
		<comments>http://jan.saell.org/blog/archives/376#comments</comments>
		<pubDate>Sun, 05 Apr 2009 10:51:41 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=376</guid>
		<description><![CDATA[Jaha då är det huntinseason på fildelare. IPRED lagen har trädit i kraft och skivbolagen och andra jagar pirater med blåslampa. Och vad har detta inneburit. Internet trafik halverad Som raporterats i flera tidiningar (idg, aftonbladet) så har internet trafiken gått ned. Med anska mycket. I onsdags så raporterade man 30 % nedgång men om [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> Jaha då är det huntinseason på fildelare. IPRED lagen har trädit i kraft och skivbolagen och andra jagar pirater med blåslampa. Och vad har detta inneburit.</p>
<h2>Internet trafik halverad</h2>
<p>Som raporterats i flera tidiningar (<a href="http://www.idg.se/2.1085/1.221785/internettrafiken-dyker" target="_blank">idg</a>, <a href="http://www.aftonbladet.se/nyheter/ipred/article4797096.ab">aftonbladet</a>) så har internet trafiken gått ned. Med anska mycket. I onsdags så raporterade man 30 % nedgång men om man tittar på <a href="http://stats.autonomica.se/mrtg/sums/All.html" target="_blank">statistiken från knutpunkterna</a> i sverige så har det gått ned hela veckan sen i onsdags och nu är man på 90gb/s och man var nästan uppe i 200 gb/s i tisdags så jag skulle säga att detta är nästan 50%. Och an kan ju undra vad detta beror på. Fildelning &#8211; Ja säkert till en del. Men endast det?</p>
<h2>Ej retroaktivt</h2>
<p>När man gjrde IPRED lagen så är jag ganska säler på att jag kommer ihåg att en av sakerna var att det inte skulle vara retroaktift, dvs man skule inte kunna gå tillbaka och leta titta på gamma data. Men nu har 3 eller var det 5 fildelare redan skickats till domsolev av bokförlagen. Djäklar vad snabba dom har varit och letat information och så &#8211; på bara 3 dagar?</p>
<h2>Försäljningsstatistik</h2>
<p>Det enda som är kvar nu är att vänta på försäljningsstatistiken från Skivbolagen och film industrin. Om nu nedladdningen stog för 50% av internet så borde ju försäljningen av musik och filmer g upp ganska markant. Tror vi på detta? Och kommer skivbolagen etc att publicera statistik nu?</p>
<p>Ska jag vara ärlig så tror jag att förändringen blir omvänd. Jag har tankat hem en del, men mestadels är det serier som jag vill titta på och att få hem dom tidigare än när dom kommer ut i sverige är interesant. DOck så gillar jag också riktig hög kvalitet så nör det kommer på DVD så brukar jag oftast köpa dom riktiga också. Men kommer jag att fortsätta med det. Ja till en viss del men jag kommer ju inte att se så månag nya serier så möjligen kommer jag inte att hitta dom jag vill köpa.</p>
<p>Vad tror ni andra &#8211; kommer IPRED att påverka era inköp?</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/376/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Låt oss stämma bilindustrin och telia</title>
		<link>http://jan.saell.org/blog/archives/328</link>
		<comments>http://jan.saell.org/blog/archives/328#comments</comments>
		<pubDate>Wed, 18 Feb 2009 10:31:58 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=328</guid>
		<description><![CDATA[Ja så är rättgången i full gång mot The Pirat Bay. Både aftonbladet och IDG har idag artiklar om rättegången givetvis, och idag har ju åklagaren backat lite med åtalet vad detta nu ger. Men jag tycker att rättegången är helt fel från grunden. Låt oss ta in alla biltillverkare och stäm dom för massmord. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> Ja så är rättgången i full gång mot The Pirat Bay. Både <a href="http://www.aftonbladet.se/nyheter/article4442573.ab" target="_blank">aftonbladet</a> och <a href="http://www.idg.se/2.1085/1.212667/aklagaren-backar" target="_blank">IDG</a> har idag artiklar om rättegången givetvis, och idag har ju åklagaren backat lite med åtalet vad detta nu ger.</p>
<p>Men jag tycker att rättegången är helt fel från grunden.</p>
<p>Låt oss ta in alla biltillverkare och stäm dom för massmord. Dom tillverkar ju bilar som folk kör ihjäl andra med dagligen &#8211; och vi har ju över 400 döda i trafiken varje år så det måste väl klassas som medhjälp till massmord. Minst.</p>
<p>Och sen har vi ju telia. Dom hjälper ju till att möjliggöra hot, hets mot folkgrupp och antagligen förberedelse till en massa olika brott som stöld, hot och utpressning. Så dom måste vi ta inför rätta också. Eller&#8230;.</p>
<p>Jag tycker att man har blandat ihop sakerna här. Fildelning och kopiering av copyrighted material är en sak. Det är i stor del förbjudet och det är en debatt som vi kan ha. Men att försöka döma en teknik som kan användas för olagligheter är väldigt konstigt.</p>
<p>Så lägg ned denna rättegång och om skivbolagen och andra vill stoppa fildelningen, ge er på fildelarna och inte tekniken. Eller så ta vi alla saker inför rätta som kan vara till hjälp vid brott. Biltillverkare, telefonbolag, vapentillverkare med mera.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Är du snart utan bredband och telefon</title>
		<link>http://jan.saell.org/blog/archives/308</link>
		<comments>http://jan.saell.org/blog/archives/308#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:04:45 +0000</pubDate>
		<dc:creator>jansaell</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://jan.saell.org/blog/?p=308</guid>
		<description><![CDATA[I en artikel i idg idag så skriver man att telia vill banta kopparnäten eftersom det inet är lönsamt. Kommer du att vara utan telefon och bredband snart. I vissa olka andra länder kostar det en förmögenhet att få in telefon och jag har hört att detsamma gäller till viss del i Sverige. Vi glada [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" title="Svenska" src="http://jan.saell.org/blog/wp-content/uploads/2008/06/se.png" alt="" width="18" height="14" /> I en <a href="http://www.idg.se/2.1085/1.210866/telia-vill-banta-kopparnatet" target="_blank">artikel i idg</a> idag så skriver man att telia vill banta kopparnäten eftersom det inet är lönsamt. Kommer du att vara utan telefon och bredband snart. I vissa olka andra länder kostar det en förmögenhet att få in telefon och jag har hört att detsamma gäller till viss del i Sverige.</p>
<p>Vi glada 08&#8242;or som bor mitt i stan drabbas nog inte men ute på landet kan det bli problem. Tack och lov så har PTS stoppat detta just nu i alla fall.</p>
<p>Vad tycker ni. Ska marknadskrafterna få gälla över allt?</p>
<p>Jag tycker faktiskt att vissa saker ska man kräva att samhället står för och med mer och mer av våra liv och affärer som sker via Internet så är detta och telefonen väl en sak som vi borde ha som en grundläggande rättighet.</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.saell.org/blog/archives/308/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

