<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Tagged with centos - LowEndTalk</title>
      <link>http://lowendtalk.com/discussions/tagged/centos/feed.rss</link>
      <pubDate>Fri, 24 May 2013 05:02:27 +0000</pubDate>
         <description>Tagged with centos - LowEndTalk</description>
   <language>en-CA</language>
   <atom:link href="/discussions/taggedcentos/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>OpenVPN Community Software Auto Installer for CentOS 5 &amp; 6, Debian 6, and Ubuntu 10.10</title>
      <link>http://lowendtalk.com/discussion/6106/openvpn-community-software-auto-installer-for-centos-5-6-debian-6-and-ubuntu-10-10</link>
      <pubDate>Tue, 20 Nov 2012 08:29:07 +0000</pubDate>
      <dc:creator>regolithmedia</dc:creator>
      <guid isPermaLink="false">6106@/discussions</guid>
      <description><![CDATA[<p></p><div style="text-align: center;"> <img src="http://img843.imageshack.us/img843/7271/logosov.png" alt="image" />
Hi guys,

<p>As the title says, i created OpenVPN Community Software Auto Installer for CentOS 5 &amp; 6, Debian 6, and Ubuntu 10.10.</p>

<p>**
Source**
<code><a href="http://openvpn.net/index.php/open-source.html" target="_blank" rel="nofollow">http://openvpn.net/index.php/open-source.html</a></code>
<strong>Download</strong>
<code><a rel="nofollow" href="/search?Search=%23wget&amp;Mode=like">#wget</a> <a href="http://repo.regolithmedia.co.id/ovpn_regolithmedia.zip" target="_blank" rel="nofollow">http://repo.regolithmedia.co.id/ovpn_regolithmedia.zip</a></code>
<strong>Install</strong>
<code><a rel="nofollow" href="/search?Search=%23unzip&amp;Mode=like">#unzip</a> ovpn_regolithmedia.zip</code>
<code><a rel="nofollow" href="/search?Search=%23chmod&amp;Mode=like">#chmod</a> +x ovpn.sh</code></p>

<p><img src="http://img547.imageshack.us/img547/3839/openvpnregolithmedia.png" alt="image" /></p>

<p>After installation process on server is completed, please download and install OpenVPN for Windows
<code><a href="http://openvpn.net/index.php/open-source/downloads.html" target="_blank" rel="nofollow">http://openvpn.net/index.php/open-source/downloads.html</a></code>
<code>or</code>
<code><a href="http://repo.regolithmedia.co.id/ovpn/openvpn-2.2.2-install.exe" target="_blank" rel="nofollow">http://repo.regolithmedia.co.id/ovpn/openvpn-2.2.2-install.exe</a></code></p>

<p>and then download <strong>config.zip</strong> inside your server's "/root" directory, extract the files 1194-udp.ovpn dan ca.crt into the OpenVPN config folder Windows, and then run the OpenVPN with username / password you entered in the installation. For Windows 7 don't forget to <strong>"Run as Administrator"</strong></p>

<p><strong>Add config / port</strong>
Copy config / port default 1194 udp at folder "/etc/openvpn" with the new name, for example we want to create new config with port 443 tcp.
<code><a rel="nofollow" href="/search?Search=%23cp&amp;Mode=like">#cp</a> /etc/openvpn/1194-udp.conf /etc/openvpn/443-tcp.conf</code>
Edit the new copied config, you can use nano, pico, vi, or any editor you like.
<code><a rel="nofollow" href="/search?Search=%23nano&amp;Mode=like">#nano</a> /etc/openvpn/443-tcp.conf</code>
Change the following lines
<code>port 1194</code>
<code>proto udp</code></p>

<p><code>to</code></p>

<p><code>port 443</code>
<code>proto tcp</code>
and then the following lines
<code>server 10.2.3.0 255.255.255.0</code>
<code>status 1194-udp.log</code></p>

<p><code>to (for example)</code></p>

<p><code>server 10.2.4.0 255.255.255.0 &gt;&gt; you have to differentiate the subnet for local ip assignment in each port and protocol</code> <code>configuration, and so on.</code>
<code>status 443-tcp.log</code>
after that, run the openvpn with new config
<code><a rel="nofollow" href="/search?Search=%23openvpn&amp;Mode=like">#openvpn</a> /etc/openvpn/443-tcp.conf &amp;</code>
<code>#bg</code>
<code><a rel="nofollow" href="/search?Search=%23iptables&amp;Mode=like">#iptables</a> -t nat -A POSTROUTING -s 10.2.4.0/24 -j SNAT --to Your_Ip_address</code></p>

<p><img src="http://img843.imageshack.us/img843/8769/completel.png" alt="image" />
OpenVPN success status message with the new config is<b> "Initialization Sequence Completed"</b>,other than that means error, check whether your choosen port is already used by another apps.</p>

<p>the last, create configuration for Windows, just like the existing 1194 configuration, just change the port and protocol in the following lines
<code>proto udp</code>
<code>remote Your_ip_address 1194</code></p>

<p><code>to</code></p>

<p><code>proto tcp</code>
<code>remote Your_ip_address 443</code></p>

<p>You may already know the difference between tcp and udp port, mainly i use tcp if my internet connection must through proxy / can be used with proxy, for details about tcp / udp you can do Googling. Last words, if there's any error or suggestion, please post here so we can discuss and learn it together, thank you. :D 
</p></div>
]]></description>
   </item>
   <item>
      <title>Prefered OS for lowend server</title>
      <link>http://lowendtalk.com/discussion/10097/prefered-os-for-lowend-server</link>
      <pubDate>Tue, 30 Apr 2013 05:12:33 +0000</pubDate>
      <dc:creator>Wira_Soenaryo</dc:creator>
      <guid isPermaLink="false">10097@/discussions</guid>
      <description><![CDATA[<p>Hello,</p>

<p>Currently I have tried using Ubuntu 12.04 and CentOS 6 for my trial VPS server. It's only 128MB Xen based.
I plan using virtualmin for the control panel.
May I know which OS is more prefered and what are the reason?
Thank you...</p>
]]></description>
   </item>
   <item>
      <title>few questions regarding OS</title>
      <link>http://lowendtalk.com/discussion/9469/few-questions-regarding-os</link>
      <pubDate>Sat, 06 Apr 2013 08:05:17 +0000</pubDate>
      <dc:creator>rajin90</dc:creator>
      <guid isPermaLink="false">9469@/discussions</guid>
      <description><![CDATA[<p>most common question centos vs debian || centos 32 vs 64 ||------&gt;which one consume less CPU
what recommendation is there for a single core processor when cpu load easily touch 1 and above?</p>
]]></description>
   </item>
   <item>
      <title>Supersonic RPM</title>
      <link>http://lowendtalk.com/discussion/9309/supersonic-rpm</link>
      <pubDate>Sun, 31 Mar 2013 20:09:49 +0000</pubDate>
      <dc:creator>twain</dc:creator>
      <guid isPermaLink="false">9309@/discussions</guid>
      <description><![CDATA[<p>Can someone try to build the supersonic rpm with maven on a CentOS box?  If you do perhaps you could public dropbox the rpm?</p>

<p>I am getting this:
<a href="https://bin.defuse.ca/NAApJO1E" target="_blank" rel="nofollow">https://bin.defuse.ca/NAApJO1E</a></p>
]]></description>
   </item>
   <item>
      <title>Does OvZ overwrite /etc/hosts?</title>
      <link>http://lowendtalk.com/discussion/9047/does-ovz-overwrite-etchosts</link>
      <pubDate>Sat, 23 Mar 2013 16:24:10 +0000</pubDate>
      <dc:creator>raindog308</dc:creator>
      <guid isPermaLink="false">9047@/discussions</guid>
      <description><![CDATA[<p>I have an OvZ VPS.  There's three IPs (venet0:0 through venet0:2).</p>

<p>I want the VPS's hostname to be the IP associated with venet0:2</p>

<p>So I change /etc/hosts, remove the venet0:0 IP, and put an entry for venet0:2</p>

<p>But when I reboot, I get:</p>

<pre><code># Auto-generated hostname. Please do not remove this comment.
</code></pre>

<p>And the venet0:0 hostname is back.</p>

<p>This is CentOS.  There's no dhcp in the the ifcfg-eth* scripts, a grep -R for "Auto-generated" in /etc didn't show anything...</p>

<p>Is this something that OvZ does outside the container?</p>

<p>If so, is the best course of action to have a local init script that replaces /etc/hosts at the end of startup with what I want?</p>
]]></description>
   </item>
   <item>
      <title>Need Lowend KVM vps provider that accept Payza</title>
      <link>http://lowendtalk.com/discussion/8901/need-lowend-kvm-vps-provider-that-accept-payza</link>
      <pubDate>Mon, 18 Mar 2013 07:32:45 +0000</pubDate>
      <dc:creator>Werulz</dc:creator>
      <guid isPermaLink="false">8901@/discussions</guid>
      <description><![CDATA[<p>Greetings , 
                  I am very happy to join this community and looking forward to make some friends here:D . I need a lowend kvm vps that cost less than $4/m .Provider should accept payza as paypal isn't available here.
Specs : &lt;5 gb space(excluding space taken by OS)
Ram : 512mb 
Bandwidth : Anything will do {will use around 1 gb bandwidth max}
Provider should have a control panel where i can choose os templates and the whole OS install should be automated.
I need the following os templates
Centos 6.x Minimal Install
Centos 5.x Minimal Install 
Ubuntu</p>

<p>What will i do with the server?
I notice that many people have problem with server setup especially when it comes to LEMP (Linux, Nginx, MySQL, PHP ).That's why i created a bash script to install LEMP environment + Do server security and optimistaion. I had in mind all the security tweaks offered by most management companies.Hence i won't need much resource as i won't run any production site on it</p>

<p>P.S i intend to release the script for free once it has been properly tested 
Recommendation and  help are always welcome.
For now my script optimise only 512 ram server{i am a student so i don't have much cash to afford more powerful servers}</p>
]]></description>
   </item>
   <item>
      <title>host command not giving MX records</title>
      <link>http://lowendtalk.com/discussion/8747/host-command-not-giving-mx-records</link>
      <pubDate>Tue, 12 Mar 2013 18:35:03 +0000</pubDate>
      <dc:creator>twain</dc:creator>
      <guid isPermaLink="false">8747@/discussions</guid>
      <description><![CDATA[<p>Strange issue here.. this is on an older CentOS 4.9 box.</p>

<p>Host command is not giving back MX records, even when directly querying 8.8.8.8.</p>

<p>-bash-3.00# host gmail.com
gmail.com has address 74.125.139.19
gmail.com has address 74.125.139.83
gmail.com has address 74.125.139.18
gmail.com has address 74.125.139.17</p>

<p>-bash-3.00# host gmail.com 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:</p>

<p>gmail.com has address 74.125.139.19
gmail.com has address 74.125.139.83
gmail.com has address 74.125.139.18
gmail.com has address 74.125.139.17</p>

<p>It should give:</p>

<p>jbrown@jbrown-ubuntu:~$ host gmail.com 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:</p>

<p>gmail.com has address 74.125.229.182
gmail.com has address 74.125.229.181
gmail.com has IPv6 address 2607:f8b0:4008:800::1016
gmail.com mail is handled by 20 alt2.gmail-smtp-in.l.google.com.
gmail.com mail is handled by 5 gmail-smtp-in.l.google.com.
gmail.com mail is handled by 30 alt3.gmail-smtp-in.l.google.com.
gmail.com mail is handled by 40 alt4.gmail-smtp-in.l.google.com.
gmail.com mail is handled by 10 alt1.gmail-smtp-in.l.google.com.</p>

<p>=====================================</p>

<p>Any ideas?  I have a /var/log/all.log where I have ALL syslog/logs get written to, and tailing that, nothing comes up when running the host command as to what the issue could be.</p>
]]></description>
   </item>
   <item>
      <title>Additional repo for centos</title>
      <link>http://lowendtalk.com/discussion/7997/additional-repo-for-centos</link>
      <pubDate>Thu, 14 Feb 2013 09:08:00 +0000</pubDate>
      <dc:creator>kampung</dc:creator>
      <guid isPermaLink="false">7997@/discussions</guid>
      <description><![CDATA[<p>Hi,
I'm debian &amp; ubuntu long time user. 
In my work, i need to use centos 5.9.
Then i installed it, so far so good.</p>

<p>I use EPEL repo as additional repo. It seems that EPEL repo is good repo, come from fedora community.</p>

<p>Then, i need to install openssl 1.0.1, and found axivo repo <a href="https://www.axivo.com/community/threads/upgrade-to-openssl-1-0-1-in-centos.180/" target="_blank" rel="nofollow">https://www.axivo.com/community/threads/upgrade-to-openssl-1-0-1-in-centos.180/</a>
Is axivo repo a good repo? (not give backdoor, etc). I can't find much info about this axivo.</p>

<p>Do you have recommendation for good centos repo with updated software?</p>

<p>How about IUS repo? <a href="http://iuscommunity.org/" target="_blank" rel="nofollow">http://iuscommunity.org/</a></p>

<p>Thanks</p>
]]></description>
   </item>
   <item>
      <title>Dedicated server - CPU Question</title>
      <link>http://lowendtalk.com/discussion/7909/dedicated-server-cpu-question</link>
      <pubDate>Mon, 11 Feb 2013 06:11:07 +0000</pubDate>
      <dc:creator>smooch1502</dc:creator>
      <guid isPermaLink="false">7909@/discussions</guid>
      <description><![CDATA[<p>Hello,</p>

<p>I purchased a dedicated server and it said i was getting a Intel Celeron G530 Sandy Bridge Dual Core</p>

<p>but for some reason cpuinfo says:</p>

<p>[root@node ~]# cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 2394.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 4
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow vnmi flexpriority
bogomips    : 4800.11
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:</p>

<p>processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 1596.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 1
cpu cores   : 4
apicid      : 1
initial apicid  : 1
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow vnmi flexpriority
bogomips    : 4800.11
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:</p>

<p>processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 1596.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 2
cpu cores   : 4
apicid      : 2
initial apicid  : 2
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow vnmi flexpriority
bogomips    : 4800.11
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:</p>

<p>processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 1596.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 3
cpu cores   : 4
apicid      : 3
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow vnmi flexpriority
bogomips    : 4800.11
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:</p>

<p>Is the one they put in my server better than the  Intel Celeron G530? or on par? Can someone please clarify this, have i been robbed?</p>

<p>Also, the order page said i was getting DDR3 8GB RAM.. but once i ordered it (and in the server) its DDR. also
[root@server ~]# free -m
             total       used       free     shared    buffers     cached
Mem:          7772       2725       5046          0        118       1176
-/+ buffers/cache:       1430       6341
Swap:         4191          0       4191</p>

<p>Thanks!</p>
]]></description>
   </item>
   <item>
      <title>CentOS Public Mirror</title>
      <link>http://lowendtalk.com/discussion/6892/centos-public-mirror</link>
      <pubDate>Sun, 23 Dec 2012 18:00:45 +0000</pubDate>
      <dc:creator>shovenose</dc:creator>
      <guid isPermaLink="false">6892@/discussions</guid>
      <description><![CDATA[<p>I figured it would be interesting to become a CentOS Public Mirror, for some free advertising and to help out the best server OS a little bit :)
First I tried it on an OVH KS1 dedicated server. It seemed fine but somehow rsync put the files in the wrong directory thus screwing up the server and I had to reinstall it.
Then my friend tried to put one on his cPanel shared server. That turned into a major disaster and basically took down every account on the thing!
So, really, what is the best way to do this and on average how much TB/month do you think the mirror would use? I'm tempted just to wait for another $35/month HP blade server to be available at DataShack but it's only 20TB of bandwidth.
I could just use my OVH KS1 but it feels like such a waste of an entirely nice server.
Oh and: how the heck do I do it so that it actually works?
thanks and Happy Holidays!</p>
]]></description>
   </item>
   <item>
      <title>Fixing XENBUS, Xen 3.1 CentOS 6 DomU errors under PYGRUB</title>
      <link>http://lowendtalk.com/discussion/6378/fixing-xenbus-xen-3-1-centos-6-domu-errors-under-pygrub</link>
      <pubDate>Mon, 03 Dec 2012 05:53:41 +0000</pubDate>
      <dc:creator>bitronictech</dc:creator>
      <guid isPermaLink="false">6378@/discussions</guid>
      <description><![CDATA[<p>I had been recieving boot error like this:</p>

<p>XENBUS: Device with no driver: device/vbd/51713
XENBUS: Device with no driver: device/vbd/51714
XENBUS: Device with no driver: device/vif/0</p>

<p>This was also causing the VMs to boot and run very slowly as the VM was not finding the blockfront.</p>

<p>The fix was simple, but google provided no answers, thus this post. After trial and error and creating a new VM using a Stacklet Template... I relaized the issue was in /boot/grub/grub.conf</p>

<p>The old grub.conf looked like this:</p>

<p>default=0
timeout=5
title CentOS (2.6.32-279.el6.x86_64)
  root (hd0,0)
  kernel /boot/vmlinuz-2.6.32-279.14.1.el6.x86_64 console=hvc0 xencons=tty0 root=/dev/xvda1 ro
  initrd /boot/initramfs-2.6.32-279.14.1.el6.x86_64.img
title vmlinuz-2.6.32-279.el6.x86_64
  root (hd0,0)
  kernel /boot/vmlinuz-2.6.32-279.el6.x86_64 console=hvc0 xencons=tty0 root=/dev/xvda1 ro
  initrd /boot/initramfs-2.6.32-279.el6.x86_64.img</p>

<p>The new like this:</p>

<p>default=0
timeout=5
title CentOS (2.6.32-279.14.1.el6.x86_64)
  root (hd0,0)
  kernel /boot/vmlinuz-2.6.32-279.14.1.el6.x86_64 console=hvc0 xencons=tty0 root=/dev/xvda1 ro crashkernel=auto LANG=C
  initrd /boot/initramfs-2.6.32-279.14.1.el6.x86_64.img
title vmlinuz-2.6.32-279.el6.x86_64
  root (hd0,0)
  kernel /boot/vmlinuz-2.6.32-279.el6.x86_64 console=hvc0 xencons=tty0 root=/dev/xvda1 ro
  initrd /boot/initramfs-2.6.32-279.el6.x86_64.img</p>

<p>Problem solved. I hope this helps someone out there as the info on google was somewhat spotty and esoteric.</p>

<p>Cheers.</p>
]]></description>
   </item>
   <item>
      <title>CentOS 6.3 &amp; Subnets</title>
      <link>http://lowendtalk.com/discussion/6353/centos-6-3-subnets</link>
      <pubDate>Sun, 02 Dec 2012 06:14:29 +0000</pubDate>
      <dc:creator>fizzyjoe908</dc:creator>
      <guid isPermaLink="false">6353@/discussions</guid>
      <description><![CDATA[<p>I have a group of IPv4 addresses spread among 3 different subnets. How do I add these to a server with CentOS 6.3 installed? I know how to do it when they're all on the same subnet but...that doesn't really apply here.</p>

<p>Any help is appreciated</p>
]]></description>
   </item>
   <item>
      <title>OMGRUBY!!!!</title>
      <link>http://lowendtalk.com/discussion/6121/omgruby</link>
      <pubDate>Wed, 21 Nov 2012 02:40:36 +0000</pubDate>
      <dc:creator>twain</dc:creator>
      <guid isPermaLink="false">6121@/discussions</guid>
      <description><![CDATA[<p>Should it really be this much of a pain to install tracks?? Never used it looks cool, and haven't messed w/ruby, gems, rake, bundle, etc too much.. but I mean really...</p>

<p><a href="http://hpaste.org/77988" target="_blank" rel="nofollow">http://hpaste.org/77988</a></p>
]]></description>
   </item>
   <item>
      <title>UnixBench running 4 parallel processes scores lower then one on Xen PV?</title>
      <link>http://lowendtalk.com/discussion/5990/unixbench-running-4-parallel-processes-scores-lower-then-one-on-xen-pv</link>
      <pubDate>Thu, 15 Nov 2012 04:55:08 +0000</pubDate>
      <dc:creator>bitronictech</dc:creator>
      <guid isPermaLink="false">5990@/discussions</guid>
      <description><![CDATA[<p>I am running a Xen PV on a Quad-Core 3.3GHz E3-1230-V2 Xeon Ivy Bridge, 8GB RAM, 2 X 1TB SAS with 8 threads. One thread is pinned to Dom0. I had setup a VPS with 1024MB RAM and 50GB HD. Capped at 100% of one core but not pinned, with 4vCPUs. DomU is running CentOS 6.3, Dom0 uses virtualizor as the frontend panel. When I ran benchmarks I got some... interesting results:</p>

<p>#    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
   #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
   #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
   #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
   #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
    ####   #    #  #  #    #          #####   ######  #    #   ####   #    #</p>

<p>Version 5.1.3                      Based on the Byte Magazine Unix Benchmark</p>

<p>Multi-CPU version                  Version 5 revisions by Ian Smith,
                                      Sunnyvale, CA, USA
   January 13, 2011                   johantheghost at yahoo period com</p>

<p>1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10</p>

<p>1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10</p>

<p>1 x Execl Throughput  1 2 3</p>

<p>1 x File Copy 1024 bufsize 2000 maxblocks  1 2 3</p>

<p>1 x File Copy 256 bufsize 500 maxblocks  1 2 3</p>

<p>1 x File Copy 4096 bufsize 8000 maxblocks  1 2 3</p>

<p>1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10</p>

<p>1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10</p>

<p>1 x Process Creation  1 2 3</p>

<p>1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10</p>

<p>1 x Shell Scripts (1 concurrent)  1 2 3</p>

<p>1 x Shell Scripts (8 concurrent)  1 2 3</p>

<p>4 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10</p>

<p>4 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10</p>

<p>4 x Execl Throughput  1 2 3</p>

<p>4 x File Copy 1024 bufsize 2000 maxblocks  1 2 3</p>

<p>4 x File Copy 256 bufsize 500 maxblocks  1 2 3</p>

<p>4 x File Copy 4096 bufsize 8000 maxblocks  1 2 3</p>

<p>4 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10</p>

<p>4 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10</p>

<p>4 x Process Creation  1 2 3</p>

<p>4 x System Call Overhead  1 2 3 4 5 6 7 8 9 10</p>

<p>4 x Shell Scripts (1 concurrent)  1 2 3</p>

<p>4 x Shell Scripts (8 concurrent)  1 2 3</p>

<p>========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)</p>

<p>System: testraid.bitronictech.net: GNU/Linux
   OS: GNU/Linux -- 2.6.32-279.el6.x86_64 -- <a rel="nofollow" href="/search?Search=%231&amp;Mode=like">#1</a> SMP Fri Jun 22 12:19:21 UTC 2012
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz (6585.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz (6585.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET, Intel virtualization
   CPU 2: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz (6585.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET, Intel virtualization
   CPU 3: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz (6585.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET, Intel virtualization
   01:46:04 up 54 min,  1 user,  load average: 0.17, 0.04, 0.17; runlevel 3</p>

<hr />

<p>Benchmark Run: Thu Nov 15 2012 01:46:04 - 02:14:17
4 CPUs in system; running 1 parallel copy of tests</p>

<p>Dhrystone 2 using register variables       36081254.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4007.1 MWIPS (9.8 s, 7 samples)
Execl Throughput                                671.9 lps   (29.5 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        293866.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           76780.8 KBps  (30.1 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        940053.1 KBps  (30.0 s, 2 samples)
Pipe Throughput                              429204.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  75300.2 lps   (10.0 s, 7 samples)
Process Creation                               1281.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                    906.8 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                    148.1 lpm   (60.2 s, 2 samples)
System Call Overhead                         394699.7 lps   (10.0 s, 7 samples)</p>

<p>System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   36081254.9   3091.8
Double-Precision Whetstone                       55.0       4007.1    728.6
Execl Throughput                                 43.0        671.9    156.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     293866.3    742.1
File Copy 256 bufsize 500 maxblocks            1655.0      76780.8    463.9
File Copy 4096 bufsize 8000 maxblocks          5800.0     940053.1   1620.8
Pipe Throughput                               12440.0     429204.8    345.0
Pipe-based Context Switching                   4000.0      75300.2    188.3
Process Creation                                126.0       1281.5    101.7
Shell Scripts (1 concurrent)                     42.4        906.8    213.9
Shell Scripts (8 concurrent)                      6.0        148.1    246.8
System Call Overhead                          15000.0     394699.7    263.1
                                                                   ========
System Benchmarks Index Score                                         402.4</p>

<hr />

<p>Benchmark Run: Thu Nov 15 2012 02:14:17 - 02:42:47
4 CPUs in system; running 4 parallel copies of tests</p>

<p>Dhrystone 2 using register variables       19209588.0 lps   (10.1 s, 7 samples)
Double-Precision Whetstone                     2115.9 MWIPS (9.0 s, 7 samples)
Execl Throughput                                649.2 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks         76680.8 KBps  (30.1 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           20547.6 KBps  (30.1 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        268725.1 KBps  (30.1 s, 2 samples)
Pipe Throughput                              228735.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  38611.6 lps   (10.1 s, 7 samples)
Process Creation                               1314.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   1195.1 lpm   (60.2 s, 2 samples)
Shell Scripts (8 concurrent)                    173.6 lpm   (60.6 s, 2 samples)
System Call Overhead                         218916.0 lps   (10.1 s, 7 samples)</p>

<p>System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   19209588.0   1646.1
Double-Precision Whetstone                       55.0       2115.9    384.7
Execl Throughput                                 43.0        649.2    151.0
File Copy 1024 bufsize 2000 maxblocks          3960.0      76680.8    193.6
File Copy 256 bufsize 500 maxblocks            1655.0      20547.6    124.2
File Copy 4096 bufsize 8000 maxblocks          5800.0     268725.1    463.3
Pipe Throughput                               12440.0     228735.3    183.9
Pipe-based Context Switching                   4000.0      38611.6     96.5
Process Creation                                126.0       1314.8    104.3
Shell Scripts (1 concurrent)                     42.4       1195.1    281.9
Shell Scripts (8 concurrent)                      6.0        173.6    289.4
System Call Overhead                          15000.0     218916.0    145.9
                                                                   ========
System Benchmarks Index Score                                         231.3</p>
]]></description>
   </item>
   <item>
      <title>Force A record in /etc/hosts</title>
      <link>http://lowendtalk.com/discussion/5617/force-a-record-in-etchosts</link>
      <pubDate>Mon, 29 Oct 2012 16:45:49 +0000</pubDate>
      <dc:creator>twain</dc:creator>
      <guid isPermaLink="false">5617@/discussions</guid>
      <description><![CDATA[<p>CentOS 5.x box.. put the normal line in:</p>

<h2>some ip     sub.domain.com</h2>

<p>testing soon after...</p>

<p>host sub.domain.com (on same box)</p>

<p>still returns value from caching servers...</p>

<p>does it take awhile to start using the value in the hosts file?</p>

<p>(BTW contents of/etc/host.conf is: order hosts,bind)</p>
]]></description>
   </item>
   <item>
      <title>[GERMANY/USA] Xen/XenHVM VPS - 1 CPU, 384MB RAM, 15GB HDD, 500GB BW, Windows available</title>
      <link>http://lowendtalk.com/discussion/5166/germanyusa-xenxenhvm-vps-1-cpu-384mb-ram-15gb-hdd-500gb-bw-windows-available</link>
      <pubDate>Mon, 01 Oct 2012 17:47:12 +0000</pubDate>
      <dc:creator>qhoster</dc:creator>
      <guid isPermaLink="false">5166@/discussions</guid>
      <description><![CDATA[<p>Why to choose a VPS plan offered by QHoster.com:</p>

<p>- Raid array for fast disk I/O and security of your data<br />
- Always Intel Xeon Processors<br />
- Highly secured and well maintained servers<br />
- Registered company, in business since 2004<br />
- cPanel, Plesk and other control panels including security setup during provisioning<br />
- Instant VPS setup<br />
- Custom Reverse DNS (RDNS) records</p>

<p>Xen/Xen-HVM Virtual Private Server (Windows XP/7/Server 2003/2008 available)<br />
=============================================================================<br />
1 CPU core<br />
<strong>384</strong> MB RAM<br />
<strong>15</strong> GB Disk space<br />
<strong>500</strong> GB Monthly traffic</p>

<p>Full Root access<br />
<strong>1</strong> IPv4 IP address</p>

<p>32 &amp; 64 bit OSes : <strong></strong></p>

<p>        CentOS 5 32bit   <br />
    CentOS 5 64bit <br />
    CentOS 6 32bit  <br />
    CentOS 6 64bit <br />
    Debian 5 32bit <br />
    Debian 5 64bit  <br />
    Debian 6 32bit  <br />
    Debian 6 64bit  <br />
    Arch Linux 2012-01 64bit    <br />
    Fedora 14 32bit     <br />
    Fedora 14 64bit     <br />
    Fedora 15 32bit     <br />
    Fedora 15 64bit     <br />
    Fedora 16 64bit     <br />
    Ubuntu 10.04 LTS 32bit  <br />
    Ubuntu 10.04 LTS 64bit  <br />
    Ubuntu 10.10 32bit  <br />
    Ubuntu 10.10 64bit  <br />
    Ubuntu 11.04 32bit  <br />
    Ubuntu 11.04 64bit  <br />
    Ubuntu 11.10 32bit  <br />
    Ubuntu 11.10 64bit <br />
        Ubuntu 12.04 LTS 32bit  <br />
    Ubuntu 12.04 LTS 64bit  <br />
    Gentoo 2011-07 64bit    <br />
    Scientific Linux 6 64bit    <br />
    Slackware 13.37 32bit   <br />
    Slackware 13.37 64bit</p>

<p></p>

<p>SECURE ORDER NOW: <strong>$4.99/mo. (LIFETIME PRICE)</strong> <a rel="nofollow" href="https://www.qhoster.com/clients/cart.php?a=add&amp;pid=62"><strong>ORDER NOW</strong></a></p>

<p>======================================</p>

<p>Test IPs:<br />
-----------<br />
Germany: <strong>31.170.106.93</strong></p>

<p>USA: <strong>184.171.167.210</strong></p>

<p>Speedtest files:<br />
--------------------<br />
Germany : <strong><a rel="nofollow" href="http://speedtest-germany2.qhoster.com/100mb.bin">100MB</a></strong></p>

<p>USA : <strong><a rel="nofollow" href="http://speedtest-usa1.qhoster.com/100mb.bin">100MB</a></strong></p>

<p>FAQ:</p>

<p>Q: Do you offer cPanel, Plesk, Fantastico, RVSkins and other hosting control panels and auto-installers?<br />
A: Yes. We offer all hosting software like control panels (cPanel, Plesk, DirectAdmin, InterWorx, ISPManager, Kloxo), sitebuiders (RVSIteBuilder, Trendy Flash Builder, Parallels SiteBuilder), auto-installers (Softaculous, Fantastico, Installatron).</p>

<p>- cPanel/WHM - $15/mo.<br />
 <br />
- Plesk 10 domains - $12/mo.<br />
 <br />
- DirectAdmin - $17/mo.<br />
 <br />
- Kloxo - free of charge</p>

<p>Q: What payment methods are accepted?<br />
A: We accept <strong>PayPal, Credit/Debit Card, AlertPay (Payza), Skrill (MoneyBookers), Liberty Reserve</strong></p>

<p>Q: What is your average setup time?<br />
A: All VPSes are setup <strong>instantly</strong> so you do not need to wait.</p>

<p>Q: How long have you been in business?<br />
A: Since <strong>2004</strong>.</p>

<p>Q: Do you allow proxy sites?<br />
A: We allow private proxy sites. We do not permit public proxy sites.</p>

<p>Q: Can we setup OpenVPN with VPS server?<br />
A: Yes all servers have OpenVPN, PPTP and L2TP/IPSec support.</p>

<p>Q: Do you offer Reverse-DNS control?<br />
A: Yes you can modify the RDNS for your IP address/es.</p>

<p>Q: Can you assist transferring our existing data?<br />
A: Sure, we always help customers to transfer their existing data (VPSes with cPanel and Plesk) from another provider without a fee.</p>
]]></description>
   </item>
   <item>
      <title>ChicagoVPS Sale! - 128mb for $12/year!</title>
      <link>http://lowendtalk.com/discussion/4653/chicagovps-sale-128mb-for-12year</link>
      <pubDate>Thu, 06 Sep 2012 19:12:58 +0000</pubDate>
      <dc:creator>jshinkle</dc:creator>
      <guid isPermaLink="false">4653@/discussions</guid>
      <description><![CDATA[<p>$12 a year package:</p>

<p>128MB RAM
 100GB BW
 10GB HDD
 1 IPv4</p>

<p>Buffalo Link: <a rel="nofollow" href="https://billing.chicagovps.net/cart.php?a=add&amp;pid=74">Here</a>
Chicago Link: <a rel="nofollow" href="https://billing.chicagovps.net/cart.php?a=add&amp;pid=73">Here</a></p>

<p>$5 monthly/$48 year package:</p>

<p>1GB RAM
 1500GB BW
 30GB HDD
 2 x IPv4</p>

<p>Buffalo Link: <a rel="nofollow" href="https://billing.chicagovps.net/cart.php?a=add&amp;pid=81">Here</a> (no promocode required)
Chicago Link: <a rel="nofollow" href="https://billing.chicagovps.net/cart.php?a=add&amp;pid=80">Here</a> (no promocode required)</p>

<p>Addons:
 cPanel SALE!!!! $7.50 per month cPanel addon with the Professional Package yearly or monthly. (order when you order your VPS)
 Free domain with year professional package. Use promo code “freedomain”.</p>

<p>And i have a few E3 dedicated servers for a little bit higher price than I can post. Feel free to PM me or email sales@chicagovps.net!!!! They are CHEAP and are backed with our 99.9% uptime! :)</p>
]]></description>
   </item>
   <item>
      <title>[GERMANY/USA] Xen VPS - 384MB RAM, 15GB HDD, 500GB BW, IPv6, LIFETIME $4.99/mo!!!</title>
      <link>http://lowendtalk.com/discussion/4486/germanyusa-xen-vps-384mb-ram-15gb-hdd-500gb-bw-ipv6-lifetime-4-99mo</link>
      <pubDate>Tue, 28 Aug 2012 16:24:05 +0000</pubDate>
      <dc:creator>qhoster</dc:creator>
      <guid isPermaLink="false">4486@/discussions</guid>
      <description><![CDATA[<p>Why to choose a VPS plan offered by QHoster.com:</p>

<p>- RAID-10 HDD array for fast disk I/O and security of your data<br />
- Always Intel Xeon Processors<br />
- Highly secured and well maintained servers<br />
- Registered company, in business since 2004 unlike some budget VPS hosting providers<br />
- cPanel, Plesk and other control panels including security setup during provisioning<br />
- Instant VPS setup<br />
- Custom Reverse DNS (RDNS) records</p>

<p>Xen/Xen-HVM Virtual Private Server<br />
=====================================<br />
1 CPU core<br />
<strong>384</strong> MB RAM<br />
<strong>15</strong> GB Disk space (Raid-10)<br />
<strong>500</strong> GB Monthly traffic</p>

<p>Full Root access<br />
<strong>1</strong> IPv4 IP address<br />
<strong>10</strong> IPv6 IP addresses (available only in Germany location)<br />
32 &amp; 64 bit OSes : <strong></strong></p>

<p>CentOS 5 32bit   <br />
    CentOS 5 64bit <br />
    CentOS 6 32bit  <br />
    CentOS 6 64bit <br />
    Debian 5 32bit <br />
    Debian 5 64bit  <br />
    Debian 6 32bit  <br />
    Debian 6 64bit  <br />
    Arch Linux 2012-01 64bit    <br />
    Fedora 14 32bit     <br />
    Fedora 14 64bit     <br />
    Fedora 15 32bit     <br />
    Fedora 15 64bit     <br />
    Fedora 16 64bit     <br />
    Ubuntu 10.04 LTS 32bit  <br />
    Ubuntu 10.04 LTS 64bit  <br />
    Ubuntu 10.10 32bit  <br />
    Ubuntu 10.10 64bit  <br />
    Ubuntu 11.04 32bit  <br />
    Ubuntu 11.04 64bit  <br />
    Ubuntu 11.10 32bit  <br />
    Ubuntu 11.10 64bit <br />
        Ubuntu 12.04 LTS 32bit  <br />
    Ubuntu 12.04 LTS 64bit  <br />
    Gentoo 2011-07 64bit    <br />
    Scientific Linux 6 64bit    <br />
    Slackware 13.37 32bit   <br />
    Slackware 13.37 64bit</p>

<p></p>

<p>SECURE ORDER NOW only for : <strong>$4.99/mo. (LIFETIME PRICE)</strong> <a rel="nofollow" href="https://www.qhoster.com/clients/cart.php?a=add&amp;pid=62"><strong>ORDER NOW</strong></a></p>

<p>======================================</p>

<p>Test IPs:<br />
-----------<br />
Germany: <strong>31.170.106.93</strong></p>

<p>USA: <strong>184.171.167.210</strong></p>

<p>Speedtest files:<br />
--------------------<br />
Germany : <strong><a rel="nofollow" href="http://speedtest-germany2.qhoster.com/100mb.bin">100MB</a></strong></p>

<p>USA : <strong><a rel="nofollow" href="http://speedtest-usa1.qhoster.com/100mb.bin">100MB</a></strong></p>

<p>FAQ:</p>

<p>Q: Do you offer cPanel, Plesk, Fantastico, RVSkins and other hosting control panels and auto-installers?<br />
A: Yes. We offer all hosting software like control panels (cPanel, Plesk, DirectAdmin, InterWorx, ISPManager, Kloxo), sitebuiders (RVSIteBuilder, Trendy Flash Builder, Parallels SiteBuilder), auto-installers (Softaculous, Fantastico, Installatron).</p>

<p>- cPanel/WHM - $15/mo.<br />
 <br />
- Plesk 10 domains - $12/mo.<br />
 <br />
- DirectAdmin - $17/mo.<br />
 <br />
- Kloxo - free of charge</p>

<p>Q: What payment methods are accepted?<br />
A: We accept <strong>PayPal, Credit/Debit Card, AlertPay (Payza), Skrill (MoneyBookers), Liberty Reserve</strong></p>

<p>Q: What is your average setup time?<br />
A: All VPSes are setup <strong>instantly</strong> so you do not need to wait.</p>

<p>Q: How long have you been in business?<br />
A: Since <strong>2004</strong>.</p>

<p>Q: Do you allow proxy sites?<br />
A: We allow private proxy sites. We do not permit public proxy sites.</p>

<p>Q: Can we setup OpenVPN with VPS server?<br />
A: Yes all servers have OpenVPN, PPTP and L2TP/IPSec support.</p>

<p>Q: Do you offer Reverse-DNS control?<br />
A: Yes you can modify the RDNS for your IP address/es.</p>

<p>Q: Can you assist transferring our existing data?<br />
A: Sure, we always help customers to transfer their existing data (VPSes with cPanel and Plesk) from another provider without a fee.</p>
]]></description>
   </item>
   <item>
      <title>LFCVPS: 25% off, 11 FREE backups - Canadian and US locations</title>
      <link>http://lowendtalk.com/discussion/4294/lfcvps-25-off-11-free-backups-canadian-and-us-locations</link>
      <pubDate>Wed, 15 Aug 2012 17:01:20 +0000</pubDate>
      <dc:creator>jeff_lfcvps</dc:creator>
      <guid isPermaLink="false">4294@/discussions</guid>
      <description><![CDATA[<p><strong>Use promotion code "LFC25" for 25% recurring discount at <a href="http://www.lfcvps.com/" target="_blank" rel="nofollow">http://www.lfcvps.com/</a></strong></p>

<p><strong>Our VPS Nodes:</strong>
- ASUS Z9PE-D16 Server Motherboard
- 2 x Hexa-Core Intel Xeon E5-NNNN CPUs with Hyper-Threading
- 64GB of ECC DDR3-1600 RAM (minimum)
- Adaptec 6805 w/ write-caching enabled (Zero-Maintenance Cache Protection)
- 8 x Seagate 15,000RPM 600GB SAS Hard Drives (RAID-6)</p>

<p><strong>Why choose LFCVPS:</strong>
- Parent Company (LFCHosting) has been in business since 1996
- No overselling
- You control your rDNS (both IPv4 and IPv6)
- CentOS, Debian, Ubuntu, Slackware, Fedora, Gentoo, Arch, Scientific Linux
- Includes free backups (7 daily, 3 weekly, 1 user controlled) and the
ability to securely access them using FTP-SSL</p>

<p><strong>LFC-(USA|CAN)-128 ($31.50/year):</strong>
- Xen/SolusVM
- 128MB RAM / 256MB Swap
- 10GB disk space
- 200GB bandwidth
- 4 vCPU cores
- 1 IPv4 Address
- 10 IPv6 Addresses</p>

<p><strong>LFC-(USA|CAN)-256 ($5.96/month):</strong>
- Xen/SolusVM
- 256MB RAM / 512MB Swap
- 20GB disk space
- 300GB bandwidth
- 4 vCPU cores
- 1 IPv4 Address
- 10 IPv6 Addresses</p>

<p><strong>US Network and Datacenter:</strong>
- 1500 Champa St, Denver
- Test IP: 208.68.106.21 / 2605:6f00:532::21:1
- Test Files: <a href="http://mirrors.lfcvps.com/speedtest/" target="_blank" rel="nofollow">http://mirrors.lfcvps.com/speedtest/</a></p>

<p><strong>Canadian Network and Datacenter:</strong>
- 1250 René-Lévesque West, Montreal
- Test IP: 208.79.218.2 / 2605:6f00:9000::7
- Test Files: <a href="http://mtl.lfcvps.com/speedtest/" target="_blank" rel="nofollow">http://mtl.lfcvps.com/speedtest/</a></p>

<p><strong>Contact:</strong></p>

<p>We can be reached at sales (at) lfcvps.com</p>
]]></description>
   </item>
   <item>
      <title>[EU/US] Xen VPS, 1 CPU, 384MB RAM, 15GB HDD Raid-10, 500GB (1Gbits) $4.99/mo.</title>
      <link>http://lowendtalk.com/discussion/3499/euus-xen-vps-1-cpu-384mb-ram-15gb-hdd-raid-10-500gb-1gbits-4-99mo</link>
      <pubDate>Tue, 03 Jul 2012 19:05:03 +0000</pubDate>
      <dc:creator>qhoster</dc:creator>
      <guid isPermaLink="false">3499@/discussions</guid>
      <description><![CDATA[<p>Why to choose a VPS plan offered by QHoster.com:</p>

<p>- Locations in Germany (good for Europe and Asia) and USA (good for USA, Canada and Australia)<br />
    - 1Gbit/s connected servers<br />
    - RAID-10 HDD array for fast disk I/O<br />
    - Always Intel Xeon Processors<br />
    - Highly secured and well maintained Supermicro and HP servers<br />
    - Registered company unlike some budget VPS hosting providers<br />
    - cPanel, Plesk and other control panels including security setup during provisioning<br />
    - Full root access<br />
    - Free and Instant VPS setup<br />
    - Custom Reverse DNS (RDNS) records<br />
    - Free migration of your data from your current hosting provider</p>

<p>Xen/Xen-HVM Virtual Private Server<br />
    =====================================<br />
    1 CPU core<br />
    <strong>384</strong> MB Guaranteed memory<br />
    <strong>768</strong> MB Swap<br />
    <strong>15</strong> GB Disk space (Raid secured)<br />
    <strong>500</strong> GB Monthly traffic (1Gbits port)</p>

<p>Full Root access<br />
    1 IP address<br />
    32 &amp; 64 bit OSes : <strong>CentOS 5 &amp; 6 / Fedora 14 &amp; 15   &amp; 16 / Debian 5 &amp; 6/ Ubuntu 10 &amp; 11 &amp; 12 / ArchLinux /   Slackware / Gentoo / Scientific Linux 6</strong></p>

<p>Order now only for : <strong>$4.99/mo. (recurring price)</strong> <a rel="nofollow" href="https://www.qhoster.com/clients/cart.php?a=add&amp;pid=62"><strong>ORDER NOW</strong></a></p>

<p>======================================</p>

<p>Test IPs:<br />
    -----------<br />
    Germany: <strong>46.228.204.42</strong></p>

<p>USA: <strong>184.171.167.210</strong></p>

<p>Speedtest files:<br />
    --------------------<br />
    Germany : <strong><a rel="nofollow" href="http://speedtest-germany1.qhoster.com/100mb.bin">100MB</a></strong></p>

<p>USA : <strong><a rel="nofollow" href="http://speedtest-usa1.qhoster.com/100mb.bin">100MB</a></strong></p>

<p>FAQ:</p>

<p>Q: Do you offer cPanel, Plesk, Fantastico, RVSkins and other hosting control panels and auto-installers?<br />
    A: Yes. We offer all hosting software like control panels (cPanel,   Plesk, DirectAdmin, InterWorx, ISPManager, Kloxo), sitebuiders   (RVSIteBuilder, Trendy Flash Builder, Parallels SiteBuilder),   auto-installers (Softaculous, Fantastico, Installatron).</p>

<p>Q: What port speeds are included with the VPS?<br />
    A: <strong>1Gbits port</strong> speed for the VPSes.</p>

<p>Q: What payment methods are accepted?<br />
    A: We accept <strong>PayPal, Credit/Debit Card, AlertPay (Payza), Skrill (MoneyBookers), Liberty Reserve</strong></p>

<p>Q: What is your average setup time?<br />
    A: All VPSes are setup <strong>instantly</strong> so you do not need to wait.</p>

<p>Q: How long have you been in business?<br />
    A: Since <strong>2004</strong>.</p>

<p>Q: Do you allow proxy sites?<br />
    A: We allow private proxy sites. We do not permit public proxy sites.</p>

<p>Q: Can we setup OpenVPN with VPS server?<br />
    A: Yes all servers have OpenVPN, PPTP and L2TP/IPSec support.</p>

<p>Q: Do you offer Reverse-DNS control?<br />
    A: Yes you can modify the RDNS for your IP address/es.</p>

<p>Q: Do you make backups of all VPSes?<br />
    A: We do, however, always recommend keeping your own backups in addition to ours in case of hardware problem.</p>

<p>Q: Can you assist transferring our existing data?<br />
    A: Sure, we always help customers to transfer their existing data (VPSes   with cPanel and Plesk) from another provider without a fee.</p>
]]></description>
   </item>
   <item>
      <title>mdadm exited with status 127</title>
      <link>http://lowendtalk.com/discussion/3316/mdadm-exited-with-status-127</link>
      <pubDate>Fri, 22 Jun 2012 19:54:00 +0000</pubDate>
      <dc:creator>Taz</dc:creator>
      <guid isPermaLink="false">3316@/discussions</guid>
      <description><![CDATA[<p>Can anyone explain what does this error stands for? (Google does not have enough info).
Situation:
Centos6-64bit 4HD Software Raid Setup ( tried with both ext3 and ext4  system)
After installation, First Reboot, Error shows up during shut down. That is it. Any idea?</p>
]]></description>
   </item>
   <item>
      <title>Can a user without root/su break my server?</title>
      <link>http://lowendtalk.com/discussion/3169/can-a-user-without-rootsu-break-my-server</link>
      <pubDate>Thu, 14 Jun 2012 16:51:00 +0000</pubDate>
      <dc:creator>littleguy</dc:creator>
      <guid isPermaLink="false">3169@/discussions</guid>
      <description><![CDATA[<p>I am running some web sites off a server (apache/mysql) and thought I'd let a friend host some sites too by creating a vhost to inside his home dir.</p>

<p>My question is - can he break or break into anything if he doesn't have root/su? Stuff like deleting necessary files, reading sensitive data etc.</p>

<p>Running CentOS 6.</p>
]]></description>
   </item>
   <item>
      <title>Debian VS CentOS</title>
      <link>http://lowendtalk.com/discussion/432/debian-vs-centos</link>
      <pubDate>Wed, 19 Oct 2011 08:35:48 +0000</pubDate>
      <dc:creator>LivingSouL</dc:creator>
      <guid isPermaLink="false">432@/discussions</guid>
      <description><![CDATA[<p>I've just noticed most of you guys here are using Debian (well at least on OVZ and Xen, I don't know on KVMs). Does that mean Debian is a more preferable choice than CentOS?</p>
]]></description>
   </item>
   <item>
      <title>Anyone please help me to install xfce+freenx in my centos vps by using my teamviewer?</title>
      <link>http://lowendtalk.com/discussion/2701/anyone-please-help-me-to-install-xfce-freenx-in-my-centos-vps-by-using-my-teamviewer</link>
      <pubDate>Tue, 15 May 2012 09:06:39 +0000</pubDate>
      <dc:creator>raihan0888</dc:creator>
      <guid isPermaLink="false">2701@/discussions</guid>
      <description><![CDATA[<p>Guys facing too many problem in installation.if you have a time using my teamviewer can you please please please setup xfce+freenx ?</p>
]]></description>
   </item>
   <item>
      <title>LFCVPS - LFC-128 for $3/month or any of our other plans for 35% off (recurring)</title>
      <link>http://lowendtalk.com/discussion/2345/lfcvps-lfc-128-for-3month-or-any-of-our-other-plans-for-35-off-recurring</link>
      <pubDate>Thu, 19 Apr 2012 13:50:05 +0000</pubDate>
      <dc:creator>jeff_lfcvps</dc:creator>
      <guid isPermaLink="false">2345@/discussions</guid>
      <description><![CDATA[<p>Our parent company (<strong>LFC Hosting</strong>) has been offering shared hosting and co-location since 1996; however, we began offering VPS services late last year.</p>

<p><strong>LFC-128 ($3/month):</strong>
- Xen-PV w/ SolusVM
- 128 MB RAM / 256 MB Swap
- 10 GB disk space
- 200 GB bandwidth
- 1 CPU core
- 1 IPv4 Address
- 10 IPv6 Addresses (upon request)</p>

<p><strong>Use the code "LET128" when you order <a rel="nofollow" href="http://www.lfcvps.com/cart.php?a=add&amp;pid=29">here</a>! Visa/Mastercard or Paypal are accepted!</strong></p>

<p><strong>LFC-256 ($6.46/month):</strong>
- Xen-PV w/ SolusVM
- 256 MB RAM / 256 MB Swap
- 20 GB disk space
- 300 GB bandwidth
- 2 CPU cores
- 1 IPv4 Address
- 10 IPv6 Addresses (upon request)</p>

<p><strong>Use the code "35OFF" when you order <a rel="nofollow" href="http://www.lfcvps.com/cart.php?a=add&amp;pid=3">here</a>! This code also works on any of our other plans (except the LFC-128)</strong></p>

<p><strong>Included with every VPS:</strong>
- You manage your own rDNS (both IPv4 and IPv6)
- DNS hosting (ns1.lfcvps.com, ns2.lfcvps.com, ns3.lfcvps.com)
- 7 daily backups + 3 Sundays prior to that</p>

<p><strong>Our VPS Nodes:</strong>
- Owned by LFCVPS
- 2 x Quad-Core Intel Xeon E55XX CPUs with Hyper-Threading
- 48GB of ECC DDR3-1333 RAM (minimum)
- Adaptec 5805/6805 w/ write-caching enabled (BBU or flash protected)
- <strong>8 x Seagate 15,000RPM 600GB SAS Hard Drives (RAID-10)</strong></p>

<p><strong>Network and Datacenter:</strong>
- 1500 Champa St, Denver
- Test IP: 208.68.106.21 / 2605:6f00:532::21:1 (AS40092)
- Test Files: <a rel="nofollow" href="http://mirrors.lfcvps.com/speedtest/">mirrors.lfcvps.com/speedtest/</a>
- UPS and Generator backups for power loss</p>

<p><strong>Contact:</strong> We can be reached at sales (at) lfcvps.com or on IRC (#lfcvps -- irc.freenode.net)</p>
]]></description>
   </item>
   <item>
      <title>LFCVPS - High quality VPS located in Denver</title>
      <link>http://lowendtalk.com/discussion/2153/lfcvps-high-quality-vps-located-in-denver</link>
      <pubDate>Thu, 05 Apr 2012 19:23:15 +0000</pubDate>
      <dc:creator>jeff_lfcvps</dc:creator>
      <guid isPermaLink="false">2153@/discussions</guid>
      <description><![CDATA[<p><strong>LFCHosting</strong> (in business since 1996) is offering Xen based VPSes at <a rel="nofollow" href="http://www.lfcvps.com">lfcvps.com</a>.</p>

<p><strong>LFC-256 ($6.97/month after discount):</strong>
- Xen-PV w/ SolusVM
- 256 MB RAM
- 10 GB disk space
- 300 GB bandwidth @ 1Gbps
- 2 CPU cores
- 1 IPv4 Address
- 10 IPv6 Addresses</p>

<p><strong>Use the code "LET" when you order <a rel="nofollow" href="http://www.lfcvps.com/xenpv.php">here</a>! This code also works on our other Xen-PV plans.</strong></p>

<p><strong>Our VPS Nodes:</strong>
- 2 x Quad-Core Intel Xeon E55XX CPUs with Hyper-Threading
- 48GB of ECC DDR3-1333 RAM (minimum)
- Adaptec 5805/6805 w/ write-caching enabled (BBU or flash protected)
- 8 x Seagate 15,000RPM 600GB SAS Hard Drives (RAID-10)</p>

<p><strong>Why choose LFCVPS:</strong>
- Parent Company (LFCHosting) has been in business since 1996
- No overselling
- High quality VPS nodes
- Full root access
- SolusVM control panel access
- You manage your rDNS
- Backups are included, 7 daily backups + the 3 Sundays before that.
- CentOS, Debian, Ubuntu, Slackware, Fedora, Gentoo, Arch, Scientific Linux, Windows Server
- 5/10/15% discounts for 3/6/12 month pre-payments (on top of the promotional code)</p>

<p><strong>Network and Datacenter:</strong>
- 1500 Champa St, Denver
- Test IP: 208.68.106.21 / 2605:6f00:532::21:1
- Test Files: <a rel="nofollow" href="http://mirrors.lfcvps.com/speedtest/">mirrors.lfcvps.com/speedtest/</a>
- Upstream Providers:
- 2x10Gbit Comcat
- 2x10Gbit TINET
- 2x10Gbit + 1Gbit Cogent
- 1x1Gbit RMIX peering
- UPS and Generator backups for power loss</p>

<p><strong>Contact:</strong> We can be reached at sales (at) lfcvps.com or on IRC (#lfcvps -- irc.freenode.net)</p>
]]></description>
   </item>
   <item>
      <title>You can run MongoDB on OpenVZ LEB!</title>
      <link>http://lowendtalk.com/discussion/1878/you-can-run-mongodb-on-openvz-leb</link>
      <pubDate>Sun, 18 Mar 2012 18:34:25 +0000</pubDate>
      <dc:creator>xenu</dc:creator>
      <guid isPermaLink="false">1878@/discussions</guid>
      <description><![CDATA[<p>This not latest news, but most people doesn't realize that it is possible to run MongoDB under OpenVZ container, with RHEL6 host. See Andrew Luzin's comment (date Oct 08 2011 08:12:00 AM UTC) at <a rel="nofollow" href="https://jira.mongodb.org/browse/SERVER-1121">https://jira.mongodb.org/browse/SERVER-1121</a></p>
]]></description>
   </item>
   <item>
      <title>50% OFF for life on 512MB and 1024MB OpenVZ packages</title>
      <link>http://lowendtalk.com/discussion/1851/50-off-for-life-on-512mb-and-1024mb-openvz-packages</link>
      <pubDate>Fri, 16 Mar 2012 22:03:25 +0000</pubDate>
      <dc:creator>prometeus</dc:creator>
      <guid isPermaLink="false">1851@/discussions</guid>
      <description><![CDATA[<p>IperWeb.COM, a brand of Prometeus.com, since 1997 is focused solely on high-quality, high-reliability web services and professional consulting. Our network and servers are tuned specifically for maximum performance, and our policies ensure that we remain as efficient as possible.</p>

<p>We are located in Milan, Italy and have 5 racks colocated in the largest campus/internet exchange of Italy. We have our Provider Independent Ip (from RIPE) and do BGP with our Autonomous System Number (AS34971) and a total bandwidth capacity of 10Gb.</p>

<p>For a limited time you can get a 50% discount for life on the following packages using the promotional code VM50REC</p>

<p>Plan: VZ5
CPU: 2 Core
RAM: 512MB
VSwap: 512MB
Hard Disk: 20GB
IP addresses: 1
Dedicated internet bandwidth: 3000 GB
OS: Linux
Distribution: debian or centos
Control Panel: SolusVM
Virtualization: OpenVZ
Type: Unmanaged
Regular Price: €5.50 | $6.90 / monthly
Discounted price using the code VM50REC: €2.75 | $3.45</p>

<p>Plan: VZ7
CPU: 4 Core
RAM: 1024MB
VSwap: 512MB
Hard Disk: 30GB
IP addresses: 1
Dedicated internet bandwidth: 4000 GB
OS: Linux
Distribution: debian or centos
Control Panel: SolusVM
Virtualization: OpenVZ
Type: Unmanaged
Regular Price: €8.90 | $11.50 / monthly
Discounted price using the code VM50REC: €4.45 | $5.75</p>

<p>You can order here:
<a href="https://www.prometeus.net/billing/cart.php?gid=7" target="_blank" rel="nofollow">https://www.prometeus.net/billing/cart.php?gid=7</a></p>

<p>The only accepted payment method is Paypal. Provisioning is automatic once the payment is completed.</p>

<p>We are located in Italy, Milan.</p>

<p>*** Download test can be run with the following urls ***</p>

<p><a href="http://mirrors.prometeus.net/test/test10.bin" target="_blank" rel="nofollow">http://mirrors.prometeus.net/test/test10.bin</a>
<a href="http://mirrors.prometeus.net/test/test100.bin" target="_blank" rel="nofollow">http://mirrors.prometeus.net/test/test100.bin</a>
<a href="http://iperweb.net/test/test10.bin" target="_blank" rel="nofollow">http://iperweb.net/test/test10.bin</a>
<a href="http://iperweb.net/test/test100.bin" target="_blank" rel="nofollow">http://iperweb.net/test/test100.bin</a></p>

<p>194.14.179.254 and 195.88.4.7 can be used for network tests.</p>

<p>No IPv6 for now, we already got our PI /48 but haven't deployed it.</p>

<p>This should be all. If you need more info ask, PM, or open a ticket.</p>

<p>Thanks</p>

<p>S.</p>
]]></description>
   </item>
   <item>
      <title>CentOS 5, Ping unknown / host unreachable</title>
      <link>http://lowendtalk.com/discussion/1759/centos-5-ping-unknown-host-unreachable</link>
      <pubDate>Sun, 11 Mar 2012 20:16:05 +0000</pubDate>
      <dc:creator>Jacob</dc:creator>
      <guid isPermaLink="false">1759@/discussions</guid>
      <description><![CDATA[<p>I am having a few issues, After installing CentOS 5.7 it appears their is a issue.</p>

<p>I can run wget / yum update perfectly fine and it connects with a decent speed but when trying to ping a IP Address or Hostname it says "Host is Unreachable". I have searched on the internet and at the momment putting it down to the dns resolvers but I am not sure what to set these too.</p>

<p>The IPTables is not showing anything that could block ICMP.</p>

<p>Am I right in thinking this is the /etc/resolv.conf file?</p>
]]></description>
   </item>
   <item>
      <title>newbie @ Iptables</title>
      <link>http://lowendtalk.com/discussion/1319/newbie-iptables</link>
      <pubDate>Fri, 03 Feb 2012 17:24:34 +0000</pubDate>
      <dc:creator>Asim</dc:creator>
      <guid isPermaLink="false">1319@/discussions</guid>
      <description><![CDATA[<p>I am newbie at iptables on CentOS 5.7</p>

<p>How do you open ports, lets say 12345 for incoming and outgoing on tcp only?</p>
]]></description>
   </item>
   </channel>
</rss>