<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DomainGurus Forums: Recent Topics</title>
<link>http://forums.domaingurus.com/</link>
<description>Our Community</description>
<language>en</language>
<pubDate>Fri, 19 Mar 2010 04:57:29 +0000</pubDate>

<item>
<title>k1ll3r on "How to fix vsftpd dead but subsys locked"</title>
<link>http://forums.domaingurus.com/topic/how-to-fix-vsftpd-dead-but-subsys-locked#post-320</link>
<pubDate>Thu, 14 Jan 2010 13:14:20 +0000</pubDate>
<dc:creator>k1ll3r</dc:creator>
<guid isPermaLink="false">320@http://forums.domaingurus.com/</guid>
<description>&#60;p&#62;Please follow this procedure....&#60;/p&#62;
&#60;p&#62;just remove the vsftpd lock from /var/lock/subsys/&#60;/p&#62;
&#60;p&#62;then in /etc/rc.d/init.d/ directory stop the xinetd daemon.&#60;br /&#62;
./xinetd stop&#60;/p&#62;
&#60;p&#62;now restart the vsftpd service &#60;/p&#62;
&#60;p&#62;service vsftpd restart&#60;/p&#62;
&#60;p&#62;and now start the xinetd daemon again...&#60;br /&#62;
./xinetd start&#60;/p&#62;
&#60;p&#62;Hope this works&#60;/p&#62;
&#60;p&#62;Best Regards,
&#60;/p&#62;</description>
</item>
<item>
<title>k1ll3r on "Recovery Windows admin password Plesk"</title>
<link>http://forums.domaingurus.com/topic/recovery-windows-admin-password-plesk#post-319</link>
<pubDate>Fri, 08 Jan 2010 09:45:49 +0000</pubDate>
<dc:creator>k1ll3r</dc:creator>
<guid isPermaLink="false">319@http://forums.domaingurus.com/</guid>
<description>&#60;p&#62;The easiest way to recover the admin password on a Windows server with a Plesk installation is accessed by a shell or terminal server and run this command.&#60;/p&#62;
&#60;p&#62;&#34;%plesk_bin%&#34;\plesksrvclient.exe -get&#60;/p&#62;
&#60;p&#62;the window wont open with the Plesk admin password.&#60;/p&#62;
&#60;p&#62;You can also assign a new credential with:&#60;/p&#62;
&#60;p&#62;&#34;%plesk_bin%&#34;\plesksrvclient.exe -set&#60;/p&#62;
&#60;p&#62;If we add the final true also change the password of the Plesk database. Finally, if we use instead of drawing -nogui the result by the display screen in the console and send the password to the clipboard.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Success stories"</title>
<link>http://forums.domaingurus.com/topic/success-stories#post-317</link>
<pubDate>Tue, 22 Dec 2009 17:47:30 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">317@http://forums.domaingurus.com/</guid>
<description>&#60;p&#62;This topic will be updated with the success stories of our Domaingurus customers, feel free to add any kudos or congrats.&#60;/p&#62;
&#60;p&#62;Enjoy!!&#60;/p&#62;</description>
</item>
<item>
<title>pepe on "How to Configure DNS on Linux Dedicated Server"</title>
<link>http://forums.domaingurus.com/topic/how-to-configure-dns-on-linux-dedicated-server#post-297</link>
<pubDate>Tue, 01 Dec 2009 19:42:36 +0000</pubDate>
<dc:creator>pepe</dc:creator>
<guid isPermaLink="false">297@http://forums.domaingurus.com/</guid>
<description>&#60;p&#62;How to Configure DNS on Linux Dedicated Server?&#60;/p&#62;</description>
</item>
<item>
<title>korpa on "Dedicated Game Servers"</title>
<link>http://forums.domaingurus.com/topic/dedicated-game-servers#post-281</link>
<pubDate>Wed, 25 Nov 2009 04:36:39 +0000</pubDate>
<dc:creator>korpa</dc:creator>
<guid isPermaLink="false">281@http://forums.domaingurus.com/</guid>
<description>&#60;div class=&#34;post&#34;&#62;
&#60;h1&#62;Dedicated Game Servers&#60;/h1&#62;
&#60;/div&#62;
&#60;div class=&#34;post&#34;&#62;&#60;br /&#62;&#60;/div&#62;
&#60;div class=&#34;post&#34;&#62;Are you offering &#60;strong&#62;Dedicated Game Servers&#60;/strong&#62;? can I use your servers for games? do you provide the necessary upstream bandwidth to host &#60;strong&#62;dedicated game servers&#60;/strong&#62; into your datacenters?&#60;/div&#62;
&#60;div class=&#34;post&#34;&#62;&#60;br /&#62;&#60;/div&#62;
&#60;div class=&#34;post&#34;&#62;Thank you&#60;/div&#62;</description>
</item>
<item>
<title>k1ll3r on "How to backup mysql databases"</title>
<link>http://forums.domaingurus.com/topic/how-to-basckup-mysql-databases#post-223</link>
<pubDate>Wed, 14 Oct 2009 11:13:35 +0000</pubDate>
<dc:creator>k1ll3r</dc:creator>
<guid isPermaLink="false">223@http://forums.domaingurus.com/</guid>
<description>&#60;p&#62;
&#60;/p&#62;&#60;p&#62;You can make tape &#60;strong&#62;backups&#60;/strong&#62;. However, sometime tape is not an option. GNU tar allows you to make incremental backups with -g option. For example following command will make &#60;strong&#62;incremental backup&#60;/strong&#62; of /var/www/html, /home, and /etc directories:&#60;/p&#62;
&#60;p&#62;# tar -g /var/log/tar-incremental.log -zcvf /backup/today.tar.gz /var/www/html /home /etc&#60;/p&#62;
&#60;p&#62;Where,&#60;/p&#62;
&#60;p&#62;* -g: Create/list/extract new GNU-format incremental backup and store information to /var/log/tar-incremental.log file.&#60;/p&#62;
&#60;p&#62;Making MySQL databases backup&#60;/p&#62;
&#60;p&#62;mysqldump is a client program for dumping or backing up mysql databases, tables and data. For example following command displays the list of databases:&#60;br /&#62;$ mysql -u root -h localhost -p -Bse 'show databases'&#60;/p&#62;
&#60;p&#62;Output:&#60;/p&#62;
&#60;p&#62;Enter password:&#60;br /&#62;brutelog&#60;br /&#62;cake&#60;br /&#62;faqs&#60;br /&#62;mysql&#60;br /&#62;phpads&#60;br /&#62;snews&#60;br /&#62;test&#60;br /&#62;tmp&#60;br /&#62;van&#60;br /&#62;wp&#60;/p&#62;
&#60;p&#62;Now you can backup each database with mysqldump command:&#60;br /&#62;$ mysqldump -u root -h localhost -pmypassword faqs &#124; gzip -9 &#38;gt; faqs-db.sql.gz&#60;/p&#62;</description>
</item>
<item>
<title>admin on "Dedicated Servers Hosting Information"</title>
<link>http://forums.domaingurus.com/topic/dedicated-servers-hosting-information#post-264</link>
<pubDate>Wed, 04 Nov 2009 17:09:57 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">264@http://forums.domaingurus.com/</guid>
<description>&#60;p&#62;All about &#60;strong&#62;dedicated servers hosting&#60;/strong&#62;, &#60;strong&#62;dedicated servers&#60;/strong&#62;, or &#60;strong&#62;managed hosting servers. &#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Forum about &#60;em&#62;dedicated servers&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Operating system&#60;br /&#62;Bandwidth and connectivity&#60;br /&#62;Server monitoring&#60;br /&#62;Technical support&#60;br /&#62;Firewalls &#38;amp; Security&#60;br /&#62;DDoS protection and mitigation&#60;br /&#62;Backups and restoration&#60;br /&#62;Load balancing Servers&#60;br /&#62;Switches&#60;br /&#62;KVM over IP&#60;br /&#62;IP Addresses&#60;br /&#62;SSD Storage&#60;/p&#62;
&#60;p&#62;&#38;nbsp;&#60;/p&#62;</description>
</item>
<item>
<title>korpa on "What are the specifications of the dedicated LAMP server?"</title>
<link>http://forums.domaingurus.com/topic/what-are-the-specifications-of-the-dedicated-lamp-server#post-180</link>
<pubDate>Thu, 18 Jun 2009 07:23:30 +0000</pubDate>
<dc:creator>korpa</dc:creator>
<guid isPermaLink="false">180@http://forums.domaingurus.com/</guid>
<description>&#60;p&#62;What are the specifications of the &#60;strong&#62;dedicated LAMP server&#60;/strong&#62;?&#60;/p&#62;
&#60;p&#62;How do i gain full access of my &#60;a title=&#34;dedicated servers&#34; href=&#34;http://www.domaingurus.com&#34;&#62;&#60;strong&#62;dedicated server&#60;/strong&#62;&#60;/a&#62;?&#60;/p&#62;</description>
</item>
<item>
<title>admin on "Dedicated Server Reviews"</title>
<link>http://forums.domaingurus.com/topic/dedicated-server-reviews#post-298</link>
<pubDate>Tue, 01 Dec 2009 19:52:03 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">298@http://forums.domaingurus.com/</guid>
<description>&#60;div class=&#34;post&#34;&#62;
&#60;h1&#62;&#60;strong&#62;Dedicated Servers &#60;/strong&#62;&#60;strong&#62;Reviews&#60;/strong&#62;&#60;/h1&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Dedicated Servers&#60;/strong&#62; Web Hosting &#60;strong&#62;Reviews&#60;/strong&#62; and Dedicated Hosting Reviews from &#60;strong&#62;DomainGurus&#60;/strong&#62;. Discover what other customers think about the &#60;strong&#62;dedicated servers&#60;/strong&#62; of DomainGurus.&#60;/p&#62;
&#60;p&#62;All Dedicated Servers Web Hosting reviews include details on pricing and features.&#60;/p&#62;
&#60;/div&#62;</description>
</item>
<item>
<title>korpa on "Dedicated Server Reseller"</title>
<link>http://forums.domaingurus.com/topic/dedicated-server-reseller#post-280</link>
<pubDate>Wed, 25 Nov 2009 04:28:34 +0000</pubDate>
<dc:creator>korpa</dc:creator>
<guid isPermaLink="false">280@http://forums.domaingurus.com/</guid>
<description>&#60;div class=&#34;post&#34;&#62;
&#60;h1&#62;Dedicated Server Reseller&#60;/h1&#62;
&#60;p&#62;How do I become a &#60;strong&#62;dedicated servers reseller&#60;/strong&#62;? I would like to offer &#60;a title=&#34;dedicated servers&#34; href=&#34;http://www.domaingurus.com&#34;&#62;&#60;strong&#62;dedicated servers&#60;/strong&#62;&#60;/a&#62; on my website, kind of the same custom form you have for dedicated servers.&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;/div&#62;</description>
</item>
<item>
<title>RogelioF on "Why I need a dedicated server?"</title>
<link>http://forums.domaingurus.com/topic/why-i-need-a-dedicated-server#post-96</link>
<pubDate>Thu, 23 Apr 2009 08:58:22 +0000</pubDate>
<dc:creator>RogelioF</dc:creator>
<guid isPermaLink="false">96@http://forums.domaingurus.com/</guid>
<description>&#60;div class=&#34;post&#34;&#62;
&#60;div class=&#34;post&#34;&#62;
&#60;h1&#62;Why I need a Dedicated Server?&#60;/h1&#62;
&#60;p&#62;&#60;br /&#62;Here are some reasons why you'll need a &#60;strong&#62;dedicated server&#60;/strong&#62; :&#60;/p&#62;
&#60;p&#62;* You have solutions that handle sensitive or critical data and undoubtedly require exclusive use. In the &#60;strong&#62;shared hosting&#60;/strong&#62; several clients have access to the same machine and we have to run programs on it (CGI, PHP and others). The level of security will be much greater if you are the only one with these privileges.&#60;/p&#62;
&#60;p&#62;* Large databases and applications with intensive use of CPU makes the shared &#60;strong&#62;hosting&#60;/strong&#62; is not a valid solution. A &#60;strong&#62;virtual server&#60;/strong&#62; shares the resources of the machine with other domains.&#60;/p&#62;
&#60;p&#62;* There are specific or custom applications that require access to the &#60;strong&#62;server&#60;/strong&#62; with administrator privileges to control it completely. &#60;a title=&#34;Dedicated servers&#34; href=&#34;http://www.domaingurus.com&#34;&#62;&#60;strong&#62;Dedicated servers&#60;/strong&#62;&#60;/a&#62; are the only ones that allow you to carry out such tasks. With dedicated hosting you can install all the software you want to register domain names, email accounts, etc.&#60;/p&#62;
&#60;p&#62;* With &#60;strong&#62;dedicated servers&#60;/strong&#62; you can use the complete bandwidth, in shared server you have only a fraction of the available bandwidth.&#60;/p&#62;
&#60;p&#62;* You have absolute control over the space of the hard drives and the use of the RAM, instead of sharing them with other people. Because both factors result in a superior scalability and overall increased performance of our website.&#60;/p&#62;
&#60;/div&#62;
&#60;/div&#62;</description>
</item>
<item>
<title>admin on "Dedicated server is better than shared server?"</title>
<link>http://forums.domaingurus.com/topic/dedicated-server-is-better-that-shared-server#post-76</link>
<pubDate>Mon, 20 Apr 2009 20:42:06 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">76@http://forums.domaingurus.com/</guid>
<description>&#60;div class=&#34;post&#34;&#62;
&#60;h1&#62;Why the dedicated server is better than shared server?&#60;/h1&#62;
&#60;p&#62;&#60;br /&#62;Most people pick &#60;strong&#62;dedicated servers&#60;/strong&#62;, this could be because they have some experience using this services or they already read some stories about this content. If we think logically on the word &#38;ldquo;shared&#38;rdquo;&#38;nbsp; this drive us directly to the knowledge that we share some concepts of the server.&#60;br /&#62;&#60;br /&#62;We hope that the server we share is totally debugged and with zero problems, we don't want any kind of downtime on our website, this is never sure for shared websites.&#60;br /&#62;&#60;br /&#62;So why is better the &#60;a title=&#34;dedicated server&#34; href=&#34;http://www.domaingurus.com/&#34; target=&#34;_blank&#34;&#62;&#60;strong&#62;dedicated server&#60;/strong&#62;&#60;/a&#62;, you principally have total control on your website, also you can install any kind of application, you can update any kind of software or hardware in your server, it's made by your specific requirements and only for them.&#60;br /&#62;&#60;br /&#62;Also, this option is great for people that need to upload huge amount of data, and need great capabilities for bandwidth.&#60;br /&#62;&#60;br /&#62;For the dedicated servers we also can provide the capabilities to manage firewalls and password access, this is for security purposes. If you have big knowledge on &#60;strong&#62;dedicated servers&#60;/strong&#62;, can control any kind of problem.&#60;/p&#62;
&#60;/div&#62;</description>
</item>
<item>
<title>RogelioF on "Server for rendering video"</title>
<link>http://forums.domaingurus.com/topic/server-for-rendering-video#post-220</link>
<pubDate>Tue, 13 Oct 2009 11:40:50 +0000</pubDate>
<dc:creator>RogelioF</dc:creator>
<guid isPermaLink="false">220@http://forums.domaingurus.com/</guid>
<description>&#60;div class=&#34;post&#34;&#62;
&#60;div class=&#34;post&#34;&#62;
&#60;p&#62;I'm looking for a &#60;strong&#62;dedicated server&#60;/strong&#62; that allows me to render tons of video the fastest possible instead of using my personal computer&#60;/p&#62;
&#60;p&#62;What is the &#60;strong&#62;best server&#60;/strong&#62; that you would recommend me? and what is the &#60;a title=&#34;cheapest dedicated server&#34; href=&#34;http://www.domaingurus.com/cheap-dedicated-servers-cheap-hosting-server.html&#34;&#62;&#60;strong&#62;cheapest dedicated server&#60;/strong&#62;&#60;/a&#62; that I can purchase for the same purpose and runs at a decent speed?&#60;/p&#62;
&#60;/div&#62;
&#60;/div&#62;</description>
</item>
<item>
<title>admin on "How to install Active Directory on Windows Servers 2003"</title>
<link>http://forums.domaingurus.com/topic/how-to-install-active-directory-on-windows-servers-2003#post-277</link>
<pubDate>Tue, 24 Nov 2009 16:36:57 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">277@http://forums.domaingurus.com/</guid>
<description>&#60;h1&#62;How to install Active Directory on Windows Servers 2003&#60;/h1&#62;
&#60;p&#62;&#38;nbsp;&#60;/p&#62;
&#60;p&#62;
&#60;object width=&#34;640&#34; height=&#34;505&#34; data=&#34;http://www.youtube.com/v/qKUjmT-fJVQ&#38;amp;hl=en_US&#38;amp;fs=1&#38;amp;rel=0&#34; type=&#34;application/x-shockwave-flash&#34;&#62;
&#60;param name=&#34;allowFullScreen&#34; value=&#34;true&#34; /&#62;
&#60;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34; /&#62;
&#60;param name=&#34;src&#34; value=&#34;http://www.youtube.com/v/qKUjmT-fJVQ&#38;amp;hl=en_US&#38;amp;fs=1&#38;amp;rel=0&#34; /&#62;
&#60;param name=&#34;allowfullscreen&#34; value=&#34;true&#34; /&#62;
&#60;/object&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>admin on "How to install Mail Server on Windows Server 2003"</title>
<link>http://forums.domaingurus.com/topic/how-to-install-mail-server-on-windows-server-2003#post-276</link>
<pubDate>Tue, 24 Nov 2009 16:34:10 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">276@http://forums.domaingurus.com/</guid>
<description>&#60;h1&#62;How to install Mail Server on Windows Server 2003&#60;/h1&#62;
&#60;p&#62;&#38;nbsp;&#60;/p&#62;
&#60;p&#62;
&#60;object width=&#34;640&#34; height=&#34;505&#34; data=&#34;http://www.youtube.com/v/l5cQxSeuNyA&#38;amp;hl=en_US&#38;amp;fs=1&#38;amp;rel=0&#34; type=&#34;application/x-shockwave-flash&#34;&#62;
&#60;param name=&#34;allowFullScreen&#34; value=&#34;true&#34; /&#62;
&#60;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34; /&#62;
&#60;param name=&#34;src&#34; value=&#34;http://www.youtube.com/v/l5cQxSeuNyA&#38;amp;hl=en_US&#38;amp;fs=1&#38;amp;rel=0&#34; /&#62;
&#60;param name=&#34;allowfullscreen&#34; value=&#34;true&#34; /&#62;
&#60;/object&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
