<?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>PHPSuperBLOG &#187; Fedora 12</title>
	<atom:link href="http://www.phpsuperblog.com/category/fedora-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +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>Fedora 12 Setup FTP server with vsFTPd</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-ftp-server-with-vsftpd/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-ftp-server-with-vsftpd/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 09:11:57 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=244</guid>
		<description><![CDATA[In this post, I am going to show how to setup a FTP server in Fedora 12 step by step The steps of Setting up  FTP (vsFTPd) in Fedora 12: Install vsFTPd in the Terminal: # yum install vsftpd After the installation, start the vsFTPd: # service vsftpd start Enable port 20 and 21 in [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-ftp-server-with-vsftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 Setup Apache Web Server</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-apache-web-server/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-apache-web-server/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 13:13:00 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=406</guid>
		<description><![CDATA[In this post,I will show you how to Fedora 12 Setup Apache Web Server. Install Apache Open the &#8220;Terminal Windows&#8221; : Applications -&#62; System Tools -&#62; Terminal Login as root: su press &#8220;Enter&#8221; and input the password. Type in # yum install httpd to install Apache. Configuration of Apache Edit the httpd.conf file with gedit, in [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-apache-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 Disable screensaver and lock screen</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-disable-screensaver-and-lock-screen/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-disable-screensaver-and-lock-screen/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 05:39:31 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Screensaver]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=400</guid>
		<description><![CDATA[Editor&#8217;s note: In default, after the installation of Fedora 12, the screensaver and lock screen are active, to disable them, here are the steps: Go to System -&#62; Preferences -&#62; Screensaver. Uncheck the 2 options: Activate screensaver when the computer is idle Lock screen when screensaver is active &#169;2012 PHPSuperBLOG. All Rights Reserved..]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-disable-screensaver-and-lock-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 Setup and Configuration of Samba File Server</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-and-configuration-of-samba-file-server/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-and-configuration-of-samba-file-server/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 05:23:09 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[File Sharing]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Workgroup]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=366</guid>
		<description><![CDATA[In this post, I will show you how to install Samba into Fedora 12 Install Samba Open the &#8220;Terminal Windows&#8221; : Applications -&#62; System Tools -&#62; Terminal Login as root: su press &#8220;Enter&#8221; and input the password. Type in #yum install samba to install Samba. Configuration of Samba Click System -&#62; Administration -&#62; Samba to open [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-and-configuration-of-samba-file-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora 12 find out the IP address information</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-find-out-the-ip-address-information/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-find-out-the-ip-address-information/#comments</comments>
		<pubDate>Sun, 23 May 2010 10:06:16 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=243</guid>
		<description><![CDATA[To be able to find out the IP address information of the fedora computer, here are the steps to do so: First we open the &#8220;Terminal&#8221;: Click &#8220;Application&#8221; -> &#8220;System Tools&#8221; -> &#8220;Terminal&#8221;. In the &#8220;Terminal&#8221;, type in $ ifconfig The IP address information will show up &#169;2012 PHPSuperBLOG. All Rights Reserved..]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-find-out-the-ip-address-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 Assign static IP</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-assign-static-ip/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-assign-static-ip/#comments</comments>
		<pubDate>Thu, 13 May 2010 14:04:00 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=235</guid>
		<description><![CDATA[Editor&#8217;s note: To avoid DHCP server to assign different IP to the Fedora computer with different services such as FTP, web server etc, assign a static IP for it is a great idea. Click on &#8220;System&#8221; -&#62; &#8220;Administration&#8221; -&#62; &#8220;Network&#8221; Input the &#8220;root&#8221; password to access the network setting The &#8220;Network Configuration&#8221; box pops up and [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-assign-static-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 Setup Remote Desktop VNC Server</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-remote-desktop-vnc-server/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-remote-desktop-vnc-server/#comments</comments>
		<pubDate>Mon, 10 May 2010 13:56:27 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=203</guid>
		<description><![CDATA[The Fedora 12 computer is abled to remote controlled by using the remote desktop. To setup the remote desktop, Three main things that we have to do: Setup the remote desktop server Change the firewall setting to allow remote desktop port to go through Setup port forwarding in router to allow access from outside the [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-remote-desktop-vnc-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 Connect to the internet and set the LAN connection active when starts up</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-connect-to-the-internet-and-set-the-lan-connection-active-when-starts-up/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-connect-to-the-internet-and-set-the-lan-connection-active-when-starts-up/#comments</comments>
		<pubDate>Sun, 09 May 2010 09:29:18 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LAN]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=163</guid>
		<description><![CDATA[In this post, I am going to show how to setup a connection to the internet after the installation of Fedora 12 To connect to the internet with fedora 12: Connect the LAN cable into the computer. Click on &#8220;Wire Network Connection&#8221; icon at the top right, choose &#8220;System eth0&#8243; to active the LAN connection: [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-connect-to-the-internet-and-set-the-lan-connection-active-when-starts-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

