<?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>ISTNC - Information Technology Resources &#187; Operating System</title>
	<atom:link href="http://www.istnc.com/category/software-resources/operating-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.istnc.com</link>
	<description>[Internet - Software - Technology - Network - Computer science]</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:58:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Brilliant Tips Speed Up Your Operating System &#8220;Windows 7&#8243;</title>
		<link>http://www.istnc.com/software-resources/operating-system/brilliant-tips-speed-up-your-operating-system-windows-7/</link>
		<comments>http://www.istnc.com/software-resources/operating-system/brilliant-tips-speed-up-your-operating-system-windows-7/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 04:55:56 +0000</pubDate>
		<dc:creator>adm</dc:creator>
				<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.istnc.com/?p=346</guid>
		<description><![CDATA[Have you been using Windows 7 operating system? No doubt, this operating system is fast, but you makes it perform much faster. How? To find the tips, read this article. Whether you are an experienced Windows user or using Windows 7 for the first time, you can easily employ all these tips and take your [...]]]></description>
			<content:encoded><![CDATA[<p>Have you been using Windows 7 operating system? No doubt, this operating system is fast, but you makes it perform much faster. How? To find the tips, read this article. Whether you are an experienced Windows user or using Windows 7 for the first time, you can easily employ all these tips and take your computing experience for an all new level. You can also consult a remote computer repair company for Windows repair in this regard.</p>
<p>The first thing we wish to discuss is on how to speedup windows 7 boot times. For booting, this operating system uses one core. To lower the boot time you can increase the amount of cores. Don&#8217;t understand how to do that? The process is very simple. Click Start and then click &#8216;run.&#8217; Type &#8216;msconfig&#8217; in the dialog box. Next click on the tab &#8216;boot&#8217; and click on &#8216;advanced options,&#8217; check &#8216;number of processors&#8217; and enter the number of cores your processor has. Typically, this is 2, 4 or 8. Next, click &#8216;OK&#8217; and &#8216;Apply&#8217; and then reboot. You will experience a much faster boot.</p>
<p>For faster performance, you should also remove unwanted fonts out of your computer. There are lots of TrueType fonts which use quite a little bit of system resources. To find the best performance, you have to trim your fonts down. Keep only those fonts that you need to use on a daily basis. To do this, open Control Panel and open fonts folder. Then you need to move those fonts that you don&#8217;t have to a temporary directory.</p>
<p>Windows perform Search Indexing so that when you search for any particular file you are able to instantly get it. But when you don&#8217;t make use of the search option regularly, then there is no utilization of this Search Indexing feature. Rather, by disabling this feature you are able to increase the performance of the computer. To disable Search Indexing feature just click on Start and type in services.msc, and then find and right-click &#8216;windows Search.&#8217; Next in the startup type field, choose &#8216;disabled.&#8217;</p>
<p>You may also speedup windows 7 shutdown time just by doing some simple registry change. Click on Start and type in regedit and click Enter. Then, Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl and right-click on waittokillservicetimeout and alter and lower the value. The default value is 12000 (12 seconds) and you will lower this to the number. After completing, click ok and restart pc.</p>
<p>Another very useful strategy is to remove unwanted Startup programs. There are lots of programs start automatically with Windows like Java, Acrobat, Quicktime, and iTunes, etc. How to stop them autostarting? Go to Start and enter &#8216;msconfig,&#8217; and click on the startup tab and uncheck the programs that you don&#8217;t need on startup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.istnc.com/software-resources/operating-system/brilliant-tips-speed-up-your-operating-system-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operating System Ideas for You</title>
		<link>http://www.istnc.com/software-resources/operating-system/operating-system-ideas-for-you/</link>
		<comments>http://www.istnc.com/software-resources/operating-system/operating-system-ideas-for-you/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 04:30:48 +0000</pubDate>
		<dc:creator>adm</dc:creator>
				<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.istnc.com/?p=327</guid>
		<description><![CDATA[Unix is an &#8220;ideal&#8221; operating system that has been developed by many people different vendors in the last years. There are lots of different Unix systems that differ in functionality, external look and feel, licensing model and other non standard features, developed by these different vendors. Few examples are Linux distributions, BSD systems, Sun/Oracle Solaris [...]]]></description>
			<content:encoded><![CDATA[<p>Unix is an &#8220;ideal&#8221; operating system that has been developed by many people different vendors in the last years. There are lots of different Unix systems that differ in functionality, external look and feel, licensing model and other non standard features, developed by these different vendors. Few examples are Linux distributions, BSD systems, Sun/Oracle Solaris or Apple OS X. However, you will find number of features which are common to all Unix and Unix-like systems. Unix systems have a hierarchical file system which allows relative and absolute file path naming. These file systems can be mounted locally or remotely from file server. All operations on file systems are carried by processes, which might spawn child processes to perform discrete tasks. All processes can by identified by their unique process ID (PID).</p>
<p>Unix systems have core kernel that is responsible for managing core system operations, such as logical devices for input/output (/dev/pty for example) and allocating resources to user and system services.</p>
<p>Originally designed like a text-processing system, Unix systems share many tools that manipulate and filter text in various ways. In addition, small utilities can be easily combined to form complete applications in rather sophisticated ways. Output from one application can be redirected to some file or any other application. Combining applications with redirects allows creation of simple or more complex scripts which are capable of performing complicated and automated operations on text and files. These applications and scripts are executed from a user shell, which defines the user interface towards the kernel.</p>
<p>Unix is multiprocess, multiuser, and multi-threaded system. This means that more than a single user can execute a shell and applications concurrently, and that each user can execute applications concurrently from within a single shell. Each of those applications can then create and take away lightweight processes as required. Because Unix was created by active developers, rather than operating system administrators, it is best suited to fit programmers needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.istnc.com/software-resources/operating-system/operating-system-ideas-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canonical Takes on Windows 7 With Ubuntu 9.10 RC</title>
		<link>http://www.istnc.com/software-resources/canonical-takes-on-windows-7-with-ubuntu-9-10-rc/</link>
		<comments>http://www.istnc.com/software-resources/canonical-takes-on-windows-7-with-ubuntu-9-10-rc/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 07:19:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://istnc.com/?p=62</guid>
		<description><![CDATA[Canonical on Thursday made available the Release Candidate of its latest Linux-based operating system, Ubuntu 9.10, on the same day Microsoft launched the long-awaited Windows 7. The upcoming Canonical release, which is code-named Karmic Koala, is the latest version of the popular flavor of the Linux OS. The development release on Thursday pushed the OS [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-64" title="ubuntu-logo" src="http://istnc.com/wp-content/uploads/2009/10/ubuntu-logo.gif" alt="ubuntu-logo" width="217" height="250" />Canonical on Thursday made available the Release Candidate of its latest Linux-based operating system, Ubuntu 9.10, on the same day Microsoft launched the long-awaited Windows 7.</p>
<p>The upcoming Canonical release, which is code-named Karmic Koala, is the latest version of the popular flavor of the Linux OS. The development release on Thursday pushed the OS one step closer to final release, which is due on Oct. 29, according to the company&#8217;s release schedule Web page.</p>
<p>An image of the OS is available for download on Ubuntu&#8217;s Web site. Test versions of Karmic Koala RC available for download include the server, desktop and netbook versions. The desktop version can also be installed on standard laptops. In testing by IDG News Service, attempts to download the installation file stalled, possibly because of traffic to the server.</p>
<p>Linux could be making headway against Windows in netbooks, which are low-cost mobile devices designed for those who rely on the Web for computing. Canonical has seen some traction in the netbook market, with companies such as Dell offering devices with a customized version of the netbook OS, which is called Ubuntu Netbook Remix. Ubuntu is also competing in the standard PC space with Microsoft&#8217;s Windows, which goes on more than 90 percent of computers worldwide.</p>
<p>Beyond Microsoft, Canonical has to battle other Linux distributions such as Intel&#8217;s Moblin, which is vying for a place in netbooks and PCs, and Google&#8217;s Chrome OS, a netbook OS due for release in the second half of 2010. Many PC makers plan to test Chrome OS with their systems.</p>
<p>Ubuntu 9.10 RC is an upgrade from the previous version, Ubuntu 9.04, which carried the code name Jaunty Jackalope. Built on the latest Linux 2.6.31.1 kernel, Ubuntu 9.10 offers faster boot times, an improved user interface and programming tools for easier software development, according to Canonical. The company is offering different versions of the OS with a variety of graphical desktop environments. The environments integrate everyday applications including instant-messaging software, Web browser, document viewers and multimedia software.</p>
<p>Canonical is offering versions of the OS with a variety of desktop environments, including Gnome, KDE and XFCE. These environments, built on top of the Linux kernel, have unique graphical user interfaces and integrated software.</p>
<p>Karmic Koala includes a new &#8220;Ubuntu Software Center&#8221; from which users can easily add or remove programs, similar to a feature available in Windows. It improves on an earlier feature for adding and removing programs. The OS also fixes many bugs from previous Ubuntu editions and builds in driver support for more hardware.</p>
<p>Canonical is also offering its online storage and file-sharing service, called Ubuntu One, by default in Ubuntu 9.10. Users can back up, share or sync data with others through the Ubuntu One Web site. The service gives 2GB of online storage free to Ubuntu users, with an additional 50GB costing US$10 a month.</p>
<p>Earlier development of Ubuntu 9.10 releases — including the most recent beta edition — have received mixed reviews on the Web. Some cautioned users to wait until beta testers work out the kinks before installing the OS. Some complained of applications not working, while other disagreed with user interface changes. But some were thrilled by the OS improvements.</p>
<p>&#8220;What I have is a remarkably fast and powerful machine built using some inexpensive software and hardware,&#8221; wrote a poster going by the name of Liberty in response to a blog entry. Using a test release of Karmic Koala, the poster said setting up an Internet connection on an Intel dual-core Atom system was a breeze. Networking an all-in-one printer was a &#8220;piece of cake,&#8221; Liberty wrote.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.istnc.com/software-resources/canonical-takes-on-windows-7-with-ubuntu-9-10-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

