<?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>Mimor &#187; Linux</title>
	<atom:link href="http://mimor.be/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mimor.be</link>
	<description>Almost weekend!</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:50:47 +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>[FSF]: Stand up for your freedom to install free software</title>
		<link>http://mimor.be/2011/fsf-stand-up-for-your-freedom-to-install-free-software/</link>
		<comments>http://mimor.be/2011/fsf-stand-up-for-your-freedom-to-install-free-software/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 09:11:08 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[lockin]]></category>
		<category><![CDATA[Secure Boot]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=950</guid>
		<description><![CDATA[Stand up for your freedom to install free software — Free Software Foundation — working together for free software. When done correctly, &#8220;Secure Boot&#8221; is designed to protect against malware by preventing computers from loading unauthorized binary programs when booting. In practice, this means that computers implementing it won&#8217;t boot unauthorized operating systems &#8212; including [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fsf.org/campaigns/secure-boot-vs-restricted-boot/statement">Stand up for your freedom to install free software — Free Software Foundation — working together for free software</a>.</p>
<blockquote><p><span class="Apple-style-span" style="font-family: arial, helvetica, clean, sans-serif; font-size: 14px; line-height: 21px; background-color: #ffffff;">When done correctly, &#8220;Secure Boot&#8221; is designed to protect against malware by preventing computers from loading unauthorized binary programs when booting. In practice, this means that computers implementing it won&#8217;t boot unauthorized operating systems &#8212; including initially authorized systems that have been modified without being re-approved.</span></p></blockquote>
<p>The biggest issue with the &#8220;Secure Boot&#8221; system, is that it&#8217;ll create a vendor-lockin. This has been seen with the android system as well, but it&#8217;ll be Microsft pulling the strings on this one.</p>
<p>Some other interesting reads on Secure Boot:</p>
<p><a href="http://arstechnica.com/business/news/2011/09/windows-8-secure-boot-will-complicate-linux-installs.ars">http://arstechnica.com/business/news/2011/09/windows-8-secure-boot-will-complicate-linux-installs.ars</a></p>
<p><a href="http://www.osnews.com/story/25180">http://www.osnews.com/story/25180</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/fsf-stand-up-for-your-freedom-to-install-free-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s there? &#8211; Invalid ssh user</title>
		<link>http://mimor.be/2011/whos-there-invalid-ssh-user/</link>
		<comments>http://mimor.be/2011/whos-there-invalid-ssh-user/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 11:59:44 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[blacklist]]></category>
		<category><![CDATA[denyhosts]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=810</guid>
		<description><![CDATA[So, It&#8217;s been a while since I&#8217;ve set up my home server to use it as a swiss army knife at home and on the road. Now I was wondering on the system&#8217;s integrity. First step was checking /var/log/auth.log To do some quick&#8217;n'dirty check I&#8217;ve ran the following command grep &#8220;Invalid user&#8221; /var/log/auth.log &#124; less [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mimor.be/wp-content/uploads/2011/04/catburglar.jpg"><img class="alignright size-full wp-image-920" style="border: 1px solid black;" title="catburglar" src="http://mimor.be/wp-content/uploads/2011/04/catburglar.jpg" alt="" width="175" height="135" /></a>So, It&#8217;s been a while since I&#8217;ve set up my home server to use it as a swiss army knife at home and on the road.<br />
Now I was wondering on the system&#8217;s integrity.<br />
First step was checking <strong>/var/log/auth.log</strong><br />
To do some quick&#8217;n'dirty check I&#8217;ve ran the following command</p>
<blockquote><p>grep &#8220;Invalid user&#8221; /var/log/auth.log | less</p></blockquote>
<p><span id="more-810"></span><br />
This resulted in quite a nice list:</p>
<blockquote><p>Mar 13 20:13:21 tuxbox sshd[31985]: Invalid user oracle from 82.165.193.197<br />
Mar 13 20:13:21 tuxbox sshd[31988]: Invalid user test from 82.165.193.197<br />
Mar 13 20:13:24 tuxbox sshd[32001]: Invalid user demon from 82.165.193.197<br />
Mar 13 20:13:25 tuxbox sshd[32007]: Invalid user test from 82.165.193.197<br />
Mar 13 20:13:26 tuxbox sshd[32011]: Invalid user abcd from 82.165.193.197<br />
Mar 13 20:13:26 tuxbox sshd[32014]: Invalid user abc from 82.165.193.197<br />
Mar 13 20:13:27 tuxbox sshd[32017]: Invalid user tt from 82.165.193.197<br />
Mar 14 07:44:29 tuxbox sshd[22844]: Invalid user adi from 124.232.130.2<br />
Mar 14 07:44:32 tuxbox sshd[22854]: Invalid user salina from 124.232.130.2<br />
Mar 14 07:44:35 tuxbox sshd[22865]: Invalid user cadi from 124.232.130.2<br />
Mar 14 07:44:37 tuxbox sshd[22863]: Invalid user adi from 124.232.130.2<br />
Mar 14 07:44:39 tuxbox sshd[22876]: Invalid user inger from 124.232.130.2<br />
Mar 14 07:44:43 tuxbox sshd[22888]: Invalid user adi from 124.232.130.2<br />
Mar 14 07:44:43 tuxbox sshd[22883]: Invalid user cady from 124.232.130.2<br />
Mar 14 07:44:45 tuxbox sshd[22895]: Invalid user adis from 124.232.130.2<br />
Mar 14 07:44:48 tuxbox sshd[22907]: Invalid user muie from 124.232.130.2<br />
Mar 14 07:44:49 tuxbox sshd[22911]: Invalid user cai from 124.232.130.2<br />
Mar 14 07:44:52 tuxbox sshd[22917]: Invalid user alesa from 124.232.130.2<br />
Mar 14 07:44:54 tuxbox sshd[22929]: Invalid user muie from 124.232.130.2<br />
Mar 14 07:44:55 tuxbox sshd[22932]: Invalid user cailin from 124.232.130.2<br />
Mar 14 07:44:58 tuxbox sshd[22944]: Invalid user foster from 124.232.130.2<br />
Mar 14 07:45:04 tuxbox sshd[22969]: Invalid user braila from 124.232.130.2<br />
Mar 14 07:45:09 tuxbox sshd[22984]: Invalid user domnul from 124.232.130.2<br />
Mar 14 07:45:15 tuxbox sshd[23000]: Invalid user conor from 124.232.130.2<br />
Mar 14 07:45:24 tuxbox sshd[23014]: Invalid user excalibur from 124.232.130.2<br />
Mar 14 07:45:30 tuxbox sshd[23037]: Invalid user soft from 124.232.130.2<br />
Mar 14 07:45:36 tuxbox sshd[23050]: Invalid user peste from 124.232.130.2<br />
Mar 14 07:45:42 tuxbox sshd[23063]: Invalid user lookoo from 124.232.130.2<br />
Mar 14 07:45:47 tuxbox sshd[23077]: Invalid user trandafir from 124.232.130.2<br />
Mar 14 07:45:57 tuxbox sshd[23099]: Invalid user dinamo from 124.232.130.2<br />
Mar 14 07:46:05 tuxbox sshd[23116]: Invalid user steaua from 124.232.130.2<br />
Mar 14 07:46:10 tuxbox sshd[23134]: Invalid user frati from 124.232.130.2<br />
Mar 14 07:46:16 tuxbox sshd[23147]: Invalid user colombo from 124.232.130.2<br />
Mar 14 09:53:53 tuxbox sshd[7154]: Invalid user direccion from 118.69.202.195<br />
Mar 14 10:09:31 tuxbox sshd[9634]: Invalid user simon from 118.69.202.195<br />
Mar 14 10:09:35 tuxbox sshd[9643]: Invalid user server from 118.69.202.195<br />
Mar 14 10:09:38 tuxbox sshd[9652]: Invalid user linux from 118.69.202.195<br />
Mar 14 10:09:43 tuxbox sshd[9660]: Invalid user info from 118.69.202.195<br />
Mar 14 10:09:50 tuxbox sshd[9681]: Invalid user operator from 118.69.202.195<br />
Mar 14 10:09:55 tuxbox sshd[9690]: Invalid user guest from 118.69.202.195<br />
Mar 14 10:09:59 tuxbox sshd[9709]: Invalid user webadmin from 118.69.202.195<br />
Mar 14 10:10:05 tuxbox sshd[9722]: Invalid user user from 118.69.202.195<br />
Mar 14 10:10:09 tuxbox sshd[9732]: Invalid user user from 118.69.202.195<br />
Mar 14 10:10:12 tuxbox sshd[9741]: Invalid user ftp from 118.69.202.195<br />
Mar 14 10:10:16 tuxbox sshd[9750]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:10:19 tuxbox sshd[9759]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:10:23 tuxbox sshd[9769]: Invalid user test from 118.69.202.195<br />
Mar 14 10:10:28 tuxbox sshd[9781]: Invalid user soporte from 118.69.202.195<br />
Mar 14 10:10:31 tuxbox sshd[9789]: Invalid user postgres from 118.69.202.195<br />
Mar 14 10:10:34 tuxbox sshd[9798]: Invalid user henry from 118.69.202.195<br />
Mar 14 10:10:38 tuxbox sshd[9806]: Invalid user admin from 118.69.202.195<br />
Mar 14 10:10:41 tuxbox sshd[9816]: Invalid user test from 118.69.202.195<br />
Mar 14 10:10:45 tuxbox sshd[9824]: Invalid user user1 from 118.69.202.195<br />
Mar 14 10:10:48 tuxbox sshd[9838]: Invalid user user2 from 118.69.202.195<br />
Mar 14 10:10:52 tuxbox sshd[9847]: Invalid user user3 from 118.69.202.195<br />
Mar 14 10:10:55 tuxbox sshd[9856]: Invalid user user4 from 118.69.202.195<br />
Mar 14 10:10:59 tuxbox sshd[9870]: Invalid user username from 118.69.202.195<br />
Mar 14 10:11:02 tuxbox sshd[9879]: Invalid user username from 118.69.202.195<br />
Mar 14 10:11:06 tuxbox sshd[9888]: Invalid user testing from 118.69.202.195<br />
Mar 14 10:11:09 tuxbox sshd[9897]: Invalid user webadmin from 118.69.202.195<br />
Mar 14 10:11:12 tuxbox sshd[9905]: Invalid user trixbox1 from 118.69.202.195<br />
Mar 14 10:11:15 tuxbox sshd[9914]: Invalid user testing from 118.69.202.195<br />
Mar 14 10:11:19 tuxbox sshd[9922]: Invalid user test from 118.69.202.195<br />
Mar 14 10:11:24 tuxbox sshd[9931]: Invalid user xbox from 118.69.202.195<br />
Mar 14 10:11:27 tuxbox sshd[9943]: Invalid user mysql from 118.69.202.195<br />
Mar 14 10:11:31 tuxbox sshd[9952]: Invalid user mysql from 118.69.202.195<br />
Mar 14 10:11:34 tuxbox sshd[9961]: Invalid user mysql from 118.69.202.195<br />
Mar 14 10:11:37 tuxbox sshd[9973]: Invalid user mysql from 118.69.202.195<br />
Mar 14 10:11:49 tuxbox sshd[9999]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:11:53 tuxbox sshd[10012]: Invalid user phpl from 118.69.202.195<br />
Mar 14 10:11:56 tuxbox sshd[10021]: Invalid user user from 118.69.202.195<br />
Mar 14 10:12:00 tuxbox sshd[10030]: Invalid user maggie from 118.69.202.195<br />
Mar 14 10:12:03 tuxbox sshd[10039]: Invalid user usuario from 118.69.202.195<br />
Mar 14 10:12:07 tuxbox sshd[10048]: Invalid user usuario from 118.69.202.195<br />
Mar 14 10:12:10 tuxbox sshd[10056]: Invalid user usuario from 118.69.202.195<br />
Mar 14 10:12:13 tuxbox sshd[10065]: Invalid user user from 118.69.202.195<br />
Mar 14 10:12:17 tuxbox sshd[10074]: Invalid user user from 118.69.202.195<br />
Mar 14 10:12:20 tuxbox sshd[10082]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:23 tuxbox sshd[10091]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:27 tuxbox sshd[10100]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:31 tuxbox sshd[10114]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:34 tuxbox sshd[10124]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:38 tuxbox sshd[10132]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:41 tuxbox sshd[10141]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:45 tuxbox sshd[10151]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:48 tuxbox sshd[10160]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:52 tuxbox sshd[10169]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:56 tuxbox sshd[10177]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:12:59 tuxbox sshd[10188]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:03 tuxbox sshd[10196]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:08 tuxbox sshd[10205]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:11 tuxbox sshd[10218]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:15 tuxbox sshd[10227]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:19 tuxbox sshd[10241]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:23 tuxbox sshd[10250]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:26 tuxbox sshd[10260]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:30 tuxbox sshd[10269]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:33 tuxbox sshd[10278]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:37 tuxbox sshd[10287]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:40 tuxbox sshd[10296]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:44 tuxbox sshd[10304]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:47 tuxbox sshd[10314]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:51 tuxbox sshd[10323]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:55 tuxbox sshd[10332]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:13:59 tuxbox sshd[10342]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:02 tuxbox sshd[10352]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:06 tuxbox sshd[10361]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:09 tuxbox sshd[10374]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:12 tuxbox sshd[10382]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:15 tuxbox sshd[10390]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:19 tuxbox sshd[10399]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:22 tuxbox sshd[10408]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:26 tuxbox sshd[10417]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:29 tuxbox sshd[10426]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:33 tuxbox sshd[10435]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:36 tuxbox sshd[10443]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:39 tuxbox sshd[10452]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:43 tuxbox sshd[10460]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:46 tuxbox sshd[10469]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:49 tuxbox sshd[10478]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:14:53 tuxbox sshd[10487]: Invalid user oracle from 118.69.202.195<br />
Mar 14 10:15:03 tuxbox sshd[10504]: Invalid user oracle from 118.69.202.195<br />
Mar 14 17:53:46 tuxbox sshd[4219]: Invalid user test from 81.1.192.16<br />
Mar 14 17:53:48 tuxbox sshd[4224]: Invalid user testuser from 81.1.192.16<br />
Mar 14 17:53:49 tuxbox sshd[4229]: Invalid user test1 from 81.1.192.16<br />
Mar 14 17:53:50 tuxbox sshd[4234]: Invalid user test from 81.1.192.16<br />
Mar 14 17:53:52 tuxbox sshd[4238]: Invalid user test from 81.1.192.16<br />
Mar 14 17:53:53 tuxbox sshd[4243]: Invalid user test from 81.1.192.16<br />
Mar 14 17:53:55 tuxbox sshd[4248]: Invalid user testing from 81.1.192.16<br />
Mar 14 17:54:03 tuxbox sshd[4276]: Invalid user admin from 81.1.192.16<br />
Mar 14 17:54:04 tuxbox sshd[4281]: Invalid user admin from 81.1.192.16<br />
Mar 14 17:54:06 tuxbox sshd[4286]: Invalid user admin from 81.1.192.16<br />
Mar 14 17:55:01 tuxbox sshd[4486]: Invalid user jeep from 81.1.192.16<br />
Mar 14 17:55:02 tuxbox sshd[4490]: Invalid user alan from 81.1.192.16<br />
Mar 14 17:55:03 tuxbox sshd[4495]: Invalid user jim from 81.1.192.16<br />
Mar 14 17:55:05 tuxbox sshd[4500]: Invalid user postgres from 81.1.192.16<br />
Mar 14 17:55:06 tuxbox sshd[4505]: Invalid user stuff from 81.1.192.16<br />
Mar 14 17:55:08 tuxbox sshd[4509]: Invalid user tom from 81.1.192.16<br />
Mar 14 17:55:09 tuxbox sshd[4514]: Invalid user adam from 81.1.192.16<br />
Mar 14 17:55:13 tuxbox sshd[4528]: Invalid user gov from 81.1.192.16<br />
Mar 14 17:55:16 tuxbox sshd[4538]: Invalid user pgsql from 81.1.192.16<br />
Mar 14 17:55:17 tuxbox sshd[4542]: Invalid user adm from 81.1.192.16<br />
Mar 14 17:55:20 tuxbox sshd[4552]: Invalid user postgres from 81.1.192.16<br />
Mar 14 17:55:23 tuxbox sshd[4561]: Invalid user email from 81.1.192.16<br />
Mar 14 17:55:24 tuxbox sshd[4566]: Invalid user oracle from 81.1.192.16<br />
Mar 14 17:55:25 tuxbox sshd[4571]: Invalid user users from 81.1.192.16<br />
Mar 14 17:55:27 tuxbox sshd[4576]: Invalid user user from 81.1.192.16<br />
Mar 14 17:55:28 tuxbox sshd[4580]: Invalid user test from 81.1.192.16<br />
Mar 14 17:55:30 tuxbox sshd[4585]: Invalid user david from 81.1.192.16<br />
Mar 14 17:55:31 tuxbox sshd[4590]: Invalid user lynx from 81.1.192.16<br />
Mar 14 17:55:32 tuxbox sshd[4595]: Invalid user music from 81.1.192.16<br />
Mar 14 17:55:34 tuxbox sshd[4599]: Invalid user user from 81.1.192.16<br />
Mar 14 17:55:35 tuxbox sshd[4604]: Invalid user user from 81.1.192.16<br />
Mar 14 17:55:36 tuxbox sshd[4609]: Invalid user user from 81.1.192.16<br />
Mar 14 17:55:38 tuxbox sshd[4614]: Invalid user user from 81.1.192.16<br />
Mar 14 17:55:39 tuxbox sshd[4618]: Invalid user rpcuser from 81.1.192.16<br />
Mar 14 17:55:41 tuxbox sshd[4623]: Invalid user rpcuser from 81.1.192.16<br />
Mar 14 17:55:42 tuxbox sshd[4628]: Invalid user guest from 81.1.192.16<br />
Mar 14 17:56:31 tuxbox sshd[4808]: Invalid user apple from 81.1.192.16<br />
Mar 14 17:56:36 tuxbox sshd[4823]: Invalid user brian from 81.1.192.16<br />
Mar 14 17:56:43 tuxbox sshd[4852]: Invalid user log from 81.1.192.16<br />
Mar 14 17:56:45 tuxbox sshd[4857]: Invalid user qmailq from 81.1.192.16<br />
Mar 14 17:56:46 tuxbox sshd[4862]: Invalid user qscand from 81.1.192.16<br />
Mar 14 17:56:52 tuxbox sshd[4881]: Invalid user rosa from 81.1.192.16<br />
Mar 14 17:56:53 tuxbox sshd[4885]: Invalid user rosa from 81.1.192.16<br />
Mar 14 17:57:44 tuxbox sshd[5071]: Invalid user video from 81.1.192.16<br />
Mar 14 17:57:45 tuxbox sshd[5075]: Invalid user admin from 81.1.192.16<br />
Mar 14 17:59:19 tuxbox sshd[5406]: Invalid user guset from 81.1.192.16<br />
Mar 14 17:59:32 tuxbox sshd[5454]: Invalid user guest from 81.1.192.16<br />
Mar 14 18:00:30 tuxbox sshd[5658]: Invalid user apache from 81.1.192.16<br />
Mar 14 18:00:31 tuxbox sshd[5663]: Invalid user david from 81.1.192.16<br />
Mar 14 18:00:33 tuxbox sshd[5668]: Invalid user web from 81.1.192.16<br />
Mar 14 18:00:34 tuxbox sshd[5673]: Invalid user cyberjohn from 81.1.192.16<br />
etc&#8230;</p></blockquote>
<p>As long as you have a towel, there&#8217;s no need to panic!<br />
I studied the log in detail and there were luckily no successful logins other than my own (with a valid keypair).</p>
<p>Quick solution to do a first line of defense:</p>
<blockquote><p>sudo apt-get install denyhosts</p></blockquote>
<p><a href="http://denyhosts.sourceforge.net/index.html">DenyHosts</a>:</p>
<blockquote><p>DenyHosts is a script intended to be run by Linux system administrators to help thwart SSH server attacks (also known as dictionary based attacks and brute force attacks).</p></blockquote>
<p>Now the only thing I needed to do next was configure DenyHosts so that it&#8217;ll sync the known blocked ip&#8217;s from the official DenyHosts database.<br />
How to do this is well explained in the configuration file.</p>
<blockquote><p>sudo nano /etc/denyhosts.conf</p></blockquote>
<p>You can set the email, purge and sync options.<br />
Adjust like you want.</p>
<p>After not such a long time you can list the denied hosts as follows:</p>
<blockquote><p>sudo less /etc/hosts.deny</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/whos-there-invalid-ssh-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twirssi error: Timestamp out of bounds</title>
		<link>http://mimor.be/2011/twirssi-error-timestamp-out-of-bounds/</link>
		<comments>http://mimor.be/2011/twirssi-error-timestamp-out-of-bounds/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 14:39:44 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[twirssi]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=827</guid>
		<description><![CDATA[I just found my twirssi inactive.  When loading the script and authenticating with oath enabled, I got the error: -!- Irssi: Error in script twirssi: Timestamp out of bounds This is (most likely) the result of a wrong system date/time. Quite easy to solve, just sync it to an NTP server. Open a terminal and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I just found my twirssi inactive. <a href="http://mimor.be/wp-content/uploads/2011/04/failwhale.png"><img class="alignright size-full wp-image-834" style="border: 1px solid black;" title="Fail Whale" src="http://mimor.be/wp-content/uploads/2011/04/failwhale.png" alt="" width="209" height="250" /></a><br />
When loading the script and authenticating with oath enabled, I got the error:</p>
<blockquote><p>-!- Irssi: Error in script twirssi:<br />
Timestamp out of bounds</p></blockquote>
<p>This is (most likely) the result of a wrong system date/time.<br />
Quite easy to solve, just sync it to an NTP server.<br />
Open a terminal and enter:</p>
<blockquote><p><code>ntpdate pool.ntp.org</code></p></blockquote>
<p>Try to load the script again and login.<br />
All should be fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/twirssi-error-timestamp-out-of-bounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrong time in Windows on Dual Boot system.</title>
		<link>http://mimor.be/2011/wrong-time-in-windows-on-dual-boot-system/</link>
		<comments>http://mimor.be/2011/wrong-time-in-windows-on-dual-boot-system/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 11:23:27 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dualboot]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[utc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=822</guid>
		<description><![CDATA[When you have a dual boot with Windows and Ubuntu you might experience some time travelling when rebooting to windows. To solve this, simply boot into Ubuntu and edit the /etc/default/rcS file as sudo and change the UTC value from yes to no. It should look like this TMPTIME=0 SULOGIN=no DELAYLOGIN=no UTC=no #Set according to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mimor.be/wp-content/uploads/2011/04/time.png"><img class="alignright size-full wp-image-837" title="time" src="http://mimor.be/wp-content/uploads/2011/04/time.png" alt="" width="256" height="256" /></a>When you have a dual boot with Windows and Ubuntu you might experience some time travelling when rebooting to windows.<br />
To solve this, simply boot into Ubuntu and edit the <strong>/etc/default/rcS</strong> file as sudo and change the UTC value from yes to no.<br />
It should look like this</p>
<blockquote><p>TMPTIME=0<br />
SULOGIN=no<br />
DELAYLOGIN=no<br />
UTC=no  #Set according to your system (BIOS) clock.<br />
VERBOSE=no<br />
EDITMOTD=yes<br />
FSCKFIX=no</p></blockquote>
<p>These values are being used by the scripts at <strong>/etc/rcS.d/</strong> that get invoked during boot (even in single user mode)</p>
<p>To be clear, this is not an Ubuntu error. It is simply the Windows that never assumes the system-clock to be in UTC.</p>
<p>If you wish to adjust this in the Windows installation execute <strong>regedit</strong> and navigate to:</p>
<blockquote><p><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation</strong></p></blockquote>
<p>Change the <strong>RealTimeIsUniversal</strong> value to <strong>1.</strong></p>
<p>If you&#8217;re simply looking for a wach to change your hardwareclock on linux you can check my other article on <a title="Changing date and/or time on Linux" href="http://mimor.be/2011/changing-date-andor-time-on-linux/">Changing date and/or time on Linux</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/wrong-time-in-windows-on-dual-boot-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to split flash (.flv) file to upload to youtube</title>
		<link>http://mimor.be/2011/how-to-split-flash-flv-file-to-upload-to-youtube/</link>
		<comments>http://mimor.be/2011/how-to-split-flash-flv-file-to-upload-to-youtube/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 13:28:51 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[shrink]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=819</guid>
		<description><![CDATA[Say, you have a huge flv flash file you want to upload to youtube. You&#8217;ll find yourself in trouble as there is a limit to the filesize you can upload. Where you needed to download and install bloatware in Windows to accomplish this, it&#8217;s super easy in Linux. ffmpeg will do the trick. Say you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mimor.be/wp-content/uploads/2011/03/ffmpeg.png"><img class="alignright size-full wp-image-842" title="ffmpeg" src="http://mimor.be/wp-content/uploads/2011/03/ffmpeg.png" alt="" width="184" height="184" /></a>Say, you have a huge flv flash file you want to upload to youtube.<br />
You&#8217;ll find yourself in trouble as there is a limit to the filesize you can upload.<br />
Where you needed to download and install bloatware in Windows to accomplish this,<br />
it&#8217;s super easy in Linux.</p>
<p>ffmpeg will do the trick.<br />
Say you want to cut the flash movie in pieces of 10 minutes, you can do this like this:</p>
<blockquote><p><code>ffmpeg -i filename.flv -ss "00:00:00" -t "00:10:00" filename_chunk.flv<br />
ffmpeg -i filename.flv -ss "00:10:00" -t "00:20:00" filename_chunk2.flv<br />
ffmpeg -i filename.flv -ss "00:20:00" -t "00:30:00" filename_chunk3.flv<br />
... </code></p></blockquote>
<p>Now you&#8217;re ready to upload your video&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/how-to-split-flash-flv-file-to-upload-to-youtube/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 and ATI Radeon HD 6870</title>
		<link>http://mimor.be/2011/ubuntu-10-10-and-ati-radeon-hd-6870/</link>
		<comments>http://mimor.be/2011/ubuntu-10-10-and-ati-radeon-hd-6870/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 14:44:59 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[driver]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=785</guid>
		<description><![CDATA[So, quite some time ago I made the mistake of buying the ATI Radeon HD 6870 without first checking if it would play nice with my Ubuntu 10.10 desktop. Turned out it didn&#8217;t But now, there are proprietary Linux drivers released by ATI/AMD First, you should update your system (just to be sure). sudo apt-get [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mimor.be/wp-content/uploads/2011/03/ATI-tux.jpg"><img class="alignright size-full wp-image-845" title="ATI-tux" src="http://mimor.be/wp-content/uploads/2011/03/ATI-tux.jpg" alt="" width="124" height="145" /></a>So, quite some time ago I made the mistake of buying the ATI Radeon HD 6870 without first checking if it would play nice with my Ubuntu 10.10 desktop.<br />
Turned out it didn&#8217;t <img src='http://mimor.be/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>But now, there are proprietary Linux drivers released by ATI/AMD</p>
<ol>
<li>First, you should update your system (just to be sure).<br />
<blockquote><p>sudo apt-get update<br />
sudo apt-get upgrade</p></blockquote>
</li>
<li>If you&#8217;ve been using older drivers, remove them.<br />
<blockquote><p>sudo apt-get remove &#8211;purge xserver-xorg-video-radeon</p></blockquote>
</li>
<li><a title="ATI Catalyst™ Proprietary Display Driver - Linux x86 &amp; Linux x86_64 " href="http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&amp;product=2.4.1.3.42&amp;lang=English" target="_blank">Download the install package from the AMD suppot pages</a> and make it executable<br />
<blockquote><p>chmod +x ati-driver-installer*.run</p></blockquote>
</li>
<li>Run the installer as sudo-user<br />
<blockquote><p>sudo ./ati-driver-installer*.run</p></blockquote>
</li>
<li>Reboot</li>
</ol>
<p>Enjoy!</p>
<p>The Linux 2.6.38 kernel carries the ATI Radeon HD 6000 open source support. (just fyi!)<br />
If you encounter problems or found this post helpful, it would be nice to leave a comment below.<br />
This way, I can adjust it to the needs of my readers.</p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/ubuntu-10-10-and-ati-radeon-hd-6870/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Nasty little OpenSSH Bug</title>
		<link>http://mimor.be/2011/nasty-little-openssh-bug/</link>
		<comments>http://mimor.be/2011/nasty-little-openssh-bug/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 14:31:48 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[openSSH]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=782</guid>
		<description><![CDATA[So I&#8217;ve been using my Targa NT9231 as a home sever (Running Ubuntu 10.10 server edition) for a while now. It&#8217;s been serving several purposes such as internal webserver, irssi, monitoring and tunneling/proxy server. As all wise people should do, I&#8217;ve been using OpenSSH to connect to it. Solely  connected to it from my netbook, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mimor.be/wp-content/uploads/2011/03/puffy-armed.png"><img class="alignright size-full wp-image-848" title="puffy-armed" src="http://mimor.be/wp-content/uploads/2011/03/puffy-armed.png" alt="" width="200" height="170" /></a>So I&#8217;ve been using my Targa NT9231 as a home sever (Running Ubuntu 10.10 server edition) for a while now.<br />
It&#8217;s been serving several purposes such as internal webserver, irssi, monitoring and tunneling/proxy server.</p>
<p>As all wise people should do, I&#8217;ve been using OpenSSH to connect to it.<br />
Solely  connected to it from my netbook, as my desktop Ubuntu computer died after the purchase of a new ATI (curse you) Graphics card.<br />
But now, I managed to revive my desktop (yay!) and wanted to log in on my server.<br />
Setted up the key and wanted to transfer it to my authorized hosts file&#8230; but that gave me a bloody error:</p>
<blockquote><p>Permission denied (publickey).</p></blockquote>
<p>So I started to digg around and checked filepermissions, ssh_config file etc&#8230; But all seemed ok.<br />
But then I found this <a title="ssh Agent admitted failure to sign using the key on big endian machines" href="https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/201786" target="_blank">little nasty openSSH Bug</a> on launchpad.</p>
<p>Simply running &#8220;<a title="ssh-add" href="http://linuxmafia.com/pub/os2/stahl-ssh/snafu-mirror/ssh-add.html" target="_blank">ssh-add</a>&#8221; on the client fixed the problem!</p>
<blockquote><p><strong>Ssh-add</strong> adds identities to the authentication agent, <strong>ssh</strong>-<strong>agent.</strong> When run without arguments, it adds the file <tt>%HOME%/.ssh/identity</tt>. Alternative file names can be given on the command line. If any file requires a passphrase, <strong>ssh-add</strong> asks for the passphrase from the user.</p></blockquote>
<p>I&#8217;m not sure how this could&#8217;ve helped, but hey, its a workaround that actually works <img src='http://mimor.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/nasty-little-openssh-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call for participants Dipro-fair Ghent 30/01/2011</title>
		<link>http://mimor.be/2011/call-for-participants-dipro-fair-ghent-31012011/</link>
		<comments>http://mimor.be/2011/call-for-participants-dipro-fair-ghent-31012011/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 23:05:08 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dipro]]></category>
		<category><![CDATA[Ghent]]></category>
		<category><![CDATA[Ubuntu-be]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=777</guid>
		<description><![CDATA[Wanted: People who want to help out at the Ubuntu booth during the Dipro-fair is in Ghent on January 30, 2011. If you&#8217;re not able to attend the full day, some hours of help are always welcome as well. Profile: You don&#8217;t have to be an Ubuntu/Linux expert. If you can testify about your experiences [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Wanted:</span></strong><br />
People who want to help out at the Ubuntu booth during the Dipro-fair is in Ghent on January 30, 2011.<br />
If you&#8217;re not able to attend the full day, some hours of help are always welcome as well.</p>
<p><strong><span style="text-decoration: underline;">Profile:</span></strong><br />
You don&#8217;t have to be an Ubuntu/Linux expert.<br />
If you can testify about your experiences and suggest to Windows-programs,<br />
can already make a difference.<br />
Most people we lend a word on the fair, have none or little of Ubuntu/Linux/Computer experience.</p>
<p><span style="text-decoration: underline;"><strong>Fun fact:</strong></span><br />
As an exhibitor you don&#8217;t have to pay the entrance fee, but between helping out, you can take our time to look around and find awesome deals.</p>
<p><span style="text-decoration: underline;"><strong>How:</strong></span><br />
Add your name to the ubuntu-wiki page:<br />
<a href="https://wiki.ubuntu.com/BelgianTeam/ComputerFairs/Ghent_2011-01-31" target="_blank"> https://wiki.ubuntu.com/BelgianTeam/ComputerFairs/Ghent_2011-01-31</a><br />
OR<br />
Let me know trough mail <a href="mailto:ubuntu@mimor.be">ubuntu@mimor.be</a></p>
<p>Please in both of these cases, mention whether you&#8217;ll be helping out a full day or several hours.<br />
That&#8217;s all you need to do.<br />
If you can provide items such as demolaptop(s), camera, etc. .. you may also add it to the wiki page.</p>
<p>Hope to see you soon.</p>
<p>=====================================</p>
<p><strong><span style="text-decoration: underline;">﻿Gezocht:</span></strong><br />
Mensen die willen helpen op de Ubuntu stand tijdens de Dipro beurs in Gent op 30 Jan 2011.<br />
Indien het niet mogelijk is om de volledige dag aanwezig te zijn, zijn enkele uren hulp ook altijd welkom.</p>
<p><strong><span style="text-decoration: underline;">Profiel:</span></strong><br />
Je hoeft geen Ubuntu/linux/computer expert te zijn.<br />
Als je kan getuigen over jouw ervaringen en uitleg geven over alternatieven voor Windows programma&#8217;s,<br />
kan je al een verschil maken.<br />
De meeste mensen die we op de beurs ten woord staan, hebben helemaal geen of weinig van Ubuntu/Linux.</p>
<p><strong><span style="text-decoration: underline;">Leuk weetje:</span></strong><br />
Als medewerker van de stand hoef je geen toegangsgeld te betalen, maar kan je tussendoor wel rond kijken en toffe deals vinden.</p>
<p><strong><span style="text-decoration: underline;">Hoe:</span></strong><br />
Voeg je naam toe aan deze Ubuntu-be Wiki pagina:<br />
<a href="https://wiki.ubuntu.com/BelgianTeam/ComputerFairs/Ghent_2011-01-31" target="_blank"> https://wiki.ubuntu.com/BelgianTeam/ComputerFairs/Ghent_2011-01-31</a><br />
OF<br />
Laat het me weten via mail op <a href="mailto:ubuntu@mimor.be">ubuntu@mimor.be</a></p>
<p>Gelieve in de twee gevallen te vermelden of je een volledige dag of enkele uren zal helpen.<br />
Dat is het enige dat je hoeft te doen.<br />
Indien je items van de lijst kan verzorgen zoals demo laptop(s), fototoestel, etc&#8230; mag je dit ook telkens aanvullen op de wiki pagina.</p>
<p>Hopelijk tot binnenkort.</p>
<p>Mvg,</p>
<p>Mike Morraye</p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/call-for-participants-dipro-fair-ghent-31012011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing date and/or time on Linux</title>
		<link>http://mimor.be/2011/changing-date-andor-time-on-linux/</link>
		<comments>http://mimor.be/2011/changing-date-andor-time-on-linux/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 01:41:06 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[hardwareclock]]></category>
		<category><![CDATA[hwclock]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=771</guid>
		<description><![CDATA[Here&#8217;s a short and easy way to set your system and hardware clock from the command line. Open your terminal and follow these steps. First check the current time of your hardwareclock: hwclock -r Then add the right date/time to your systemclock. In the example provided you&#8217;ll find some strange long number. You have to [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a short and easy way to set your system and hardware clock from the command line.<br />
Open your terminal and follow these steps.</p>
<p>First check the current time of your hardwareclock:</p>
<blockquote><p><code>hwclock -r</code></p></blockquote>
<p>Then add the right date/time to your systemclock.<br />
In the example provided you&#8217;ll find some strange long number.<br />
You have to read it like this (from left to right):<br />
<em>[01] = month (Jan) | [14] = day | [0231] = time (02:31) | [2011] = year</em></p>
<blockquote><p><em></em><code>sudo date 011402312011</code></p></blockquote>
<p>Now sync your hardware clock with the date/time you&#8217;ve just set:</p>
<blockquote><p><code>sudo hwclock --systohc</code></p></blockquote>
<p>Check if the hardware clock is synced right:</p>
<blockquote><p><code>sudo hwclock -r</code></p></blockquote>
<p>Profit!</p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/changing-date-andor-time-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 (Lucid Lynx) Release Party Ghent is under construction</title>
		<link>http://mimor.be/2010/ubuntu-10-04-lucid-lynx-release-party-ghent-is-under-construction/</link>
		<comments>http://mimor.be/2010/ubuntu-10-04-lucid-lynx-release-party-ghent-is-under-construction/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 20:33:50 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Awesome]]></category>
		<category><![CDATA[Ghent]]></category>
		<category><![CDATA[release party]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=692</guid>
		<description><![CDATA[It&#8217;s official! There will be a Release Party for the Ubunu 10.04 (codename Lucid Lynx) in Ghent. I&#8217;ve just send out the news to the mailing list of Ubuntu-be and the Whitespace to confirm that i&#8217;ll organise the release party for the upcoming LTS version of Ubuntu. The event will take place Thursday the 13th [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s official! There will be a Release Party for the Ubunu 10.04 (codename Lucid Lynx) in Ghent.</p>
<p>I&#8217;ve just send out the news to the mailing list of Ubuntu-be and the Whitespace to confirm that i&#8217;ll organise the release party for the upcoming <acronym title="Long Term Support">LTS</acronym> version of Ubuntu.<br />
The event will take place Thursday the 13th of May in the Whitespace.<br />
I&#8217;m still looking for people whom have some knowledge of something Ubuntu-related and have the guts to give a lightningtalk or a demo.<br />
At the moment of writing, I&#8217;ve had 1 confirmation from a guy with Balls! Mandel.<br />
He did a talk about desktopcouch at fosdem this year, and will bring an improved version of that to the Release party.<br />
If you have questions, let me know.<br />
I&#8217;m available at the #Ubuntu-be channel on freenode, or just PM me (mimor) or use the comment section below.</p>
<p>The sent mail in English:</p>
<blockquote><p>Hello to all.<br />
&gt;<br />
&gt; I organize a RP on the 13th of May in honor of the Ubuntu 10.04 (Lucid)<br />
&gt; release.<br />
&gt; This is indeed a Thursday <img src='http://mimor.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but that&#8217;s an official holiday and lot&#8217;s of<br />
&gt; the people don&#8217;t have to work on Friday.<br />
&gt; What time it&#8217;ll take place is yet to be decided.<br />
&gt;<br />
&gt; The RP will take place in the Whitespace (Blekerijstraat 75, Gent,<br />
&gt; Belgium)<br />
&gt; For people wondering what the Whitespace is: http://0&#215;20.be<br />
&gt;<br />
&gt; The space has: power, network, internet, drinks, snacks, beamer, couches<br />
&gt; and I hope we can repair the coffee-machine by then.<br />
&gt; People whom want something else, mention it.<br />
&gt;<br />
&gt; The program is still under construction.<br />
&gt; This moment, my receipt looks like this:<br />
&gt;<br />
&gt; Around 13h we&#8217;ll serve a light meet &amp; greet to loosen up the nerves.<br />
&gt; Next, we&#8217;ll stimulate the senses wit a series of lightning talks<br />
&gt; accompanied by a spicy serving of freshly cut tips.<br />
&gt; As the Spécial-du-chéf, you can enjoy some trial-and-error-sauce topped<br />
&gt; hands-on sessions.<br />
&gt;<br />
&gt; This part is for sure, but the rest is still work in progress!<br />
&gt;<br />
&gt; This is the rest:<br />
&gt;<br />
&gt; &#8211; design of Posters, flyers and web-banners<br />
&gt; &#8211; do you know someone, or want to present something yourself? Go for it<br />
&gt; &amp; let me know.<br />
&gt; &#8211; spread the word! To your friends, colleagues, your student-club, etc..<br />
&gt; &#8211; the pleasure to have YOU with us!<br />
&gt;<br />
&gt; Regards,<br />
&gt;<br />
&gt; Mike Morraye</p></blockquote>
<p>Or in Dutch:</p>
<blockquote><p>&gt;<br />
&gt; Hallo iedereen.<br />
&gt;<br />
&gt; Ik organiseer Donderdag, 13 Mei 2010 een RP voor Ubuntu 10.04 (Lucid).<br />
&gt; Dit is inderdaad een donderdag <img src='http://mimor.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Maar het is een feestdag en vrijdag is<br />
&gt; voor velen dus een brug-dag.<br />
&gt; Van hoe laat tot hoe laat is nog te beslissen.<br />
&gt;<br />
&gt; De RP gaat door in de Whitespace (Blekerijstraat 75, Gent, Belgium)<br />
&gt; Voor wie wil weten wat dit is: http://0&#215;20.be<br />
&gt;<br />
&gt; Locatie heeft: stroomvoorziening, netwerk, internet, (fris-) drank,<br />
&gt; versnaperingen, beamer, zetels  en hopelijk kunnen we tegen dan ook de<br />
&gt; koffiezet herstellen.<br />
&gt; Wie nog iets anders wil, laat het gerust weten <img src='http://mimor.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
&gt;<br />
&gt; Het programma in nog in ontwikkeling.<br />
&gt; Op dit moment zit m&#8217;n recept er zo uit:<br />
&gt;<br />
&gt; Rond 13h serveren we een luchtige meet &amp; greet om de zenuwen wat los te<br />
&gt; weken. Hierna prikkelen we de zintuigen met een reeks van pittige<br />
&gt; lightningtalks vergezeld van een portie vers gesneden tips.<br />
&gt; Als spécial du chéf, kunnen de fijnproevers genieten van enkele hands-on<br />
&gt; sessies overgoten met een sausje trial &amp; error.<br />
&gt;<br />
&gt; Dit stuk is zeker, de rest is work in progress!<br />
&gt;<br />
&gt; Hier dus de rest:<br />
&gt;<br />
&gt; &#8211; ontwerp Poster &amp; flyer en/of web-banners?<br />
&gt; &#8211; ken je iemand, of wil je zelf iets presenteren. Go for it &amp; let me<br />
&gt; know.<br />
&gt; &#8211; Spread the word! In je vriendenkring, op het werk, in je<br />
&gt; studentenclub, etc&#8230;<br />
&gt; &#8211; het genoegen dat JIJ er ook bent!<br />
&gt;<br />
&gt; Mvg,<br />
&gt;<br />
&gt; Mike Morraye</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2010/ubuntu-10-04-lucid-lynx-release-party-ghent-is-under-construction/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

