<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Linux News And Info</title>
	<atom:link href="http://www.debianperu.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianperu.org</link>
	<description>Just Linux For You</description>
	<lastBuildDate>Fri, 18 May 2012 00:53:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

		<copyright></copyright>
		<itunes:author></itunes:author>
		<itunes:summary>Just another WordPress weblog</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		
		<item>
		<title>Ubuntu : Linux pour tous</title>
		<link>http://www.debianperu.org/archives/1185</link>
		<comments>http://www.debianperu.org/archives/1185#comments</comments>
		<pubDate>Fri, 18 May 2012 00:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Videos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pour]]></category>
		<category><![CDATA[tous]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1185</guid>
		<description><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/OJw1K-iMRAM?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/OJw1K-iMRAM?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>La nouvelle version du système Ubuntu vient de sortir. Logiciel &#8220;libre&#8221;, Ubuntu est une distribution Linux qui s&#8217;adresse aux professionnels et aux particuliers; une alternative à Windows et Mac OS X qui tente de séduire le plus grand nombre.<br />
<strong>Video Rating: 4 / 5</strong></p>
<p><a  href="http://www.debianperu.org/archives/1185" class="more-link">Read more on Ubuntu : Linux pour tous&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/OJw1K-iMRAM?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/OJw1K-iMRAM?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>La nouvelle version du système Ubuntu vient de sortir. Logiciel &#8220;libre&#8221;, Ubuntu est une distribution Linux qui s&#8217;adresse aux professionnels et aux particuliers; une alternative à Windows et Mac OS X qui tente de séduire le plus grand nombre.<br />
<strong>Video Rating: 4 / 5</strong></p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/AalOJnvcJJ4?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/AalOJnvcJJ4?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>User-submitted video from The Linux Foundation Video Site video.linux.com This video teaches you how to install CentOS to a virtual system. I also describe in brief some differences between popular file systems as well as the directory structure for Linux.<br />
<strong>Video Rating: 3 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1185/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How can I use the Linux on embedded system?</title>
		<link>http://www.debianperu.org/archives/1184</link>
		<comments>http://www.debianperu.org/archives/1184#comments</comments>
		<pubDate>Thu, 17 May 2012 21:38:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Q&A]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1184</guid>
		<description><![CDATA[<p><strong><i>Question by mhhm2005eg</i>: How can I use the Linux on embedded system?</strong><br />
How can I use the Linux kernel on embedded system?<br />
What is the right configuration, and how to add my application to?</p>
<p><a  href="http://www.debianperu.org/archives/1184" class="more-link">Read more on Q&#38;A: How can I use the Linux on embedded system?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by mhhm2005eg</i>: How can I use the Linux on embedded system?</strong><br />
How can I use the Linux kernel on embedded system?<br />
What is the right configuration, and how to add my application to?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by ItachisXeyes</i><br />what is the embedded system you are looking to use?</p>
<p>you might try looking into the Linux from Scratch project.</p>
<p>http://www.linuxfromscratch.org/</p>
<p>basically you start with GCC and Libraries and then boot into a minimal system and start compiling larger parts of the kernel and shell and what ever software you want and add this and that. once you get the hang of it, its pretty fun actually<br />
and there are other projects like how to secure Linux and add GUI and cross compilers and all that stuff.</p>
<p><strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1184/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is the difference between Linux Linpus Lite operating system and others?</title>
		<link>http://www.debianperu.org/archives/1183</link>
		<comments>http://www.debianperu.org/archives/1183#comments</comments>
		<pubDate>Thu, 17 May 2012 01:16:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Q&A]]></category>
		<category><![CDATA[between]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[Linpus]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lite]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[others]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1183</guid>
		<description><![CDATA[<p><strong><i>Question by Danan J</i>: What is the difference between Linux Linpus Lite operating system and others?</strong><br />
I am considering buying a lap top with Linux Linpus Lite  operating system. Any advice?</p>
<p><a  href="http://www.debianperu.org/archives/1183" class="more-link">Read more on What is the difference between Linux Linpus Lite operating system and others?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Danan J</i>: What is the difference between Linux Linpus Lite operating system and others?</strong><br />
I am considering buying a lap top with Linux Linpus Lite  operating system. Any advice?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Mehran</i><br />It is very well.</p>
<p><strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1183/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2004-10-13 &#8211; Information Flow Analysis in Security Enhanced Linux &#8211; CERIAS Security Seminar</title>
		<link>http://www.debianperu.org/archives/1182</link>
		<comments>http://www.debianperu.org/archives/1182#comments</comments>
		<pubDate>Wed, 16 May 2012 21:56:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Videos]]></category>
		<category><![CDATA[20041013]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[CERIAS]]></category>
		<category><![CDATA[Enhanced]]></category>
		<category><![CDATA[Flow]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Seminar]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1182</guid>
		<description><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/o-vyB4TPvkQ?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/o-vyB4TPvkQ?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Recorded: 10/13/2004 CERIAS Security Seminar at Purdue University Information Flow Analysis in Security Enhanced Linux Dan Thomsen, Senior Research Scientist, Tresys Technology Most people now realize that computer security is hard. However, many people do not realize that creating a correct security policy is hard. Creating an accurate security policy is on the order of complexity of developing software in general. In particular how can you show the policy is correct? The focus of this seminar is to look at tools and techniques for showing that the mandatory security policy based on type enforcement meets its objectives. The approach breaks down the security policy objectives so that they can be studied in terms of information flows. The policies are specified for the Security Enhanced Linux type enforcement mechanism. Type enforcement and mandatory access control will also be discussed. Dan Thomsen is a Senior Research Scientist at Tresys Technology. In his seventeen year career, Mr. Thomsen has provided contributions to a wide range of computer security programs. They include the increasing the security and survivability of the Joint Battlespace Infosphere, security assessment for the Cougaar agent system, development of the high security LOCK multilevel security platform, secure database research, and Internet vulnerability analysis. Mr. Thomsen was also the principle investigator responsible for the creation of the Napoleon policy management framework. Mr. Thomsen <b>&#8230;</b><br />
<strong>Video Rating: 0 / 5</strong></p>
<p><a  href="http://www.debianperu.org/archives/1182" class="more-link">Read more on 2004-10-13 &#8211; Information Flow Analysis in Security Enhanced Linux &#8211; CERIAS Security Seminar&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/o-vyB4TPvkQ?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/o-vyB4TPvkQ?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Recorded: 10/13/2004 CERIAS Security Seminar at Purdue University Information Flow Analysis in Security Enhanced Linux Dan Thomsen, Senior Research Scientist, Tresys Technology Most people now realize that computer security is hard. However, many people do not realize that creating a correct security policy is hard. Creating an accurate security policy is on the order of complexity of developing software in general. In particular how can you show the policy is correct? The focus of this seminar is to look at tools and techniques for showing that the mandatory security policy based on type enforcement meets its objectives. The approach breaks down the security policy objectives so that they can be studied in terms of information flows. The policies are specified for the Security Enhanced Linux type enforcement mechanism. Type enforcement and mandatory access control will also be discussed. Dan Thomsen is a Senior Research Scientist at Tresys Technology. In his seventeen year career, Mr. Thomsen has provided contributions to a wide range of computer security programs. They include the increasing the security and survivability of the Joint Battlespace Infosphere, security assessment for the Cougaar agent system, development of the high security LOCK multilevel security platform, secure database research, and Internet vulnerability analysis. Mr. Thomsen was also the principle investigator responsible for the creation of the Napoleon policy management framework. Mr. Thomsen <b>&#8230;</b><br />
<strong>Video Rating: 0 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1182/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I remove Linpus Linux and install Windows?</title>
		<link>http://www.debianperu.org/archives/1181</link>
		<comments>http://www.debianperu.org/archives/1181#comments</comments>
		<pubDate>Wed, 16 May 2012 04:56:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Q&A]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linpus]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1181</guid>
		<description><![CDATA[<p><strong><i>Question by </i>: How do I remove Linpus Linux and install Windows?</strong><br />
I have a new Acer Aspire 5560 laptop with Linus Linux pre-installed. I don&#8217;t know how to use it and all I get is basically a DOS like screen. I&#8217;ve tried to install Windows by booting from disc but it says it can&#8217;t install windows and to check for viruses and hard drive corruptions ?</p>
<p><a  href="http://www.debianperu.org/archives/1181" class="more-link">Read more on How do I remove Linpus Linux and install Windows?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by </i>: How do I remove Linpus Linux and install Windows?</strong><br />
I have a new Acer Aspire 5560 laptop with Linus Linux pre-installed. I don&#8217;t know how to use it and all I get is basically a DOS like screen. I&#8217;ve tried to install Windows by booting from disc but it says it can&#8217;t install windows and to check for viruses and hard drive corruptions ?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by A Cat.</i><br />try typing startx at the command prompt you get when you boot your computer.</p>
<p><strong>Give your answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1181/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Descarga Linux Mint 12 Lisa</title>
		<link>http://www.debianperu.org/archives/1180</link>
		<comments>http://www.debianperu.org/archives/1180#comments</comments>
		<pubDate>Tue, 15 May 2012 19:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Videos]]></category>
		<category><![CDATA[Descarga]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lisa]]></category>
		<category><![CDATA[Mint]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1180</guid>
		<description><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/JIloIWctgbs?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/JIloIWctgbs?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Descarga el asombroso sistema operativo que se coloco en la cresta de la ola sobre las versiones de linux, como bien dicen el alumno supera al mestro (ubuntu) compruebalo tu mismo www.linuxmint.com<br />
<strong>Video Rating: 4 / 5</strong></p>
<p><a  href="http://www.debianperu.org/archives/1180" class="more-link">Read more on Descarga Linux Mint 12 Lisa&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/JIloIWctgbs?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/JIloIWctgbs?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Descarga el asombroso sistema operativo que se coloco en la cresta de la ola sobre las versiones de linux, como bien dicen el alumno supera al mestro (ubuntu) compruebalo tu mismo www.linuxmint.com<br />
<strong>Video Rating: 4 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1180/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Does porting windows programmes to linux work?</title>
		<link>http://www.debianperu.org/archives/1179</link>
		<comments>http://www.debianperu.org/archives/1179#comments</comments>
		<pubDate>Tue, 15 May 2012 08:38:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Q&A]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[porting]]></category>
		<category><![CDATA[programmes]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1179</guid>
		<description><![CDATA[<p><strong><i>Question by </i>: Does porting windows programmes to linux work?</strong><br />
I&#8217;m thinking about going to kubuntu linux but i still want to use my windows programmes. Does wine work?</p>
<p><strong>Best answer:</strong></p>
<p><a  href="http://www.debianperu.org/archives/1179" class="more-link">Read more on Does porting windows programmes to linux work?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by </i>: Does porting windows programmes to linux work?</strong><br />
I&#8217;m thinking about going to kubuntu linux but i still want to use my windows programmes. Does wine work?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by demajia</i><br />PLease help me too. I will request all of you that reply my question too</p>
<p>http://in.answers.yahoo.com/question/index;_ylt=A0LEfLRoS31KHDYB7QGQHQx.;_ylv=3?qid=20090808025239AARL0hA</p>
<p><strong>Give your answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1179/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hak5 &#8211; Episode 414 &#8211; Build a web enabled Linux based USB missile launcher</title>
		<link>http://www.debianperu.org/archives/1178</link>
		<comments>http://www.debianperu.org/archives/1178#comments</comments>
		<pubDate>Mon, 14 May 2012 16:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Videos]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[enabled]]></category>
		<category><![CDATA[Episode]]></category>
		<category><![CDATA[Hak5]]></category>
		<category><![CDATA[launcher]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[missile]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1178</guid>
		<description><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/fauQDxOBoKY?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/fauQDxOBoKY?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Take physical security to the next step by building a web enabled, linux powered USB missile launcher and defend your hacker space (or use the laser to remotely annoy your cat). Plus smart phone emulators, custom Linux command GUIs using Usermin, USB booting and more. Free Hak5 Video Podcast on Revision3: bit.ly Revision3 Facebook Fan Page: bit.ly For more visit: revision3.com
</p>
<p><a  href="http://www.debianperu.org/archives/1178" class="more-link">Read more on Hak5 &#8211; Episode 414 &#8211; Build a web enabled Linux based USB missile launcher&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/fauQDxOBoKY?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/fauQDxOBoKY?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Take physical security to the next step by building a web enabled, linux powered USB missile launcher and defend your hacker space (or use the laser to remotely annoy your cat). Plus smart phone emulators, custom Linux command GUIs using Usermin, USB booting and more. Free Hak5 Video Podcast on Revision3: bit.ly Revision3 Facebook Fan Page: bit.ly For more visit: revision3.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1178/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: What is the difference between Linux and Ubuntu?</title>
		<link>http://www.debianperu.org/archives/1177</link>
		<comments>http://www.debianperu.org/archives/1177#comments</comments>
		<pubDate>Mon, 14 May 2012 12:22:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Q&A]]></category>
		<category><![CDATA[between]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1177</guid>
		<description><![CDATA[<p><strong><i>Question by </i>: What is the difference between Linux and Ubuntu?</strong><br />
Or is it the same thing? I don&#8217;t really know anything about Linux and Ubuntu so I just wanted to find out some of this stuff before I get the OS on my computer.</p>
<p><a  href="http://www.debianperu.org/archives/1177" class="more-link">Read more on Q&#38;A: What is the difference between Linux and Ubuntu?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by </i>: What is the difference between Linux and Ubuntu?</strong><br />
Or is it the same thing? I don&#8217;t really know anything about Linux and Ubuntu so I just wanted to find out some of this stuff before I get the OS on my computer.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Nate</i><br />Ubuntu is one type of Linux&#8230;..think of it like windows&#8230;there is different types of windows&#8230;there is xp, vista, windows 7, windows 95&#8230;&#8230;and it goes on&#8230;same as that Linux has various versions as well and Ubuntu, in my opinion, is the most user friendly&#8230;like other linux OS, there is not a lot of code writing required to use Ubuntu&#8230;i have been using ubuntu for about a year now and it is just the best thing that happened to me&#8230;.my laptop doesn&#8217;t crash any more and i can use ubutu just like i am using windows because i don&#8217;t know any code writing&#8230;.there are some incompatability you may find with other softwares so i suggest u dual boot and keep windows on the other part of your hard drive and that way if you ever need to use windows you will have it&#8230;but for most of the stuff Ubuntu ROCKS!!!!</p>
<p><strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1177/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How can i make my linux work like a web server?</title>
		<link>http://www.debianperu.org/archives/1176</link>
		<comments>http://www.debianperu.org/archives/1176#comments</comments>
		<pubDate>Sun, 13 May 2012 15:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Q&A]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/1176</guid>
		<description><![CDATA[<p><strong><i>Question by zebobbybird@sbcglobal.net</i>: How can i make my linux work like a web server?</strong><br />
I have an ubuntu linux pc, and im wondering if it is possible to use it as a web server, to make, and host my own website, if so, where do i start, and what do i need?</p>
<p><a  href="http://www.debianperu.org/archives/1176" class="more-link">Read more on How can i make my linux work like a web server?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by zebobbybird@sbcglobal.net</i>: How can i make my linux work like a web server?</strong><br />
I have an ubuntu linux pc, and im wondering if it is possible to use it as a web server, to make, and host my own website, if so, where do i start, and what do i need?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Eric L</i><br />Yes, check out apache.</p>
<p>http://www.apache.org/</p>
<p>I&#8217;m not familiar with ubuntu but Fedora comes bundled with Apache, FTP, and other internet tools/servers.</p>
<p><strong>Give your answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/1176/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

