<?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>LiberLabs Blog</title>
	<atom:link href="http://tech.libersoft.it/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.libersoft.it</link>
	<description>Yes, we do. With GNU/Linux.</description>
	<lastBuildDate>Sun, 28 Feb 2010 17:21:46 +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>OpenVPN on a privileged port with an unprivileged user</title>
		<link>http://tech.libersoft.it/2010/openvpn-on-a-privileged-port-with-an-unprivileged-user/</link>
		<comments>http://tech.libersoft.it/2010/openvpn-on-a-privileged-port-with-an-unprivileged-user/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 17:18:54 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bind failed]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[permission denied]]></category>
		<category><![CDATA[static key]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=367</guid>
		<description><![CDATA[Remember: if you are using a privileged port for your openvpn (&#60;1024, like 53/udp for bypassing captive portals), don&#8217;t configure privilege dropping, otherwise after the first timeout, the vpn will die with &#8220;TCP/UDP: Socket bind failed on local address [undef]:port: Permission denied&#8221;
My static key server config:
cat /etc/openvpn/ogre.conf
dev tun
ifconfig 10.0.66.1 10.0.66.2
secret static.key
comp-lzo
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
# keep commented [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2010/openvpn-on-a-privileged-port-with-an-unprivileged-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack for disabling suhosin when using phpmyadmin on Debian</title>
		<link>http://tech.libersoft.it/2009/hack-for-disabling-suhosin-when-using-phpmyadmin-on-debian/</link>
		<comments>http://tech.libersoft.it/2009/hack-for-disabling-suhosin-when-using-phpmyadmin-on-debian/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 09:57:33 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=315</guid>
		<description><![CDATA[If you apt-get install phpmyadmin on Debian/Ubuntu, you will notice the quoted warning message:
Server running with Suhosin. Please refer to documentation for possible issues.
You will get reference and possibile solutions here.
A fast get to achieve a fully working phpmyadmin on a trusted environment, is to enable the simulation mode on the phpmyadmin vhost, editing /etc/apache2/conf.d/phpmyadmin.conf [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/hack-for-disabling-suhosin-when-using-phpmyadmin-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hylafax with A01-PU3 WebRunner USB</title>
		<link>http://tech.libersoft.it/2009/hylafax-with-a01-pu3-webrunner-usb/</link>
		<comments>http://tech.libersoft.it/2009/hylafax-with-a01-pu3-webrunner-usb/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 09:08:09 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[A01-PU3]]></category>
		<category><![CDATA[fax]]></category>
		<category><![CDATA[fax server]]></category>
		<category><![CDATA[hylafax]]></category>
		<category><![CDATA[No carrier detected]]></category>
		<category><![CDATA[usb modem]]></category>
		<category><![CDATA[webrunner]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=307</guid>
		<description><![CDATA[HylaFAX is an enterprise-class system for sending and receiving facsimiles as well as for sending alpha-numeric pages.
The A01-PU3 is an usb PSTN modem that support the CDC ACM standard, and it works great on Linux!

On Debian you can easily setup an Hylafax Server installing it by:

aptitude install hylafax

And configure your fax device with faxaddmodem:

faxaddmodem /dev/ttyACM0

At [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/hylafax-with-a01-pu3-webrunner-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting serial tty lines over TCP</title>
		<link>http://tech.libersoft.it/2009/exporting-serial-tty-lines-over-tcp/</link>
		<comments>http://tech.libersoft.it/2009/exporting-serial-tty-lines-over-tcp/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:21:34 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[fax]]></category>
		<category><![CDATA[hylafax]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[recvq]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=304</guid>
		<description><![CDATA[On server:

socat tcp-l:54321,reuseaddr,fork file:/dev/ttyS0,nonblock,raw,echo=0,waitlock=/var/run/tty

On client:

while true; do socat pty,link=/dev/vttyS0,raw,echo=0,waitslave tcp:192.168.1.1:54321; done

A lot of fun exporting fax-modem serial line of servers geographically far and use a central hylafax server with multiple virtual modems =D 
]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/exporting-serial-tty-lines-over-tcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linksys WAG54G2 and slowness on p2p</title>
		<link>http://tech.libersoft.it/2009/linksys-wag54g2-and-slowness-on-p2p/</link>
		<comments>http://tech.libersoft.it/2009/linksys-wag54g2-and-slowness-on-p2p/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:36:06 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[WAG54G2]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=296</guid>
		<description><![CDATA[It&#8217;s 3 weeks that I bought a Linksys WAG54G2 wifi adsl router, and I wasn&#8217;t very happy with it.
Even with a very low bandwidth allotment for my torrent client, the navigation on every site was very SLOW (~5 sec for http://www.google.it), with the latest firmware (1.00.17) and with default settings.
Today I probably found a solution [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/linksys-wag54g2-and-slowness-on-p2p/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tips for configuring Ubuntu Karmic on MacBook Pro</title>
		<link>http://tech.libersoft.it/2009/tips-for-configuring-ubuntu-karmic-on-macbook-pro/</link>
		<comments>http://tech.libersoft.it/2009/tips-for-configuring-ubuntu-karmic-on-macbook-pro/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 11:39:52 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hfs disable journaling]]></category>
		<category><![CDATA[hfsplus]]></category>
		<category><![CDATA[hid-apple]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[mactel ppa]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=287</guid>
		<description><![CDATA[The new Ubuntu Karmic (9.10) will be release soon and it will greatly increase the support of MacBooks, thanks to the official Ubuntu Mactel Team (https://launchpad.net/mactel-support)
Here are a short list of tips for configuring your Macbook with Ubuntu Karmic.
To change the default behavior of the Fn keys, because I use much more the F1, F2, [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/tips-for-configuring-ubuntu-karmic-on-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My network hints for setting up VirtualBox on Mac Host with Linux Guests</title>
		<link>http://tech.libersoft.it/2009/my-network-hints-for-setting-up-virtualbox-on-mac-host-with-linux-guests/</link>
		<comments>http://tech.libersoft.it/2009/my-network-hints-for-setting-up-virtualbox-on-mac-host-with-linux-guests/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:56:42 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=265</guid>
		<description><![CDATA[Virtualbox is one of my favourite OpenSource project, and I am actively following it&#8217;s rapid development, headed by Sun/Oracle.
You can use it very easily, and there are tons of howto out of here on how to setup, configure and run your favorite operating system inside another.
The default settings put on your virtual machine a single [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/my-network-hints-for-setting-up-virtualbox-on-mac-host-with-linux-guests/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The essential OpenSource Software for your Mac</title>
		<link>http://tech.libersoft.it/2009/the-essential-opensource-software-for-your-mac/</link>
		<comments>http://tech.libersoft.it/2009/the-essential-opensource-software-for-your-mac/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:12:15 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=262</guid>
		<description><![CDATA[How many of you will never buy a mac for it&#8217;s price and for the prices of his dedicated software?
Nowadays the history is changed, there is a lot of OpenSource Software ready for you and for your Mac (and Linux, and Windows..)
Here is a list with a description of all the software I currently use [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/the-essential-opensource-software-for-your-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The perfect working environment with OpenSource Software on a Macbook</title>
		<link>http://tech.libersoft.it/2009/the-perfect-working-environment-with-opensource-software-on-a-macbook/</link>
		<comments>http://tech.libersoft.it/2009/the-perfect-working-environment-with-opensource-software-on-a-macbook/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:43:57 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[unibody]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=258</guid>
		<description><![CDATA[I am writing this article for sharing my actual setup on my recently bought MacBook Pro Unibody.
After some week, I managed how to make a third-boot system with rEFIt, having MacOS, Windows (I like enjoying some videogame, the last was Fallout 3), and Debian GNU/Linux.
I wasn&#8217;t very satisfied with this choice, because i wasted a [...]]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/the-perfect-working-environment-with-opensource-software-on-a-macbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iStat Menu Snow Leopard compatible!</title>
		<link>http://tech.libersoft.it/2009/istat-menu-beta-update-for-snow-leopard/</link>
		<comments>http://tech.libersoft.it/2009/istat-menu-beta-update-for-snow-leopard/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:04:48 +0000</pubDate>
		<dc:creator>scorp</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[istat menu]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://tech.libersoft.it/?p=282</guid>
		<description><![CDATA[iStat Menu 2.0 for Snow Leopard finally cames out of beta.
Download here!
]]></description>
		<wfw:commentRss>http://tech.libersoft.it/2009/istat-menu-beta-update-for-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
