<?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>Webaholics &#187; GUI</title>
	<atom:link href="http://www.webaholics.in/tag/gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webaholics.in</link>
	<description>&#039;An Internet Addiction&#039; By Lokapriya</description>
	<lastBuildDate>Fri, 09 Sep 2011 05:30:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Linux Training for New Linux Users</title>
		<link>http://www.webaholics.in/2009/12/12/linux-training-for-new-linux-users/</link>
		<comments>http://www.webaholics.in/2009/12/12/linux-training-for-new-linux-users/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 05:39:56 +0000</pubDate>
		<dc:creator>Lokapriya</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.webaholics.in/?p=141</guid>
		<description><![CDATA[Linux GUI utilities provide an easy “point-and-click” method of doing Linux administration tasks, but they are time-consuming and awkward to use. You can run a simple Linux command to do the equivalent task in a fraction of the time it would take to use a Linux GUI utility. When you get Linux training, be sure [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p style="text-align: justify;">Linux GUI utilities provide an easy “point-and-click” method of doing Linux administration tasks, but they are time-consuming and awkward to use. You can run a simple Linux command to do the equivalent task in a fraction of the time it would take to use a Linux GUI utility.</p>
<p style="text-align: justify;">When you get Linux training, be sure that it is focused on how to use Linux commands. Also, if you are interested in getting Linux certification, you need to know how to use Linux commands to be able to pass, not Linux GUI utilities.</p>
<p style="text-align: justify;"><strong>Linux Tips &#8211; How to Use Linux “Patterns” (Linux Wildcard characters)</strong></p>
<p style="text-align: justify;">Some Linux documentation uses the term “pattern” to refer to Linux wildcard characters.</p>
<p style="text-align: justify;">Wildcard characters are used in a “pattern” to cause a Linux command to work on multiple items, such as multiple directories and files in the Linux file system.</p>
<p style="text-align: justify;">The two Linux wildcard characters are the * (asterisk) and ? (question mark).</p>
<p style="text-align: justify;">Using an * (asterisk) with a Linux Command</p>
<p style="text-align: justify;">An * (asterisk) is used in a pattern to represent “all” characters of an item (directory or file).</p>
<p style="text-align: justify;">The Linux command below shows an example of the using the cp (copy) command to copy all (because of the * without any other letters or numbers) files in the current directory into the directory named memos.</p>
<p style="text-align: justify;">]# cp * memos</p>
<p style="text-align: justify;">Linux Tips: Keep in mind that Linux commands are “case sensitive”. Always type the letters in upper or lower case, as shown.</p>
<p style="text-align: justify;">Linux Tips: Also, be sure to use spaces where they are shown. For example, in the Linux command above, you need a space (just a single space) between cp and the * and you need a single space between the * and memos.</p>
<p style="text-align: justify;">The * (Linux wildcard character) can be combined with one or more letters at the front of it or after it.</p>
<p style="text-align: justify;">The following Linux command is an example of the using the cp (copy) command to copy all files in the current directory beginning with the letter r into the directory named memos.</p>
<p style="text-align: justify;">]# cp r* reports</p>
<p style="text-align: justify;">The Linux command below copies all files ending in “sxw” into the directory named weekly.</p>
<p style="text-align: justify;">]# cp *.sxw weekly</p>
<p style="text-align: justify;">The next Linux command copies all files containing “mem” (anywhere in the file name) into the directory named monthly.</p>
<p style="text-align: justify;">]# cp *mem* monthly</p>
<p style="text-align: justify;">Using a ? (question mark) with a Linux Command</p>
<p style="text-align: justify;">The ? (question mark) is used in a pattern to represent a single character.</p>
<p style="text-align: justify;">The Linux command below shows an example of the using the mv (move) command to move files that have a single character and end in “cfg” into the directory named june.</p>
<p style="text-align: justify;">]# mv ?.cfg june</p>
<p style="text-align: justify;">The following Linux command moves all files beginning with “month”, and having two characters after “month”, and ending in “sxw”, into the folder named years.</p>
<p style="text-align: justify;">]# mv month??.sxw years</p>
<p style="text-align: justify;">To learn how to use Linux commands the easy way, you can watch Linux video tutorials. When you work with Linux videos, you can actually see Linux commands being run and hear a detailed description of why you need to run a certain Linux command.</p>
<p style="text-align: justify;">Another benefit is that you can also see the output of the Linux command and hear a description of what the output means.</p>
<p style="text-align: justify;">After seeing how to use Linux commands, you can run them yourself &#8211; to get practical Linux training.</p>
<p style="text-align: justify;"> </p>
<div class="shr-publisher-141"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.webaholics.in/?ak_action=api_record_view&id=141&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webaholics.in/2009/12/12/linux-training-for-new-linux-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows or Linux: The Differences</title>
		<link>http://www.webaholics.in/2009/11/11/windows-or-linux-the-differences/</link>
		<comments>http://www.webaholics.in/2009/11/11/windows-or-linux-the-differences/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:57:53 +0000</pubDate>
		<dc:creator>Lokapriya</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.webaholics.in/?p=57</guid>
		<description><![CDATA[The two main operating systems employed by the PC owner are windows and Linux. Although they appear very similar on the face of it there are fundamental differences in the two operating systems. A major advantage with Linux is the price, it is completely free! Windows can be very expensive. There are enormous differences in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p align="justify">The two main operating systems employed by the PC owner are windows and Linux. Although they appear very similar on the face of it there are fundamental differences in the two operating systems.</p>
<p align="justify">A major advantage with Linux is the price, it is completely free! Windows can be very expensive.</p>
<p style="text-align: center;"><img class="alignnone" title="Windows and Linux" src="http://www.webdesign.org/img_articles/11540/Windows-Linux-Hosting2.jpg" alt="" width="200" height="213" /></p>
<p align="justify">There are enormous differences in the way that they behave at a technical level, but I suspect what you really want to know is how they differ from the perspective of an end user.</p>
<p align="justify">The vast majority of people will know how to use a windows operating system. This is mainly due to the fact that every PC sold usually has the Microsoft operating system installed and the mighty Microsoft has a mighty marketing budget. The Linux marketing budget is miniscule.</p>
<p align="justify"><strong>The major differences in operating systems:</strong></p>
<div style="text-align: center;"><script type="text/javascript"></script><script src="http://web.archive.org/web/20080529022201js_/http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p align="justify">Linux is open source, free under GNU, Windows is a licensed OS.</p>
<p align="justify">Windows is developed by Microsoft, a single huge entity. Whereas Linux has many distributors such as red hat, mandrake etc.</p>
<p align="justify">Linux is more secure than windows in the case of virus, worms etc.</p>
<p align="justify">Linux works on both GUI &amp; Console mode but windows only GUI.</p>
<p align="justify">Linux has multi-user, multitasking, multiprocessing, multiprogramming features.</p>
<p align="justify">Linux code is open source and as a result it has been tweaked and tweaked to perfection by millions of users doing it as a hobby.</p>
<p align="justify">Linux was developed from the UNIX operating system, Windows is a completely unique entity.</p>
<p align="justify">Windows security is password based, the Linux system is secured with access rights.</p>
<p align="justify">Windows file names aren’t case sensitive, Linux are. After reading these points you may be asking yourself why everyone isn’t using the Linux system. To put it simply, the Linux system requires a lot more technical knowledge both to install it and to maintain it as an operating system. Software that is written for windows will not work on Linux and as such it is much more difficult to buy off the shelf applications.</p>
<p align="justify">Microsoft’s Windows is often the best option for most people because of the required technical knowledge with Linux. It’s just good to know that there is a free alternative to Windows.</p>
<p align="justify"> </p>
<div class="shr-publisher-57"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.webaholics.in/?ak_action=api_record_view&id=57&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webaholics.in/2009/11/11/windows-or-linux-the-differences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

