<?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>Hacking-Gurus &#187; su</title>
	<atom:link href="http://www.hacking-gurus.net/tag/su/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hacking-gurus.net</link>
	<description>Security Blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 21:06:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Basic Linux Server Security</title>
		<link>http://www.hacking-gurus.net/2009/03/07/basic-linux-server-security/</link>
		<comments>http://www.hacking-gurus.net/2009/03/07/basic-linux-server-security/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 20:27:58 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[ipchain]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password meter]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[su]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://hacking-gurus.net/?p=3</guid>
		<description><![CDATA[Linux Security is a big topic and is difficult to be covered in one post. i will keep posting on this top time to time. Below is some basic information; how we can secure a linux box. Password Security Directories Permissions/Ownership Security Unnecessary Services Network Security 1. Password Security Make you password strong and lengthy. [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/03/07/basic-linux-server-security/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Basic+Linux+Server+Security";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Linux Security is a big topic and is difficult to be covered in one post. i will keep posting on this top time to time.Below is some basic information; how we can secure a linux box.Password SecurityDirectories Permissions/Ownership SecurityUnnecessary ServicesNetwork Security1. Password SecurityMake you password strong and lengthy. Combine letters,...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Linux Security is a big topic and is difficult to be covered in one post. i will keep posting on this top time to time.</p>
<p><span id="more-3"></span></p>
<p>Below is some basic information; how we can secure a linux box.</p>
<ol>
<li><strong>Password Security</strong></li>
<li><strong>Directories Permissions/Ownership Security</strong></li>
<li><strong>Unnecessary Services<br />
</strong></li>
<li><strong>Network Security</strong></li>
</ol>
<p>1. <strong>Password Security</strong></p>
<p>Make you password strong and lengthy. Combine letters, numbers, and symbols. Use <strong><a href="http://www.passwordmeter.com/" target="_blank">password meter</a></strong> to test your passwords. Do not use root login for your normal work. only use limited users and for installation and other tasks where root login is required you can use <strong><em>su</em></strong> or <strong><em>sudo</em></strong> to become root and perform special task as soon as you are finished with your task press ctrl+D to return to normal user envirement.</p>
<p>2. <strong>Directories Permissions/Ownership Security</strong></p>
<p><em>Linux</em> have very good directory permision system as compared to <em>Windows</em>. All you need is to only change directory permissions where needed. and do not permit access to directoires like /etc /root to limited users as they could read important information that would help them hacking you box. You can use<a href="http://www.onlineconversion.com/html_chmod_calculator.htm" target="_blank"> <strong>online permission calculator</strong></a> to calculate permisions .</p>
<p>3. <strong>Unnecessary Services</strong><br />
You need to disable all services that are not usefull to you. you can use <a href="http://sysv-rc-conf.sourceforge.net/" target="_blank"><strong><em><em>sysv-rc-conf</em></em></strong></a> to check and manage all servces and their <strong><a href="http://www.networkclue.com/os/Linux/run-levels.aspx" target="_blank">run levels</a></strong>. To disable a service you can uncheck a service run levels in <em><em>sysv-rc-conf .</em></em></p>
<p><em><em>4. </em></em><strong>Network Security</strong></p>
<p>Network Security is its self a big topic but at basic level you need to check which network services you are running at your linux server <em>( for example apache/httpd mysql bind )</em> . You can use firewall to disallow unneccessary access to these services . <a href="http://cnx.org/content/m12981/latest/" target="_blank"><strong><em>IPTABLE</em></strong></a> or <a href="http://tldp.org/HOWTO/IPCHAINS-HOWTO-1.html#ss1.1" target="_blank"><strong><em>IPCHAIN</em></strong></a> is firewall that is widely used to secure linux server. but for unauthorized access you need to configure each service to disallow. i will try to go in deep details of these services so stay tunned <img src='http://www.hacking-gurus.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  .</p>
<p>Your Comments will be <span class="w">appreciated</span>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/03/07/basic-linux-server-security/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

