<?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>London Web Hosting &#187; Linux Hosting</title>
	<atom:link href="http://chickhosting.com/category/linux-hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://chickhosting.com</link>
	<description>UK web server, UK dedicated server, Mysql server, Windows server 2003, Database server, virtual Private server</description>
	<lastBuildDate>Thu, 07 Jan 2010 09:19:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Reset the root Password in CentOS</title>
		<link>http://chickhosting.com/linux-hosting/how-to-reset-the-root-password-in-centos</link>
		<comments>http://chickhosting.com/linux-hosting/how-to-reset-the-root-password-in-centos#comments</comments>
		<pubDate>Thu, 07 Jan 2010 09:16:45 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Linux Hosting]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=40</guid>
		<description><![CDATA[Follow the steps to Reset the root Password in CentOS.
i)  Reboot your computer.
ii)  At the boot loader menu> use the arrow keys to highlight the installation you wish to edit. Once selected, type the letter a. You are presented with a prompt that should look something like the following:
     [...]]]></description>
			<content:encoded><![CDATA[<p>Follow the steps to Reset the root Password in CentOS.</p>
<p>i)  Reboot your computer.<br />
ii)  At the boot loader menu> use the arrow keys to highlight the installation you wish to edit. Once selected, type the letter a. You are presented with a prompt that should look something like the following:<br />
      grub append> ro root=LABEL=/<br />
iii)  Press the spacebar once and type in the word single to tell the grub bootloader to boot into single user mode. The prompt should now look something like this:<br />
      grub append> ro root=LABEL=/ single<br />
iv) Press Enter> and grub will boot single-user mode. Once finished, you should be presented with a prompt that looks similar to this:<br />
      sh-3.0b#<br />
v) Type in passwd root and press enter then enter and re-enter your new root password. When complete, type reboot and press enter. You can now login in as root.</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/linux-hosting/how-to-reset-the-root-password-in-centos/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tweaks on the Linux server</title>
		<link>http://chickhosting.com/linux-hosting/tweaks-on-the-linux-server</link>
		<comments>http://chickhosting.com/linux-hosting/tweaks-on-the-linux-server#comments</comments>
		<pubDate>Thu, 02 Oct 2008 13:16:18 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Linux Hosting]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=12</guid>
		<description><![CDATA[The following linux security document will help you to tweak on the linux server for the security stuff
and help you how do you know whether you&#8217;ve been compromised or not?
1. Exim.
Enable extended logging :
Add the following line in exim, below the first line recommended
log_selector = +address_rewrite +all_parents +arguments
+connection_reject +delay_delivery +delivery_size +dnslist_defer
+incoming_interface +incoming_port +lost_incoming_connection +queue_run
+received_sender +received_recipients [...]]]></description>
			<content:encoded><![CDATA[<p>The following linux security document will help you to tweak on the linux server for the security stuff<br />
and help you how do you know whether you&#8217;ve been compromised or not?</p>
<p>1. Exim.<br />
Enable extended logging :<br />
Add the following line in exim, below the first line recommended<br />
log_selector = +address_rewrite +all_parents +arguments<br />
+connection_reject +delay_delivery +delivery_size +dnslist_defer<br />
+incoming_interface +incoming_port +lost_incoming_connection +queue_run<br />
+received_sender +received_recipients +retry_defer +sender_on_delivery<br />
+size_reject +skip_delivery +smtp_confirmation +smtp_connection<br />
+smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn<br />
+\</p>
<p>Fommail Trap<br />
http://void.thunderteam.org/fm-trap.html</p>
<p>For Securing Exim this could be a Good resource<br />
http://www.rvskin.com/index.php?page=public/antispam</p>
<p>2. Httpd :</p>
<p>install mod_security<br />
install mod_dosevasive (causes problem with FP sometimes though)</p>
<p>3. PHP</p>
<p>disable_functions = “system,exec”</p>
<p>eAccelerator for PHP acceleration<br />
http://sourceforge.net/projects/eaccelerator</p>
<p>4. Some small recommended apps</p>
<p>Install BFD from rfxnetworks.net<br />
Install LSM from rfxnetworks.net<br />
APF from rfxnetworks.net ( since we have portsentry not really required )<br />
rkhunter can be found on www.rootkit.nl</p>
<p>5. cpanel script to disable compilers incase we have not done this yet<br />
/scripts/compilers off</p>
<p>6. MYSQL</p>
<p>mysql query cache<br />
vi /etc/my.cnf<br />
query-cache-type = 1<br />
query-cache-size = 100M<br />
100M can be changed according to how busy the server is</p>
<p>7. Securing some binaries</p>
<p>chmod 750 /usr/bin/rcp<br />
chmod 750 /usr/bin/wget<br />
chmod 750 /usr/bin/lynx<br />
chmod 750 /usr/bin/links<br />
chmod 750 /usr/bin/scp<br />
chmod 000 /etc/httpd/proxy/</p>
<p>Also consider to check this; </p>
<p>* Check your log files,<br />
    * Look for setuid/setgid files, especially if they are owned by root<br />
    * Check what your integrity checker has to say about your system binaries<br />
    * Check for packet sniffers which may or may not be running<br />
    * If you didn&#8217;t install it, it shouldn&#8217;t be there<br />
    * Check your crontabs and at queues.<br />
    * Check for services that shouldn&#8217;t be running on your system<br />
    * Check /etc/passwd for new accounts/inactive accounts that have suddenly become active</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/linux-hosting/tweaks-on-the-linux-server/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

