<?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>Florijan</title>
	<atom:link href="http://www.florijan.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.florijan.net</link>
	<description>Do your deed</description>
	<lastBuildDate>Mon, 07 Sep 2009 10:29:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOWTO: Quick password generator with pwgen, python and libnotify</title>
		<link>http://www.florijan.net/2009/08/23/howto-quick-password-generator-with-pwgen-python-and-libnotify/</link>
		<comments>http://www.florijan.net/2009/08/23/howto-quick-password-generator-with-pwgen-python-and-libnotify/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 22:14:47 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=46</guid>
		<description><![CDATA[This is a quick snippet to generate random password quickly and also get them copied in your clipboard for fast using.
All you need is python, pwgen, libnotify and pygtk (using GNOME in this one   ).
Tested on Debian Lenny.

apt-get install libnotify-bin pwgen
This will install all the necesary files:
The snippet follows:
#!/usr/bin/python
import commands
import subprocess
import pygtk
import gtk

clipboard [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/08/23/howto-quick-password-generator-with-pwgen-python-and-libnotify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Webmin and CSF on Debian Lenny</title>
		<link>http://www.florijan.net/2009/07/20/installing-webmin-and-csf-on-debian-lenny/</link>
		<comments>http://www.florijan.net/2009/07/20/installing-webmin-and-csf-on-debian-lenny/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 09:13:14 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=38</guid>
		<description><![CDATA[
Firstly to administer the CSF firewall we will download and install Webmin for easier administration. 

About CSF:
A Stateful Packet Inspection (SPI) firewall, Login/Intrusion Detection and Security application  for Linux servers.

About Webmin: 
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/07/20/installing-webmin-and-csf-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning Python &#8211; resources, books, tutorials</title>
		<link>http://www.florijan.net/2009/05/31/learning-python-resources-books-tutorials/</link>
		<comments>http://www.florijan.net/2009/05/31/learning-python-resources-books-tutorials/#comments</comments>
		<pubDate>Sun, 31 May 2009 00:18:31 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=32</guid>
		<description><![CDATA[A little something about Python:
&#8220;Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.&#8221;

You want to start your Python project. You want to write [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/05/31/learning-python-resources-books-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOWTO: Using Python to display notifications with libnotify</title>
		<link>http://www.florijan.net/2009/05/22/howto-using-python-to-display-notifications-using-libnotify/</link>
		<comments>http://www.florijan.net/2009/05/22/howto-using-python-to-display-notifications-using-libnotify/#comments</comments>
		<pubDate>Fri, 22 May 2009 00:55:42 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=23</guid>
		<description><![CDATA[You&#8217;ve just written you neat python script and you need just a notification system so you know what happenes what your script is finished. For me – best thing for wget downloading and I&#8217;m surfing around – little notification pops out when I&#8217;m done.
All you need is a libnotify package (Debian users install also the [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/05/22/howto-using-python-to-display-notifications-using-libnotify/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing Prism on Linux</title>
		<link>http://www.florijan.net/2009/05/09/installing-prism-on-linux/</link>
		<comments>http://www.florijan.net/2009/05/09/installing-prism-on-linux/#comments</comments>
		<pubDate>Sat, 09 May 2009 09:19:51 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=11</guid>
		<description><![CDATA[ “Prism is an application that lets users split web applications out of their browser and run them directly on their desktop “ ~ MozillaLabs
Prism is now available in version 1.0 beta
You can install Prism in two ways, here is the standalone version.
Download Prism standalone (from the download pagehttp://prism.mozilla.com/started/) or from the terminal.
# wget -c [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/05/09/installing-prism-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing TweetDeck under Debian Lenny</title>
		<link>http://www.florijan.net/2009/05/08/installing-tweetdeck-under-debian-lenny/</link>
		<comments>http://www.florijan.net/2009/05/08/installing-tweetdeck-under-debian-lenny/#comments</comments>
		<pubDate>Fri, 08 May 2009 21:13:09 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=5</guid>
		<description><![CDATA[The hard part here is the download of the Adobe Air .
After the download is finished make the AdobeAirInstaller.bin executable and double click it and install.
That is all the hard work you ahve to do.
Installing the TweetDeck is the easiest part.
Go to TweetDeck page and install it.
Enjoy in TweetDeck  
]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/05/08/installing-tweetdeck-under-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Gwibber under Debian Lenny</title>
		<link>http://www.florijan.net/2009/04/11/installing-gwibber-under-debian-lenny/</link>
		<comments>http://www.florijan.net/2009/04/11/installing-gwibber-under-debian-lenny/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 21:56:17 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=3</guid>
		<description><![CDATA[Get the Bazaar package so you can get the gwibber source from https://code.launchpad.net/gwibber
# apt-get install bzr
When Bazaar is installed downoad the Gwibber code to your folder:
# ﻿bzr branch lp:gwibber
Now let&#8217;s get the dependacies. Gwibber uses the following dependacies:
* python (2.5)
* python-dbus (0.80.2)
* python-gtk2 (2.10.4)
* python-gconf (2.18.0)
* python-notify (0.1.1)
* python-webkitgtk (1.0.1)
* python-simplejson (1.9.1)
* python-egenix-mxdatetime (3.0.0)
* python-distutils-extra
* [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/04/11/installing-gwibber-under-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
