<?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>Computer Operating Systems &#187; Server Operating Systems</title> <atom:link href="http://www.morphosppc.com/topic/server-operating-systems/feed" rel="self" type="application/rss+xml" /><link>http://www.morphosppc.com</link> <description>All about Computer Operating Systems</description> <lastBuildDate>Sun, 28 Aug 2011 09:20:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>Client-side scripting &#8211; Method</title><link>http://www.morphosppc.com/article/client-side-scripting-method</link> <comments>http://www.morphosppc.com/article/client-side-scripting-method#comments</comments> <pubDate>Sun, 28 Aug 2011 04:21:27 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Activex]]></category> <category><![CDATA[Client-side scripting]]></category> <category><![CDATA[Client-side scripting - method]]></category> <category><![CDATA[Computer File]]></category> <category><![CDATA[Execution]]></category> <category><![CDATA[Html]]></category> <category><![CDATA[Interpreter]]></category> <category><![CDATA[Operating System]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[Php]]></category> <category><![CDATA[Platform]]></category> <category><![CDATA[Server Side Scripting]]></category> <category><![CDATA[Source Code]]></category> <category><![CDATA[Vbscript]]></category> <category><![CDATA[Web Browser]]></category> <category><![CDATA[Web Server]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/client-side-scripting-method</guid> <description><![CDATA[Client-side scripts are often embedded within an HTML document (hence known as an &#8220;embedded script&#8221;), but they may also be contained in a separate file, which is referenced by the document (or documents) that use it (hence known as an &#8220;external script&#8221;). Upon request, the necessary files are sent to the user&#8217;s computer by the [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Client-side scripts are often embedded within an HTML document (hence known as an &#8220;embedded script&#8221;), but they may also be contained in a separate file, which is referenced by the document (or documents) that use it (hence known as an &#8220;external script&#8221;). Upon request, the necessary files are sent to the user&#8217;s computer by the web server (or servers) on which they reside. The user&#8217;s web browser executes the script, then displays the document, including any visible output from the script. Client-side scripts may also contain instructions for the browser to follow in response to certain user actions, (e.g., clicking a button). Often, these instructions can be followed without further communication with the server.</p><p>By viewing the file that contains the script, users may be able to see its source code. Many web authors learn how to write client-side scripts partly by examining the source code for other authors&#8217; scripts.</p><p>In contrast, server-side scripts, written in languages such as Perl, PHP, and server-side VBScript, are executed by the web server when the user requests a document. They produce output in a format understandable by web browsers (usually HTML), which is then sent to the user&#8217;s computer. The user cannot see the script&#8217;s source code (unless the author publishes the code separately), and may not even be aware that a script was executed. Documents produced by server-side scripts may, in turn, contain client-side scripts.</p><p>Client-side scripts have greater access to the information and functions available on the user&#8217;s browser, whereas server-side scripts have greater access to the information and functions available on the server. Server-side scripts require that their language&#8217;s interpreter be installed on the server, and produce the same output regardless of the client&#8217;s browser, operating system, or other system details. Client-side scripts do not require additional software on the server (making them popular with authors who lack administrative access to their servers); however, they do require that the user&#8217;s web browser understands the scripting language in which they are written. It is therefore impractical for an author to write scripts in a language that is not supported by popular web browsers.</p><p>Due to security restrictions, client-side scripts may not be allowed to access the user&#8217;s computer beyond the web browser application. Techniques like ActiveX controls can be used to sidestep this restriction.</p><p>Unfortunately, even languages that are supported by a wide variety of browsers may not be implemented in precisely the same way across all browsers and operating systems. Authors are well-advised to review the behavior of their client-side scripts on a variety of platforms before they put them into use.</p><p>Adapted from the Wikipedia article Client-side scripting, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/client-side-scripting-method/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ConcourseConnect &#8211; Software Requirements</title><link>http://www.morphosppc.com/article/concourseconnect-software-requirements</link> <comments>http://www.morphosppc.com/article/concourseconnect-software-requirements#comments</comments> <pubDate>Thu, 25 Aug 2011 14:21:41 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Apache tomcat]]></category> <category><![CDATA[Concourseconnect]]></category> <category><![CDATA[Concourseconnect - software requirements]]></category> <category><![CDATA[Jdk]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac Os X]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Postgres]]></category> <category><![CDATA[Solaris]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/concourseconnect-software-requirements</guid> <description><![CDATA[The product is a pure-Java server-side web application and will run on any platform where Java (JDK 5 or better) is installed. *Operating Systems ** Microsoft Windows ** Linux, Solaris ** Mac OS X *Application Servers ** Apache Tomcat (5.5 or better recommended) *Databases ** Postgres (8.0 or better recommended) Adapted from the Wikipedia article [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>The product is a pure-Java server-side web application and will run on any platform where Java (JDK 5 or better) is installed.</p><p>*Operating Systems</p><p>** Microsoft Windows</p><p>** Linux, Solaris</p><p>** Mac OS X</p><p>*Application Servers</p><p>** Apache Tomcat (5.5 or better recommended)</p><p>*Databases</p><p>** Postgres (8.0 or better recommended)</p><p>Adapted from the Wikipedia article ConcourseConnect, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/concourseconnect-software-requirements/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Self-certifying File System &#8211; Introduction</title><link>http://www.morphosppc.com/article/self-certifying-file-system-introduction</link> <comments>http://www.morphosppc.com/article/self-certifying-file-system-introduction#comments</comments> <pubDate>Wed, 24 Aug 2011 23:21:24 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Authentication]]></category> <category><![CDATA[Distributed file system]]></category> <category><![CDATA[Encryption]]></category> <category><![CDATA[Self-certifying file system]]></category> <category><![CDATA[Self-certifying file system - introduction]]></category> <category><![CDATA[Unix-like]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/self-certifying-file-system-introduction</guid> <description><![CDATA[Self-certifying File System (SFS) is a global and decentralized, distributed file system for Unix-like operating systems, while also providing transparent encryption of communications as well as authentication. It aims to be the universal distributed file system by providing uniform access to any available server, however, the usefulness of SFS is limited by the low deployment [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Self-certifying File System (SFS) is a global and decentralized, distributed file system for Unix-like operating systems, while also providing transparent encryption of communications as well as authentication. It aims to be the universal distributed file system by providing uniform access to any available server, however, the usefulness of SFS is limited by the low deployment of SFS clients.</p><p>Adapted from the Wikipedia article Self-certifying File System, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/self-certifying-file-system-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Gordano Messaging Suite &#8211; Introduction</title><link>http://www.morphosppc.com/article/gordano-messaging-suite-introduction</link> <comments>http://www.morphosppc.com/article/gordano-messaging-suite-introduction#comments</comments> <pubDate>Wed, 24 Aug 2011 20:21:36 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Aix]]></category> <category><![CDATA[Collaborative software]]></category> <category><![CDATA[Gordano ltd]]></category> <category><![CDATA[Gordano messaging suite]]></category> <category><![CDATA[Gordano messaging suite - introduction]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mail transfer agent]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Solaris]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/gordano-messaging-suite-introduction</guid> <description><![CDATA[Gordano Messaging Suite (GMS) is a commercial mail and groupware server developed by Gordano Ltd. It runs on Windows, Linux, Solaris, and AIX. Originally called NTMail which was the first commercially available mail for the Windows platform, the products were rebranded to the Gordano Messaging Suite in August 2002 to reflect the support for additional [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Gordano Messaging Suite (GMS) is a commercial mail and groupware server developed by Gordano Ltd. It runs on Windows, Linux, Solaris, and AIX. Originally called NTMail which was the first commercially available mail for the Windows platform, the products were rebranded to the Gordano Messaging Suite in August 2002 to reflect the support for additional hardware platforms and operating systems.</p><p>Adapted from the Wikipedia article Gordano Messaging Suite, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/gordano-messaging-suite-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Time Protocol &#8211; Introduction</title><link>http://www.morphosppc.com/article/time-protocol-introduction</link> <comments>http://www.morphosppc.com/article/time-protocol-introduction#comments</comments> <pubDate>Wed, 24 Aug 2011 18:21:14 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Internet protocol suite]]></category> <category><![CDATA[Network byte order]]></category> <category><![CDATA[Network Time Protocol]]></category> <category><![CDATA[Rdate]]></category> <category><![CDATA[Time protocol]]></category> <category><![CDATA[Time protocol - introduction]]></category> <category><![CDATA[Transmission Control Protocol]]></category> <category><![CDATA[Unix-like]]></category> <category><![CDATA[User datagram protocol]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/time-protocol-introduction</guid> <description><![CDATA[Time Protocol is a network protocol in the Internet Protocol Suite defined in 1983 in RFC 868. Its purpose is to provide a site-independent, machine readable date and time. The Time Protocol may be implemented over the Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP). A host connects to a server that supports [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Time Protocol is a network protocol in the Internet Protocol Suite defined in 1983 in RFC 868. Its purpose is to provide a site-independent, machine readable date and time.</p><p>The Time Protocol may be implemented over the Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP). A host connects to a server that supports the Time Protocol on port 37. The server then sends the time as a 32-bit unsigned integer in binary format and in network byte order, representing the number of seconds since 00:00 (midnight) 1 January, 1900 GMT, and closes the connection. Operation over UDP requires the sending of any datagram to the server port, as there is no connection setup for UDP.</p><p>The Time Protocol is used by the rdate command, available on most Unix-like operating systems.</p><p>The functionality of the Time Protocol has been superseded by the Network Time Protocol (NTP).</p><p>Adapted from the Wikipedia article Time Protocol, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/time-protocol-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hardware-assisted virtualization &#8211; Cons</title><link>http://www.morphosppc.com/article/hardware-assisted-virtualization-cons</link> <comments>http://www.morphosppc.com/article/hardware-assisted-virtualization-cons#comments</comments> <pubDate>Wed, 24 Aug 2011 17:20:50 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Hardware assisted virtualization]]></category> <category><![CDATA[Hardware-assisted virtualization - cons]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/hardware-assisted-virtualization-cons</guid> <description><![CDATA[Hardware-assisted virtualization requires explicit support in the host CPU, which is not available on all x86/x86_64 processors. A &#8220;pure&#8221; hardware-assisted virtualization approach, using entirely unmodified guest operating systems, involves many VM traps, and thus high CPU overheads, limiting scalability and the efficiency of server consolidation. This performance hit can be mitigated by the use of [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Hardware-assisted virtualization requires explicit support in the host CPU, which is not available on all x86/x86_64 processors.</p><p>A &ldquo;pure&rdquo; hardware-assisted virtualization approach, using entirely unmodified guest operating systems, involves many VM traps, and thus high CPU overheads, limiting scalability and the efficiency of server consolidation. This performance hit can be mitigated by the use of paravirtualized drivers; the combination has been called &ldquo;hybrid virtualization&rdquo;.</p><p>Adapted from the Wikipedia article Hardware-assisted virtualization, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/hardware-assisted-virtualization-cons/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Symantec Endpoint Protection &#8211; Proactive protection</title><link>http://www.morphosppc.com/article/symantec-endpoint-protection-proactive-protection</link> <comments>http://www.morphosppc.com/article/symantec-endpoint-protection-proactive-protection#comments</comments> <pubDate>Tue, 23 Aug 2011 20:21:48 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Honeypot]]></category> <category><![CDATA[Symantec endpoint protection]]></category> <category><![CDATA[Symantec endpoint protection - proactive protection]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/symantec-endpoint-protection-proactive-protection</guid> <description><![CDATA[Endpoint 11 uses Symantec&#8217;s TruScan technologies to facilitate detection of unknown malware. It analyzes both &#8220;safe&#8221; and &#8220;negative&#8221; behaviors of unknown applications. Endpoint 11 integrates Symantec&#8217;s Deepsight honeypot sensors to warn of emerging threats and provide threat advisories. Proactive Threat Protection feature is currently not supported on 64-bit or Server Operating Systems. Adapted from the [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Endpoint 11 uses Symantec&#8217;s TruScan technologies to facilitate detection of unknown malware. It analyzes both &#8220;safe&#8221; and &#8220;negative&#8221; behaviors of unknown applications.</p><p>Endpoint 11 integrates Symantec&#8217;s Deepsight honeypot sensors to warn of emerging threats and provide threat advisories.</p><p>Proactive Threat Protection feature is currently not supported on 64-bit or Server Operating Systems.</p><p>Adapted from the Wikipedia article Symantec Endpoint Protection, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/symantec-endpoint-protection-proactive-protection/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Port number &#8211; Use in URLs</title><link>http://www.morphosppc.com/article/port-number-use-in-urls</link> <comments>http://www.morphosppc.com/article/port-number-use-in-urls#comments</comments> <pubDate>Sun, 21 Aug 2011 06:21:10 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Port number]]></category> <category><![CDATA[Port number - use in urls]]></category> <category><![CDATA[Uniform resource locator]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/port-number-use-in-urls</guid> <description><![CDATA[Port numbers can occasionally be seen in the Uniform Resource Locator (URL) of a website or other services. By default, HTTP uses port 80 and HTTPS uses port 443, but a URL like http://www.example.com:8000/path/ specifies that the web site is served by the HTTP server on port 8000. The active transport layer protocol ports may [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Port numbers can occasionally be seen in the Uniform Resource Locator (URL) of a website or other services. By default, HTTP uses port 80 and HTTPS uses port 443, but a URL like http://www.example.com:8000/path/ specifies that the web site is served by the HTTP server on port 8000. The active transport layer protocol ports may be discovered on many operating systems (Windows, Unix-like, z/OS) with the command line &#8221;netstat -a&#8221;.</p><p>Adapted from the Wikipedia article Port number, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/port-number-use-in-urls/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>NTBackup &#8211; Introduction</title><link>http://www.morphosppc.com/article/ntbackup-introduction</link> <comments>http://www.morphosppc.com/article/ntbackup-introduction#comments</comments> <pubDate>Sun, 21 Aug 2011 00:21:05 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Backup]]></category> <category><![CDATA[Backup and restore center]]></category> <category><![CDATA[Backup exec]]></category> <category><![CDATA[Backupassist]]></category> <category><![CDATA[Floppy Disk]]></category> <category><![CDATA[Iomega zip drive]]></category> <category><![CDATA[Microsoft tape format]]></category> <category><![CDATA[Ntbackup]]></category> <category><![CDATA[Ntbackup - introduction]]></category> <category><![CDATA[Tape Drive]]></category> <category><![CDATA[Task Scheduler]]></category> <category><![CDATA[Vhd]]></category> <category><![CDATA[Wbadmin]]></category> <category><![CDATA[Windows 2000]]></category> <category><![CDATA[Windows 7]]></category> <category><![CDATA[Windows nt]]></category> <category><![CDATA[Windows Server 2003]]></category> <category><![CDATA[Windows server 2008]]></category> <category><![CDATA[Windows vista]]></category> <category><![CDATA[Windows Xp]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/ntbackup-introduction</guid> <description><![CDATA[NTBackup is the built-in backup application introduced in Windows NT around 1997 and part of all subsequent versions up to and including Windows 2000, Windows XP and Windows Server 2003. It uses a proprietary backup format (BKF) (also known as &#8220;Microsoft Tape Format&#8221; or MTF) to back up files. Files can be backed up to [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>NTBackup is the built-in backup application introduced in Windows NT around 1997 and part of all subsequent versions up to and including Windows 2000, Windows XP and Windows Server 2003. It uses a proprietary backup format (BKF) (also known as &#8220;Microsoft Tape Format&#8221; or MTF) to back up files. Files can be backed up to tape, ZIP drives, floppy disks, and hard drives. It also features integration with Task Scheduler and has several command line switches for scheduled automated backups.</p><p>In Windows Vista and later operating systems, NTBackup was replaced by Windows Backup and Restore Center, which uses the Virtual Hard Disk (VHD) file format, supports backup to modern media such as DVDs and image-based full system backups.</p><p>Beginning with Windows Server 2008, Microsoft has replaced NTBackup with Windows Server Backup, which includes the new wbadmin command.. This new backup application, wbadmin, no longer supports tape drives, which means that users have to install third-party applications to backup to tape on these new operating systems (See for example ).</p><p>For reading/restoring older backups, Microsoft has made available the NTBackup Restore utility which can only read BKF files. This utility can only be used on Windows Vista and Windows Server 2008. It cannot be used on Windows 7 or Windows Server 2008 R2 as it depends on &#8221;Removable Storage Manager&#8221;, a component removed in these operating systems.</p><p>When used with tape drives, NTBackup uses the Microsoft Tape Format (MTF) , which is also used by BackupAssist and Backup Exec and is compatible with BKF .</p><p>Adapted from the Wikipedia article NTBackup, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/ntbackup-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SIGPWR &#8211; Usage</title><link>http://www.morphosppc.com/article/sigpwr-usage</link> <comments>http://www.morphosppc.com/article/sigpwr-usage#comments</comments> <pubDate>Sat, 20 Aug 2011 23:21:47 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Server Operating Systems]]></category> <category><![CDATA[Battery]]></category> <category><![CDATA[Boehm garbage collector]]></category> <category><![CDATA[Laptop]]></category> <category><![CDATA[Sigpwr]]></category> <category><![CDATA[Sigpwr - usage]]></category> <category><![CDATA[Sigxcpu]]></category> <category><![CDATA[Uninterruptible power supply]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/sigpwr-usage</guid> <description><![CDATA[SIGPWR is sent when a power failure is imminent; for example, when the battery is running low on a laptop or when a power failure forces a server to switch to an uninterruptible power supply. Programs would be expected to synchronise state to permanent storage to ensure that if the system powers off data is [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>SIGPWR is sent when a power failure is imminent; for example, when the battery is running low on a laptop or when a power failure forces a server to switch to an uninterruptible power supply. Programs would be expected to synchronise state to permanent storage to ensure that if the system powers off data is not lost.</p><p>On some operating systems, the Boehm garbage collector uses SIGXCPU and SIGPWR to synchronise cross-thread garbage collection.</p><p>Adapted from the Wikipedia article SIGPWR, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/sigpwr-usage/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 41/179 queries in 4.694 seconds using disk: basic
Object Caching 2659/2821 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d3j1u3j0l3helq.cloudfront.net

Served from: www.morphosppc.com @ 2012-02-10 12:28:28 -->
