<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Geekzine.org</title>
	<atom:link href="http://geekzine.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekzine.org</link>
	<description>For geeks, by geeks.</description>
	<pubDate>Wed, 07 Jan 2009 19:32:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/fa39acdf8f3105775f0dc50d113f4356?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Geekzine.org</title>
		<link>http://geekzine.org</link>
	</image>
			<item>
		<title>Install VMware server on Ubuntu Intrepid (8.10)</title>
		<link>http://geekzine.org/2008/11/20/install-vmware-server-on-ubuntu-intrepid-810/</link>
		<comments>http://geekzine.org/2008/11/20/install-vmware-server-on-ubuntu-intrepid-810/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 17:55:18 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=259</guid>
		<description><![CDATA[What you need before you begin:
1. Get Licence from VMWare: http://register.vmware.com/content/registration.html
2. Install these package:
apt-get install  linux-source-2.6.27 linux-libc-dev xinetd
Then, you need to download it from the vmware website: http://register.vmware.com/content/download-108.html
wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.8-126538.tar.gz
Untar:
tar -xvzf VMware-server-1.0.8-126538.tar.gz
cd vmware-server-distrib/
The run the installer:
./vmware-install.pl
N.B: Say yes to every question, when it asked to run the configured script, say no
Now, you need to download the [...]]]></description>
		<wfw:commentRss>http://geekzine.org/2008/11/20/install-vmware-server-on-ubuntu-intrepid-810/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Find all SSH Hosts on port 22</title>
		<link>http://geekzine.org/2008/11/18/find-all-ssh-hosts/</link>
		<comments>http://geekzine.org/2008/11/18/find-all-ssh-hosts/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:20:39 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=254</guid>
		<description><![CDATA[If you want to find all SSH enabled hosts in all subnets to which your computer is connected, you can use this oneliner:
nmap -p22 -oG - $(ip addr &#124; awk &#8216;/inet .*global/ {print $2}&#8217; &#124; tr &#8216;\n&#8217; &#8216; &#8216;) &#124; awk &#8216;/22\/open/ {print $2}&#8217; &#124; uniq
Important: Will only found ssh server that run on port [...]]]></description>
		<wfw:commentRss>http://geekzine.org/2008/11/18/find-all-ssh-hosts/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Add windows codecs to Ubuntu Intrepid 8.10 (w32codecs or w64codecs)</title>
		<link>http://geekzine.org/2008/11/17/add-windows-codecs-to-ubuntu-intrepid-810-w32codecs-or-w64codecs/</link>
		<comments>http://geekzine.org/2008/11/17/add-windows-codecs-to-ubuntu-intrepid-810-w32codecs-or-w64codecs/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 18:44:09 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=248</guid>
		<description><![CDATA[First, you have to add the repo Medibuntu:
https://help.ubuntu.com/community/Medibuntu
Ubuntu 8.10 &#8220;Intrepid Ibex&#8221;:
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list &#8211;output-document=/etc/apt/sources.list.d/medibuntu.list
The you have to update your apt-get list
sudo apt-get update
Then you are ready to install the codecs:
For Ubuntu 32 bits
sudo apt-get install w32codecs
For Ubuntu 64 bits

sudo apt-get install w64codecs

Old article: http://geekzine.org/2008/03/01/w32codecs-for-ubuntu/
Mediabuntu: http://www.medibuntu.org/
Posted in HowTo - Linux&#160;&#160;&#160;&#160;&#160;&#160;     ]]></description>
		<wfw:commentRss>http://geekzine.org/2008/11/17/add-windows-codecs-to-ubuntu-intrepid-810-w32codecs-or-w64codecs/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrade your Ubuntu server to Intrepid (8.10)</title>
		<link>http://geekzine.org/2008/11/01/upgrade-your-ubuntu-server-to-intrepid-810/</link>
		<comments>http://geekzine.org/2008/11/01/upgrade-your-ubuntu-server-to-intrepid-810/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:36:41 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=244</guid>
		<description><![CDATA[From: http://howtoforge.net/how-to-upgrade-ubuntu-8.04-to-ubuntu-8.10-desktop-and-server
First become root:

sudo su

Then run

apt-get update

and install the package update-manager-core:

apt-get install update-manager-core

Open the file /etc/update-manager/release-upgrades&#8230;

vi /etc/update-manager/release-upgrades

&#8230; and change Prompt=lts to

[...]
Prompt=normal

Then run

do-release-upgrade

to start the distribution upgrade.
Confirm that you want to do the upgrade:
Do you want to start the upgrade?
2 packages are going to be removed. 48 new packages are going to be
installed. 376 packages are going to be upgraded.
You have to download a total of 242M. This download will take about 6
minutes with your connection.
Fetching and installing the upgrade can take several hours. Once the
download has finished, the process cannot be cancelled.
Continue [yN]  Details [d] &#60;&#8211; y
At the end of the upgrade process, you should remove obsolete packages:
Remove obsolete packages?
21 packages are going to be removed.
Continue [yN]  Details [d] &#60;&#8211; y
The server needs to be rebooted to complete the upgrade:
System [...]]]></description>
		<wfw:commentRss>http://geekzine.org/2008/11/01/upgrade-your-ubuntu-server-to-intrepid-810/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu / kubuntu 8.10 is Out today!!!</title>
		<link>http://geekzine.org/2008/10/30/ubuntu-kubuntu-810-is-out-today/</link>
		<comments>http://geekzine.org/2008/10/30/ubuntu-kubuntu-810-is-out-today/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 16:15:41 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<category><![CDATA[Others]]></category>

		<category><![CDATA[Software Reviews]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=241</guid>
		<description><![CDATA[Oh Yeah!!!
 
Ubuntu:
http://www.ubuntu.com/
 
kubuntu:
http://www.kubuntu.org/
Posted in HowTo - Linux, Others, Software Reviews&#160;&#160;&#160;&#160;&#160;&#160;     ]]></description>
		<wfw:commentRss>http://geekzine.org/2008/10/30/ubuntu-kubuntu-810-is-out-today/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure a static and dynamic dhcp server on CentOS 5.2</title>
		<link>http://geekzine.org/2008/10/29/configure-a-static-and-dynamic-dhcp-server-on-centos-52/</link>
		<comments>http://geekzine.org/2008/10/29/configure-a-static-and-dynamic-dhcp-server-on-centos-52/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 19:58:39 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=234</guid>
		<description><![CDATA[yum -y install dhcp
mv /etc/dhcpd.conf /etc/dhcpd.conf.ori
cp /usr/share/doc/dhcp*/dhcpd.conf.sample /etc/dhcpd.conf
to configure your server, your got all the example:
vi /etc/dhcpd.conf  
to force an interface, add the following line: DHCPDARGS=eth0
vi /etc/sysconfig/dhcpd   
Verify that the dhcp server start at bootup:
chkconfig &#8211;list &#124; grep dhcp
If not:
chkconfig &#8211;levels 235 dhcpd on
Start the service:
/etc/init.d/dhcpd start
 
Reference: http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-dhcp-configuring-server.html
Posted in HowTo - Linux&#160;&#160;&#160;&#160;&#160;&#160;     ]]></description>
		<wfw:commentRss>http://geekzine.org/2008/10/29/configure-a-static-and-dynamic-dhcp-server-on-centos-52/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Install CentOS 5.2 as a server (LAMP/Bind/ntp)</title>
		<link>http://geekzine.org/2008/10/28/install-centos-52-as-a-server-lampbindntp/</link>
		<comments>http://geekzine.org/2008/10/28/install-centos-52-as-a-server-lampbindntp/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 20:01:56 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=213</guid>
		<description><![CDATA[Partition:
/dev/sda1 =&#62; ext3 -&#62; /boot  -&#62; 128MB
/dev/sda2 =&#62; ext3 -&#62; / -&#62; 32768MB
/dev/sda3  =&#62; swap  -&#62; 2048MB
/dev/sda4 =&#62; ext3 -&#62; /tmp -&#62; Space left.
Disable IPv6 support if not needed.
-PACKAGE CONFIGURATION:
* Choose SERVER Templates.
* In the bottom, check CUSTOMIZE NOW.
-PACKAGES CUSTOMIZATION:
* In DEVELOPMENT: add DEVELOPMENT LIBRARIES, DEVELOPMENT TOOLS, LEGACY SOFTWARE DEVELOPMENT.
* In SERVER: uncheck everything (remove [...]]]></description>
		<wfw:commentRss>http://geekzine.org/2008/10/28/install-centos-52-as-a-server-lampbindntp/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Is KDE 4.1 for you?</title>
		<link>http://geekzine.org/2008/10/24/is-kde-41-for-you/</link>
		<comments>http://geekzine.org/2008/10/24/is-kde-41-for-you/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 20:34:42 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Linux]]></category>

		<category><![CDATA[Software Reviews]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=209</guid>
		<description><![CDATA[
From: http://techbase.kde.org/Schedules/Is_KDE_4.1_for_you%3F
KDE 4.1 was released at the end of July 2008. This is a significant milestone for the KDE 4 series and for KDE in general, but as an early release in the KDE 4 cycle, it does have some known issues which will not be fixed in KDE 4.1. Huge progress has been made in [...]]]></description>
		<wfw:commentRss>http://geekzine.org/2008/10/24/is-kde-41-for-you/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>\SystemRoot\System32\RDPDD.dll failed to load</title>
		<link>http://geekzine.org/2008/10/23/systemrootsystem32rdpdddll-failed-to-load/</link>
		<comments>http://geekzine.org/2008/10/23/systemrootsystem32rdpdddll-failed-to-load/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 19:36:03 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Windows]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=203</guid>
		<description><![CDATA[From: http://blogs.technet.com/brad_rutkowski/archive/2008/01/04/systemroot-system32-rdpdd-dll-failed-to-load.aspx
This is an FYI post for an issue we&#8217;ve seen on a couple of Windows 2003 SP2 servers internally.  Hopefully if someone hits this in the wild they&#8217;ll be able to find this post on the intertubes.
Symptom:
When attempting to connect from the client via RDP,  you would click “connect” and then soon after it would [...]]]></description>
		<wfw:commentRss>http://geekzine.org/2008/10/23/systemrootsystem32rdpdddll-failed-to-load/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>
	</item>
		<item>
		<title>DeployStudio</title>
		<link>http://geekzine.org/2008/10/21/deploystudio/</link>
		<comments>http://geekzine.org/2008/10/21/deploystudio/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 15:25:50 +0000</pubDate>
		<dc:creator>aristomagnus</dc:creator>
		
		<category><![CDATA[HowTo - Mac OS X]]></category>

		<category><![CDATA[Software Reviews]]></category>

		<guid isPermaLink="false">http://aristomagnus.wordpress.com/?p=199</guid>
		<description><![CDATA[http://www.deploystudio.com/
Saving time is a daily concern for system administrator, especially with the increase of minor interventions requested by end-users: accidentally modified system preferences, third-party applications instability or misconfigured, wrong access rights, viruses, etc&#8230;
Mac OS X is stable and robust but the capacity to (re)install completely a workstation or a server in a few minutes following [...]]]></description>
		<wfw:commentRss>http://geekzine.org/2008/10/21/deploystudio/feed/</wfw:commentRss>
	
		<media:content url="http://www.gravatar.com/avatar/2632e7a3f721105ef8e76948cd361438?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Favatar%2Funknown-96.jpg&#38;r=PG" medium="image">
			<media:title type="html">aristomagnus</media:title>
		</media:content>

		<media:content url="http://www.deploystudio.com/Home_files/shapeimage_1.png" medium="image">
			<media:title type="html">DeployStudio</media:title>
		</media:content>
	</item>
	</channel>
</rss>