<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux Administrator"s Guide</title>
	<atom:link href="http://econceptuals.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://econceptuals.wordpress.com</link>
	<description>Everything you need to know about LINUX</description>
	<lastBuildDate>Sat, 14 Mar 2009 05:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='econceptuals.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux Administrator"s Guide</title>
		<link>http://econceptuals.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://econceptuals.wordpress.com/osd.xml" title="Linux Administrator&#34;s Guide" />
	<atom:link rel='hub' href='http://econceptuals.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Determining a Server’s Functions</title>
		<link>http://econceptuals.wordpress.com/2009/03/14/determining-a-server%e2%80%99s-functions/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/14/determining-a-server%e2%80%99s-functions/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 05:22:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Linux installation]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/14/determining-a-server%e2%80%99s-functions/</guid>
		<description><![CDATA[Before installing the Linux server, it can be useful to plan and determine exactly as to what purpose the server will serve. Even if you do not know all the functions available, it can give you an idea as to what is or isn’t required of the server you plan to install. A strategic planning [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=36&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Before installing the Linux server, it can be useful to plan and determine exactly as to what purpose the server will serve. Even if you do not know all the functions available, it can give you an idea as to what is or isn’t required of the server you plan to install. A strategic planning ensure that the system has all the software it needs, and that it isn’t slowed down or made exploitable by having unnecessary software installed.</p>
<p><i><b><span style="font-size:large;">Step by Step</span></b></i><br />
1. Consider each of the following questions, by making a list of services that are definitely needed or definitely not needed:</p>
<p>● Will this system’s disk resources will be accessible for mounting by other systems using <a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html">NFS</a>? Will it provide print services?</p>
<p>● Which Internet-related services will this server provide? For example, will it be used as a web server? Will it provide mail, <a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html">IRC</a>, newsgroup, or other such services?</p>
<p>● Will the system be a database server?</p>
<p>● Will the system perform authentication tasks such as running as an <a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html">LDAP</a> or <a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html">NIS server</a>?</p>
<p>● Will the system perform any network functions by performing <a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html">routing</a>, firewalling,<a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html"> SNMP</a> or traffic monitoring, or the like?</p>
<p>● Will program development take place on this system? Which languages will be used? What compilers, debuggers, libraries, and utilities are necessary?</p>
<p>● How will remote users access the system? Do they need FTP or telnet access? Will<a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html"> SSH</a> or rlogin or rsh be used?</p>
<p>● Will the system be accessible from the console, and if so, is the <a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html">X Window System</a> necessary? How much work will be done in the GUI, and which windowing environments are required?</p>
<p>2. Looking at the list of requirements, make a note of any components that are implied by the must-have items. For example, a web and database server may require tools to interface from the web pages to the database, so Perl or <a href="http://linuxadministrationguide.blogspot.com/2009/02/glossary-important-terms-for-linux.html">PHP</a> might be useful.</p>
<p>3. What documentation needs to be installed on this system? If it will be a developer or end-user resource, there may be more documentation requirements than if it will be just one of many systems in a large server farm.</p>
<p>4. If this is a test server, what type of functions would you like to try? Make a note of each, and when it comes time to install the software, you may be able to find packages you didn’t know existed.<br />
<i><b><br />
</b></i></p>
<p><i><b>RELATED POSTS:-</b></i></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-linux-in-server.html">installing Linux in a Server Configuration</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/performing-preinstallation-evaluation.html">Performing Preinstallation Evaluation</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/server-design.html">Server Design</a>&nbsp;</li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/methods-of-installation.html">Methods of Installation</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=36&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/14/determining-a-server%e2%80%99s-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Methods of Installation</title>
		<link>http://econceptuals.wordpress.com/2009/03/13/methods-of-installation/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/13/methods-of-installation/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 12:50:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Linux installation]]></category>
		<category><![CDATA[Server Configuration]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/13/methods-of-installation/</guid>
		<description><![CDATA[As the connectivity and speed of both local area networks and Internet connections have increased a lot, so it is becoming an increasingly popular option to perform installations over the network rather than using a local CD-ROM. In general, you’ll find that network installations becomes rather important once you’ve decided to install Linux over many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=35&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As the connectivity and speed of both <i>local area networks and Internet connections</i> have increased a lot, so it is becoming an increasingly popular option to perform<a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-linux-in-server.html"> installations</a> over the network rather than using a local CD-ROM.</p>
<p>In general, you’ll find that network installations becomes rather important once you’ve decided to<a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-linux-in-server.html"> install Linux</a> over many machines and therefore requires a fast installation procedure in which many systems can be installed&nbsp; at the same time.</p>
<p>usually, server installations aren’t well suited to automation, because each server usually has a unique task to perform; thus, each server will have a slightly different configuration. For example, a server dedicated to handling logging information sent to it over the network is going to have especially large partitions set up for the appropriate logging directories, compared with a file server that performs no logging of its own.</p>
<p>Because of this, you might&nbsp; focus exclusively on the technique for installing a system from a CD-ROM. Of course, once you have gone through the process from a CD-ROM, you will find performing the network-based installations to be very straightforward.</p>
<p><span style="font-size:large;"><i><b>If It Just Won’t Work Right . . .</b></i></span><br />
Suppose you’ve gone through the installation procedure . . . twice. We said it should work. The installation manual said it should work. The Linux guru you spoke with last week in online forums said it should work.</p>
<p><i>But it’s just not working.</i></p>
<p>&nbsp;No operating system installs smoothly 100 percent of the time. (Yes, not even the Mac OS!) Hardware doesn’t always work as advertised, combinations of hardware conflict with each other, the CD-ROM might have CRC errors on i. </p>
<p>With Linux, you have several paths you can follow for help. If you have purchased your copy from a commercial vendor such as <i><b>SuSE or <a href="http://draft.blogger.com/goog_1236947250354">Red Hat</a></b></i><a href="http://linuxadministrationguide.blogspot.com/2009/02/linux-is-red-hat-right.html">,</a> you can always call tech support and reach a knowledgeable person who is dedicated to working through the problem with you. If you didn’t purchase a box set, you can purchase support from Red Hat and other distributors of Linux. Last, but certainly not least, is the option of going online for help. An incredible number of web sites like this are available to help you get started. They contain not only useful<a href="http://linuxadministrationguide.blogspot.com/"> tips and tricks</a> but also documentation and discussion forums where you can post your questions. Obviously, you’ll want to start with the site dedicated to your distribution: www.redhat.com for Red Hat Linux. Other distributions have their own sites.</p>
<p>Here are some recommended sites for installation help:<br />
● <i><b>comp.os.linux.admin</b></i><br />
This is a newsgroup, not a web site. You can read it with a news client, or through the web at <b>http://groups.google.com.</b></p>
<p>● <i><b>comp.os.linux.redhat </b></i><br />
this is another newsgroup, but Red Hat Linux–specific.</p>
<p>● <i><b>linux.redhat</b></i><br />
This is another Red Hat Linux newsgroup.</p>
<p>● <i><b>http://www.linuxdoc.org/</b></i><br />
This site is a collection of wonderful information about all sorts of Linux-related topics, including installation guides. Just a warning, though: Not all documents are up to date. Be sure to check the date of any document’s last update before following the directions. There is a mix of cookbook-style help guides as well as guides that give more complete explanations of what is going on.</p>
<p>● <i><b>http://linuxnewbie.org/</b></i><br />
This site features “Newbie-ized Help Files” that help with a variety of hardware and software issues.</p>
<p>And last but not the least share your problem with us we would surely try to find one or other way to your problem. There are many online forum for your support, infact you will always have such a large support for free with LINUX only. </p>
<p>
<i><b>Related posts:-</b></i></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-linux-in-server.html">Installing Linux in a Server Configuration</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/performing-preinstallation-evaluation.html">Performing Preinstallation Evaluation</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/server-design.html">Server Design</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=35&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/13/methods-of-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Dual-Booting Issues</title>
		<link>http://econceptuals.wordpress.com/2009/03/13/dual-booting-issues/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/13/dual-booting-issues/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 03:40:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Linux installation]]></category>
		<category><![CDATA[system administrator]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/13/dual-booting-issues/</guid>
		<description><![CDATA[If you are new to Linux, you may not be ready to commit to a complete system with Linux when you just want a test drive. All distributions of Linux can be installed on only certain partitions of your hard disk while leaving others alone. Typically, this means allowing Microsoft Windows to coexist with Linux. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=34&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are new to Linux, you may not be ready to commit to a complete system with Linux when you just<br />
want a test drive. All distributions of Linux can be installed on only certain partitions of your hard disk while leaving others alone. Typically, this means allowing Microsoft Windows to coexist with Linux. So you&nbsp; can install Linux and Microsoft windows on same machine without any problem between the two.</p>
<p>Because we are focusing on server installations, this post will not cover the details of building a dual-booting system; however, anyone with a little experience in creating partitions on a disk should be able to figure this out. But anyways i will be including this in my later posts. If you are having difficulty, you may want to refer<br />
to the installation guide that comes with your distribution.</p>
<p><i><b>Some quick hints:</b></i></p>
<ul>
<li> If a Windows 95 or Windows 98 partition currently consumes an entirehard disk as drive C:, you can use the fips tool to repartition the disk. Simply defragment andthen run fips.exe.&nbsp; 
</li>
</ul>
<ul>
<li>If you are using Windows NT/2000 with NTFS and have already allocated all the disk with data on each partition, you may have to move data around a bit by hand to free up a partition.&nbsp; 
</li>
</ul>
<ul>
<li>Don’t bother trying to shrink an NTFS partition, though; because of its complexity, it doesn’t like being resized, and doing so will lead to corruption.
</li>
</ul>
<p><i><b>NOTE:-</b></i></p>
<ul>
<li>From the perspective of flexibility, NTFS doesn’t sound like a good thing, but in reality it is. If you have to run a Windows server, use NTFS.</li>
</ul>
<ul>
<li>You may find using a commercial tool such as Partition Magic to be especially helpful, because it offers support for NTFS, FAT32, and regular FAT, as well as a large number of other file system types. Its user interface is also significantly nicer than fips.</li>
</ul>
<p></p>
<ul>
<li>If you’re going to be installing a dual-boot system, install Linux last. If you install Windows last, it will clobber the boot information for your Linux system. If you install Linux last, it will recognize that you have Windows installed and let you choose which one you want to boot by default.&nbsp;</li>
</ul>
<p>
<i><b>Related Posts:- </b></i></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-linux-in-server.html">Installing Linux in a Server Configuration</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/performing-preinstallation-evaluation.html">Performing Preinstallation Evaluation</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/server-design.html">Server Design</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=34&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/13/dual-booting-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Uptime</title>
		<link>http://econceptuals.wordpress.com/2009/03/12/uptime/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/12/uptime/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:43:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Linux installation]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/12/uptime/</guid>
		<description><![CDATA[All of these points about taking care of your servers and making sure silly things don’t cause them to crash&#160; from a long-time UNIX philosophy: Uptime is good. More uptime is better. The UNIX (Linux) uptime command tells the user how long the system has been running since its last boot, how many users are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=33&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>All of these points about taking care of your servers and making sure silly things don’t cause them to crash&nbsp; from a long-time UNIX philosophy: Uptime is good. More uptime is better.</p>
<p>The UNIX (Linux) uptime command tells the user how long <i><b>the system has been running since its last boot, how many users are currently logged in</b></i>, and <i><b>how much load the system is</b></i><i><b> experiencing</b></i>. The last two are useful measures that are necessary for day-to-day system health and long-term planning. (For example, the server load has been staying high lately, so may be it’s time to buy a faster/bigger/better server.)</p>
<p>But the all-important number is how long the server has been running since its last reboot. Long uptimes are a sign of proper care, maintenance, and, from a practical standpoint, system stability. You’ll often find UNIX administrators boasting about their server’s uptimes the way you hear car buffs boast about horsepower. This is also why you’ll hear UNIX administrators cursing at system changes (regardless of operating system) that require a reboot to take effect, even though applying the latest kernel security patch may justify that reboot. You may deny caring about it now, but in six months you’ll probably scream at anyone who reboots the system unnecessarily. Don’t bother trying to explain this phenomenon to a nonadmin, because they’ll just look at you oddly. You’ll just know in your heart that your uptime is better than theirs.</p>
<p><i><b>Related posts:- </b></i></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/performing-preinstallation-evaluation.html">Performing Preinstallation Evaluation</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/server-design.html">Server Design</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=33&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/12/uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Server Design</title>
		<link>http://econceptuals.wordpress.com/2009/03/12/server-design/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/12/server-design/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:34:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Linux installation]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/12/server-design/</guid>
		<description><![CDATA[When a system becomes a server, its stability, availability, and performance become a significant issue. These three factors are usually improved through the purchase of more hardware, which is unfortunate. It’s a shame to pay thousands of dollars extra to get a system capable of achieving in all three areas when you could have extracted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=32&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When a system becomes a server, its <b><i>stability, availability, and performance</i></b> become a significant issue. These three factors are usually improved through the purchase of more hardware, which is unfortunate. It’s a shame to pay thousands of dollars extra to get a system capable of achieving in all three areas when you could have extracted the desired level of performance out of existing hardware with a little tuning. With Linux, this is not hard. Even better, the gains are outstanding!</p>
<p>The most significant design decision you must make when managing a server configuration is <i>not technical but administrative.</i> You must design a server to be unfriendly to casual users. This means no cute multimedia tools, no sound card support, and no fancy web browsers (when at all possible). In fact, it should be a rule that casual use of a server is strictly prohibited— not only to site users but site administrators as well.</p>
<p>Another important aspect of designing a server is making sure that it has a good environment. As a system administrator, you must ensure the physical safety of your servers by keeping them in a separate room under lock and key (or the equivalent). The only access to the servers for nonadministrative personnel should be through the network. The server room itself should be well ventilated and kept cool. The wrong environment is an accident waiting to happen. Systems that overheat and nosy users who think they know how to fix problems can be as great a danger to server stability as bad software (arguably even more so).</p>
<p>Once the system is in a safe place, installing battery backup is also crucial. Backup power serves two key purposes: to keep the system running during a power failure so that it may gracefully shut down, thereby avoiding file damage or loss; and to ensure that voltage spikes, drops, and other noises don’t interfere with the health of your system.</p>
<p>Here are some specific<i><b> things you can do to improve your server situation:</b></i><br />
● Take advantage of the fact that the graphical user interface is uncoupled from the core operating system, and avoid starting the XWindow System (Linux’s GUI) unless someone needs to sit at the console and run an application. After all, like any other application, X requires memory and CPU time to work, both of which are better off going to the server processes instead.</p>
<p>● Determine what functions the server is to perform, and disable all other functions. Not only are unused functions a waste of memory and CPU, they complicate the process of securing the server.</p>
<p>● Unlike some other operating systems, Linux allows you to pick and choose the features you want in the kernel. The default kernel will already be reasonably well tuned, so you won’t have to worry about it; but if you do need to change a feature or upgrade the kernel, be picky about what you add and what you don’t. Make sure you really need a feature before adding it.</p>
<p>
<b>NOTE</b>:-<br />
You may hear an old recommendation that you recompile your kernel to make the most effective use of your system resources. This is no longer true—the only reason to recompile your kernel is to upgrade or add support for a new device. Remember: Once a server is in use, don’t change what’s stable and performs reasonably well without a good reason.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=32&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/12/server-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Tools to Monitor Security</title>
		<link>http://econceptuals.wordpress.com/2009/03/11/using-tools-to-monitor-security/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/11/using-tools-to-monitor-security/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 04:50:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Duties system administrator]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/11/using-tools-to-monitor-security/</guid>
		<description><![CDATA[Crackers — are people who, for purposes or to amuse themselves, like to break into other people’s computers — to steal information-are a clever bunch. If there is any vulnerability in a system, they will find it. Fortunately, the Linux development community is quick to find potential exploits and to find ways of slamming shut [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=31&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><i>Crackers</i> — are people who, for purposes or to amuse themselves, like to break into other people’s computers — to steal information-are a clever bunch. If there is any vulnerability in a system, they will find it. Fortunately, the Linux development community is quick to find potential exploits and to find ways of slamming shut the door before crackers can enter. Fortunately, too, Red Hat is diligent in making available new, patched versions of packages in which potential exploits have been found. <i><b>So your first and best security tool is making sure that whenever a security advisory is issued, you download and install the repaired package.</b></i> This line of defense can be annoying, but it is nothing compared to rebuilding a compromised system.</p>
<p>And as good as the bug trackers are, sometimes their job is reactive. Preventing the use of your machine for bad purposes and guarding against intrusion are, in the end, your responsibility alone. Again, Red Hat Linux equips you with tools to detect and deal with unauthorized access of many kinds. In later posts, you’ll learn how to install and configure these tools and how to make sense of the warnings they provide. If your machine is connected to the Internet, you will be amazed at the number of attempts that are made to break into your machine.</p>
<p>
<i><b>Related Posts:- </b></i></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-servers.html">Installing and Configuring Servers</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-application.html">Installing and Configuring Application Software</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/creating-and-maintaining-user-accounts.html">Creating and Maintaining User Accounts</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/backing-up-and-restoring-files.html">Backing Up and Restoring Files</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/monitoring-and-tuning-performance.html">Monitoring and Tuning Performance</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/configuring-secure-system.html">Configuring a Secure System</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=31&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/11/using-tools-to-monitor-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring a Secure System</title>
		<link>http://econceptuals.wordpress.com/2009/03/11/configuring-a-secure-system/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/11/configuring-a-secure-system/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 04:35:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Duties system administrator]]></category>
		<category><![CDATA[system administrator]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/11/configuring-a-secure-system/</guid>
		<description><![CDATA[Linux Administrator&#8221;s most important duty is the , security of the computer and data integrity. What does this mean?&#160; The system administrator’s most important task, first and foremost, is to make certain that no data on the machine or network are likely to become corrupted, whether by hardware or power failure, by misconfiguration, or by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=30&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://linuxadministrationguide.blogspot.com/2009/03/linux-system-administrator.html">Linux Administrator&#8221;s</a> most important duty is the , <i><b>security of the computer and data integrity</b></i>.</p>
<p>What does this mean?&nbsp; The system administrator’s most important task, first and foremost, is to make certain that no data on the machine or network are likely to become corrupted, whether by hardware or power failure, by misconfiguration, or by malicious or inadvertent<i> intrusion</i> from elsewhere.</p>
<p>Everyone involved in computing are aware of the increasing serious attacks upon machines connected to the Internet. The majority of these have not targeted Linux systems, but that doesn’t mean that Linux systems<br />
have been entirely immune, either to direct attack or to the effects of attacks on machines running other operating systems.</p>
<p>In one such <a href="http://draft.blogger.com/goog_1236744032142"><b><i>Distributed Denial of Service</i></b></a><i><b><a href="http://en.wikipedia.org/wiki/Denial-of-service_attack"> (DDoS</a>)</b></i> attack aimed at several major online companies, many of the “<i>zombie</i>” machines(<i>Machines unknowingly used to spread malware without its owners consent</i> ) — so that the vandals could employ thousands of machines instead of just a few — were running Linux that had not been patched to guard against a well-known security flaw. In the various “Code Red” attacks of the summer of 2001, Linux machines themselves were invulnerable, but the huge amount of traffic generated by this “worm” infection nevertheless prevented many Linux machines from getting much Web-based work done for several weeks, so fierce was the storm raging across the Internet. While these infection did not corrupt Linux machines as it did those running a different operating system.</p>
<p><i>&nbsp;Security can be as simple as turning off <a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-servers.html">unneeded services</a>, monitoring the Red Hat Linux security mailing list to make sure that all security advisories are followed, and otherwise engaging in good computing practices to make sure the <a href="http://linuxadministrationguide.blogspot.com/2009/03/monitoring-and-tuning-performance.html">system runs robustly</a>. Or it can be an almost full-time job involving levels of security permissions within the system and systems to which it is connected, elaborate firewalling to protect not just Linux machines but machines that, through their use of non-Linux software, are far more vulnerable, and physical security — making sure no one steals the machine itself! For any machine that is connected to any other machine, security means hardening against attack and making certain that no one is using your machine as a platform for launching attacks against others. If you are running Web, ftp, or mail servers, it means giving access to those who are entitled to it while locking out everyone else. It means making sure that passwords are not easily guessed and not made available to unauthorized persons.</i></p>
<p>&nbsp;So<i><b> your job as a system administrator is to strike just the right balance between maximum utility and maximum safety, all the while bearing in mind that confidence in a secure machine.</b></i> </p>
<p>There are&nbsp; many tools that Red Hat Linux provides to help you guard against intrusion, even to help you prevent intrusion into non-Linux machines that may reside on your network. Linux is designed from the beginning with security in mind, and in all of your tasks you should maintain that same security awareness</p>
<p>
<i><b>Related posts:- </b></i></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-servers.html">Installing and Configuring Servers</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-application.html">Installing and Configuring Application Software</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/creating-and-maintaining-user-accounts.html">Creating and Maintaining User Accounts</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/backing-up-and-restoring-files.html">Backing Up and Restoring Files</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/monitoring-and-tuning-performance.html">Monitoring and Tuning Performance</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=30&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/11/configuring-a-secure-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Monitoring and Tuning Performance</title>
		<link>http://econceptuals.wordpress.com/2009/03/07/monitoring-and-tuning-performance/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/07/monitoring-and-tuning-performance/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 03:49:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[system administrator]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/07/monitoring-and-tuning-performance/</guid>
		<description><![CDATA[On a modern stand-alone system, Linux is pretty quick, and if it isn’t, there’s something wrong — something that is up to the system administrator to fix. You might have a number of people using the same fileserver, mail server, or other shared machine, in which small improvements in system performance can mean a lot. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=29&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On a modern stand-alone system, Linux is pretty quick, and if it isn’t, there’s something wrong — something that is up to the system administrator to fix. You might have a number of people using the same fileserver,<br />
mail server, or other shared machine, in which small improvements in system performance can mean a lot.</p>
<p>System tuning is an ongoing process carried by a variety of&nbsp; monitoringtools. Some performance decisions are made at installation time, while others are added or configured later.</p>
<p>Proper monitoring can detect a misbehaving application that might be consuming more system resources than it should or failing to exit completely on close. Through the use of system performance tools you can determine when hardware —<i> such as memory, added storage, or even something as elaborate as a hardware RAID</i> — should be upgraded for more cost-effective use of a machine in the enterprise. Possibly most important, careful system monitoring give you an early idea when a system component is showing early signs offailure, so that any potential downtime can be minimized.</p>
<p>Careful system monitoring and built-in configurability of Linux allows you to squeeze the best possible performance from your existing equipment, from customizing video drivers to applying special kernel patches to simply turning off unneeded services to free memory and processor cycles.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=29&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/07/monitoring-and-tuning-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Backing Up and Restoring Files</title>
		<link>http://econceptuals.wordpress.com/2009/03/06/backing-up-and-restoring-files/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/06/backing-up-and-restoring-files/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 04:14:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Duties system administrator]]></category>
		<category><![CDATA[system administrator]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/06/backing-up-and-restoring-files/</guid>
		<description><![CDATA[Until equipments becomes absolutely failure proof, and until people lose their desire to harm the property of others for personal benefits (and, truth be known, until system administrators become perfect), there is always a need to back up important files and data so that in the event of a failure of hardware, security, or administration, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=28&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Until equipments becomes <i>absolutely failure proof</i>, and until people lose their desire to harm the property of others for personal benefits (and, truth be known, until <i>system administrators</i><i> become perfect</i>), there is always a need to <i>back up important files and data</i> so that in the event of a<i> failure of hardware, security, or administration</i>, the system can be up and running again with minimal disruption. Only the <a href="http://linuxadministrationguide.blogspot.com/2009/03/linux-system-administrator.html">system</a> <a href="http://linuxadministrationguide.blogspot.com/2009/03/linux-system-administrator.html">administrator </a>may do this.</p>
<p><b><i>(Because of its built-in security features, Linux may not allow users to be able even to back up their own files to floppy disks.)</i></b></p>
<p>Again, knowing that file backup is your job is not enough. You need to formulate a proper strategy for making sure your system is not vulnerable to disruption.&nbsp;If you have a <i>high-capacity tape drive and several&nbsp;restore diskettes</i>, you might make a full system backup in every few days. If you are managing a system with scores of users, It is more sensible to back up user accounts and system configuration files, from the distribution CDs. (<i>Don’t forget the applications you’ve installed separately from your <a href="http://linuxadministrationguide.blogspot.com/2009/02/linux-and-linux-distributions.html">Red Hat Linux distribution</a>, especially including anything heavily customized!</i>)</p>
<p>Once you’ve decided <i><b>what to back up</b></i>, you need to decide <i><b>how frequently to perform backups</b></i> and whether you wish to maintain a series of <i>incremental backups</i> — adding only the files that have changed since the last backup — or <i>multiple full backups</i>, and when these backups are to be performed — do you trust an automated, unattended process?</p>
<p>A strategy should be the maintenance of perfect backups without ever needing to resort to them. This means encouraging users to keep multiple copies of their own important files, all in their <i>home directories</i>, so that you are not being asked to mount a backup so as to restore a file that a user has corrupted.(And if the system is stand-alone, you as your own system administrator might want to make a practice of backing up configuration and other important files.)</p>
<p>The chances are that even if you’re working for a company, you’ll make these decisions — all your boss wants is a system that works perfectly, all the time. Backing up is only half the story, too. <b><i>You need to formulate a plan for bringing the system back up in the event of a failure.&nbsp;</i></b></p>
<p><b><i>&nbsp;RELATED POSTS:-</i></b></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-servers.html">Installing and Configuring Servers</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-application.html">Installing and Configuring Application Software</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/creating-and-maintaining-user-accounts.html">Creating and Maintaining User Accounts</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=28&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/06/backing-up-and-restoring-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating and Maintaining User Accounts</title>
		<link>http://econceptuals.wordpress.com/2009/03/06/creating-and-maintaining-user-accounts/</link>
		<comments>http://econceptuals.wordpress.com/2009/03/06/creating-and-maintaining-user-accounts/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 03:44:00 +0000</pubDate>
		<dc:creator>Ankit kumar</dc:creator>
				<category><![CDATA[Duties system administrator]]></category>
		<category><![CDATA[system administrator]]></category>

		<guid isPermaLink="false">http://econceptuals.wordpress.com/2009/03/06/creating-and-maintaining-user-accounts/</guid>
		<description><![CDATA[Anyone cannot log on to a Linux machine. An account must be created for each user and — you guessed it — no one but the system administrator may do this. That’s simple enough. But there are&#160; decisions that either you or your company must make. You might want&#160; users to select their own passwords, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=27&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><i>Anyone cannot log on to a Linux machine</i>. An account must be created for each user and — you guessed it — no one but the system administrator may do this. That’s simple enough.<br />
But there are&nbsp; decisions that either you or your company must make. You might want&nbsp; users to select their own <i>passwords</i>, which would be easier for them to remember, but which probably would be easier for an external factor to crack. You might assign passwords, which is more secure in theory but which increases the chances that users will write them down on a conveniently located scrap of paper — a risk if many people have access to the area where the machine(s) is located. You might want that users must change their passwords periodically, and you can configure <a href="http://linuxadministrationguide.blogspot.com/2009/02/linux-is-red-hat-right.html">Red Hat Linux</a> to prompt users to do so.<br />
&nbsp;<i>&nbsp;</i><br />
<i>And what to do about old accounts</i>? Perhaps someone has left the company. What happens to his or her account? You probably don’t want him or her to continue to have access to the company network. On the other hand, you don’t want to simply delete the account, because it might contain some essential data which is reside nowhere else.</p>
<p><i>&nbsp;There are aspects of your business that make World Wide Web access desirable, but you don’t want user&#8221;s spending their working hours surfing the Web.</i></p>
<p>The following issues and others are parts of the <a href="http://linuxadministrationguide.blogspot.com/2009/03/linux-system-administrator.html">system administrator’s duties</a> in managing user accounts. The administrator or his employer must establish the policies governing them— if in an enterprise, preferably in writing — for the protection of all concerned.</p>
<p>
<i><b>RELATED POSTS:- </b></i></p>
<ul class="posts">
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-servers.html">Installing and Configuring Servers</a></li>
<li><a href="http://linuxadministrationguide.blogspot.com/2009/03/installing-and-configuring-application.html">Installing and Configuring Application Software</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/econceptuals.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/econceptuals.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/econceptuals.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/econceptuals.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/econceptuals.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/econceptuals.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/econceptuals.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/econceptuals.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/econceptuals.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/econceptuals.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/econceptuals.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/econceptuals.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/econceptuals.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/econceptuals.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=econceptuals.wordpress.com&amp;blog=6602821&amp;post=27&amp;subd=econceptuals&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://econceptuals.wordpress.com/2009/03/06/creating-and-maintaining-user-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/701b7bc66da437c27c893971a88f7c0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ankit</media:title>
		</media:content>
	</item>
	</channel>
</rss>
