<?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>www.devlinux.org</title>
	<atom:link href="http://www.devlinux.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devlinux.org</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 10:53:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>TIPS TO SETTING UP YOUR NEW LINUX NETWORK TODAY</title>
		<link>http://www.devlinux.org/2011/10/15/tips-to-setting-up-your-new-linux-network-today/</link>
		<comments>http://www.devlinux.org/2011/10/15/tips-to-setting-up-your-new-linux-network-today/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.devlinux.org/?p=10</guid>
		<description><![CDATA[Since linux is a free &#8220;open source,&#8221; network, which is an alternative to the pricy Microsoft and Apple systems, making sure that you set it up properly, is going to ensure you get the best use of the network. Once you have burned the linux operating system onto your PC, you can easily begin the [...]]]></description>
			<content:encoded><![CDATA[<p>Since linux is a free &#8220;open source,&#8221; network, which is an alternative to the pricy Microsoft and Apple systems, making sure that you set it up properly, is going to ensure you get the best use of the network. Once you have burned the linux operating system onto your PC, you can easily begin the applications, and set up the netowrk as you find fit. The set up process is going to be the same as when you first purchase a PC, and install the Microsoft software onto the PC for the first time. So,<span id="more-10"></span> you will go through a series of questions, as far as the language setup, how you want to set up the date and time configurations, the connection options, and all other questions will be answered before you begin use. The best tip is rather than download linux straight onto your PC, to instead burn it onto a CD rom. This will allow you to install it onto several PCs (and since it is free, this is not illegal to do), and you are going to be able to download only the components you want to download, rather than having to download the entire linux program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlinux.org/2011/10/15/tips-to-setting-up-your-new-linux-network-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHAT TO KNOW &#8211; IS LINUX FOR YOU?</title>
		<link>http://www.devlinux.org/2011/10/13/what-to-know-is-linux-for-you/</link>
		<comments>http://www.devlinux.org/2011/10/13/what-to-know-is-linux-for-you/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.devlinux.org/?p=9</guid>
		<description><![CDATA[Anyone who owns a computer knows what an operating system is. It is in most cases windows, or MAC. However, it is not widely known that there are other operating systems available, but there more available and Linux is one of them. So first let us explain exactly what Linux is and if it is [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who owns a computer knows what an operating system is. It is in most cases windows, or MAC. However, it is not widely known that there are other operating systems available, but there more available and Linux is one of them. So first let us explain exactly what Linux is and if it is right for you. Linus Torvald developed Linux in 1991.</p>
<p>Linux is what is known as open source software. All that means is the when the user downloads it to their computer; they have the<span id="more-9"></span> option of using, copying, or changing it. One of the advantages of Linux is the fact that it is more stable than the closed source operating systems. It seldom crashes. If something does go wrong, a programmer can go into the system and find out what is causing the problem. Once the problem is found, they can go in, find the solution, and pass it on to the user.</p>
<p>The one thing to keep in mind is that this system may not be as easy to install. That is because it is open source software. Anyone with the knowledge can go in and maneuver around. It is for this reason that it has no technological support. In any case, if having more control over the system works for the individual then use then Linux may be something to consider.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlinux.org/2011/10/13/what-to-know-is-linux-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHERE THE PROS GO &#8211; GETTING TIPS ON YOUR LINUX USE</title>
		<link>http://www.devlinux.org/2011/10/11/where-the-pros-go-getting-tips-on-your-linux-use/</link>
		<comments>http://www.devlinux.org/2011/10/11/where-the-pros-go-getting-tips-on-your-linux-use/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.devlinux.org/?p=8</guid>
		<description><![CDATA[Getting tips on using your Linux can be not only interesting but useful for people who frequently use Linux. One of the most popular commands to use in Unix s grep. Once you learn how to use grep, you will notice it become apart of your pattern commands. When putting together complex commands you will [...]]]></description>
			<content:encoded><![CDATA[<p>Getting tips on using your Linux can be not only interesting but useful for people who frequently use Linux. </p>
<p>One of the most popular commands to use in Unix s grep. Once you learn how to use grep, you will notice it become apart of your pattern commands. When putting together complex commands you will definitely utilize the grep command when it comes to executing at the shell prompt.</p>
<p>Grep means, &#8220;Global regular expression printer.&#8221; Grep is made to extract lines from given text that matches conditions by the<span id="more-8"></span> user. You as the user will basically be allowed to enter a pattern of text, which in turn searches for the pattern inside the text that you provided. You will be given all of the lines that have the given pattern in them. The wonderful thing about grep is that you can use it wither by itself or along with pipes. As Linux user you should definitely know about pipes and how to use it.</p>
<p>There are a ton of different commands to use when using grep. Some of the more simple ones are</p>
<p>
-v<br />
This command reverses the regular behavior of the grep command . Rather than selecting lines, it will reject the lines that match the chosen criteria.</p>
<p>-c<br />
The thing about this command is that It will suppress the basic output and only prints the complete count of lines that match instead of the actual lines.</p>
<p>-i<br />
This command will Ignore the case of the text when attempting to match the given pattern.</p>
<p>-w<br />
One of the more interesting commands is the -w. It will check if the given pattern is either a word by itself and or a single word. </p>
<p>-l<br />
The -l command will only give the names of the files the given pattern was found in.</p>
<p>-r <br />
You will be able to check for the given pattern ,which in turn checks within the directory that you pinpoint and specify after the -r option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlinux.org/2011/10/11/where-the-pros-go-getting-tips-on-your-linux-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINUX &#8211; THE GOOD, THE BAD, WHAT YOU NEED TO KNOW</title>
		<link>http://www.devlinux.org/2011/10/07/linux-the-good-the-bad-what-you-need-to-know/</link>
		<comments>http://www.devlinux.org/2011/10/07/linux-the-good-the-bad-what-you-need-to-know/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.devlinux.org/?p=7</guid>
		<description><![CDATA[Linux is actually a pretty fast operating system. There are a bunch of advantages such as less prone to viruses because many people target the Windows operating system. It&#8217;s much more application based so installing things like video games and the like is a much easier process. A disadvantage of Linux is it not easier [...]]]></description>
			<content:encoded><![CDATA[<p>Linux is actually a pretty fast operating system. There are a bunch of advantages such as less prone to viruses because many people target the Windows operating system. It&#8217;s much more application based so installing things like video games and the like is a much easier process.</p>
<p>A disadvantage of Linux is it not easier to use. This is the case for a lot of regular PC based people used to Microsoft. It&#8217;s almost acts<span id="more-7"></span> like a Mac in a sense with it&#8217;s operating base.</p>
<p>Another disadvantage is you have to find out a lot of things on your own. Unlike Windows, there is no real help guide, and since there aren&#8217;t many Linux users, you may have to find an online guide or expert. If you can get past the learning curve, it&#8217;ll be much easier to use.</p>
<p>Another advantage of Linux is the reliability. There are a lot of software updates and variants that can be used months and years on end without having to reboot your programs. It&#8217;s also a lot cheaper than most Windows programs and comes with an Open Office on the computer. Unlike Windows, you have to get a full version of Microsoft Word.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlinux.org/2011/10/07/linux-the-good-the-bad-what-you-need-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

