<?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/"
xmlns:georss="http://www.georss.org/georss"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
><channel><title>24x7serversupport Blog</title> <atom:link href="https://www.24x7serversupport.com/blog/feed/" rel="self" type="application/rss+xml" /><link>https://www.24x7serversupport.com/blog/</link> <description>Linux &#124; CPanel &#124; WHM &#124; webhosting&#124; Plesk &#124; DirectAdmin &#124; CentOs &#124; Debian &#124; Ubuntu Blog</description> <lastBuildDate>Fri, 10 Nov 2023 08:03:44 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod> hourly </sy:updatePeriod> <sy:updateFrequency> 1 </sy:updateFrequency> <generator>https://wordpress.org/?v=6.9</generator> <site
xmlns="com-wordpress:feed-additions:1">164132632</site> <item><title>Differences Between KVM And OpenVZ</title><link>https://www.24x7serversupport.com/blog/differences-between-kvm-and-openvz/</link> <dc:creator><![CDATA[Ravindra]]></dc:creator> <pubDate>Fri, 10 Nov 2023 07:54:46 +0000</pubDate> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3653</guid><description><![CDATA[<p>Which virtualization technology—OpenVZ or KVM—is superior? This query is frequently asked by clients who are researching virtual private servers (VPS). While there are many options available, such as VMware, Xen, and Hyper-V, let&#8217;s look at and distinguish between two more popular types that you can also acquire through Time4VPS: KVM and OpenVZ. Container-based virtualization for [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/differences-between-kvm-and-openvz/">Differences Between KVM And OpenVZ</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3653</post-id> </item> <item><title>How to Convert Disk From MBR to GPT For OVH Dedicated Server?</title><link>https://www.24x7serversupport.com/blog/how-to-convert-disk-from-mbr-to-gpt-for-ovh-dedicated-server-2/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Thu, 26 Jan 2023 12:04:46 +0000</pubDate> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3207</guid><description><![CDATA[<p>OVH template uses MBR for disk partitioning which has a limitation of an inability of utilizing more than 2 TB disk space of the single drive. We’ll illustrate the problem with an example and suggest its solution. Suppose, you have 4 TB hard disk drive but MBR disk partitioning can only detect the maximum size [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/how-to-convert-disk-from-mbr-to-gpt-for-ovh-dedicated-server-2/">How to Convert Disk From MBR to GPT For OVH Dedicated Server?</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3207</post-id> </item> <item><title>How to easily encrypt/decrypt a file in Linux with gpg￼</title><link>https://www.24x7serversupport.com/blog/how-to-easily-encrypt-decrypt-a-file-in-linux-with-gpg/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Mon, 25 Jul 2022 05:03:33 +0000</pubDate> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3445</guid><description><![CDATA[<p>No matter what you’re doing on your computer, you need to do so with an eye to security — that means using strong passwords, storing files in safe locations, and in some cases encrypting files. Fortunately, for nearly every usage, there are tools to enable you to encrypt your data…from transferring data online to storing [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/how-to-easily-encrypt-decrypt-a-file-in-linux-with-gpg/">How to easily encrypt/decrypt a file in Linux with gpg￼</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3445</post-id> </item> <item><title>Some useful commands for Account migrations in Cpanel server</title><link>https://www.24x7serversupport.com/blog/some-useful-commands-for-account-migrations-in-cpanel-server/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Mon, 25 Jul 2022 04:44:02 +0000</pubDate> <category><![CDATA[cPanel]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3441</guid><description><![CDATA[<p>Pre-migration steps (DNS) rsync -avHl /var/named/ /home/named.backup/ sed -i -e "s/14400/600/" /var/named/*.db newserial=$(date +%Y%m%d%H) sed -i -e "s/[0-9]\{10\}/$newserial/" /var/named/*.db rndc reload For customers with a large number of domains you can use the find command. cd /var/named find . -name "*.db" -exec sed -i -e "s/TTL\ 14400/TTL\ 600/" {} \; newserial=$(date +%Y%m%d%H) find . -name [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/some-useful-commands-for-account-migrations-in-cpanel-server/">Some useful commands for Account migrations in Cpanel server</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3441</post-id> </item> <item><title>The MySQL server is currently offline Cpanel</title><link>https://www.24x7serversupport.com/blog/the-mysql-server-is-currently-offline-cpanel/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Sun, 30 Jan 2022 09:21:49 +0000</pubDate> <category><![CDATA[cPanel]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3416</guid><description><![CDATA[<p>Error Go to WHM &#62; Service Manager and uncheck monitor for MySQL (so it doesn&#8217;t restart while fixing the issue), then save the area 2. Stop MySQL in root SSH (if it is running, if not running at all, then this can be skipped) Code: 3. Start MySQL without the password prompt Code: 4. Get [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/the-mysql-server-is-currently-offline-cpanel/">The MySQL server is currently offline Cpanel</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3416</post-id> </item> <item><title>How to disable cPHulk from the command line?</title><link>https://www.24x7serversupport.com/blog/how-to-disable-cphulk-from-the-command-line/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Sun, 30 Jan 2022 09:18:43 +0000</pubDate> <category><![CDATA[cPanel]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3414</guid><description><![CDATA[<p>cPHulk on the command line is helpful if you have been locked out of the WHM or cPanel interfaces. If you are locked out of the system and need to get your access working quickly, the easiest thing to do is to disable the cPHulk service, which you can do with the following commands.&#160; These [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/how-to-disable-cphulk-from-the-command-line/">How to disable cPHulk from the command line?</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3414</post-id> </item> <item><title>How to Install ImunifyAV on Cpanel Server</title><link>https://www.24x7serversupport.com/blog/how-to-install-imunifyav/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Sun, 30 Jan 2022 09:15:32 +0000</pubDate> <category><![CDATA[cPanel]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3412</guid><description><![CDATA[<p>How to install ImunifyAV On the server where you want to install ImunifyAV, perform the following steps: You can access ImunifyAV from the&#160;Plugins&#160;interface (WHM &#62;&#62; Home &#62;&#62; Plugins).</p><p>The post <a
href="https://www.24x7serversupport.com/blog/how-to-install-imunifyav/">How to Install ImunifyAV on Cpanel Server</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3412</post-id> </item> <item><title>Migrating to MailEnable from another mail server</title><link>https://www.24x7serversupport.com/blog/migrating-to-mailenable-from-another-mail-server/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Sun, 30 Jan 2022 09:10:34 +0000</pubDate> <category><![CDATA[Plesk]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3410</guid><description><![CDATA[<p>MAILBOX MIGRATION Using this approach, a user initiates the migration process via the webmail client. This is done as follows: MAILENABLE MIGRATION CENTER MailEnable&#8217;s Migration&#160;Center provides a comprehensive set of wizards that allow migration from legacy mail systems. It is possible to migrate a single organization/domain or to migrate an entire server. The most significant [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/migrating-to-mailenable-from-another-mail-server/">Migrating to MailEnable from another mail server</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3410</post-id> </item> <item><title>MySQL fails to start when a Plesk server lacks disk space: SQLSTATE[HY000] No space left on device 500 Plesk\Exception\Database</title><link>https://www.24x7serversupport.com/blog/mysql-fails-to-start-when-a-plesk-server-lacks-disk-space-sqlstatehy000-no-space-left-on-device-500-pleskexceptiondatabase-2/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Tue, 04 Jan 2022 17:15:33 +0000</pubDate> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3401</guid><description><![CDATA[<p>The post <a
href="https://www.24x7serversupport.com/blog/mysql-fails-to-start-when-a-plesk-server-lacks-disk-space-sqlstatehy000-no-space-left-on-device-500-pleskexceptiondatabase-2/">MySQL fails to start when a Plesk server lacks disk space: SQLSTATE[HY000] No space left on device 500 Plesk\Exception\Database</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3401</post-id> </item> <item><title>Does Plesk support DANE and TLSA?</title><link>https://www.24x7serversupport.com/blog/does-plesk-support-dane-and-tlsa/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Tue, 04 Jan 2022 17:12:22 +0000</pubDate> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/blog/?p=3399</guid><description><![CDATA[<p>Does Plesk support DANE (DNS-based Authentication of Named Entities)?Can I create a TLSA record in Plesk? This functionality is yet to be implemented by Plesk.</p><p>The post <a
href="https://www.24x7serversupport.com/blog/does-plesk-support-dane-and-tlsa/">Does Plesk support DANE and TLSA?</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">3399</post-id> </item> </channel> </rss>