<?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>cylexsys.com &#187; content management software system</title>
	<atom:link href="http://cylexsys.com/category/content-management-software-system/feed" rel="self" type="application/rss+xml" />
	<link>http://cylexsys.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Apr 2010 20:25:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Knowledge Management System?</title>
		<link>http://cylexsys.com/content-management-software-system/knowledge-management-system</link>
		<comments>http://cylexsys.com/content-management-software-system/knowledge-management-system#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/knowledge-management-system</guid>
		<description><![CDATA[I&#8217;m making a KMS for an academic environment. Just starting with making one for a course in a university. Its part of my final year project. My question is, is there a way that i can download different open source components for the modules and integrate them all into a single environment?
The things i need [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m making a KMS for an academic environment. Just starting with making one for a course in a university. Its part of my final year project. My question is, is there a way that i can download different open source components for the modules and integrate them all into a single environment?</p>
<p>The things i need are<br />
- a login and registration module<br />
- a module to manage user roles<br />
- uploading, browsing, downloading and searching of files. something like a Content Mgmt. (thinking of using Drupal/mediawiki)<br />
- an Instant Message module<br />
- blogging and comments for the same<br />
- maybe a bit mind mapping thing</p>
<p>Softwares like Drupal and Mediawiki have some of the above components but not all. hence, i want to integrate different ones. Is it possible to do so? How?</p>
<p>PS : I don&#8217;t want to use Moodle because its more of a course mgmt software rather than KMS</p>
<p>thanks <img src='http://cylexsys.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
William, my question was not what is KMS but rather I need some help in building one. Please read the question properly before copy &#8211; pasting replies<br />
<br />a lot of requirements to be filled.<br />
Try joomla and adding some contents (add-ons). Most of them are free, I think you could get all you need on a joomla page.<br />
Joomla comes with a built in login/registration form.</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/knowledge-management-system/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How the save the uploaded image with ramdom name?</title>
		<link>http://cylexsys.com/content-management-software-system/how-the-save-the-uploaded-image-with-ramdom-name</link>
		<comments>http://cylexsys.com/content-management-software-system/how-the-save-the-uploaded-image-with-ramdom-name#comments</comments>
		<pubDate>Fri, 25 Dec 2009 00:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/how-the-save-the-uploaded-image-with-ramdom-name</guid>
		<description><![CDATA[I have an upload script and it&#8221; saving the filename with the original filaname+temp name. I need it to be changed as just temp name because special characters are causing problems and if there is a spacial character in the filename browsers can not read the image.
Here is the code:
&#60;?php
// $Id: uploader.php 888 2007-07-28 09:03:03Z [...]]]></description>
			<content:encoded><![CDATA[<p>I have an upload script and it&#8221; saving the filename with the original filaname+temp name. I need it to be changed as just temp name because special characters are causing problems and if there is a spacial character in the filename browsers can not read the image.</p>
<p>Here is the code:</p>
<p>&lt;?php<br />
// $Id: uploader.php 888 2007-07-28 09:03:03Z phppp $<br />
//  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; //<br />
//                XOOPS &#8211; PHP Content Management System                      //<br />
//                    Copyright (c) 2000 XOOPS.org                           //<br />
//                       &lt;http://www.xoops.org/&gt;                             //<br />
//  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; //<br />
//  This program is free software; you can redistribute it and/or modify     //<br />
//  it under the terms of the GNU General Public License as published by     //<br />
//  the Free Software Foundation; either version 2 of the License, or        //<br />
//  (at your option) any later version.                                      //<br />
//                                                                           //<br />
//  You may not change or alter any portion of this comment or credits       //<br />
//  of supporting developers from this source code or any supporting         //<br />
//  source code which is considered copyrighted (c) material of the          //<br />
//  original comment or credit authors.                                      //<br />
//                                                                           //<br />
//  This program is distributed in the hope that it will be useful,          //<br />
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //<br />
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //<br />
//  GNU General Public License for more details.                             //<br />
//                                                                           //<br />
//  You should have received a copy of the GNU General Public License        //<br />
//  along with this program; if not, write to the Free Software              //<br />
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //<br />
//  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; //<br />
// Author: Kazumi Ono (AKA onokazu)                                          //<br />
// URL: http://www.myweb.ne.jp/, http://www.xoops.org/, http://jp.xoops.org/ //<br />
// Project: The XOOPS Project                                                //<br />
// &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- //<br />
/*!<br />
Example</p>
<p>  include_once &#8216;uploader.php&#8217;;<br />
  $allowed_mimetypes = array(&#8217;image/gif&#8217;, &#8216;image/jpeg&#8217;, &#8216;image/pjpeg&#8217;, &#8216;image/x-png&#8217;);<br />
  $maxfilesize = 50000;<br />
  $maxfilewidth = 120;<br />
  $maxfileheight = 120;<br />
  $uploader = new XoopsMediaUploader(&#8217;/home/xoops/uploads&#8217;, $allowed_mimetypes, $maxfilesize, $maxfilewidth, $maxfileheight);<br />
  if ($uploader-&gt;fetchMedia($_POST['uploade_file_name'])) {<br />
    if (!$uploader-&gt;upload()) {<br />
       echo $uploader-&gt;getErrors();<br />
    } else {<br />
       echo &#8216;&lt;h4&gt;File uploaded successfully!&lt;/h4&gt;&#8217;<br />
       echo &#8216;Saved as: &#8216; . $uploader-&gt;getSavedFileName() . &#8216;&lt;br /&gt;&#8217;;<br />
       echo &#8216;Full path: &#8216; . $uploader-&gt;getSavedDestination();<br />
    }<br />
  } else {<br />
    echo $uploader-&gt;getErrors();<br />
  }</p>
<p>*/</p>
<p>/**<br />
 * Upload Media files<br />
 *<br />
 * Example of usage:<br />
 * &lt;code&gt;<br />
 * include_once &#8216;uploader.php&#8217;;<br />
 * $allowed_mimetypes = array(&#8217;image/gif&#8217;, &#8216;image/jpeg&#8217;, &#8216;image/pjpeg&#8217;, &#8216;image/x-png&#8217;);<br />
 * $maxfilesize = 50000;<br />
 * $maxfilewidth = 120;<br />
 * $maxfileheight = 120;<br />
 * $uploader = new XoopsMediaUploader(&#8217;/home/xoops/uploads&#8217;, $allowed_mimetypes, $maxfilesize, $maxfilewidth, $maxfileheight);<br />
 * if ($uploader-&gt;fetchMedia($_POST['uploade_file_name'])) {<br />
 *   if (!$uploader-&gt;upload()) {<br />
 *      echo $uploader-&gt;getErrors();<br />
 *   } else {<br />
 *      echo &#8216;&lt;h4&gt;File uploaded successfully!&lt;/h4&gt;&#8217;<br />
 *      echo &#8216;Saved as: &#8216; . $uploader-&gt;getSavedFileName() . &#8216;&lt;br /&gt;&#8217;;<br />
 *      echo &#8216;Full path: &#8216; . $uploader-&gt;getSavedDestination();<br />
 *   }<br />
 * } else {<br />
 *   echo $uploader-&gt;getErrors();<br />
 * }<br />
 * &lt;/code&gt;<br />
 *<br />
 * @package     kernel<br />
 * @subpackage  core<br />
 *<br />
 * @author      Kazumi Ono     &lt;onokazu@xoops.org&gt;<br />
 * @author      phppp<br />
 * @copyright   The Xoops Project<br />
 */<br />
class XoopsMediaUploader<br />
{<br />
/**<br />
* Flag indicating if unrecognized mimetypes should be allowed (use with precaution ! may lead to security issues )<br />
**/<br />
 var $allowUnknownTypes = false;</p>
<p>    var $mediaName;<br />
    var $mediaType;<br />
    var $mediaSize;<br />
    var $mediaTmpName;<br />
    var $mediaError;<br />
    var $mediaRealType = &#8221;;</p>
<p>    var $uploadDir = &#8221;;</p>
<p>    var $allowedMimeTypes = array();<br />
    var $deniedMimeTypes = array(&quot;application/x-httpd-php&quot;);</p>
<p>    var $maxFileSize = 0;<br />
    var $maxWidth;<br />
    var $maxHeight;</p>
<p>    var $targetFileName;</p>
<p>    var $prefix;</p>
<p>    var $errors = array();</p>
<p>    var $savedDestination;</p>
<p>    var $savedFileName;</p>
<p>va<br />
<br />it&#8217;s funny but all that code you pasted in there is totally irrelevant to your problem..</p>
<p>Anyhow I went and looked up this class for you here, http://www.xoops.info/doc/nav.html?_classes/index.html and researched the problem..</p>
<p>After this &#8211; $uploader = new XoopsMediaUploader</p>
<p>slide in this:<br />
$uploader-&gt;setTargetFileName($value);</p>
<p>Where $value is the random file name you wish to use.<br />
A very simply way to create a random string would be:<br />
$value = mt_rand(5, 15);</p>
<p>Keep in mind you will need to concat the extension onto that random number!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/how-the-save-the-uploaded-image-with-ramdom-name/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New AMD Athlon(TM) Neo X2 Dual-Core L335 Processor, is it good?</title>
		<link>http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good</link>
		<comments>http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:47:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good</guid>
		<description><![CDATA[HP&#8217;s new Dm3z laptops have this processor in it and the 1.6GHz throws me off. My HP has a Dual Core 2 Duo with 2.0Ghz. Can someone explain to me if these are any good? Looking to get this computer for my girlfriend http://www.officedepot.com/a/products/328626/HP-Pavilion-dm3-1030us-13-3/
   AMD Athlon(TM) Neo X2 Dual-Core L335 Processor (1.6GHz, 512KB) [...]]]></description>
			<content:encoded><![CDATA[<p>HP&#8217;s new Dm3z laptops have this processor in it and the 1.6GHz throws me off. My HP has a Dual Core 2 Duo with 2.0Ghz. Can someone explain to me if these are any good? Looking to get this computer for my girlfriend http://www.officedepot.com/a/products/328626/HP-Pavilion-dm3-1030us-13-3/</p>
<p>   AMD Athlon(TM) Neo X2 Dual-Core L335 Processor (1.6GHz, 512KB) with ATI Radeon(TM) HD 3200 Graphics<br />
     1.6 GHz, 512KB L2 Cache. These graphics immerse you in a full HD experience with quiet mobile PC operation, even on the go. Enjoy more vibrant colors and lifelike picture quality with ATI Avivio HD. You&#8217;ll get full HD functionality for movies, games, and digital photos on your notebook, plus DirectX 10 graphics performance for the latest 3-D games at a value price. DISCLAIMERS: AMD&#8217;s numbering is not a measure of clock speed. This system requires a separately purchased 64-bit operating system and 64-bit software products to take advantage of the 64-bit processing capabilities of AMD technology. Dual/quad/triple-core processing available with AMD technology is designed to improve performance of this system. Given the wide range of software applications available, performance of a system including a 64-bit operating system and dual-core processor will vary..AMD&#8217;s numbering is not a measure of clock speed. System memory dedicated to video performance is not available for other use by other programs. This disclaimer affects system memory and graphics. Battery life will vary depending on product model, configuration, loaded applications, features, power management settings. Maximum capacity of battery will decrease with time and usage. ATI Avivo HD is a technology platform that includes a broad set of capabilities offered by certain ATI Radeon HD graphics. Not all products have all features. As Blu-Ray is a new format containing new technologies, certain disc, digital connection, compatibility and/or performance issues may arise, and do not constitute defects in the product. Flawless playback on all systems is not guaranteed. In order for some Blu-ray titles to play, they may require a DVI or HDMI digital connection and your display may require HDCP support. HD-DVD movies cannot be played on this Desktop PC. HD content required to view HD images.<br />
This isn&#8217;t a PC, its a Laptop.<br />
<br />Afraid it is not good, you do so much better&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New AMD Athlon(TM) Neo X2 Dual-Core L335 Processor, is it good?</title>
		<link>http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good-2</link>
		<comments>http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good-2#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:47:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good-2</guid>
		<description><![CDATA[HP&#8217;s new Dm3z laptops have this processor in it and the 1.6GHz throws me off. My HP has a Dual Core 2 Duo with 2.0Ghz. Can someone explain to me if these are any good? Looking to get this computer for my girlfriend http://www.officedepot.com/a/products/328626/HP-Pavilion-dm3-1030us-13-3/
   AMD Athlon(TM) Neo X2 Dual-Core L335 Processor (1.6GHz, 512KB) [...]]]></description>
			<content:encoded><![CDATA[<p>HP&#8217;s new Dm3z laptops have this processor in it and the 1.6GHz throws me off. My HP has a Dual Core 2 Duo with 2.0Ghz. Can someone explain to me if these are any good? Looking to get this computer for my girlfriend http://www.officedepot.com/a/products/328626/HP-Pavilion-dm3-1030us-13-3/</p>
<p>   AMD Athlon(TM) Neo X2 Dual-Core L335 Processor (1.6GHz, 512KB) with ATI Radeon(TM) HD 3200 Graphics<br />
     1.6 GHz, 512KB L2 Cache. These graphics immerse you in a full HD experience with quiet mobile PC operation, even on the go. Enjoy more vibrant colors and lifelike picture quality with ATI Avivio HD. You&#8217;ll get full HD functionality for movies, games, and digital photos on your notebook, plus DirectX 10 graphics performance for the latest 3-D games at a value price. DISCLAIMERS: AMD&#8217;s numbering is not a measure of clock speed. This system requires a separately purchased 64-bit operating system and 64-bit software products to take advantage of the 64-bit processing capabilities of AMD technology. Dual/quad/triple-core processing available with AMD technology is designed to improve performance of this system. Given the wide range of software applications available, performance of a system including a 64-bit operating system and dual-core processor will vary..AMD&#8217;s numbering is not a measure of clock speed. System memory dedicated to video performance is not available for other use by other programs. This disclaimer affects system memory and graphics. Battery life will vary depending on product model, configuration, loaded applications, features, power management settings. Maximum capacity of battery will decrease with time and usage. ATI Avivo HD is a technology platform that includes a broad set of capabilities offered by certain ATI Radeon HD graphics. Not all products have all features. As Blu-Ray is a new format containing new technologies, certain disc, digital connection, compatibility and/or performance issues may arise, and do not constitute defects in the product. Flawless playback on all systems is not guaranteed. In order for some Blu-ray titles to play, they may require a DVI or HDMI digital connection and your display may require HDCP support. HD-DVD movies cannot be played on this Desktop PC. HD content required to view HD images.<br />
This isn&#8217;t a PC, its a Laptop.<br />
<br />Afraid it is not good, you do so much better&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/new-amd-athlontm-neo-x2-dual-core-l335-processor-is-it-good-2/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Here is some Internet Information?</title>
		<link>http://cylexsys.com/content-management-software-system/here-is-some-internet-information-2</link>
		<comments>http://cylexsys.com/content-management-software-system/here-is-some-internet-information-2#comments</comments>
		<pubDate>Wed, 07 Oct 2009 00:53:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/here-is-some-internet-information-2</guid>
		<description><![CDATA[ThreatsHow does the Internet create security risks for my computer?
The Internet works by allowing one computer to send information to another computer across a network of worldwide computers. Rather than going directly to the intended computer, data often passes through several intermediate computers. Each intermediate computer has the potential to see the contents of data [...]]]></description>
			<content:encoded><![CDATA[<p>ThreatsHow does the Internet create security risks for my computer?<br />
The Internet works by allowing one computer to send information to another computer across a network of worldwide computers. Rather than going directly to the intended computer, data often passes through several intermediate computers. Each intermediate computer has the potential to see the contents of data being transmitted — creating a security risk.</p>
<p>Other security risks can be created from files and programs downloaded to your computer or sent via e-mail. Some programs, called &#8216;viruses&#8217; are written to intentionally damage your computer and the data stored on it. Make sure security updates for your operating system (Microsoft Windows or MAC OS X for example) are consistently installed on your computer. In addition, ensure your firewall, antivirus, and anti-spyware software are up-to-date with the latest definitions.</p>
<p>Does your computer lack antivirus protection? The Charter Security SuiteTM provides complete protection for your compter. In addition to its award winning virus protection, The Charter Security Suite includes a firewall, anti-spam, anti-phishing, anti-spyware, and parental controls. Best of all, The Charter Security Suite is included at no additional cost for all 5 Mbps and faster Charter High-Speed® Internet connections.</p>
<p>Click here to learn more and to download The Charter Security Suite.</p>
<p>What is &#8216;malware&#8217;?<br />
&#8216;Malware&#8217; is a generic term used to describe viruses, spyware, adware, Trojan horse, rootkits, worms or any other program with malicious intent.</p>
<p>What is a &#8216;virus&#8217;?<br />
A virus is a program or piece of code that is installed and runs on your computer without your knowledge. Viruses can also replicate themselves and are often designed so that they automatically spread to other computer users. Viruses can be transmitted as attachments to an e-mail, as downloads, or via diskettes or CDs. Some viruses are harmless, but most can be quite damaging by erasing data or causing your hard disk to reformat.</p>
<p>What is a &#8216;worm&#8217;?<br />
Worms are a self-replicating virus that does not alter files but resides in active memory and duplicates itself. Worms most often use parts of an operating system that are automatic and usually invisible to the user. It’s common for worms to be noticed only when their uncontrolled replication consumes system resources, slowing or halting other applications and traffic.</p>
<p>« Back to Top</p>
<p>What is a &#8216;Trojan horse&#8217;?<br />
A Trojan horse is a malicious code that is contained inside seemingly harmless programs or data. The purpose of a Trojan horse is to gain control of the computer and execute whatever it had been program to do. Many Trojan horses are designed to damage data on your hard drives, send back personal information, or corrupt your hard drive. In one celebrated case, a Trojan horse was programmed to find and destroy computer viruses. A Trojan horse may be widely redistributed as part of a computer virus. </p>
<p>What is &#8216;adware&#8217;?<br />
Adware is any software application in which advertising banners are displayed while the program is running. The authors of these applications include additional code that delivers the ads, which can be viewed through pop-up windows or through a bar that appears on a computer screen.</p>
<p>What is &#8217;spyware&#8217;?<br />
Spyware is software installed on your computer without your knowledge that gathers information such as surfing habits, for later retrieval by advertisers and/or other interested parties. It can record and send through the Internet your keystrokes, history, passwords, and other confidential and private information. It is often sold as a spouse monitor, child monitor, surveillance tool, or a tool for spying on users to gain unauthorized access. It can enter a computer as a virus or through installation of a new program.</p>
<p>What is a &#8216;rootkit&#8217;?<br />
A rootkit is a set of processes or files that installs itself on your system without your knowledge or permission. Rootkits attempt to hide from antivirus, anti-spyware, and system management utilities. Originally, rootkits were used on UNIX® based systems for benign purposes. Today however, rootkits may be used to create a backdoor into your system for malicious purposes &#8211; such as intercepting information sent from your system, logging your keystrokes, using your system for denial of service attacks, and other deviant activities. Rootkits exist on multiple operating systems including UNIX®, Linux, Solaris®, and Microsoft Windows®.</p>
<p>« Back to Top</p>
<p>What is a &#8216;zombie&#8217; computer?<br />
A &#8216;zombie&#8217; computer is a system that has often been compromised by a virus. The virus typically installs remote access software on the compromised machine and the &#8216;host&#8217; machine takes control of the compromised computer. Zombie computers are often used to send spam or send overwhelming amounts of traffic to a targeted server- causing it to crash. This form of attack is called a Distributed Denial of Service Attack.</p>
<p>Is my computer vulnerable to remote ac<br />
<br />thanks&#8230;&#8230;&#8230;&#8230;.. This is very useful information&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/here-is-some-internet-information-2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Here is some Internet Information?</title>
		<link>http://cylexsys.com/content-management-software-system/here-is-some-internet-information</link>
		<comments>http://cylexsys.com/content-management-software-system/here-is-some-internet-information#comments</comments>
		<pubDate>Wed, 07 Oct 2009 00:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/here-is-some-internet-information</guid>
		<description><![CDATA[ThreatsHow does the Internet create security risks for my computer?
The Internet works by allowing one computer to send information to another computer across a network of worldwide computers. Rather than going directly to the intended computer, data often passes through several intermediate computers. Each intermediate computer has the potential to see the contents of data [...]]]></description>
			<content:encoded><![CDATA[<p>ThreatsHow does the Internet create security risks for my computer?<br />
The Internet works by allowing one computer to send information to another computer across a network of worldwide computers. Rather than going directly to the intended computer, data often passes through several intermediate computers. Each intermediate computer has the potential to see the contents of data being transmitted — creating a security risk.</p>
<p>Other security risks can be created from files and programs downloaded to your computer or sent via e-mail. Some programs, called &#8216;viruses&#8217; are written to intentionally damage your computer and the data stored on it. Make sure security updates for your operating system (Microsoft Windows or MAC OS X for example) are consistently installed on your computer. In addition, ensure your firewall, antivirus, and anti-spyware software are up-to-date with the latest definitions.</p>
<p>Does your computer lack antivirus protection? The Charter Security SuiteTM provides complete protection for your compter. In addition to its award winning virus protection, The Charter Security Suite includes a firewall, anti-spam, anti-phishing, anti-spyware, and parental controls. Best of all, The Charter Security Suite is included at no additional cost for all 5 Mbps and faster Charter High-Speed® Internet connections.</p>
<p>Click here to learn more and to download The Charter Security Suite.</p>
<p>What is &#8216;malware&#8217;?<br />
&#8216;Malware&#8217; is a generic term used to describe viruses, spyware, adware, Trojan horse, rootkits, worms or any other program with malicious intent.</p>
<p>What is a &#8216;virus&#8217;?<br />
A virus is a program or piece of code that is installed and runs on your computer without your knowledge. Viruses can also replicate themselves and are often designed so that they automatically spread to other computer users. Viruses can be transmitted as attachments to an e-mail, as downloads, or via diskettes or CDs. Some viruses are harmless, but most can be quite damaging by erasing data or causing your hard disk to reformat.</p>
<p>What is a &#8216;worm&#8217;?<br />
Worms are a self-replicating virus that does not alter files but resides in active memory and duplicates itself. Worms most often use parts of an operating system that are automatic and usually invisible to the user. It’s common for worms to be noticed only when their uncontrolled replication consumes system resources, slowing or halting other applications and traffic.</p>
<p>« Back to Top</p>
<p>What is a &#8216;Trojan horse&#8217;?<br />
A Trojan horse is a malicious code that is contained inside seemingly harmless programs or data. The purpose of a Trojan horse is to gain control of the computer and execute whatever it had been program to do. Many Trojan horses are designed to damage data on your hard drives, send back personal information, or corrupt your hard drive. In one celebrated case, a Trojan horse was programmed to find and destroy computer viruses. A Trojan horse may be widely redistributed as part of a computer virus. </p>
<p>What is &#8216;adware&#8217;?<br />
Adware is any software application in which advertising banners are displayed while the program is running. The authors of these applications include additional code that delivers the ads, which can be viewed through pop-up windows or through a bar that appears on a computer screen.</p>
<p>What is &#8217;spyware&#8217;?<br />
Spyware is software installed on your computer without your knowledge that gathers information such as surfing habits, for later retrieval by advertisers and/or other interested parties. It can record and send through the Internet your keystrokes, history, passwords, and other confidential and private information. It is often sold as a spouse monitor, child monitor, surveillance tool, or a tool for spying on users to gain unauthorized access. It can enter a computer as a virus or through installation of a new program.</p>
<p>What is a &#8216;rootkit&#8217;?<br />
A rootkit is a set of processes or files that installs itself on your system without your knowledge or permission. Rootkits attempt to hide from antivirus, anti-spyware, and system management utilities. Originally, rootkits were used on UNIX® based systems for benign purposes. Today however, rootkits may be used to create a backdoor into your system for malicious purposes &#8211; such as intercepting information sent from your system, logging your keystrokes, using your system for denial of service attacks, and other deviant activities. Rootkits exist on multiple operating systems including UNIX®, Linux, Solaris®, and Microsoft Windows®.</p>
<p>« Back to Top</p>
<p>What is a &#8216;zombie&#8217; computer?<br />
A &#8216;zombie&#8217; computer is a system that has often been compromised by a virus. The virus typically installs remote access software on the compromised machine and the &#8216;host&#8217; machine takes control of the compromised computer. Zombie computers are often used to send spam or send overwhelming amounts of traffic to a targeted server- causing it to crash. This form of attack is called a Distributed Denial of Service Attack.</p>
<p>Is my computer vulnerable to remote ac<br />
<br />thanks&#8230;&#8230;&#8230;&#8230;.. This is very useful information&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/here-is-some-internet-information/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux questions?</title>
		<link>http://cylexsys.com/content-management-software-system/linux-questions</link>
		<comments>http://cylexsys.com/content-management-software-system/linux-questions#comments</comments>
		<pubDate>Sat, 03 Oct 2009 01:56:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/linux-questions</guid>
		<description><![CDATA[I have an exam this week and the review contained 200 exam prep questions. I have answered and worked my A. off on the and these are the 25 out of 200 I couldn&#8217;t figure out. They may seem remediale to some of you but I am asking to please help me with these last [...]]]></description>
			<content:encoded><![CDATA[<p>I have an exam this week and the review contained 200 exam prep questions. I have answered and worked my A. off on the and these are the 25 out of 200 I couldn&#8217;t figure out. They may seem remediale to some of you but I am asking to please help me with these last few so I can study the correct answers thanks.</p>
<p>1.Which of the following are power management protocols?<br />
A)ACPI<br />
B)PPP<br />
C)SMTP<br />
D)APM</p>
<p>2. Which of the following would you want to remove from a system that would serve solely as a firewall?(Choose all that apply.)<br />
A)init<br />
B)Telnet client<br />
C)Linux Kernel<br />
D)Apache server</p>
<p>3. Which tool would you use to setup a firewall on a Linux system?<br />
A)Apache<br />
B)iptables<br />
C)wall<br />
D)TCP wrappers</p>
<p>4. What is the intended purpose of the rc.local or boot.local startup script?<br />
A)Sets system time zone and language defaults<br />
B)Holds startup commands for its specific computer<br />
C)Displays startup messages<br />
D)Verifies that all other startup scripts are operating correctly</p>
<p>5. Which of the following protocols can help with configuration of SCSI devices?<br />
A)SCAM<br />
B)SMB<br />
C)ASPI<br />
D)ATAPI</p>
<p>6. Which of the following is not a responsibility of lpd?<br />
A)Maintaining printer queues<br />
B)Accepting print jobs from remote machines<br />
C)Informing applications of printer&#8217;s capabilities<br />
D)Sending data to printers</p>
<p>7. Which of the following would show the contents of a tarball, including size and time stamps?<br />
A)tar xzf<br />
B)tar tzf<br />
C)tar tvzf<br />
D)tar x</p>
<p>8. Which of the following does an ethernet switch allow but a hub does not?<br />
A)100Mbps operation<br />
B)Linking more than five computers<br />
C)Full duplex operation<br />
D)Use with 10 Base 5 cabling</p>
<p>9. What types of devices may be attached via the USB port?(Choose all that apply)<br />
A)Keyboards<br />
B)Modems<br />
C)RAM<br />
D)Mouse</p>
<p>10. How would you direct the output of the uptime command to a file called uptimestats.txt?<br />
A)echo uptimestats.txt<br />
B)uptime &gt; uptimestats.txt<br />
C)uptime | uptimestats.txt<br />
D)uptime &lt; uptimestats.txt</p>
<p>11. What role does BIND fill?<br />
A)Allows programs to use dynamic library files<br />
B)Translates between names and IP addresses<br />
C)Ties together POP and SMTP servers<br />
D)Binds and IP address to a network interface</p>
<p>12. You think that a router between you and a server is preventing access, which command would you use to narrow down where the problem is?<br />
A)nslookup<br />
B)ping<br />
C)traceroute<br />
D)netstat</p>
<p>13. Which of the following when typed in Vi&#8217;s command mode, saves the file and quits the program?<br />
A):rq<br />
B):wq<br />
C):rp<br />
D):we</p>
<p>14.Where may the Linux root(/) partition reside?<br />
A)On a primary or logical partition<br />
B)On a logical partition only<br />
C)On a primary partition only<br />
D)On a partition that falls below the 1,024th cylinder</p>
<p>15. Where in a network may a network firewall reside?(Choose all that apply.)<br />
A)In the walls between important offices<br />
B)On an individual computer<br />
C)In a router between network segments<br />
D)In expensive network cables</p>
<p>16. Which of the following commands would provide information on programs that are consuming too much CPU time?<br />
A)cat /proc/cpuinfo<br />
B)df<br />
C)top<br />
D)uptime</p>
<p>17. Which of the following commands would allow you to view the last few lines of a file?<br />
A)lastlines<br />
B)bash<br />
C)cp<br />
D)tail</p>
<p>18. Which tool can you use to measure a hard disks speed on a Linux machine?<br />
A)fdisk<br />
B)e2fsck<br />
C)speedtest<br />
D)hdparm</p>
<p>19. Which of the following may be used to create a swap partition?(Choose all that apply)<br />
A)dd<br />
B)mknod<br />
C)Linux fdisk<br />
D)PartitionMagic</p>
<p>20. Which of the following commands will install an RPM package?<br />
A)rpm -Uvh<br />
B)rpm -i<br />
C)rpm -U<br />
D)rpm -e</p>
<p>21. Which of the following is true of public domain and open source software?<br />
A)They&#8217;re the same thing<br />
B)Both allow free distribution of software<br />
C)Represent opposing philosophies<br />
D)They can not legally appear on the same distribution medium</p>
<p>22. Under which of the following circumstances might you need to edit the /etc/fstab file?<br />
A)A hard disk has been added to the computer<br />
B)A zip disk has been added into the zip drive<br />
C)System performs a disk check and reports no errors<br />
D)/boot/grub/menu.lst boot options has been changed</p>
<p>23. What tool can diagnose and correct many common Linux filesystem problems?<br />
A)mkfs<br />
B)fsck<br />
C)chkdsk<br />
D)scandisk</p>
<p>24. Which programs can be used to load a module?(Choose all that apply)<br />
A)insmod<br />
B)rmmod<br />
C)modprobe<br />
D)depmod</p>
<p>25. Which of the following directories must reside on its own partition.<br />
A)/boot<br />
B)/<br />
C)/home<br />
D)None, it&#8217;s optional for all directories<br />
<br />I already answered this question. Dont post twice</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/linux-questions/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Computer idiot here, is this a good laptop?</title>
		<link>http://cylexsys.com/content-management-software-system/computer-idiot-here-is-this-a-good-laptop</link>
		<comments>http://cylexsys.com/content-management-software-system/computer-idiot-here-is-this-a-good-laptop#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:02:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/computer-idiot-here-is-this-a-good-laptop</guid>
		<description><![CDATA[I&#8217;m ok with computers but have no idea with laptops&#8230;I want this to replace my computer, could it handle it? Thanks  
Acer
Battery Life 3 Hours
Bluetooth No
Box Contents Acer Aspire 5535 Notebook, Power Adapter, Power Cord, Battery pack, Warranty Registration
Brand Acer
Built-in Webcam Yes
Card Reader Yes
Finger Print Reader No
Firewire No
Graphics Intel® Graphics Media Accelerator 4500M (64 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m ok with computers but have no idea with laptops&#8230;I want this to replace my computer, could it handle it? Thanks <img src='http://cylexsys.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Acer<br />
Battery Life 3 Hours<br />
Bluetooth No<br />
Box Contents Acer Aspire 5535 Notebook, Power Adapter, Power Cord, Battery pack, Warranty Registration<br />
Brand Acer<br />
Built-in Webcam Yes<br />
Card Reader Yes<br />
Finger Print Reader No<br />
Firewire No<br />
Graphics Intel® Graphics Media Accelerator 4500M (64 MB of dedicated video memory, up to 1695 MB of shared system memory)<br />
Graphics Dedicated No<br />
Hard Drive Size 250GB<br />
Hard Drive Type SATA<br />
Laptop Colour Black<br />
Memory Size 4GB<br />
Memory Type DDRII<br />
Number of USB Ports 3x USB 2.0<br />
Operating System Windows Vista™ Home Basic<br />
Optical Drive Bluray Compatible No<br />
Optical Drive HD Compatible No<br />
Optical Drive Lightscribe Compatible No<br />
Output External display (VGA) port<br />
Processor AMD Turion™ 64 X2 dual-core<br />
Processor Cache 1MB<br />
Processor Model Number RM70<br />
Processor Speed 2.0GHz<br />
Remote Control Included No<br />
Screen Size 15.4&quot;<br />
Screen Type WXGA Acer CineCrystal™ TFT LCD<br />
Software Load Acer Empowering Technology (Acer ePower, eRecovery, eSettings Management) Acer Crystal Eye Acer GridVista™ Acer Launch Manager Adobe® Reader® CyberLink® PowerDirector® trial version McAfee® Internet Security Suite NTI Media Maker™ Microsoft® Works 8.5 with Office Home and Student 2007 Trial<br />
User Model Entertainment Yes<br />
Wi-Fi Acer InviLink™ Nplify™ 802.11b/g/Draft-N Wi-Fi CERTIFIED® network connection<br />
Wired Networking Port Yes<br />
Wireless Built in Yes<br />
Thanks guys, I do have a playstation so would play games on that.<br />
The price is £400 it&#8217;s been discounted.<br />
<br />Its okay but it wouldn&#8217;t be good for games or anything that is graphics intensive like video editing or photo editing.</p>
<p>The reason is that it has a very basic graphics card which is basically a built in graphics card and not a dedicated card that would be needed to play games.</p>
<p>I&#8217;m not saying you can&#8217;t play ANY games, just not ones that have lots of fast moving 3D graphics, etc.</p>
<p>It would be good for browsing the Internet, working on documents and work projects, etc. Phoning your mates and using the web cam to chat online.</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/computer-idiot-here-is-this-a-good-laptop/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linux people needed. I have a few questions I am stumped on and need your help.?</title>
		<link>http://cylexsys.com/content-management-software-system/linux-people-needed-i-have-a-few-questions-i-am-stumped-on-and-need-your-help</link>
		<comments>http://cylexsys.com/content-management-software-system/linux-people-needed-i-have-a-few-questions-i-am-stumped-on-and-need-your-help#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:31:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/linux-people-needed-i-have-a-few-questions-i-am-stumped-on-and-need-your-help</guid>
		<description><![CDATA[I have an exam this week and the review contained 200 exam prep questions. I have answered and worked my A. off on the and these are the 25 out of 200 I couldn&#8217;t figure out. They may seem remediale to some of you but I am asking to please help me with these last [...]]]></description>
			<content:encoded><![CDATA[<p>I have an exam this week and the review contained 200 exam prep questions. I have answered and worked my A. off on the and these are the 25 out of 200 I couldn&#8217;t figure out. They may seem remediale to some of you but I am asking to please help me with these last few so I can study the correct answers thanks. </p>
<p>1.Which of the following are power management protocols?<br />
A)ACPI<br />
B)PPP<br />
C)SMTP<br />
D)APM</p>
<p>2. Which of the following would you want to remove from a system that would serve solely as a firewall?(Choose all that apply.)<br />
A)init<br />
B)Telnet client<br />
C)Linux Kernel<br />
D)Apache server</p>
<p>3. Which tool would you use to setup a firewall on a Linux system?<br />
A)Apache<br />
B)iptables<br />
C)wall<br />
D)TCP wrappers</p>
<p>4. What is the intended purpose of the rc.local or boot.local startup script?<br />
A)Sets system time zone and language defaults<br />
B)Holds startup commands for its specific computer<br />
C)Displays startup messages<br />
D)Verifies that all other startup scripts are operating correctly</p>
<p>5. Which of the following protocols can help with configuration of SCSI devices?<br />
A)SCAM<br />
B)SMB<br />
C)ASPI<br />
D)ATAPI</p>
<p>6. Which of the following is not a responsibility of lpd?<br />
A)Maintaining printer queues<br />
B)Accepting print jobs from remote machines<br />
C)Informing applications of printer&#8217;s capabilities<br />
D)Sending data to printers</p>
<p>7. Which of the following would show the contents of a tarball, including size and time stamps?<br />
A)tar xzf<br />
B)tar tzf<br />
C)tar tvzf<br />
D)tar x</p>
<p>8. Which of the following does an ethernet switch allow but a hub does not?<br />
A)100Mbps operation<br />
B)Linking more than five computers<br />
C)Full duplex operation<br />
D)Use with 10 Base 5 cabling</p>
<p>9. What types of devices may be attached via the USB port?(Choose all that apply)<br />
A)Keyboards<br />
B)Modems<br />
C)RAM<br />
D)Mouse</p>
<p>10. How would you direct the output of the uptime command to a file called uptimestats.txt?<br />
A)echo uptimestats.txt<br />
B)uptime &gt; uptimestats.txt<br />
C)uptime | uptimestats.txt<br />
D)uptime &lt; uptimestats.txt</p>
<p>11. What role does BIND fill?<br />
A)Allows programs to use dynamic library files<br />
B)Translates between names and IP addresses<br />
C)Ties together POP and SMTP servers<br />
D)Binds and IP address to a network interface</p>
<p>12. You think that a router between you and a server is preventing access, which command would you use to narrow down where the problem is?<br />
A)nslookup<br />
B)ping<br />
C)traceroute<br />
D)netstat</p>
<p>13. Which of the following when typed in Vi&#8217;s command mode, saves the file and quits the program?<br />
A):rq<br />
B):wq<br />
C):rp<br />
D):we</p>
<p>14.Where may the Linux root(/) partition reside?<br />
A)On a primary or logical partition<br />
B)On a logical partition only<br />
C)On a primary partition only<br />
D)On a partition that falls below the 1,024th cylinder</p>
<p>15. Where in a network may a network firewall reside?(Choose all that apply.)<br />
A)In the walls between important offices<br />
B)On an individual computer<br />
C)In a router between network segments<br />
D)In expensive network cables</p>
<p>16. Which of the following commands would provide information on programs that are consuming too much CPU time?<br />
A)cat /proc/cpuinfo<br />
B)df<br />
C)top<br />
D)uptime</p>
<p>17. Which of the following commands would allow you to view the last few lines of a file?<br />
A)lastlines<br />
B)bash<br />
C)cp<br />
D)tail</p>
<p>18. Which tool can you use to measure a hard disks speed on a Linux machine?<br />
A)fdisk<br />
B)e2fsck<br />
C)speedtest<br />
D)hdparm</p>
<p>19. Which of the following may be used to create a swap partition?(Choose all that apply)<br />
A)dd<br />
B)mknod<br />
C)Linux fdisk<br />
D)PartitionMagic</p>
<p>20. Which of the following commands will install an RPM package?<br />
A)rpm -Uvh<br />
B)rpm -i<br />
C)rpm -U<br />
D)rpm -e</p>
<p>21. Which of the following is true of public domain and open source software?<br />
A)They&#8217;re the same thing<br />
B)Both allow free distribution of software<br />
C)Represent opposing philosophies<br />
D)They can not legally appear on the same distribution medium</p>
<p>22. Under which of the following circumstances might you need to edit the /etc/fstab file?<br />
A)A hard disk has been added to the computer<br />
B)A zip disk has been added into the zip drive<br />
C)System performs a disk check and reports no errors<br />
D)/boot/grub/menu.lst boot options has been changed</p>
<p>23. What tool can diagnose and correct many common Linux filesystem problems?<br />
A)mkfs<br />
B)fsck<br />
C)chkdsk<br />
D)scandisk</p>
<p>24. Which programs can be used to load a module?(Choose all that apply)<br />
A)insmod<br />
B)rmmod<br />
C)modprobe<br />
D)depmod</p>
<p>25. Which of the following directories must reside on its own partition.<br />
A)/boot<br />
B)/<br />
C)/home<br />
D)None, it&#8217;s optional for all directories<br />
<br />Woah! Here goes.</p>
<p>1.ACPI is a power management protocol</p>
<p>2. Remove<br />
B) Telnet client as its insecure (sends in plaintext) and superseded by SSH (explain why though)<br />
and D) Apache server</p>
<p>3. B) iptables</p>
<p>4. B) Startup commands</p>
<p>5.  C) ASPI</p>
<p>6. Dunno</p>
<p>7. C) Its the only verbose (v) one that doesnt extract (x)</p>
<p>8. C) Full duplex</p>
<p>9. A, C , D (not RAM)</p>
<p>10. B) uptime &gt; uptimestats.txt</p>
<p>11. B)Translates between names and IP addresses</p>
<p>12. C)traceroute</p>
<p>13. No idea, I don&#8217;t use vi</p>
<p>14. No idea</p>
<p>15. B &amp; C</p>
<p>16. C) top</p>
<p>17. D) tail</p>
<p>18. D)hdparm</p>
<p>19. Not sure, try C &amp; D</p>
<p>20. B)rpm -i</p>
<p>21. B)Both allow free distribution of software</p>
<p>22. A)A hard disk has been added to the computer</p>
<p>23. B)fsck</p>
<p>24. Dunno, maby A</p>
<p>25. Question is ambiguous. There needs to be a / partition, so say B)</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/linux-people-needed-i-have-a-few-questions-i-am-stumped-on-and-need-your-help/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I have some Linux questions I need help with. Its an exam review, I am a beginner and want to learn more.?</title>
		<link>http://cylexsys.com/content-management-software-system/i-have-some-linux-questions-i-need-help-with-its-an-exam-review-i-am-a-beginner-and-want-to-learn-more</link>
		<comments>http://cylexsys.com/content-management-software-system/i-have-some-linux-questions-i-need-help-with-its-an-exam-review-i-am-a-beginner-and-want-to-learn-more#comments</comments>
		<pubDate>Sun, 27 Sep 2009 00:34:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[content management software system]]></category>

		<guid isPermaLink="false">http://cylexsys.com/content-management-software-system/i-have-some-linux-questions-i-need-help-with-its-an-exam-review-i-am-a-beginner-and-want-to-learn-more</guid>
		<description><![CDATA[1.Which of the following are power management protocols?
A)ACPI
B)PPP
C)SMTP
D)APM
2. Which of the following would you want to remove from a system that would serve solely as a firewall?(Choose all that apply.)
A)init
B)Telnet client
C)Linux Kernel
D)Apache server
3. Which tool would you use to setup a firewall on a Linux system?
A)Apache
B)iptables
C)wall
D)TCP wrappers
4. What is the intended purpose of the rc.local [...]]]></description>
			<content:encoded><![CDATA[<p>1.Which of the following are power management protocols?<br />
A)ACPI<br />
B)PPP<br />
C)SMTP<br />
D)APM</p>
<p>2. Which of the following would you want to remove from a system that would serve solely as a firewall?(Choose all that apply.)<br />
A)init<br />
B)Telnet client<br />
C)Linux Kernel<br />
D)Apache server</p>
<p>3. Which tool would you use to setup a firewall on a Linux system?<br />
A)Apache<br />
B)iptables<br />
C)wall<br />
D)TCP wrappers</p>
<p>4. What is the intended purpose of the rc.local or boot.local startup script?<br />
A)Sets system time zone and language defaults<br />
B)Holds startup commands for its specific computer<br />
C)Displays startup messages<br />
D)Verifies that all other startup scripts are operating correctly</p>
<p>5. Which of the following protocols can help with configuration of SCSI devices?<br />
A)SCAM<br />
B)SMB<br />
C)ASPI<br />
D)ATAPI</p>
<p>6. Which of the following is not a responsibility of lpd?<br />
A)Maintaining printer queues<br />
B)Accepting print jobs from remote machines<br />
C)Informing applications of printer&#8217;s capabilities<br />
D)Sending data to printers</p>
<p>7. Which of the following would show the contents of a tarball, including size and time stamps?<br />
A)tar xzf<br />
B)tar tzf<br />
C)tar tvzf<br />
D)tar x</p>
<p>8. Which of the following does an ethernet switch allow but a hub does not?<br />
A)100Mbps operation<br />
B)Linking more than five computers<br />
C)Full duplex operation<br />
D)Use with 10 Base 5 cabling</p>
<p>9. What types of devices may be attached via the USB port?(Choose all that apply)<br />
A)Keyboards<br />
B)Modems<br />
C)RAM<br />
D)Mouse</p>
<p>10. How would you direct the output of the uptime command to a file called uptimestats.txt?<br />
A)echo uptimestats.txt<br />
B)uptime &gt; uptimestats.txt<br />
C)uptime | uptimestats.txt<br />
D)uptime &lt; uptimestats.txt</p>
<p>11. What role does BIND fill?<br />
A)Allows programs to use dynamic library files<br />
B)Translates between names and IP addresses<br />
C)Ties together POP and SMTP servers<br />
D)Binds and IP address to a network interface</p>
<p>12. You think that a router between you and a server is preventing access, which command would you use to narrow down where the problem is?<br />
A)nslookup<br />
B)ping<br />
C)traceroute<br />
D)netstat</p>
<p>13. Which of the following when typed in Vi&#8217;s command mode, saves the file and quits the program?<br />
A):rq<br />
B):wq<br />
C):rp<br />
D):we</p>
<p>14.Where may the Linux root(/) partition reside?<br />
A)On a primary or logical partition<br />
B)On a logical partition only<br />
C)On a primary partition only<br />
D)On a partition that falls below the 1,024th cylinder</p>
<p>15. Where in a network may a network firewall reside?(Choose all that apply.)<br />
A)In the walls between important offices<br />
B)On an individual computer<br />
C)In a router between network segments<br />
D)In expensive network cables</p>
<p>16. Which of the following commands would provide information on programs that are consuming too much CPU time?<br />
A)cat /proc/cpuinfo<br />
B)df<br />
C)top<br />
D)uptime</p>
<p>17. Which of the following commands would allow you to view the last few lines of a file?<br />
A)lastlines<br />
B)bash<br />
C)cp<br />
D)tail</p>
<p>18. Which tool can you use to measure a hard disks speed on a Linux machine?<br />
A)fdisk<br />
B)e2fsck<br />
C)speedtest<br />
D)hdparm</p>
<p>19. Which of the following may be used to create a swap partition?(Choose all that apply)<br />
A)dd<br />
B)mknod<br />
C)Linux fdisk<br />
D)PartitionMagic</p>
<p>20. Which of the following commands will install an RPM package?<br />
A)rpm -Uvh<br />
B)rpm -i<br />
C)rpm -U<br />
D)rpm -e</p>
<p>21. Which of the following is true of public domain and open source software?<br />
A)They&#8217;re the same thing<br />
B)Both allow free distribution of software<br />
C)Represent opposing philosophies<br />
D)They can not legally appear on the same distribution medium</p>
<p>22. Under which of the following circumstances might you need to edit the /etc/fstab file?<br />
A)A hard disk has been added to the computer<br />
B)A zip disk has been added into the zip drive<br />
C)System performs a disk check and reports no errors<br />
D)/boot/grub/menu.lst boot options has been changed</p>
<p>23. What tool can diagnose and correct many common Linux filesystem problems?<br />
A)mkfs<br />
B)fsck<br />
C)chkdsk<br />
D)scandisk</p>
<p>24. Which programs can be used to load a module?(Choose all that apply)<br />
A)insmod<br />
B)rmmod<br />
C)modprobe<br />
D)depmod</p>
<p>25. Which of the following directories must reside on its own partition.<br />
A)/boot<br />
B)/<br />
C)/home<br />
D)None, it&#8217;s optional for all directories<br />
This is to Kiko_Pad .If you have nothing better to do than to tell me to do it my self, then I feel sorry for people like that that would rather spend their time telling people what to do rather then help someone with something they didn&#8217;t know before. I know something you can do if all you want to do is tell someone to do their own work, go get yourself a girlfriend you lonely mofo, I mean kiko pad, oh yea just remembered your such a dork you spend your time telling others to do their work on yahoo, so I don&#8217;t think their is any girl in their right mind that would give you a chance. Get a Life you worthless idiot.<br />
To Tracey L.   I have read up on it there is a total of 200 questions on the exam review and these were the ones I was stumped on.<br />
<br />answer it by yourself&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cylexsys.com/content-management-software-system/i-have-some-linux-questions-i-need-help-with-its-an-exam-review-i-am-a-beginner-and-want-to-learn-more/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

