<?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>n0on3.net &#187; IT</title>
	<atom:link href="http://www.n0on3.net/category/information-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n0on3.net</link>
	<description>Keystrokes :.</description>
	<lastBuildDate>Thu, 15 Dec 2011 22:33:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WhyMCA HappyHour &#8211; EUHackathon Part II</title>
		<link>http://www.n0on3.net/whymca-happyhour-euhackathon-part-ii/</link>
		<comments>http://www.n0on3.net/whymca-happyhour-euhackathon-part-ii/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 22:33:21 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=273</guid>
		<description><![CDATA[Here it is the presentation for my speech at #WhyMCA HappyHour about the EUHackathon &#]]></description>
		<wfw:commentRss>http://www.n0on3.net/whymca-happyhour-euhackathon-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EU Hackathon 2011 #h4t</title>
		<link>http://www.n0on3.net/eu-hackathon-2011-h4t/</link>
		<comments>http://www.n0on3.net/eu-hackathon-2011-h4t/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 13:07:05 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[EU]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[h4t]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=270</guid>
		<description><![CDATA[So this post is about the EU Hackathon 2011 I participated on 8-9 Nov, 2011. I&#8217;m not going to write too much about how cool such experience was, although it is the very first thing that comes to my mind when I think about it: having the chance to work with a kick-ass team, full ]]></description>
		<wfw:commentRss>http://www.n0on3.net/eu-hackathon-2011-h4t/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The not-so-nice story of a VPS.net outage</title>
		<link>http://www.n0on3.net/on-vps-net-san-outage/</link>
		<comments>http://www.n0on3.net/on-vps-net-san-outage/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 21:37:54 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=266</guid>
		<description><![CDATA[This post is about a bad experience I had recently with my previous cloud provider, VPS.net. I want to make this very clear: this is NOT meant to complain or whine, but rather to tell this funny story and make people who are thinking to use this (and other?) service providers aware of what they ]]></description>
		<wfw:commentRss>http://www.n0on3.net/on-vps-net-san-outage/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Master thesis template</title>
		<link>http://www.n0on3.net/master-thesis-template/</link>
		<comments>http://www.n0on3.net/master-thesis-template/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 18:03:46 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[University Stuffs]]></category>
		<category><![CDATA[LaTeX]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=256</guid>
		<description><![CDATA[When I first started with my master thesis and LaTeX, I did not really want to learn a new markup language. I was rather just looking for an easy-to-guess/easy-to-use template to fill with my contents. I asked different colleagues and friends already familiar with LaTeX for this, but I didn&#8217;t get anything compliant with my ]]></description>
		<wfw:commentRss>http://www.n0on3.net/master-thesis-template/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reverse shell with ssh</title>
		<link>http://www.n0on3.net/reverse-shell-with-ssh/</link>
		<comments>http://www.n0on3.net/reverse-shell-with-ssh/#comments</comments>
		<pubDate>Tue, 03 May 2011 06:45:02 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=254</guid>
		<description><![CDATA[Sometimes you need to access a machine which is behind a firewall or a NAT, such as your box at home. If you have access to another machine with a public address, here is a simple way to do that with just ssh. The following configuration is assumed: The machine you want to access is ]]></description>
		<wfw:commentRss>http://www.n0on3.net/reverse-shell-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons learned (2010)</title>
		<link>http://www.n0on3.net/lessons-learned-201/</link>
		<comments>http://www.n0on3.net/lessons-learned-201/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 19:04:46 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=251</guid>
		<description><![CDATA[I was archiving the docs I brought back from my recent internship at SAP in Zurich, and I just found a very important list ( ) I used to take note of useful statements out of my day to day work experience. &#8220;Lessons learned&#8221;: Always understand requirements first, and use metrics for them. Avoid scope ]]></description>
		<wfw:commentRss>http://www.n0on3.net/lessons-learned-201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geysers video presentation</title>
		<link>http://www.n0on3.net/geysers-videopresentation/</link>
		<comments>http://www.n0on3.net/geysers-videopresentation/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 10:58:24 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[GEYSERS]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=245</guid>
		<description><![CDATA[A video presentation of the GEYSERS project I&#8217;m working on at SAP Research]]></description>
		<wfw:commentRss>http://www.n0on3.net/geysers-videopresentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wait&#8230; where you said you are ?</title>
		<link>http://www.n0on3.net/zurich-calling/</link>
		<comments>http://www.n0on3.net/zurich-calling/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 05:40:08 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=243</guid>
		<description><![CDATA[So far, it&#8217;s really time to write something about this &#8230; Good news! As I wrote few posts ago I&#8217;m over with the exams for my master degree in Computer Science Engineering at Roma Tre University, and as my study course provide for, it&#8217;s time to develop the master thesis. After looking for an appropriate ]]></description>
		<wfw:commentRss>http://www.n0on3.net/zurich-calling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CVE-2010-3081</title>
		<link>http://www.n0on3.net/cve-2010-3081/</link>
		<comments>http://www.n0on3.net/cve-2010-3081/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 15:44:48 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=241</guid>
		<description><![CDATA[Sometimes you just have to spread alerts such this one. If you are running 64-bit Linux machines, then you should take care of this vulnerability, because there is also a public exploit that is being used to attack affected production systems. If your distribution has already provided a patch, you just have to update your system ]]></description>
		<wfw:commentRss>http://www.n0on3.net/cve-2010-3081/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detach process from parent shell</title>
		<link>http://www.n0on3.net/detach-process-from-parent-shell/</link>
		<comments>http://www.n0on3.net/detach-process-from-parent-shell/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 15:18:03 +0000</pubDate>
		<dc:creator>n0on3</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac Os X]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">https://www.n0on3.net/?p=234</guid>
		<description><![CDATA[When using UNIX or similar systems via CLI, you typically log in a shell as a single running process, spawned by another process such as any ssh-daemon if you are connecting remotely or by the gnome-terminal process if you are in a gnome-desktop environment, and so on ( by the way, you can check what ]]></description>
		<wfw:commentRss>http://www.n0on3.net/detach-process-from-parent-shell/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

