<?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>Yusuf Ozturk &#187; Linux Server</title>
	<atom:link href="http://www.yusufozturk.info/category/linux-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing Hyper-V Linux Integration Services v3.2 on CentOS 6.2</title>
		<link>http://www.yusufozturk.info/linux-server/installing-hyper-v-linux-integration-services-v3-2-on-centos-6-2.html</link>
		<comments>http://www.yusufozturk.info/linux-server/installing-hyper-v-linux-integration-services-v3-2-on-centos-6-2.html#comments</comments>
		<pubDate>Sat, 28 Jan 2012 19:12:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[hyper-v linux ic v3.2]]></category>
		<category><![CDATA[hyper-v linux ic v3.2 installation]]></category>
		<category><![CDATA[installing hyper-v lic on centos]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3886</guid>
		<description><![CDATA[You installed CentOS 6.2 on Hyper-V and you want to install Linux Integration Services v3.2. Let’s read documentation and see if we can. So let&#8217;s do it on CentOS server. mount /dev/cdrom /media /media/install.sh Oops, we got the following error: ls: cannot access kmod-hyper-v-rhel6-43.1.x86_64.rpm: no such file or directory ls: cannot access hyper-v-rhel6-43.1.x86_64.rpm: no such [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/installing-hyper-v-linux-integration-services-v3-2-on-centos-6-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstalling Hyper-V Linux Integration Services v3.2</title>
		<link>http://www.yusufozturk.info/linux-server/uninstalling-hyper-v-linux-integration-services-v3-2.html</link>
		<comments>http://www.yusufozturk.info/linux-server/uninstalling-hyper-v-linux-integration-services-v3-2.html#comments</comments>
		<pubDate>Sat, 28 Jan 2012 18:07:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[hyper-v lic v3.2]]></category>
		<category><![CDATA[hyper-v lic v3.2 uninstall]]></category>
		<category><![CDATA[hyper-v linux vm]]></category>
		<category><![CDATA[uninstall hyper-v lic]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3873</guid>
		<description><![CDATA[You may need to uninstall Hyper-V Linux Integration Services v3.2 due to some reasons. Let&#8217;s read documentation and see if we can. After my first look, i don&#8217;t see any difference between x86 and x64. Lets check it on VM console and see if they are correct. rpm -e microsoft-hyper-v-rhel6-41.1 kmod-microsoft-hyper-v-rhel6-41.1 Oops, it seems &#8220;microsoft-hyper-v-rhel6-41.1&#8243; [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/uninstalling-hyper-v-linux-integration-services-v3-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create MySQL database and user via command line?</title>
		<link>http://www.yusufozturk.info/linux-server/how-to-create-mysql-database-and-user-via-command-line.html</link>
		<comments>http://www.yusufozturk.info/linux-server/how-to-create-mysql-database-and-user-via-command-line.html#comments</comments>
		<pubDate>Tue, 27 Dec 2011 07:33:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[mysql create database]]></category>
		<category><![CDATA[mysql create user]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3847</guid>
		<description><![CDATA[You can create MySQL database and user via command line. 1 2 3 4 CREATE DATABASE dbname; CREATE USER 'dbusername'@'localhost'; SET PASSWORD FOR 'dbusername'@'localhost' = PASSWORD&#40;'PASSWORD'&#41;; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX,ALTER,CREATE TEMPORARY TABLES,LOCK TABLES,REFERENCES ON dbname.* TO `dbusername`@`localhost` WITH GRANT OPTION; That gives only localhost grant on MySQL server.]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/how-to-create-mysql-database-and-user-via-command-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to transfer data between two Linux servers via SCP?</title>
		<link>http://www.yusufozturk.info/linux-server/how-to-transfer-data-between-two-linux-servers-via-scp.html</link>
		<comments>http://www.yusufozturk.info/linux-server/how-to-transfer-data-between-two-linux-servers-via-scp.html#comments</comments>
		<pubDate>Tue, 27 Dec 2011 07:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[linux server transfer]]></category>
		<category><![CDATA[scp transfer]]></category>
		<category><![CDATA[scp usage linux]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3845</guid>
		<description><![CDATA[You can transfer data between two linux servers directly via SCP. scp -r root@10.10.10.2:/var/www/html/production/common /var/www/html/production It transfer common directory from 10.10.10.2 to under production directory.]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/how-to-transfer-data-between-two-linux-servers-via-scp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount NFS share on Linux server?</title>
		<link>http://www.yusufozturk.info/linux-server/how-to-mount-nfs-share-on-linux-server.html</link>
		<comments>http://www.yusufozturk.info/linux-server/how-to-mount-nfs-share-on-linux-server.html#comments</comments>
		<pubDate>Tue, 27 Dec 2011 07:21:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[mount nfs on linux]]></category>
		<category><![CDATA[nfs on linux]]></category>
		<category><![CDATA[nfs share mount]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3842</guid>
		<description><![CDATA[You can mount NFS share on a Linux Server with following commands: mount 10.10.10.2:/NFSName /var/www/html After that, you should also add that to fstab. 1 2 nano /etc/fstab 10.10.10.2:/NFSName /var/www/html nfs noacl,noatime,nodiratime,rsize=65536,wsize=65536,tcp 0 0 Now you can see NFS share in /var/www/html.]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/how-to-mount-nfs-share-on-linux-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing FFmpeg-PHP on CPanel and Centos 6 on Hyper-V</title>
		<link>http://www.yusufozturk.info/linux-server/installing-ffmpeg-php-on-cpanel-and-centos-6-on-hyper-v.html</link>
		<comments>http://www.yusufozturk.info/linux-server/installing-ffmpeg-php-on-cpanel-and-centos-6-on-hyper-v.html#comments</comments>
		<pubDate>Sat, 08 Oct 2011 09:23:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[ffmpeg-php on centos 6]]></category>
		<category><![CDATA[ffmpeg-php on cpanel]]></category>
		<category><![CDATA[ffmpeg-php on hyper-v]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3738</guid>
		<description><![CDATA[Before installing FFmpeg-PHP, you need to install FFmpeg, MPlayer and MEncoder for video processing. I posted an installation guide for them. You can reach it from this post: http://www.yusufozturk.info/linux-server/installing-ffmpeg-mplayer-and-mencoder-on-centos-6-and-cpanel-on-hyper-v.html Because I have CPanel on my CentOS, I won&#8217;t install Apache, MySQL or PHP. I&#8217;m just going with FFmpeg-PHP installation. If you need Ruby on Rails, [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/installing-ffmpeg-php-on-cpanel-and-centos-6-on-hyper-v.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing FFmpeg, MPlayer and MEncoder on CPanel and Centos 6 on Hyper-V</title>
		<link>http://www.yusufozturk.info/linux-server/installing-ffmpeg-mplayer-and-mencoder-on-centos-6-and-cpanel-on-hyper-v.html</link>
		<comments>http://www.yusufozturk.info/linux-server/installing-ffmpeg-mplayer-and-mencoder-on-centos-6-and-cpanel-on-hyper-v.html#comments</comments>
		<pubDate>Mon, 03 Oct 2011 10:52:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[centos 6 video processing]]></category>
		<category><![CDATA[ffmpeg centos 6]]></category>
		<category><![CDATA[ffmpeg on centos 6]]></category>
		<category><![CDATA[mencoder centos 6]]></category>
		<category><![CDATA[mplayer centos 6]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3698</guid>
		<description><![CDATA[You need FFmpeg, MPlayer and MEncoder for video processing. I’ll show you how to install and configure it on Hyper-V. I’ve already posted couple of articles about CentOS 6 installation on Hyper-V, so I won’t mention about that again. You can see CentOS 6 installation on Hyper-V at the following posts: http://www.yusufozturk.info/linux-server/centos-6-desktop-installation-on-hyper-v-and-mouse-support-part1.html http://www.yusufozturk.info/linux-server/centos-6-desktop-installation-on-hyper-v-and-mouse-support-part2.html So I [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/installing-ffmpeg-mplayer-and-mencoder-on-centos-6-and-cpanel-on-hyper-v.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cacti installation on CentOS 6 on Hyper-V – Part 2</title>
		<link>http://www.yusufozturk.info/linux-server/cacti-installation-on-centos-6-on-hyper-v-part-2.html</link>
		<comments>http://www.yusufozturk.info/linux-server/cacti-installation-on-centos-6-on-hyper-v-part-2.html#comments</comments>
		<pubDate>Sun, 14 Aug 2011 22:23:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[cacti installation on hyper-v]]></category>
		<category><![CDATA[cacti on centos 6]]></category>
		<category><![CDATA[cacti on hyper-v]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3594</guid>
		<description><![CDATA[First part, we installed required components for Cacti. In this part, we&#8217;ll install and configure Cacti. After MySQL installation, first we should set MySQL root password. 1 2 mysqladmin --user=root password p@ssw0rd! mysqladmin --user=root --password reload Let&#8217;s download latest Cacti release. 1 2 cd /home wget http://www.cacti.net/downloads/cacti-0.8.7g.tar.gz Untar tar ball. 1 2 tar -zxvf cacti-0.8.7g.tar.gz [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/cacti-installation-on-centos-6-on-hyper-v-part-2.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Cacti installation on CentOS 6 on Hyper-V &#8211; Part 1</title>
		<link>http://www.yusufozturk.info/linux-server/cacti-installation-on-centos-6-on-hyper-v-part-1.html</link>
		<comments>http://www.yusufozturk.info/linux-server/cacti-installation-on-centos-6-on-hyper-v-part-1.html#comments</comments>
		<pubDate>Sun, 14 Aug 2011 13:22:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[cacti installation on hyper-v]]></category>
		<category><![CDATA[cacti on centos 6]]></category>
		<category><![CDATA[cacti on hyper-v]]></category>
		<category><![CDATA[monitoring on hyper-v]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3565</guid>
		<description><![CDATA[Cacti is one of the best snmp based monitoring software. I&#8217;ll show you how to install and configure it on Hyper-V. I&#8217;ve already posted couple of articles about CentOS 6 installation on Hyper-V, so I won&#8217;t mention about that again. You can see CentOS 6 installation on Hyper-V at the following posts: http://www.yusufozturk.info/linux-server/centos-6-desktop-installation-on-hyper-v-and-mouse-support-part1.html http://www.yusufozturk.info/linux-server/centos-6-desktop-installation-on-hyper-v-and-mouse-support-part2.html So [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/cacti-installation-on-centos-6-on-hyper-v-part-1.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>eth name changes after Hyper-V Linux IS v3.1 installation on CentOS 6</title>
		<link>http://www.yusufozturk.info/linux-server/eth-name-changes-after-hyper-v-linux-is-v3-1-installation-on-centos-6.html</link>
		<comments>http://www.yusufozturk.info/linux-server/eth-name-changes-after-hyper-v-linux-is-v3-1-installation-on-centos-6.html#comments</comments>
		<pubDate>Sun, 07 Aug 2011 18:54:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[change eth name CentOS6]]></category>
		<category><![CDATA[change network device name eth1 to eth0]]></category>
		<category><![CDATA[hyper-v change linux eth name]]></category>
		<category><![CDATA[hyper-v linux eth name changes]]></category>
		<category><![CDATA[hyper-v linux eth1]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3538</guid>
		<description><![CDATA[If you install Hyper-V Linux IS v3.1 on CentOS 6 and assign a new synthetic network card, network device name may change from eth0 to eth1. That&#8217;s not a good thing if you work with &#8220;Set-LinuxVM&#8221; because by default it works with eth0 (yes, you can consider this as a bug :)) Also I&#8217;m one [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/linux-server/eth-name-changes-after-hyper-v-linux-is-v3-1-installation-on-centos-6.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

