<?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>ByREV &#187; Hosting</title>
	<atom:link href="http://blog.4rev.net/category/bookmarks/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.4rev.net</link>
	<description>4 REV NET</description>
	<lastBuildDate>Thu, 19 Nov 2009 00:36:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>.htaccess Allow IP-range</title>
		<link>http://blog.4rev.net/2009-09/htaccess-allow-ip-range/</link>
		<comments>http://blog.4rev.net/2009-09/htaccess-allow-ip-range/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 23:18:50 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Allow]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[IP-range]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8911</guid>
		<description><![CDATA[.htaccess example,if you want to allow access from the ip-range:
Order Deny,Allow
Deny from all
Allow from 123.
Allow from 234.123.
Allow from 127.0.0.1
this .htaccess will Allow acces from IP-range: 123.xxx.xxx.xxx, 234.123.xxx.xxx and 127.0.0.1.
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/htaccess-allow-ip-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCP/IP reserved addresses</title>
		<link>http://blog.4rev.net/2009-09/tcpip-reserved-addresses/</link>
		<comments>http://blog.4rev.net/2009-09/tcpip-reserved-addresses/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:06:49 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[addresses]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[reserved]]></category>
		<category><![CDATA[routers]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8834</guid>
		<description><![CDATA[TCP/IP addresses reserved for &#8216;private&#8217; networks:

10.0.0.0       to     10.255.255.255
172.16.0.0     to     172.31.255.255
192.168.0.0    to     192.168.255.255
169.254.0.0    to     169.254.255.255  (and as of July 2001)


These are invalid addresses on [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/tcpip-reserved-addresses/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configure your system to start Services at boot time ? &#8211; LINUX</title>
		<link>http://blog.4rev.net/2009-07/configure-your-system-to-start-services-at-boot-time-linux/</link>
		<comments>http://blog.4rev.net/2009-07/configure-your-system-to-start-services-at-boot-time-linux/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 04:27:47 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[chkconfig]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[levels 235]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8710</guid>
		<description><![CDATA[
Easy and fast, using chkconfig linux command.
To configure your system to start Apache at boot time:
chkconfig &#8211;levels 235 httpd on
for manual start apache:
/etc/init.d/httpd start
create the system startup links for Proftpd and start it:
chkconfig &#8211;levels 235 proftpd on
/etc/init.d/proftpd start

Chkconfig provides a simple command-line tool for maintaining the /etc/rc[0-6].d folder hierarchy by relieving system administrators of the [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-07/configure-your-system-to-start-services-at-boot-time-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turn off/disable Apache Log files &#8211; CustomLog, ErrorLog directives</title>
		<link>http://blog.4rev.net/2009-07/turn-offdisable-apache-log-files-customlog-errorlog-directives/</link>
		<comments>http://blog.4rev.net/2009-07/turn-offdisable-apache-log-files-customlog-errorlog-directives/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 23:43:38 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Apache Log]]></category>
		<category><![CDATA[apachectl]]></category>
		<category><![CDATA[CustomLog]]></category>
		<category><![CDATA[dev null]]></category>
		<category><![CDATA[ErrorLog]]></category>
		<category><![CDATA[httpd restart]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[Turn off]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8627</guid>
		<description><![CDATA[Edit httpd.conf
replace:
CustomLog /var/log/httpd/access_log combined
ErrorLog /var/log/httpd/error_log
with
CustomLog /dev/null combined
ErrorLog /dev/null
Restart httpd with command:
./apachectl restart
(don&#8217;t do service httpd restart, use apachectl )
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-07/turn-offdisable-apache-log-files-customlog-errorlog-directives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMD Istambul &#8211; Six-Core AMD Opteron processors</title>
		<link>http://blog.4rev.net/2009-06/amd-istambul-six-core-amd-opteron-processors/</link>
		<comments>http://blog.4rev.net/2009-06/amd-istambul-six-core-amd-opteron-processors/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 01:52:12 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tech-IT]]></category>
		<category><![CDATA[6-Core AMD]]></category>
		<category><![CDATA[opteron]]></category>
		<category><![CDATA[performance-per-watt]]></category>
		<category><![CDATA[six core cpu]]></category>
		<category><![CDATA[Six-Core AMD]]></category>
		<category><![CDATA[six-core server]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8531</guid>
		<description><![CDATA[New Six-Core AMD Opteron Processor Delivers Up to Thirty-Four Percent More Performance/Watt in Exact Same Platform
Available five months ahead of schedule, Istanbul is an industry game-changer
AMD today announced availability of the world’s first six-core server processor with Direct Connect Architecture for 2, 4 and 8-socket servers. Six-Core AMD Opteron processors (code-name “Istanbul”) extend AMD’s commitment [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-06/amd-istambul-six-core-amd-opteron-processors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhanced Ping for Windows</title>
		<link>http://blog.4rev.net/2009-06/enhanced-ping-for-windows/</link>
		<comments>http://blog.4rev.net/2009-06/enhanced-ping-for-windows/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:25:24 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Enhanced]]></category>
		<category><![CDATA[Fping]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[trafic]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8498</guid>
		<description><![CDATA[FPing:


Ping multiple hosts with one simple command.
Ping with random data, or data you provide
Time between pings can be adjusted as needed from 1ms to 5s.
Read a hostlist from a file
Output redirection to a file for parsing.
Ping using raw sockets, or use the ICMP dll.
Beep on every successful or unsuccessful reply allowing you to test your [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-06/enhanced-ping-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP for Windows &#8211; Apache, PHP, Mysql Server on Windows</title>
		<link>http://blog.4rev.net/2009-05/xampp-for-windows-apache-php-mysql-server-on-windows/</link>
		<comments>http://blog.4rev.net/2009-05/xampp-for-windows-apache-php-mysql-server-on-windows/#comments</comments>
		<pubDate>Mon, 18 May 2009 10:25:50 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[PhP]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8413</guid>
		<description><![CDATA[XAMPP for Windows, Free Software:


Apache HTTPD + Openss
PHP Server
MySQL Server
phpMyAdmin Script
Mercury Mail Transport Syste
FileZilla FTP Serve
XAMPP CLI Bundle

Download links -&#62; XAMPP for Windows
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-05/xampp-for-windows-apache-php-mysql-server-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ServerLoft &#8211; new hosting</title>
		<link>http://blog.4rev.net/2009-04/serverloft-new-hosting/</link>
		<comments>http://blog.4rev.net/2009-04/serverloft-new-hosting/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 09:05:57 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[new hosting]]></category>
		<category><![CDATA[Phenomenon Quad]]></category>
		<category><![CDATA[ServerLoft]]></category>
		<category><![CDATA[servre amd]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8072</guid>
		<description><![CDATA[Sa nu va mire treaba ca mai apar probleme / erori pe cateva bloguri d&#8217;ale mele. Motivul este schimbarea/transferul domeniilor de pe unul din serverele de la godaddy la un server nou (AMD 64 Phenomenon Quad/4G RAM/250G RAID/5000G Trafic) , achizitionat de curand la serverloft.
(jimmy daca e pe faza sa se astepte la schimbarea ip-ului [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-04/serverloft-new-hosting/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mysql Optimization and Tunning Script</title>
		<link>http://blog.4rev.net/2009-04/mysql-optimization-and-tunning-script/</link>
		<comments>http://blog.4rev.net/2009-04/mysql-optimization-and-tunning-script/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 22:25:45 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[mysql optimization]]></category>
		<category><![CDATA[Mysql Script]]></category>
		<category><![CDATA[mysql tunning]]></category>
		<category><![CDATA[MySQLTuner]]></category>
		<category><![CDATA[mysqltuner.pl]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[prel]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=7996</guid>
		<description><![CDATA[Linux &#8211; for mysql tunning use MySQLTuner script. MySQLTuner is a script written in perl that will assist you with your MySQL configuration &#38; make recommendations for increased performance and stability.
Download the latest MySQLTuner version in plain text to your server with wget mysqltuner.pl and run.

wget mysqltuner.pl
chmod 0700 mysqltuner.pl
./mysqltuner.pl

wiki.mysqltuner.com/MySQLTuner#Downloading_MySQLTuner
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-04/mysql-optimization-and-tunning-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install xCache PHP accelerator &#8211; OpenSuse</title>
		<link>http://blog.4rev.net/2009-04/install-xcache-php-accelerator-opensuse/</link>
		<comments>http://blog.4rev.net/2009-04/install-xcache-php-accelerator-opensuse/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:12:00 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[PHP accelerator]]></category>
		<category><![CDATA[php extensions]]></category>
		<category><![CDATA[repo suse]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[xCache]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=7994</guid>
		<description><![CDATA[Install xcache &#8211; 3 linux commands:
zypper sa -r http://download.opensuse.org/repositories/server:/php:/extensions/openSUSE_11.0/server:php:extensions.repo
zypper ref
zypper in php5-xcache
this is for OpenSuse version 11.0; For other version, change openSUSE_11.0 with desire version, ex: openSUSE_10.3
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-04/install-xcache-php-accelerator-opensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
