<?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</title>
	<atom:link href="http://chickhosting.com/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>MySQL Error 28</title>
		<link>http://chickhosting.com/mysql-server/mysql-error-28</link>
		<comments>http://chickhosting.com/mysql-server/mysql-error-28#comments</comments>
		<pubDate>Tue, 22 Dec 2009 08:52:57 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[MYSQL server]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=38</guid>
		<description><![CDATA[How To Fix MySQL Error 28
Overview: MySQL: 1030: got error 28 from server handler
cd /tmp
df -i /tmp
df -h /tmp
Delete anything which is not supposed to be there. Stop all databases:
/etc/rc.d/init.d/chkservd stop
/etc/rc.d/init.d/mysql stop
Then fix tables:
cd /var/lib/mysql
Check each letter for errors:
myisamchk -cs a*/*.MYI
Repair where deemed necessary:
myisamchk -r a*/*.MYI
myisamchk -r b*/*.MYI
myisamchk -r c*/*.MYI
myisamchk -r d*/*.MYI
myisamchk -r e*/*.MYI
myisamchk -r [...]]]></description>
			<content:encoded><![CDATA[<p>How To Fix MySQL Error 28</p>
<p>Overview: MySQL: 1030: got error 28 from server handler</p>
<p>cd /tmp<br />
df -i /tmp<br />
df -h /tmp</p>
<p>Delete anything which is not supposed to be there. Stop all databases:</p>
<p>/etc/rc.d/init.d/chkservd stop<br />
/etc/rc.d/init.d/mysql stop</p>
<p>Then fix tables:</p>
<p>cd /var/lib/mysql</p>
<p>Check each letter for errors:</p>
<p>myisamchk -cs a*/*.MYI</p>
<p>Repair where deemed necessary:</p>
<p>myisamchk -r a*/*.MYI<br />
myisamchk -r b*/*.MYI<br />
myisamchk -r c*/*.MYI<br />
myisamchk -r d*/*.MYI<br />
myisamchk -r e*/*.MYI<br />
myisamchk -r f*/*.MYI<br />
myisamchk -r g*/*.MYI<br />
myisamchk -r h*/*.MYI<br />
myisamchk -r i*/*.MYI<br />
myisamchk -r j*/*.MYI<br />
myisamchk -r k*/*.MYI<br />
myisamchk -r l*/*.MYI<br />
myisamchk -r m*/*.MYI<br />
myisamchk -r n*/*.MYI<br />
myisamchk -r o*/*.MYI<br />
myisamchk -r p*/*.MYI<br />
myisamchk -r q*/*.MYI<br />
myisamchk -r r*/*.MYI<br />
myisamchk -r s*/*.MYI<br />
myisamchk -r t*/*.MYI<br />
myisamchk -r u*/*.MYI<br />
myisamchk -r v*/*.MYI<br />
myisamchk -r w*/*.MYI<br />
myisamchk -r x*/*.MYI<br />
myisamchk -r y*/*.MYI<br />
myisamchk -r z*/*.MYI</p>
<p>Turn everything back on:</p>
<p>/etc/rc.d/init.d/chkservd start<br />
/etc/rc.d/init.d/mysql start</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/mysql-server/mysql-error-28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking with ddos attack on server</title>
		<link>http://chickhosting.com/network-security/checking-with-ddos-attack-on-server</link>
		<comments>http://chickhosting.com/network-security/checking-with-ddos-attack-on-server#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:18:00 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[network security]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=35</guid>
		<description><![CDATA[A quick and useful command for checking if a server is under ddos is:
netstat -anp &#124;grep &#8216;tcp\&#124;udp&#8217; &#124; awk &#8216;{print $5}&#8217; &#124; cut -d: -f1 &#124; sort &#124; uniq -c &#124; sort -n
This will list the IPs taking the most amounts of connections to a server. It is vital t to remember that the ddos [...]]]></description>
			<content:encoded><![CDATA[<p>A quick and useful command for checking if a server is under ddos is:</p>
<p>netstat -anp |grep &#8216;tcp\|udp&#8217; | awk &#8216;{print $5}&#8217; | cut -d: -f1 | sort | uniq -c | sort -n</p>
<p>This will list the IPs taking the most amounts of connections to a server. It is vital t to remember that the ddos is becoming more and more planned and sophisticated and hackers are using fewer connections with more attacking ips. If this is the case you will still get low number of connections even while you are under a DDOS.</p>
<p>Another very important thing to look at is how many active connections your server is currently processing.</p>
<p>netstat -n | grep :80 |wc -l</p>
<p>netstat -n | grep :80 | grep SYN |wc -l</p>
<p>The first command will reflect the number of active connections which are open to your server. Most of the attacks generally seen work by starting a connection to the server and then not sending any reply making the server wait for longer. The number of active connections from the first command is going to vary in large amount but if you are much above 500 you are probably having problems. If the second command is over 100 you are having trouble with a syn attack.</p>
<p>To Block a certain IP address that on server .Please use following commands</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;command&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>route add ipaddress reject</p>
<p>for example route add 192.168.0.168 reject</p>
<p>You can check whether given IP is blocked on server by using following command</p>
<p>route -n |grep IPaddress</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;command&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>OR</p>
<p>use follwoing command to block a ip with iptables on server<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;command&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
iptables -A INPUT 1 -s IPADRESS -j DROP/REJECT</p>
<p>service iptables restart</p>
<p>service iptables save</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;command&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Then KILL all httpd connection and restarted httpd service by using following command</p>
<p>killall -KILL httpd</p>
<p>service httpd startssl</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/network-security/checking-with-ddos-attack-on-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System-level virtualization with Virtuozzo</title>
		<link>http://chickhosting.com/vps-hosting/system-level-virtualization-with-virtuozzo</link>
		<comments>http://chickhosting.com/vps-hosting/system-level-virtualization-with-virtuozzo#comments</comments>
		<pubDate>Fri, 20 Nov 2009 08:22:52 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[vps hosting]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=30</guid>
		<description><![CDATA[When you look for Virtual Private Server Solution you need a fully automated management tools that provide a customized solution in a virtual private server environment, Sofitech use Virtuozzo technology by which you can have a full root access and dedicated customization setting of your own without having to share any server resources with other [...]]]></description>
			<content:encoded><![CDATA[<p>When you look for Virtual Private Server Solution you need a fully automated management tools that provide a customized solution in a virtual private server environment, Sofitech use Virtuozzo technology by which you can have a full root access and dedicated customization setting of your own without having to share any server resources with other user because virtuozzo technology is optimized towards performance and security and hence all Virtual Private Servers are isolated from each other and don&#8217;t have access to each other resources.</p>
<p>Why Virtuzoo?</p>
<p>Virtuozzo was designed to be</p>
<p>System-level virtualization:</p>
<p>Virtuozzo is available for Linux and Microsoft Windows, it can support hundreds of VEs on a single server due to its use of operating system-level virtualization.VEs impose lower overhead than VMs, as a result, more VEs can be supported on a given server. All VEs run atop a single operating system kernel. The VE mechanism multiplexes this one OS kernel to look like multiple OS (and server) instances, especially from the perspective of running applications, users, and network services. Virtuozzo is based on OpenVZ, and its concepts are similar to several other operating system-level virtualization implementations, including Solaris Containers, Linux-VServer and FreeBSD Jail.</p>
<p>Security &amp; Scalability:</p>
<p>Virtuozzo technology is more tested and secure than VM technologies that all have friendly residents and are protected from hackers. The network is superb, It is nothing but excellent, you can monitors running from remote locations to check the status of your servers whenever it is require without zero downtime. Each VE can seamlessly scale up to the resources of an entire physical server.</p>
<p>Service:</p>
<p>The service is superb and the support staff are outstanding either you need rebooting servers, doing OS reloads, or even adding IPs to servers.</p>
<p>Easy Integration</p>
<p>Virtuozzo management tools employ technologies from industry standard integration such as LDAP, SOAP, XML RPC, CLI, SNMP APIs and SDK,  it also include the third party tools which may be easily integrated including: HP, IBM, Microsoft, and CA.</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/vps-hosting/system-level-virtualization-with-virtuozzo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth for Voip Website</title>
		<link>http://chickhosting.com/web-hosting/bandwidth-for-voip-website</link>
		<comments>http://chickhosting.com/web-hosting/bandwidth-for-voip-website#comments</comments>
		<pubDate>Tue, 10 Nov 2009 08:54:22 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=28</guid>
		<description><![CDATA[Bandwidth is defined as the capability to transfer data you require to meet your specific requirement. Most of the time this could be expensive since bandwidth is recurring and you may require greater bandwidth for specific reason like for example voice communication. Especially for voice communication, the bandwidth requirements are more important, since voice is [...]]]></description>
			<content:encoded><![CDATA[<p>Bandwidth is defined as the capability to transfer data you require to meet your specific requirement. Most of the time this could be expensive since bandwidth is recurring and you may require greater bandwidth for specific reason like for example voice communication. Especially for voice communication, the bandwidth requirements are more important, since voice is a type of data which is bulkier than conventional text. This implies that the greater the connection speed, the better the voice quality you can get. Today, broadband connection is common talk and getting cheaper and cheaper but to find out reliable hosting company is little bit difficult.</p>
<p>While choosing website hosting providers depending on your requirement because VOIP Bandwidth consumption naturally depends on the codec used, you will need disk space and bandwidth which can meet your overall requirement. however if you plan something to publish a website that does not require lot of contents then the disk space requirement may not be a huge problem for you but you may require more bandwidth the site grow overtime. In most cases, a disk space with 300MB to 500MB should be enough to meet your hosting requirement in general. However if you wish to host a website with massive amount of voice communication, graphic pictures, video files, podcasting, mp3 then you should think about a web hosting plan that provide huge disk space, so in such case you may consider bandwidth from 500MB to 1500 MB and best if you look for a dedicated hosting plan for more resource and space.</p>
<p>Likewise, the bandwidth requirement will depend on your website traffic requirement and need regular evaluation too. Apparently, a website that anticipates attracting high traffic will consume the monthly bandwidth greater way. In such case you will need to find a website hosting service that offer huge bandwidth with 50 GB to 100 GB per month. Depending on your website requirement, it would be key consideration to select a web hosting service that provide sufficient amount of disk space and bandwidth to avoid any future problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/web-hosting/bandwidth-for-voip-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE 4.2.2 Release</title>
		<link>http://chickhosting.com/uncategorized/kde-422-release</link>
		<comments>http://chickhosting.com/uncategorized/kde-422-release#comments</comments>
		<pubDate>Tue, 05 May 2009 11:08:34 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chickhosting.com/uncategorized/kde-422-release</guid>
		<description><![CDATA[KDE team has announced the release of KDE 4.2, code named “Cano&#8221; which includes the following fixes:
    * Stability fixes in KRunner &#8211; KRunner’s threaded search for results is now more robust and a possible deadlock condition has been fixed.
    * Performance enhancements in KMail &#8211; Synching email of [...]]]></description>
			<content:encoded><![CDATA[<p>KDE team has announced the release of KDE 4.2, code named “Cano&#8221; which includes the following fixes:</p>
<p>    * Stability fixes in KRunner &#8211; KRunner’s threaded search for results is now more robust and a possible deadlock condition has been fixed.</p>
<p>    * Performance enhancements in KMail &#8211; Synching email of cached IMAP accounts is now faster, a number of displaying changes makes reading emails smoother experience</p>
<p>    * Bugfixes, performance improvements and optimization in KHTML &#8211; Text rendering has been optimized, support for CSS selectors has further been improved.</p>
<p>For more info please check the kde.org site </p>
<p>http://www.kde.org/announcements/announce-4.2.2.php</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/uncategorized/kde-422-release/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non-Legacy Extensions-Joomla 1.5</title>
		<link>http://chickhosting.com/joomla-hosting/non-legacy-extensions-joomla-15</link>
		<comments>http://chickhosting.com/joomla-hosting/non-legacy-extensions-joomla-15#comments</comments>
		<pubDate>Tue, 21 Apr 2009 10:57:04 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Joomla Hosting]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=21</guid>
		<description><![CDATA[Joomla 1.5 Non-Legacy Extensions 
* AdSense Module (Clicksafe) for Joomla 1.5
* Random Image Plus
* Template Chooser Module
* yvComment
* yvSmiley
* JXplorer (File Management And Sharing System)
* Alias for PageTitle Plugin (SEO without core hack)
* Stage6Plugin
* Slider Plugin
* Custom Code
* Bad Behaviour Plugin
* Hello World
* Hello World 2
* NoFollow Plugin
* Ulti Clocks
* OSTWigits &#8211; Captcha
* BW Google [...]]]></description>
			<content:encoded><![CDATA[<p>Joomla 1.5 Non-Legacy Extensions </p>
<p>* AdSense Module (Clicksafe) for Joomla 1.5<br />
* Random Image Plus<br />
* Template Chooser Module<br />
* yvComment<br />
* yvSmiley<br />
* JXplorer (File Management And Sharing System)<br />
* Alias for PageTitle Plugin (SEO without core hack)<br />
* Stage6Plugin<br />
* Slider Plugin<br />
* Custom Code<br />
* Bad Behaviour Plugin<br />
* Hello World<br />
* Hello World 2<br />
* NoFollow Plugin<br />
* Ulti Clocks<br />
* OSTWigits &#8211; Captcha<br />
* BW Google Verified Plugin<br />
* Ulti Sudoku<br />
* World Time Clock<br />
* WikiBot2<br />
* Joomla! 1.5 templatebuilder for Dreamweaver<br />
* MjazTools Personalize<br />
* Radius Authentication Plugin<br />
* SearchCloud and Lists 2.2 &#8211; SEO Boost &#8211; 1.5 Native<br />
* Translations Manager<br />
* eXtplorer<br />
* JC User Import<br />
* Joomla Advanced Message<br />
* Jx Latest Commented<br />
* IncludePHP<br />
* RokClub<br />
* RokTodo<br />
* RokSlideshow<br />
* RokZine (commercial)<br />
* RokFinder<br />
* RokThings (club membership required)<br />
* RokDownload<br />
* RokComment (club membership required)<br />
* RokBridge<br />
* mod_zulu<br />
* Manifest Maker for Components</p>
<p>Courtesy:<a href="http://forum.joomla.org"> Joomla Forums </a></p>
<p>There are many hosting companies those providing <a href="http://www.micfo.com/joomla-web-hosting.php">Joomla Hosting</a>, while choosing a host providers for joomla make sure to choose a hosting company that offering personalized plans and providing dedicated support level for Joomla. </p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/joomla-hosting/non-legacy-extensions-joomla-15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step to Lock File in Win Rar &amp; Win Zip</title>
		<link>http://chickhosting.com/utility/step-to-lock-file-in-win-rar-win-zip</link>
		<comments>http://chickhosting.com/utility/step-to-lock-file-in-win-rar-win-zip#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:46:19 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=19</guid>
		<description><![CDATA[Here are the step by which you can lock file in win rar and win zip…You can do it simply using win rar..
Nearly all archives support giving password, including WinZip, 7-Zip and it’s not something unusual with Win Rar. However Win Rar is more comfortable to lock a file with password and if you are [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the step by which you can lock file in win rar and win zip…You can do it simply using win rar..</p>
<p>Nearly all archives support giving password, including WinZip, 7-Zip and it’s not something unusual with Win Rar. However Win Rar is more comfortable to lock a file with password and if you are setting access like this, it is better you set the compression level to “Store”, which will make the compression and decompression faster, since the main endeavor here is to set a password.</p>
<p>1) Right click on the file for which you want the password to b put.<br />
2) Click on “Add to Archive”.<br />
3) Then go to Advanced tab.<br />
4)Click on set password…choose your password.<br />
5) Click ok.<br />
6) A winrar file with your filename will be created.<br />
7) Next you may delete the original file, since you have now compressed it with a password.Anyone trying to open the rar file won’t be able to open that, except he knows the password.</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/utility/step-to-lock-file-in-win-rar-win-zip/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS shorthand Property Guideline</title>
		<link>http://chickhosting.com/web-design/css-shorthand-property-guideline</link>
		<comments>http://chickhosting.com/web-design/css-shorthand-property-guideline#comments</comments>
		<pubDate>Sat, 11 Oct 2008 10:36:01 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=17</guid>
		<description><![CDATA[There is actually no official guideline for each CSS shorthand property value, however this may help you during design work that we have organized collectively. 
Background
background-color:#fff;
background-image:url(background.gif);
background-repeat:no-repeat;
background-position:top left;
Woh… it’s too long, take a look at this.
background:#fff url(background.gif) no-repeat top left;
Font
font-size:1em;
line-height:2em;
font-weight:bold;
font-style:italic;
font-family:arial;
Shorthand:
font:1em/2em bold italic serif;
Margin &#038; padding
There are different shorthand properties for margin &#038; padding.
Four different values
margin-top:10px;
margin-right:5px;
margin-bottom:15px;
margin-left:20px;
shorthand:
margin:10px 5px [...]]]></description>
			<content:encoded><![CDATA[<p>There is actually no official guideline for each CSS shorthand property value, however this may help you during design work that we have organized collectively. </p>
<p>Background<br />
background-color:#fff;<br />
background-image:url(background.gif);<br />
background-repeat:no-repeat;<br />
background-position:top left;</p>
<p>Woh… it’s too long, take a look at this.<br />
background:#fff url(background.gif) no-repeat top left;</p>
<p>Font<br />
font-size:1em;<br />
line-height:2em;<br />
font-weight:bold;<br />
font-style:italic;<br />
font-family:arial;</p>
<p>Shorthand:<br />
font:1em/2em bold italic serif;</p>
<p>Margin &#038; padding<br />
There are different shorthand properties for margin &#038; padding.</p>
<p>Four different values<br />
margin-top:10px;<br />
margin-right:5px;<br />
margin-bottom:15px;<br />
margin-left:20px;</p>
<p>shorthand:<br />
margin:10px 5px 15px 20px; (top, right, bottom, left)</p>
<p>Three different values<br />
margin-top:10px;<br />
margin-right:5px;<br />
margin-bottom:15px;<br />
margin-left:5px;</p>
<p>shorthand:<br />
margin:10px 5px 15px; (top, right and left, bottom)</p>
<p>Two different values<br />
margin-top:10px;<br />
margin-right:20px;<br />
margin-bottom:10px;<br />
margin-left:20px;</p>
<p>shorthand:<br />
margin:10px 20px; (top and bottom, right and left)</p>
<p>One value<br />
margin-top:10px;<br />
margin-right:10px;<br />
margin-bottom:10px;<br />
margin-left:10px;</p>
<p>shorthand:<br />
margin:10px; (top, bottom, right and left)</p>
<p>These rules also apply to padding and border.</p>
<p>Border<br />
border-width:1px;<br />
border-color:#000;<br />
border-style:solid;</p>
<p>shorthand:<br />
border:1px solid #000;</p>
<p>border:1px solid #f00;<br />
border-left:5px dotted #00f;<br />
border-top:10px dotted #00f;</p>
<p>shorthand:<br />
border:1px solid #336;<br />
border-width:10px 1px 1px 5px;<br />
border-color:#00f #f00 #f00 #00f;</p>
<p>Lists<br />
list-style:#fff;<br />
list-style-type:none;<br />
list-style-position:outside;<br />
list-style-image:url(bullet.gif);</p>
<p>Shorthand:<br />
list-style: none outside url(bullet.gif);</p>
<p>Color<br />
color:#000000;</p>
<p>shorthand:<br />
color:#000;</p>
<p>These values as defined for RGB, if both R values are similar (00 in current example), then you can combine them as one (0).</p>
<p>Amother example</p>
<p>color:#00ff00;</p>
<p>shorthand:<br />
color:#0f0;</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/web-design/css-shorthand-property-guideline/feed</wfw:commentRss>
		<slash:comments>0</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>

