<?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>Cihan DOGAN’s IT Blog</title>
	<atom:link href="http://cihan.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://cihan.me</link>
	<description>The experiences on my digital life!</description>
	<lastBuildDate>Sun, 07 Mar 2010 18:40:14 +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>How to extend display to the secondary monitor without logout at Gnome/Kde</title>
		<link>http://cihan.me/how-to-extend-display-to-the-secondary-monitor-without-logout-at-gnomekde/</link>
		<comments>http://cihan.me/how-to-extend-display-to-the-secondary-monitor-without-logout-at-gnomekde/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 18:40:14 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=124</guid>
		<description><![CDATA[First of all, we will see which outputs are available, connected/disconnected with xrandr &#8211;verbose command:
black@sysbuntu:~$ xrandr &#8211;verbose
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 2720 x 900
LVDS connected 1280&#215;800+0+0 (0&#215;4f) normal (normal left inverted right x axis y axis) 0mm x 0mm
Identifier: 0&#215;4b
Timestamp:  12612
Subpixel:   horizontal rgb
Clones:
CRTC:    [...]]]></description>
		<wfw:commentRss>http://cihan.me/how-to-extend-display-to-the-secondary-monitor-without-logout-at-gnomekde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware wireless bridge mode issue</title>
		<link>http://cihan.me/vmware-wireless-bridge-mode-issue/</link>
		<comments>http://cihan.me/vmware-wireless-bridge-mode-issue/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 19:59:34 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bridge mode]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=117</guid>
		<description><![CDATA[I have installed Ubuntu 64bit edition on my Sony Vaio laptop. After i get failed with usb functionality at Sun Virtualbox, i decided to use another virtualization software which is VMware player. At the beginning everything was fine. But a while later, when i try to use my wlan0 interface via bridge mode in my [...]]]></description>
		<wfw:commentRss>http://cihan.me/vmware-wireless-bridge-mode-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free antivirus software for Windows Servers and Widows Clients</title>
		<link>http://cihan.me/free-antivirus-software-for-windows-servers-and-widows-clients/</link>
		<comments>http://cihan.me/free-antivirus-software-for-windows-servers-and-widows-clients/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:27:38 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[clamwin]]></category>
		<category><![CDATA[free antivirus]]></category>
		<category><![CDATA[winpooch]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=110</guid>
		<description><![CDATA[Usually, it is really hard to find a freeware antivirus for Windows Servers. But still you have one option. Clamwin. ClamWin is a Free Antivirus program for Microsoft Windows 7 / Vista / XP / Me / 2000 / 98 and Windows Server 2008 and 2003. ClamWin Free Antivirus comes with an easy installer and [...]]]></description>
		<wfw:commentRss>http://cihan.me/free-antivirus-software-for-windows-servers-and-widows-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install webmin on Centos 5.4 and Debian 5.0</title>
		<link>http://cihan.me/how-to-install-webmin-to-centos-5-4/</link>
		<comments>http://cihan.me/how-to-install-webmin-to-centos-5-4/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 19:02:06 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=107</guid>
		<description><![CDATA[For Centos 5.4:
Firstly, install the dependencies:
# yum -y install perl-Net-SSLeay
Then download the rpm package and install it:
# cd /opt  # wget http://sourceforge.net/projects/webadmin/files/webmin/1.500/webmin-1.500-1.noarch.rpm/download # rpm -i webmin-1.500-1.noarch.rpm
Then reach your management url:
https://your-hostname-or-ip:10000 The default user is setted to &#8220;root&#8221; and the password is your root account&#8217;s password.
For Debian 5.0:

Firstly, install the dependencies:
# apt-get install perl libnet-ssleay-perl [...]]]></description>
		<wfw:commentRss>http://cihan.me/how-to-install-webmin-to-centos-5-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to secure your Microsoft Windows Servers with SCW and Windows Firewall</title>
		<link>http://cihan.me/how-to-secure-your-microsoft-windows-servers-with-swc-and-windows-firewall/</link>
		<comments>http://cihan.me/how-to-secure-your-microsoft-windows-servers-with-swc-and-windows-firewall/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 12:46:18 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[group policy objects]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[SCW]]></category>
		<category><![CDATA[security configuration wizard]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[Windows Firewall]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=86</guid>
		<description><![CDATA[You have installed the Windows Server operating system. It is working well. So now you should be thinking about the security, i.e. unnecessary ports, unlimited login access and ip restrictions. So if you haven&#8217;t got an hardware based firewall, you can use Microsoft&#8217;s SCW tool and Windows Firewall together to keep your server secure.
Security Configuration [...]]]></description>
		<wfw:commentRss>http://cihan.me/how-to-secure-your-microsoft-windows-servers-with-swc-and-windows-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert/Copy your CD/DVD media as .iso file using dd</title>
		<link>http://cihan.me/convertcopy-your-cddvd-media-as-iso-file-using-dd/</link>
		<comments>http://cihan.me/convertcopy-your-cddvd-media-as-iso-file-using-dd/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 19:15:10 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=84</guid>
		<description><![CDATA[I had taken some Dvd Movies last week. But my Dvd player did not played them. I think the player damaged somehow. So i decided to copy them to my Arch Linux installed laptop. A few months ago, i had 1-1 copied my hard drive to a new one with &#8220;dd&#8221; tool at console. But [...]]]></description>
		<wfw:commentRss>http://cihan.me/convertcopy-your-cddvd-media-as-iso-file-using-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Microsoft Outlook On Linux?</title>
		<link>http://cihan.me/how-to-run-microsoft-outlook-on-linux/</link>
		<comments>http://cihan.me/how-to-run-microsoft-outlook-on-linux/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 19:07:16 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[microsoft outlook]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=77</guid>
		<description><![CDATA[The date from i start to use Linux, my biggest difficulty is that i could not find any alternative software that is  powerful as Microsoft Outlook in Windows. So i decided to find the way that allows me to use Microsoft Outlook in Linux. After googling a few useful tutorial, i found the most [...]]]></description>
		<wfw:commentRss>http://cihan.me/how-to-run-microsoft-outlook-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The error on VirtualBox: Please use a kernel apropriate for your cpu</title>
		<link>http://cihan.me/the-error-on-virtualbox-please-use-a-kernel-apropriate-for-your-cpu/</link>
		<comments>http://cihan.me/the-error-on-virtualbox-please-use-a-kernel-apropriate-for-your-cpu/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:38:29 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=73</guid>
		<description><![CDATA[I was trying to install new virtual machine (Ubuntu 8.10 Server &#8211; i386 ) on VirtualBox. After i install my O.S, while it was reebooting the system, my Ubuntu system stucked with the error:  &#8221; Please use a kernel apropriate  for your cpu &#8221; error.
After a while googling, i found how to solve this issue:
1. [...]]]></description>
		<wfw:commentRss>http://cihan.me/the-error-on-virtualbox-please-use-a-kernel-apropriate-for-your-cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Arch GNU/Linux on TOSHIBA Satellite PRO U300</title>
		<link>http://cihan.me/installing-arch-gnulinux-on-toshiba-satellite-pro-u300/</link>
		<comments>http://cihan.me/installing-arch-gnulinux-on-toshiba-satellite-pro-u300/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:52:30 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde4]]></category>
		<category><![CDATA[kdm]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=65</guid>
		<description><![CDATA[Installation:
I will not tell you basic setup of Arch Linux, because it has been told at Arch Linux beginners guide very well. So you can follow up the setps Part I (Install the Base System) and Part II (Configure&#38;Update the New Arch Linux base system) exactly. After that:
1. We will install Xorg packet via terminal:
#sudo [...]]]></description>
		<wfw:commentRss>http://cihan.me/installing-arch-gnulinux-on-toshiba-satellite-pro-u300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Sugarcrm Community Edition on Arch Linux</title>
		<link>http://cihan.me/installing-sugarcrm-community-edition-on-arch-linux/</link>
		<comments>http://cihan.me/installing-sugarcrm-community-edition-on-arch-linux/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:39:25 +0000</pubDate>
		<dc:creator>Cihan DOGAN</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sugar crm]]></category>

		<guid isPermaLink="false">http://cihan.me/?p=47</guid>
		<description><![CDATA[I want to check one of the most famous CRM softwares, SugarCRM, so i googled it, but unfortunately i got no result on Arch Linux, so i decided to setup myself. Then i posted here. Hope it helps somebody else who wants to setup on Arch Linux.
SugarCRM is a webbased CRM solution written in PHP. [...]]]></description>
		<wfw:commentRss>http://cihan.me/installing-sugarcrm-community-edition-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
