<?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>LINUX MAGAZINES &#187; Computer</title>
	<atom:link href="http://linuxmagazines.com/tag/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxmagazines.com</link>
	<description>Open Source News, Articles and Reviews</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:35:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Configure your Linux NTP Server</title>
		<link>http://linuxmagazines.com/how-to-configure-your-linux-ntp-server/</link>
		<comments>http://linuxmagazines.com/how-to-configure-your-linux-ntp-server/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:51:44 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/how-to-configure-your-linux-ntp-server/</guid>
		<description><![CDATA[Network Time Protocol (NTP) provides algorithms and defines messages for the synchronisation of time clients to an accurate time reference. This article discusses how to configure a Linux NTP Time Server to synchronise time with an Internet based public NTP Server.NTP server systems fall into two categories: primary reference servers and secondary reference servers. Primary [...]]]></description>
			<content:encoded><![CDATA[<p>Network Time Protocol (NTP) provides algorithms and defines messages for the synchronisation of time clients to an accurate time reference. This article discusses how to configure a Linux NTP Time Server to synchronise time with an Internet based public NTP Server.NTP server systems fall into two categories: primary reference servers and secondary reference servers. Primary reference servers use an external timing reference to provide time, such as GPS or radio clocks. Secondary reference servers synchronise with primary reference NTP servers and offer slightly reduced accuracy. Primary reference servers are designated stratum 1 servers, while secondary servers have a stratum greater than 1.The NTP DistributionThe NTP source code is freely available from the Network Time Protocol web site. The current version available for download is 4.2.4. NTP is available for the Linux operating systems with ports available for Windows NT. Once the source code is downloaded, it should be configured, compiled and installed on the host machine. Many Linux operating systems, such as RedHat, offer NTP RPM packages.Configuring NTPThe â€˜ntp.conf&#8217; file is main source of configuration information for a NTP server installation. Amongst other things, it contains a list of reference clocks that the installation is to synchronise. A list of NTP server references is specified with the â€˜server&#8217; configuration command thus:server time-a.nist.gov # NIST, Gaithersburg, Maryland NTP serverserver time-c.timefreq.bldrdoc.gov # NIST, Boulder, Colorado NTP serverControlling the NTP Server DaemonOnce configured, the NTP daemon can be started, stopped and restarted using the commands: â€˜ntpd start&#8217;; â€˜ntpd stop&#8217; and â€˜ntpd restart&#8217;. The NTP server daemon can be queried using the â€˜ntpq â€“p&#8217; command. The ntpq command queries the NTP server for synchronisation status and provides a list of servers with synchronisation information for each server.NTP Access ControlAccess to the NTP server can be restricted using the â€˜restrict&#8217; directive in the ntp.conf file. You can restrict all access to the NTP server with:restrict default ignoreTo only allow machines on your own network to synchronize with the server use:restrict 192.168.1.0 mask 255.255.255.0 nomodify notrapMultiple restrict directives can be specified in the ntp.conf file to restrict access to a specified range of computers.Authentication OptionsAuthentication allows a matching passwords to be specified by the NTP server and associated clients. NTP keys are stored in the ntp.keys file in the following format: Key-number M Key (The M stands for MD5 encryption), e.g.:1 M secret5 M RaBBit7 M TiMeLy10 M MYKEYIn the NTP configuration file ntp.conf, specify which of the keys specified above are trusted, i.e. are secure and you want to use. Any keys specified in the keys file but not trusted will not be used for authentication, e.g.:trustedkey 1 7 10The NTP server is now configured for authentication.Client Configuration for AuthenticationThe client needs to be configured with similar information as the server, however, you may use a subset of the keys specified on the server. A different subset of keys can be used on different clients, e.g.:Client A)1 M secret7 M TiMeLytrustedkey 1 7Client B)1 M secret5 M RaBBit7 M TiMeLy10 M MYKEYtrustedkey 7 10Essentially authentication is used by the client to authenticate that the time server is who he says he is, and that no rogue server intervenes. The key is encrypted and sent to the client by the server where it is unencrypted and checked against the client keys to ensure a match. </p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px">Did you find this article useful?  For more useful tips and   hints, points to ponder and keep in mind, techniques, and insights pertaining to credit card, do please browse for more information at our websites.<br />
 <a href="http://www.yoursgoogleincome.com" rel="nofollow">http://www.yoursgoogleincome.com</a><br />
 <a href="http://www.freeearningtip.com" rel="nofollow">http://www.freeearningtip.com</a></p>
<p><a href="http://www.fit24shop.com/">FitLine &#8211; more power</a></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How to Configure your Linux NTP Server" url="http://linuxmagazines.com/how-to-configure-your-linux-ntp-server/"></script>]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/how-to-configure-your-linux-ntp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure your Linux NTP Server</title>
		<link>http://linuxmagazines.com/configure-your-linux-ntp-server/</link>
		<comments>http://linuxmagazines.com/configure-your-linux-ntp-server/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:39:43 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/configure-your-linux-ntp-server/</guid>
		<description><![CDATA[Network Time Protocol (NTP) provides algorithms and defines messages for the synchronisation of time clients to an accurate time reference. This article discusses how to configure a Linux NTP Time Server to synchronise time with an Internet based public NTP Server.NTP server systems fall into two categories: primary reference servers and secondary reference servers. Primary [...]]]></description>
			<content:encoded><![CDATA[<p>Network Time Protocol (NTP) provides algorithms and defines messages for the synchronisation of time clients to an accurate time reference. This article discusses how to configure a Linux NTP Time Server to synchronise time with an Internet based public NTP Server.NTP server systems fall into two categories: primary reference servers and secondary reference servers. Primary reference servers use an external timing reference to provide time, such as GPS or radio clocks. Secondary reference servers synchronise with primary reference NTP servers and offer slightly reduced accuracy. Primary reference servers are designated stratum 1 servers, while secondary servers have a stratum greater than 1.The NTP DistributionThe NTP source code is freely available from the Network Time Protocol web site. The current version available for download is 4.2.4. NTP is available for the Linux operating systems with ports available for Windows NT. Once the source code is downloaded, it should be configured, compiled and installed on the host machine. Many Linux operating systems, such as RedHat, offer NTP RPM packages.Configuring NTPThe â€˜ntp.conf&#8217; file is main source of configuration information for a NTP server installation. Amongst other things, it contains a list of reference clocks that the installation is to synchronise. A list of NTP server references is specified with the â€˜server&#8217; configuration command thus:server time-a.nist.gov # NIST, Gaithersburg, Maryland NTP serverserver time-c.timefreq.bldrdoc.gov # NIST, Boulder, Colorado NTP serverControlling the NTP Server DaemonOnce configured, the NTP daemon can be started, stopped and restarted using the commands: â€˜ntpd start&#8217;; â€˜ntpd stop&#8217; and â€˜ntpd restart&#8217;. The NTP server daemon can be queried using the â€˜ntpq â€“p&#8217; command. The ntpq command queries the NTP server for synchronisation status and provides a list of servers with synchronisation information for each server.NTP Access ControlAccess to the NTP server can be restricted using the â€˜restrict&#8217; directive in the ntp.conf file. You can restrict all access to the NTP server with:restrict default ignoreTo only allow machines on your own network to synchronize with the server use:restrict 192.168.1.0 mask 255.255.255.0 nomodify notrapMultiple restrict directives can be specified in the ntp.conf file to restrict access to a specified range of computers.Authentication OptionsAuthentication allows a matching passwords to be specified by the NTP server and associated clients. NTP keys are stored in the ntp.keys file in the following format: Key-number M Key (The M stands for MD5 encryption), e.g.:1 M secret5 M RaBBit7 M TiMeLy10 M MYKEYIn the NTP configuration file ntp.conf, specify which of the keys specified above are trusted, i.e. are secure and you want to use. Any keys specified in the keys file but not trusted will not be used for authentication, e.g.:trustedkey 1 7 10The NTP server is now configured for authentication.Client Configuration for AuthenticationThe client needs to be configured with similar information as the server, however, you may use a subset of the keys specified on the server. A different subset of keys can be used on different clients, e.g.:Client A)1 M secret7 M TiMeLytrustedkey 1 7Client B)1 M secret5 M RaBBit7 M TiMeLy10 M MYKEYtrustedkey 7 10Essentially authentication is used by the client to authenticate that the time server is who he says he is, and that no rogue server intervenes. The key is encrypted and sent to the client by the server where it is unencrypted and checked against the client keys to ensure a match. </p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px">Did you find this article useful?  For more useful tips and   hints, points to ponder and keep in mind, techniques, and insights pertaining to credit card, do please browse for more information at our websites.<br />
<a href="http://www.yoursgoogleincome.com" rel="nofollow">http://www.yoursgoogleincome.com</a></p>
<p><a href="http://www.freeearningtip.com" rel="nofollow">http://www.freeearningtip.com</a></p>
<p><a href="http://www.webprofitsolutions.co.uk/services/website-design/">small business web site design</a></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Configure your Linux NTP Server" url="http://linuxmagazines.com/configure-your-linux-ntp-server/"></script>]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/configure-your-linux-ntp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Linux?</title>
		<link>http://linuxmagazines.com/what-is-linux/</link>
		<comments>http://linuxmagazines.com/what-is-linux/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:59:54 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Machine]]></category>
		<category><![CDATA[Operating]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=159</guid>
		<description><![CDATA[Linux – the operating system for a GNU (pronounced Gnew) generation. It has been dubbed the alternative to Microsoft, the solution to all life’s problems and many other things that may or may not be true. But what is Linux, and should you care?To answer the first question, it’s a free operating system that looks [...]]]></description>
			<content:encoded><![CDATA[<p>Linux – the operating system for a GNU (pronounced Gnew) generation. It has been dubbed the alternative to Microsoft, the solution to all life’s problems and many other things that may or may not be true. But what is Linux, and should you care?To answer the first question, it’s a free operating system that looks and acts very much like Unix. You can download it off the Net for free, or you can copy it legally from a friend – although this might take all the fun out of using that CD-Writer you’ve got and never use for anything, except to brag about it to your friends.Alternatively, you can buy it nicely packaged from an Internet store and get it delivered with a book about Linux, (Linux Unleashed). Distributors charge not for the operating system itself, but for their time in packaging and presenting it. Two popular flavors of Linux are Free BSD and Ubuntu. These offer the same basic systems with a few slight differences that can lead to long and entertaining godly wars between supporters of each.If you’re getting into Linux for the first time, Ubuntu is a good bet. You can either go for Ubuntu Desktop which comes with a GUI, or you can opt for Ubuntu Server if you planning to host websites of your own. The server edition has no GUI, but you can install KDE or Gnome to make your life easier. Most of your configuration will be done via the Terminal and you will have to learn a lot of Linux commands.Linux is more complicated, and it depends on the kind of person you are. If you’re the type of computer user who wants every application to run straight out of the box and your system to just do what it’s told and run your games, then stick with Windows. But if you’re a pioneering soul who wants to find out more about your system and tweak it to perform to the max, then Linux is definitely worth a try.If you want rock-solid Internet access, if you want to support the development of free software and more efficient solutions, or if you’re just the type of person who needs control over every aspect of your life including how your machine performs, then you’re definitely a Linux candidate. Linux is perfectly suited to students, developers and just about anyone who wants to try something other than the norm. Newcomers will find support straight off the Internet from thousands of kindred spirits.It’s worth a try – maybe you’ll discover a Whole New World of fun and adventure. Or maybe you’ll just take it straight off your machine and go back to Windows. However, if you planning to try it out, then load it on that old machine that’s just lying around in the basement. You don’t need powerful processors and hardware – the most important component is memory. If you have 512mb and a 20gig hard drive then you should be OK. You should be able to run all your applications including your websites with ease. Remember, you will need a permanent connection to the Internet if you going to host your own websites. The best part is that you don’t need any antivirus and antispyware software if you’re running Linux. Every would-be-virus-writer out there has only one target in mind – Microsoft Windows.Whether you stick with Linux or not, you’ll have come out of your safety zone and taken a trip to the cutting edge of computer technology. </p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px">Subscribe to Sandra Prior’s Online Newsletter<br />
and get up to date Computer Technology<br />
News delivered right to your email box for free.<br />
See website for details <a href="http://usacomputers.rr.nu" rel="nofollow">http://usacomputers.rr.nu</a> and <a href="http://sacomputers.rr.nu" rel="nofollow">http://sacomputers.rr.nu</a>.<br /><a href="http://www.watchfamilyguyfree.co.uk/">watch family guy free</a></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="What is Linux?" url="http://linuxmagazines.com/what-is-linux/"></script>]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/what-is-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Open Source Software</title>
		<link>http://linuxmagazines.com/about-open-source-software/</link>
		<comments>http://linuxmagazines.com/about-open-source-software/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 14:05:14 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[laptops]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=155</guid>
		<description><![CDATA[If you&#8217;ve spent any lengthy amount of time on the Internet, you&#8217;ve probably heard of open source software but might not have fully understood what it is and why it even exists.  This article will describe this recent phenomenon and describe some of its benefits for the software using community.In a nutshell, open source software [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve spent any lengthy amount of time on the Internet, you&#8217;ve probably heard of open source software but might not have fully understood what it is and why it even exists.  This article will describe this recent phenomenon and describe some of its benefits for the software using community.In a nutshell, open source software is software made by everyone &#8211; for everyone. The hopes behind its development is that through its open access, it will evolve into something that represents the true desires of computer users. Through a wide network of user involvement, the software in question is enhanced and debugged without costs or administrative politics.Traditionally, software is developed behind closed doors. A team of professional coders build it but the community at large isn&#8217;t part of its conception. It&#8217;s costly to produce and as you can probably guess, that cost is passed on to the end user: the consumer. Open source software on the other hand is free. Free to download, free to install, free to use, free to modify, and free to share.Started over twenty years ago, it&#8217;s a phenomenon that is gaining in both popularity and exposure. In its first conception, open source gave birth to the World Wide Web as we know it today. The Internet as a whole is the result of free permission to access the web, use the web, contribute to the web, and share the web with others. But it certainly hasn&#8217;t stopped there. In the not too distant past, Netscape converted its once commercial version of its Navigator web browser to open source. And today, open source is venturing into the commercial realm as well.At first thought, the idea of open source may sound just plain crazy to those who earn a living from software development. But the facts point to a different prediction. Open source software puts companies in a terrific position to re-brand and re-position themselves in a market that they may have not been able to reach before. In the business world, open source is all about image and when consumers witness corporations contributing (instead of selling) to the buying public, they gain big favor in the eyes of their users (plus tremendous opportunities to sell other items).Inviting the public inside a product&#8217;s development builds community and trust. It also sets the platform for increased reliability. Fans of open source programs are adamant about reliable software and highly criticize commercialized versions for being buggy and error-prone. Avid fans even proclaim commercialism is the cause of shoddy software.Another benefit that open source brings to light is the speed at which its products are developed, enhanced, supported and distributed. This is because the people who regularly contribute to an open source product do so for unmotivated reasons (other than perhaps to feed the ego.) They&#8217;re highly talented, they&#8217;re available, and they care. Bringing money into any project can almost mean instant death. It can kill motivation, desire, and a true willingness to create a good product. In a commercial setting, participants work for a paycheck rather than for the product. And this is what puts open source projects far ahead of its monetized competition.As a software user, this means you can contribute to an open source project as well, and help to develop it into a product that reflects your direct preferences. You aren&#8217;t &#8220;stuck&#8221; using open source software the way you would be stuck using an expensive word processor or database. You have the same access to open source software as its programmers have and in essence, you are your own customer!Perhaps at this point you&#8217;re wondering where you can get in on this wonderful opportunity. There are plenty of open source opportunities sprinkled across the Internet and they can be easily found though any search engine. Google &#8220;open source project&#8221; and you&#8217;ll be sure to find more resources than you can shake a stick at! </p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px">Check my new <a href="http://coffeemakersforsale.org/" rel="nofollow">on line degree</a> and <a href="http://coffeemakersforsale.org/capresso-coffee-maker.php" rel="nofollow">capresso coffee maker</a> web pages.<br /><a href="http://wprobot.net/modules">WP Robot WordPress Autoposter</a></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="About Open Source Software" url="http://linuxmagazines.com/about-open-source-software/"></script>]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/about-open-source-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>They Tell Me Only To Use Microsoft Windows Not The Free Linux Operating System</title>
		<link>http://linuxmagazines.com/they-tell-me-only-to-use-microsoft-windows-not-the-free-linux-operating-system/</link>
		<comments>http://linuxmagazines.com/they-tell-me-only-to-use-microsoft-windows-not-the-free-linux-operating-system/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:51:45 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nube]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[User]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=76</guid>
		<description><![CDATA[Most people purchase computers to run programs &#8211; whether it is to send email, browse the web, meet friends of girlfriends on msn messenger, do office work or just play solitaire. People buy computers to use programs for their functionality not to run operating systems be in Microsoft Windows, the new Microsoft Vista product, the [...]]]></description>
			<content:encoded><![CDATA[<p>Most people purchase computers to run programs &#8211; whether it is to send email, browse the web, meet friends of girlfriends on msn messenger, do office work or just play solitaire.<br />
People buy computers to use programs for their functionality not to run operating systems be in Microsoft Windows, the new Microsoft Vista product, the Mac Operations Systems or the various Linux Operating Systems &#8211; be they Ubuntu Linux, Mandiva, Knoppix or Debian.<br />
At the heart of most computer users is functionality and usability. It is as simple as that. It is an interesting situation that the Microsoft Corporation controls the vast lion&#8217;s share of the computer operating system market. Indeed it even has a major share holding of the next player in line &#8211; Apple with the Macintosh OS (Operating System).<br />
What are the issues?<br />
1) Linux is not really free. Linux, in its various flavors or distros, is given free of charge, whether it is on a cd, DVD or downloaded. You can install the program on your own compute or various computers, at no charge to yourself whatsoever<br />
This is in direct contrast to a commercial product such as Microsoft Windows or the new Microsoft Vista which you to purchase a boxed version or a valid license which comes with most computer systems purchased.  This license which comes on most new computers as a matter of course could be referred to as the &#8220;Microsoft Computer Tax&#8221; and is not an option you can forego, to reduce the purchase of your new compute &#8211; whether or not you wish to use another operating system such as Linux.<br />
Linux is given free of charge to install. This is not a shareware or time limited version of the product which requires a registration fee after a period of time.<br />
If you require product support or training commercial organizations do exist which will charge you for support of that product or for training or both. Indeed it can be said that Microsoft itself charges for product support, Symantec the antivirus / security organization charges for basic support by product, subscription fees &#8211; sometimes automatic subscription fees and 900 phone number and charge card &#8220;Priority Support&#8221;.<br />
Indeed you would not expect your local school or technical college to provide computer and compute software training free of charge.<br />
2) Linux is complex and will force you to learn the Linux command line,<br />
Not true simple as that. The various Linux distros all have GUI (Graphic User Interfaces) just like Microsoft Windows,  Windows used to come as command line DOS. Windows users use pull down windows to operate the software. So can and do most Linux users<br />
3) Compared to Windows, Installing Linux is Difficult<br />
- The vast majority of computer users are computer neophytes and beginners.<br />
These computer users purchase computers with the operations system Microsoft Windows or the Macintosh Operating System installed on their new computers. These people could not install the Windows Operating system and the device drivers necessary if their life depended on it.  How the situation of a Linux is based computer any different.<br />
It is only a matter of time until new computers come preinstalled with the Linux operating system. Imagine if Henry Ford had been told not to build new cars since there were few good roads available in America.<br />
4) My Computer Hardware Just Works Under Windows<br />
5) Again untrue in many cases and soon to be less of an issue as more and more computers will come preinstalled with a Linux operating system. Already Dell Computer (which was a Microsoft stalwart) is selling Linux based laptops. Interestingly the response to the Ubuntu Linux dell notebooks is quite positive, If you think Linux hardware compatibility is an issue try upgrading to the new Microsoft Vista from your previous Microsoft Windows product. You will find to your surprise that few if little of computer hardware are supported. You may have upgraded to the new Vista and found you have either no sound, good video or even internet connections via your network adapter device or wireless network adapter. And try undoing your upgrade to get back to your working windows version &#8211; it cannot be done.<br />
Lastly you may say I run Windows since all of the programs I use are available only on the Windows operations system &#8211; since that is the dominant player in the market.  You may well surmise that since Windows is the more than dominant player in the computer OS market that software developers write their product almost exclusively for the windows operations system and that market.<br />
This is true. If you are using a specialized product for your job, industry, situation or preference you may well be locked in.<br />
In the end most people buy and use computers for functionality and use. Most people use their computers for internet browsing, communication &#8211; whether it by email or messenger services (M.S.N., Yahoo, Skype, Eyeball Chat), downloading and burning music and in more than many cases for playing nothing more than computer games such as simple solitaire.<br />
In these cases the functionality of Linux and its program base easily allows for this. Indeed many of the cutting edge programs and computer services come out of left field by computer software developers and enthusiasts whose preference of Computer Operating System is guess what &#8211; Linux in its various forms. </p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px"><a href="http://assortedgeekery.com/">New Tech</a></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="They Tell Me Only To Use Microsoft Windows Not The Free Linux Operating System" url="http://linuxmagazines.com/they-tell-me-only-to-use-microsoft-windows-not-the-free-linux-operating-system/"></script>]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/they-tell-me-only-to-use-microsoft-windows-not-the-free-linux-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 Crucial Things an Ubuntu Newbie Should Know</title>
		<link>http://linuxmagazines.com/11-crucial-things-an-ubuntu-newbie-should-know/</link>
		<comments>http://linuxmagazines.com/11-crucial-things-an-ubuntu-newbie-should-know/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 07:56:19 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Newbie]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=36</guid>
		<description><![CDATA[As I was sitting here, preparing to write this article, my mind wandered back to the day I accidentally wiped out a Windows installation with a Gutsy Gibbon CD. I thought I was in trouble. I had just knocked out my work documents, including various templates I made, along with scanner support, and my Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>As I was sitting here, preparing to write this article, my mind wandered back to the day I accidentally wiped out a Windows installation with a Gutsy Gibbon CD. I thought I was in trouble. I had just knocked out my work documents, including various templates I made, along with scanner support, and my Adobe 8.0 suite.<br />
It was at that moment I decided to make a go of it with Linux as my sole operating system. After nearly 2 years of tweaking, making mistakes, fixing those mistakes, and then making even more mistakes, I finally feel qualified to give you advice.<br />
In light of this experience, I now present &#8220;11 Crucial Things An Ubuntu Newbie Should Know&#8221;.<br />
Commands<br />
1. ps -A: One of the reasons I hated Windows so much was the task manager. When a program would hang, you&#8217;d have to open task manager, tell it to kill the program, and wait 5 minutes for the system to kill the application, All the while, it would bog down the processor, hog memory, and be an overall nuisance. 50% of the time, you would have to restart the computer to get the process to clear.<br />
Not so in Ubuntu/Linux. All you have to kill a program is open the terminal, and type &#8220;ps -A&#8221;. This will pull up a list of all the processes currently running, with the name of the program, along with a 4-5 digit number next to it. Then, type &#8220;kill -9 PN&#8221; (PN should be substituted with the actual Process Number), and hit enter. This will kill the app, no questions asked. It will not ask you any questions, or give you any excuses. That program is now dead, until the time you decide to resurrect it. This will not work with things like Apache, or other process daemons. If you&#8217;re not sure, just try to kill it. If it doesn&#8217;t die, then it is probably a daemon. You will have to find the actual documentation to stop the daemon.<br />
Bonus tip: In Ubuntu (Gutsy and later), the command to stop Apache is: sudo /etc/init.d/apache2 stop To restart: sudo /etc/init.d/apache2 start<br />
2. gksudo nautilus: Nautilus is the GUI-based file browser for Gnome, which is the default window manager for Ubuntu. If you are not used to the command line, this command will save you hours when it comes to file operations. Well, it will only save you hours for things that have to be done as root. Things like special system configuration, and other things where you need upgraded privileges will be much faster when you use this command.<br />
Just open the terminal, type &#8220;gksudo nautilus&#8221;, enter your password, and magically you can do anything you want. For faster access, right click the Desktop, select &#8220;create launcher&#8221;, enter &#8220;gksudo nautilus&#8221; as the command. You can now click the shortcut on your Desktop, rather than opening the terminal and entering a command each time you need access to Nautilus.<br />
3. dmesg: If you have managed to really mess something up, or are having trouble getting things to work, you may need someone with greater experience to take a look. Typing &#8220;dmesg&#8221; in your terminal window will call up all the messages from your system kernel. Copy and paste this into a text document, attach it to an email, and let a true expert get a look at what is going on with your hardware.<br />
Upgrades:<br />
4. Ubuntu&#8217;s package manager, Synaptic, is a GUI front-end for Aptitude. What you don&#8217;t know is that Synaptic is set to run in what could be called &#8220;safe-mode&#8221;. It will not go get the latest and greatest versions of the software you are running. It will get the last (often 6 months older) version of the software you want to run. You can upgrades faster by enabling optional software repositories.<br />
To do this, open Synaptic (System &gt; Administration &gt; Synaptic Package Manager), then select Settings &gt; Repositories. Once you are in the repositories window, select the &#8220;Updates&#8221; tab. The Ubuntu &#8220;security&#8221; and &#8220;recommended updates&#8221; repository have already been selected. To get the newer stuff, you need to check &#8220;backports&#8221; and &#8220;proposed&#8221; software. Apply, and reload. This should get most of your software up to date, along with the kernel.<br />
5. The kernel: While having the latest and greatest stable kernel can improve system performance, it can also break little fixes you have made along the way. An example: I had gone through the painstaking process of editing some configuration files to get my webcam to work. The last kernel update overwrote the changes I had made, and in the process, disabled my webcam. This can get irritating, but eventually a kernel release might fix an issue on its own, so I guess it is an ok, if not completely lossless tradeoff.<br />
6. Upgrading to the newest version of Ubuntu: Don&#8217;t do it right away. Always give a new version at least two months in regular use before you decide to upgrade. I have tried to upgrade for 3 releases now, in the first two weeks of availability for the upgrade. Each time, there has been a major failure, mostly in the area of graphics and sound. If your release is stable, there is no reason to upgrade right away, other than a few minor changes in speed and stability. You forfeit these if you upgrade on the first day of a new release. You have been warned.<br />
Got Help?:<br />
7. You can Google it: If you haven&#8217;t googled it, do not trounce into a forum and ask the question. People are nice, but they really can&#8217;t stand laziness. If you have searched, and can&#8217;t find it, it may be a more advanced question that really needs more expert analysis.<br />
Here&#8217;s the search formula that reaps the best rewards for me: [manufacturer] [model] [problem] [ubuntu distribution]&#8230;(e.g. sony vaio webcam installation hardy). You can vary this formula a little bit, as sometimes it takes a few searches to get the hang of it. The one thing that you should not change is having your version of the distribution in the search. The reason is that fixes, and places where applications install can be different depending on the version you are using. This will ensure that you receive the best solution possible.<br />
8. The Forums: Most of the time, Googling the problem will send you to the Ubuntu forums. Get a user name, log in, and be respectful. Be sure you try everything they tell you to before griping that it won&#8217;t work. The help and advice is free, and usually very helpful in nature.<br />
9. Launchpad: This is a bug reporting service that Ubuntu users use to get bugs and various other problems fixed. You can reach the project at https://launchpad.net/ubuntu . Once you get there, click on report a bug, and follow the instructions. Be sure the problem has not been reported already, as they will ask. Provide as much information about the incident as possible. They will keep you posted on the progress as far as the problem being resolved, and assign a priority rating based on the severity of the problem. I&#8217;ve had to use it 2 or 3 times. Even the minor problems have been resolved in 2-3 weeks.<br />
10. Don&#8217;t Be Afraid To Break It<br />
This is the most important rule. This ain&#8217;t your Granny&#8217;s china. Stuff will break, you will be the one to break it. You will also be the one fixing it, along with your friend Google. Be patient, be persistent, and walk away for a bit if the solution just won&#8217;t come. Vindication will come, and when the fix is done properly, or you changed a variable that caused performance to increase, there will a mountaintop rush. Chances are, your significant other won&#8217;t care, but that won&#8217;t matter. Feel free to prance around in your boxers, and act like you just won the Nobel Prize.<br />
11. Everything in Windows can be replaced with Open Source software: Really, it can. It takes a little time to find it, but when you do, a whole new world will open up. You&#8217;ll start to see how things work better than you expected. Things will play that would not on Windows, you&#8217;ll be able to open every attachment you ever wanted to. Productivity will increase, thereby giving you more time to make your system work faster, and work on your own open source program.<br />
I can&#8217;t include everything I&#8217;ve learned over the past two years here. There are some other articles that I have written on software packages, and the pros and cons of each. Just google my name and iSnare to get a full list of what I have written on the subject. In conclusion, have fun with Ubuntu, share your knowledge with others, and fear God. Seriously.<br />
That&#8217;s all the advice I have for you. </p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px"><a href="http://wprobot.net/modules">WP Robot WordPress Autoposter</a></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="11 Crucial Things an Ubuntu Newbie Should Know" url="http://linuxmagazines.com/11-crucial-things-an-ubuntu-newbie-should-know/"></script>]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/11-crucial-things-an-ubuntu-newbie-should-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Linux Ready for your Desktop?</title>
		<link>http://linuxmagazines.com/is-linux-ready-for-your-desktop/</link>
		<comments>http://linuxmagazines.com/is-linux-ready-for-your-desktop/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:03:40 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=22</guid>
		<description><![CDATA[If you have any involvement with Information Technology, you&#8217;re probably already familiar with Linux as a server operating system. Indeed, for many applications Linux is an accepted and even preferred platform. Google has built and is expanding one of the world&#8217;s largest cluster of Linux servers to host its pervasive search engine system. Major hardware [...]]]></description>
			<content:encoded><![CDATA[<p>If you have any involvement with Information Technology, you&#8217;re probably already familiar with Linux as a server operating system.  Indeed, for many applications Linux is an accepted and even preferred platform.  Google has built and is expanding one of the world&#8217;s largest cluster of Linux servers to host its pervasive search engine system.  Major hardware vendors, including IBM and Hewlett-Packard, sell servers preloaded with Linux and provide premium support for the operating system.  Oracle is the largest commercial database running on Linux with more than 80% market share.  Successful commercial applications like VMware ESX are built on Linux foundations.  And many of the largest Internet hosting providers run on Linux.</p>
<p>On the other hand, if your computer experience is limited to your own home PC, you may never have even heard of Linux and may be wondering what all the fuss is about.  If that&#8217;s the case, listen up because Linux may be coming to a desktop near you!What is Linux?</p>
<p>Simply put, Linux is a computer operating system like the Mac OS X or Microsoft Windows.  The difference is that Linux is open source; anyone can view, modify, and redistribute the underlying code.  Further, while OS X is designed to run only on Apple hardware, and while Windows runs primarily on x86 processors from Intel and AMD, there are many distributions or flavors of Linux, compiled to run on a wide array of hardware, everything from high-end corporate servers and mainframes, to home PC&#8217;s, to cell phones.</p>
<p>Linux began as a pet project of a Finnish university student, Linus Torvalds, in 1991 as an alternative to the server operating system Unix.  He made it freely available to anyone who wished to modify it and it was quickly adopted and grew.  Still, it remained primarily a server-based system.  Few home users would have chosen its complex command-line interface over the comfortable and easy-to-use point-and-click GUI of the Macintosh or Windows.</p>
<p>However, Linux now also sports a graphical front-end and a plethora of user-friendly applications.Going GUI</p>
<p>Since Linux is all about choice, it&#8217;s not surprising that there are a number of graphical environments available.  The two most popular that come preloaded on many distributions targeted for desktop or workstation use are Gnome and KDE.  Both offer features home users have come to expect: menus, icons from which to launch applications and documents, desktop wallpaper, screen savers, trash icons, and the like.</p>
<p>Connecting to printers is a simple process of selecting the printer type from a menu and telling the system where to find it, either on a local port or a network queue.  To print from most applications simply select File, Print.  No surprises there.</p>
<p>Sharing folders is equally simple and relies upon standard protocols that interface well with Macintosh and Windows systems.</p>
<p>For security, you can create multiple user accounts; each user gets their own desktop they can customize as they wish.  There&#8217;s also a built-in firewall to protect you from Internet intruders.</p>
<p>Of course, most people are more interested in the applications they can run, rather than the underlying operating system.  Here, Linux is in no way deprived.Applications</p>
<p>For browsing the Internet, there&#8217;s Mozilla&#8217;s Firefox and Konqueror.  For e-mail there&#8217;s Thunderbird and Evolution.  The popular OpenOffice.org suite provides typical office functionality including word processing, spreadsheet, database, drawing, and presentations.  The Gimp and Inkscape offer advanced graphics capabilities.  And there&#8217;s a variety of utilities for burning CDs and DVDs, listening to music, watching videos, and chatting via services like AOL&#8217;s Instant Messenger.</p>
<p>This list is by no means complete.  There are thousands of open source applications for Linux; you&#8217;d be hard-pressed not to find one that could do what you need.  But there are also many commercial applications available.Drawbacks</p>
<p>If Linux offers so much of the same functionality as Windows, why isn&#8217;t it more widely used?  Why do many home and corporate users reject it?</p>
<p>Microsoft Windows, while it  has many faults, has become so widespread in its use as to be nearly ubiquitous.  It has become the de facto standard by which other systems are measured.  For those people already familiar with and comfortable with Windows, anything else is a step back, even if it is faster, more intuitive, more stable, and more secure.</p>
<p>Also, it must be admitted, there are still situations where you may need to venture into the cryptic world of the Linux command shell.  For those used to living with a mouse in one hand, typing commands like awk and grep at a flashing cursor is unacceptable.</p>
<p>And, while there are enough applications to satisfy all but the most demanding of users, there are a few notable exceptions.  Microsoft Office is not available on Linux, and likely never will be.  Adobe Photoshop is also missing.  In both cases, nearly all of the functionality these two giants provide is available in other applications, but for some die hards, that&#8217;s not good enough.  While there are ways of running some Windows applications on Linux, they&#8217;re not usually as fast or as stable &#8212; or as easy to implement &#8212; as native Linux applications.</p>
<p>The situation is even dimmer for games.  While the console market &#8212; PlayStation, Nintendo, and Xbox &#8212; is growing, the PC and Mac game market is shrinking.  The commercial Linux game market is even smaller.  Oh, there are plenty of games for Linux, but most are modest efforts, with few of the heavy hitters widely available on other platforms.  Those that have been ported to Linux are not always fully supported &#8212; if they&#8217;re supported at all &#8212; by the original producer.  For example, while you can purchase Quake 4 for Linux, don&#8217;t expect id Software to help you get it running, a task not for neophytes or those who shy away from the command line.Vendors</p>
<p>Despite any apparent drawbacks, some major vendors are actively promoting Linux on the desktop.  Novell now offers the SUSE Linux Enterprise Desktop, while Red Hat offers Enterprise Linux WS, both targeted at corporations.  Since users in this environment are likely to have a fixed set of applications without a heavy gaming need, Linux is often ideal.  And a number of organizations are taking advantage of the potential savings offered by these open source options.  Governments especially, under scrutiny for how they handle the public purse, are often quick to make the move.  Among them are the cities of Largo, Florida, USA; Bristol, UK; and Bergen, Norway.  They have each made their taxpayers happy with significant savings over the closed source, proprietary systems they used to use.Choices</p>
<p>If you&#8217;re a heavy gamer, then you&#8217;ll probably want to stick with Windows or a dedicated console.  If your focus is advanced graphics and video editing, then Linux may be an option, if you&#8217;re willing to give up certain commercial applications.  Otherwise, you&#8217;d be better off with a Macintosh.  If you&#8217;re just surfing the Internet, sending e-mail, writing letters, and editing spreadsheets, then Linux and the open source software that comes with many distributions will do everything you need.</p>
<p>On the other hand, if you don&#8217;t want to ever see a command line or edit configuration files by hand, then Linux probably isn&#8217;t for you just yet.  But it may be soon. </p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px">Jules Smith is the principal of <a href="http://www.lightningstrikestudios.com/" rel="nofollow">LightningStrike Studios</a>, a professional business and technical writing firm.<br /><a href="http://www.linkbuildingextortionist.com/">Link Building</a></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Is Linux Ready for your Desktop?" url="http://linuxmagazines.com/is-linux-ready-for-your-desktop/"></script>]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/is-linux-ready-for-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
