{"id":4909,"date":"2012-12-23T10:39:28","date_gmt":"2012-12-23T15:39:28","guid":{"rendered":"http:\/\/g33kinfo.com\/info\/?p=4909"},"modified":"2012-12-23T10:39:28","modified_gmt":"2012-12-23T15:39:28","slug":"install-cloudlinux-in-cpanel","status":"publish","type":"post","link":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/","title":{"rendered":"Install Cloudlinux in cPanel"},"content":{"rendered":"<p><strong>PREPARATION<\/strong><\/p>\n<li>Obtain the Cloud Linux License from <a href=\"https:\/\/manage2.cpanel.net\" title=\"manage2.cpanel.net\" target=\"_blank\" rel=\"noopener noreferrer\">manage2.cpanel.net<\/a><\/li>\n<li>Obtain permission from the customer to reboot the server.<\/li>\n<p>&nbsp;&nbsp;<\/p>\n<p><strong>In cPanel:<\/strong><\/p>\n<p><code> \/usr\/local\/cpanel\/cpkeyclt<br \/>\n\/usr\/local\/cpanel\/bin\/cloudlinux_system_install -k<\/p>\n<p>~Possible error: Might see \"Yum error: Plugins are disabled\". <\/p>\n<p>~Add \"plugins=1\" to \/etc\/yum.conf and try again.<br \/>\n echo \"plugins=1\" >> \/etc\/yum.conf    that should do the trick<\/p>\n<p>shutdown -ar now<\/p>\n<p>~When its back up rebuild apache. <\/p>\n<p>\/usr\/local\/cpanel\/scripts\/easyapache --build<br \/>\n<\/code><br \/>\n&nbsp;&nbsp;<br \/>\n<strong>3rd party license<\/strong><\/p>\n<p><code>wget http:\/\/repo.cloudlinux.com\/cloudlinux\/sources\/cln\/cpanel2cl<br \/>\nsh cpanel2cl -k $key<br \/>\n~Replace $key with your license key.<br \/>\nreboot<br \/>\n\/scripts\/easyapache --build<\/code><br \/>\n&nbsp;&nbsp;<\/p>\n<p><!--more--><\/p>\n<p><strong>POST INSTALL<\/strong><\/p>\n<p>If after installation you don&#8217;t see any numbers in the LVE page in WHM, this is normal. A cPanel account needs to be created first to set up the vhost, and after that numbers won&#8217;t show until it receives traffic.<br \/>\n<code><br \/>\nyum install yum-protectbase<br \/>\nvim \/etc\/yum\/pluginconf.d\/rhnplugin.conf<\/code><br \/>\nadd the following to the file:<br \/>\n<code>[cloudlinux-x86_64-server-5]<br \/>\nprotect = 1<\/p>\n<p>[cloudlinux-base]<br \/>\nprotect = 1<\/code><br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>Install Plugins<\/strong><br \/>\nIn order to install the lve cpanel modules and plugins<br \/>\n<code><br \/>\nyum -y install cpanel-lve cpanel-lvemanager<br \/>\n<\/code><br \/>\n&nbsp;&nbsp;<\/p>\n<p>More documentation can be found at <a href=\"http:\/\/docs.cpanel.net\" title=\"http:\/\/docs.cpanel.net\/twiki\/bin\/vief\/AllDocumentation\/InstallationGuide\/InstallingOs\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/docs.cpanel.net\/twiki\/bin\/vief\/AllDocumentation\/InstallationGuide\/InstallingOs<\/a><\/p>\n<p><strong>User Configuration<\/strong><\/p>\n<p>The main configuration file for all the users on the system is \/etc\/container\/ve.cfg. This XML file contains two types of settings: default settings, and per-user settings. If an account does not have per-user settings, the account is subject to the default settings.<br \/>\n<code><br \/>\n<lveconfig><br \/>\n<system><br \/>\n<ubc enabled=\"false\"><\/ubc><br \/>\n<\/system><br \/>\n<defaults><br \/>\n<cpu limit=\" 25\"><\/cpu><br \/>\n<ncpu limit=\"1\"><\/ncpu><br \/>\n<io limit=\" 25\"><\/io><br \/>\n<mem limit=\"262144\"><\/mem><br \/>\n<other maxentryprocs=\"   25\"><\/other><br \/>\n<\/defaults><br \/>\n<lve id=\"502\"><br \/>\n<cpu limit=\" 20\"><\/cpu><br \/>\n<ncpu limit=\"1\"><\/ncpu><br \/>\n<mem limit=\"262144\"><\/mem><br \/>\n<other maxentryprocs=\"   30\"><\/other><br \/>\n<\/lve><br \/>\n<\/lveconfig><\/code><\/p>\n<p>Per-user settings are managed by their cloud linux ID. In the vast majority of cases, this ID is the UID for the user found in \/etc\/passwd. In rare cases on cPanel boxes the cloud linux ID for a user can be different.<br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>cpu limit<\/strong><\/p>\n<p>The cpu limit limits the percentage of CPU that a user can use. When changing this, just give it a number between 1 and 100.<br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>ncpu limit<\/strong><\/p>\n<p>The ncpu limit limits the number of processor cores that the user can access on the server. It takes an integer no higher than the actual number of cores on the server.<br \/>\nWhen changing this number, remember that the cpu limit applies to each core. So, if cpu is set to 25, and ncpu is set to 2, then the user can use up to 25% of 2 cores, or the equivalent of 50% of one core.<br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>mem limit<\/strong><\/p>\n<p>The mem limit limits the maximum amount of RAM that a user can grab at any one time. This number is measured in KB (kilobytes).<br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>Correction for version 0.8<\/strong><br \/>\nmem limit controls virtual memory. It is set in number of 4kb pages. To get the number in bytes multiply it by 4096, Example: mem limit=&#8221;524288&#8243; will increase the vmem limit to 2g.<br \/>\n<code># lveinfo<br \/>\nlVMem<br \/>\n2.0G<\/code><br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>pmem<\/strong><br \/>\npmem is physical memory.<\/p>\n<p><strong>Correct for version 0.8<\/strong><\/p>\n<p>The limit does not appear to be directly reflect the KB set. Example: mem limit=&#8221;262144&#8243; will increase the vmem limit to 1g.<br \/>\n<code># lveinfo<br \/>\nlPMem<br \/>\n1.0G<\/code><br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>maxentryprocs<\/strong><\/p>\n<p>This variable limits the number of entry processes a user can run. Entry processes are just a certain type of process usually used in serving a web page. For example, CGI and PHP scripts are subject to this number. This variable takes an integer. Note: This variable does NOT limit the entire number of processes the user can spawn, only ones related to the serving of web pages.<br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>Load new cloudlinux configuration<\/strong><br \/>\n<code><br \/>\n\/etc\/init.d\/lvectl reload<\/code><br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>Current Server configs<\/strong><br \/>\n<code><br \/>\nvim \/etc\/container\/ve.cfg<\/code>&nbsp;<\/p>\n<p><strong>0.8<\/strong><br \/>\n<code><br \/>\n< ?xml version=\"1.0\" ?><br \/>\n<lveconfig><br \/>\n        <defaults><br \/>\n                <cpu limit=\"25\"><\/cpu><br \/>\n                <ncpu limit=\"1\"><\/ncpu><br \/>\n                <io limit=\"1024\"><\/io>\n                <pmem limit=\"262144\"><\/pmem>\n                <other maxentryprocs=\"20\"><\/other><br \/>\n                <mem limit=\"524288\"><\/mem><br \/>\n                <nproc limit=\"0\"><\/nproc><br \/>\n        <\/defaults><br \/>\n<\/lveconfig><\/code><br \/>\n&nbsp;&nbsp;<br \/>\n<strong>Apache configuration<\/strong><\/p>\n<p>Apache configuration is handled in<br \/>\n<code>\/etc\/httpd\/conf\/modhostinglimits.conf<\/code><br \/>\nThere should be little need to adjust this file. There is no need to modify individual vhosts. SuExec MUST be enabled in order for Cloud Linux to monitor web traffic.<br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>Command-line Tools<\/strong><\/p>\n<p>Cloud Linux comes with a number of command line tools to help administer its usage. All such tools start with &#8220;lve&#8221;, and usually correlate to a similar command-line tool from unixland. While Cloud Linux does log a few things to \/var\/log\/messages, for the most part it logs information to an SQLite database. In order to access it, you must use these tools and filter the information as needed, rather than grepping a traditional log file.<\/p>\n<p><strong>lveps<\/strong><br \/>\nlveps provides a snapshot of process usage and groups them by cloud linux user.<\/p>\n<p><strong>lvetop<\/strong><br \/>\nlvetop shows real-time resource usage of each user.<\/p>\n<p><strong>lveinfo<\/strong><br \/>\nlveinfo shows a snapshot of historical resource usage. Data anywhere from one minute to two months old can be retrieved. Documentation for its use can be found here:<br \/>\n<a href=\"http:\/\/docs.cloudlinux.com\/index.html?lve-stats.html\" title=\"http:\/\/docs.cloudlinux.com\/index.html?lve-stats.html\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/docs.cloudlinux.com\/index.html?lve-stats.html<\/a><\/p>\n<p><strong>lvectl<\/strong><br \/>\nlvectl is the main command line tool for changing and applying configuration settings to cloud linux. It takes several arguments.<\/p>\n<ol>\n1. lvectl apply applies changes that you have made to ve.cfg. If you give it a UID, it will reload just that user&#8217;s changes; otherwise it will reload all the configurations in the file.<\/ol>\n<ol>\n2. lvectl set lets you change cpu, io, and maxentryprocs for a user without those changes beings saved to ve.cfg. This is good for temporarily trying out some changes before committing them permanently. If you do want to make the changes permanent, you can rerun the lvctl set command with the &#8211;save flag.<\/ol>\n<ol>\n3. lvectl delete removes the supplied UID from ve.cfg, restoring the user to the system default restrictions.<\/ol>\n<ol>\n4. lvectl list lists all the running users.<\/ol>\n<p><strong>WARNING:<\/strong> apart from &#8220;lvectl list&#8221;, no other lvectl commands needs to be run in a shared server environment. If a account is butting up against the Cloud Linux&#8217;s restrictions, they should be advised to upgrade account types to. (Assuming you have multiple account package types for existing accounts in a shared environment.)<\/p>\n<p>&nbsp;<br \/>\n<strong>Support Concerns<\/strong><\/p>\n<p>Apart from initial configurations, a customer will most likely contact you once they have hit some resource limit. The page will not say &#8220;This Site Being Detroited by CLOUD LINUX\u2122 &#8220;, but there will be some clues that should tip you off that a site is hitting the cloudlinux limits.<br \/>\n&nbsp;<br \/>\n<strong>508 errors<\/strong><\/p>\n<p>If a site returns a 508 Resource Limit Reached error, then it is almost certainly butting up against a cloud linux limit, probably memory. 508 is a valid http response code, and as far as Cloud Linux knows, they are the only ones actually using it. If you see such an error, run this one-liner:<br \/>\n<code>lveinfo --by-fault=mem --display-username --period=1d<\/code><br \/>\nThis should give you info on just how bad the user is hitting the memory limit.<br \/>\n&nbsp;&nbsp;<\/p>\n<p><strong>General Site Slowness<\/strong><\/p>\n<p>If a cloud linux site is experience general site slowness, they are likely hitting a non-memory limitation. To diagnose, run lvetop and try to load the site. Look to see which resource the site in question is hitting. You will also need to know their cloud linux UID number.<\/p>\n<p>Info: slowdowns happen more easily on single-core systems. If you are running a single-core server, you probably should upgrade or not be using cloud linux in this environment. But, this will depend on the type of server being utilized.<\/p>\n<p>&nbsp;&nbsp;<br \/>\n<strong>Monitoring Concerns<\/strong><br \/>\n&nbsp;<br \/>\n<strong>Load Average<\/strong><\/p>\n<p>Certain waiting procs are not counted in a standard load average, and Cloud Linux does NOT supply a correct load average. Therefore, all load averages you see on the server will be artificially low. If you are looking at a problem server, but the load looks low, it might still be distressed. Look at the user, system, and idle CPU in top. Also take a gander at iowait.<\/p>\n<p><strong>Note<\/strong>: This has been fixed in recent versions so you may see a consistent jump in load after updating cloudlinux.<br \/>\n&nbsp;<\/p>\n<p><strong>Cloud Linux usage reporting<\/strong><\/p>\n<p>The stats that should be given special attention to at this level are the avg&#8217;s. For example:<\/p>\n<p>aCPU<br \/>\naIO <br \/>\naEP <br \/>\naPMem <br \/>\nmCPU <br \/>\nmPMem <\/p>\n<p>The exception is Physical memory usage which depending on the limits applied earlier. Normal limits are 1G; so if you see an account hitting this limit, it should be looked into.<\/p>\n<p>If a customer is hitting the physical memory limit for more than 2 days, check into this even if it is not causing a fault.<br \/>\n<code>lveinfo --period=2d --by-usage=pmem_max --display-username<\/code><br \/>\n&nbsp;<br \/>\n<strong>Note<\/strong>: The above cmd is probably the most useful stat when you start looking for accounts causing issues.<br \/>\n&nbsp;<br \/>\nCustomers hitting any limits and triggering a fault.<br \/>\n<code>lveinfo --period=2d --by-fault=any --display-username<\/code><br \/>\n&nbsp;<br \/>\nCustomers hitting the apache per user connection limit and faulting (entry procs).<br \/>\n<code>lveinfo --period=2d --by-fault=mep --display-username<\/code><br \/>\n&nbsp;<br \/>\nCustomers hitting the vmem limit and faulting. (This is far less likely to cause a problem on the server but it may be causing problems for the customer.)<br \/>\n<code>lveinfo --period=2d --by-fault=vmem --display-username<\/code><br \/>\n&nbsp;<br \/>\nAlso, check user reports before presuming there is an issue. Looks for RAM, CPU or I\/O usage that is at or close to max over 25% of the times listed.<br \/>\n<code>lveinfo --period=2d -u$user<\/code><\/p>\n<p>Enjoy!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PREPARATION Obtain the Cloud Linux License from manage2.cpanel.net Obtain permission from the customer to reboot the server. &nbsp;&nbsp; In cPanel: \/usr\/local\/cpanel\/cpkeyclt \/usr\/local\/cpanel\/bin\/cloudlinux_system_install -k ~Possible error: Might see &#8220;Yum error: Plugins are disabled&#8221;. ~Add &#8220;plugins=1&#8221; to \/etc\/yum.conf and try again. echo &#8220;plugins=1&#8221; >> \/etc\/yum.conf that should do the trick shutdown -ar now ~When its back up&#8230; <\/p>\n<div class=\"read-more navbutton\"><a href=\"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/\">Read More<i class=\"fa fa-angle-double-right\"><\/i><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-4909","post","type-post","status-publish","format-standard","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install Cloudlinux in cPanel - Linux Shtuff<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Cloudlinux in cPanel - Linux Shtuff\" \/>\n<meta property=\"og:description\" content=\"PREPARATION Obtain the Cloud Linux License from manage2.cpanel.net Obtain permission from the customer to reboot the server. &nbsp;&nbsp; In cPanel: \/usr\/local\/cpanel\/cpkeyclt \/usr\/local\/cpanel\/bin\/cloudlinux_system_install -k ~Possible error: Might see &quot;Yum error: Plugins are disabled&quot;. ~Add &quot;plugins=1&quot; to \/etc\/yum.conf and try again. echo &quot;plugins=1&quot; &gt;&gt; \/etc\/yum.conf that should do the trick shutdown -ar now ~When its back up... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"Linux Shtuff\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/fb.me\/g33kinf0\" \/>\n<meta property=\"article:author\" content=\"https:\/\/fb.me\/g33kinf0\" \/>\n<meta property=\"article:published_time\" content=\"2012-12-23T15:39:28+00:00\" \/>\n<meta name=\"author\" content=\"g33kadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/drsinger1111\" \/>\n<meta name=\"twitter:site\" content=\"@drsinger1111\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/\"},\"author\":{\"name\":\"g33kadmin\",\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/#\\\/schema\\\/person\\\/c022e4c40b13ea1b678e6f020756f547\"},\"headline\":\"Install Cloudlinux in cPanel\",\"datePublished\":\"2012-12-23T15:39:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/\"},\"wordCount\":1354,\"publisher\":{\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/#\\\/schema\\\/person\\\/c022e4c40b13ea1b678e6f020756f547\"},\"articleSection\":[\"cPanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/\",\"url\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/\",\"name\":\"Install Cloudlinux in cPanel - Linux Shtuff\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/#website\"},\"datePublished\":\"2012-12-23T15:39:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/install-cloudlinux-in-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Cloudlinux in cPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/#website\",\"url\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/\",\"name\":\"Linux Shtuff\",\"description\":\"Because I have CRS Syndrome...\",\"publisher\":{\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/#\\\/schema\\\/person\\\/c022e4c40b13ea1b678e6f020756f547\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/#\\\/schema\\\/person\\\/c022e4c40b13ea1b678e6f020756f547\",\"name\":\"g33kadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/minion-researchA.gif\",\"url\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/minion-researchA.gif\",\"contentUrl\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/minion-researchA.gif\",\"width\":512,\"height\":512,\"caption\":\"g33kadmin\"},\"logo\":{\"@id\":\"https:\\\/\\\/g33kinfo.com\\\/info\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/minion-researchA.gif\"},\"description\":\"I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com\\\/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....\",\"sameAs\":[\"https:\\\/\\\/thelinuxreport.com\",\"https:\\\/\\\/fb.me\\\/g33kinf0\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/drsinger1111\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install Cloudlinux in cPanel - Linux Shtuff","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"Install Cloudlinux in cPanel - Linux Shtuff","og_description":"PREPARATION Obtain the Cloud Linux License from manage2.cpanel.net Obtain permission from the customer to reboot the server. &nbsp;&nbsp; In cPanel: \/usr\/local\/cpanel\/cpkeyclt \/usr\/local\/cpanel\/bin\/cloudlinux_system_install -k ~Possible error: Might see \"Yum error: Plugins are disabled\". ~Add \"plugins=1\" to \/etc\/yum.conf and try again. echo \"plugins=1\" >> \/etc\/yum.conf that should do the trick shutdown -ar now ~When its back up... Read More","og_url":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/","og_site_name":"Linux Shtuff","article_publisher":"https:\/\/fb.me\/g33kinf0","article_author":"https:\/\/fb.me\/g33kinf0","article_published_time":"2012-12-23T15:39:28+00:00","author":"g33kadmin","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/drsinger1111","twitter_site":"@drsinger1111","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/#article","isPartOf":{"@id":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/"},"author":{"name":"g33kadmin","@id":"https:\/\/g33kinfo.com\/info\/#\/schema\/person\/c022e4c40b13ea1b678e6f020756f547"},"headline":"Install Cloudlinux in cPanel","datePublished":"2012-12-23T15:39:28+00:00","mainEntityOfPage":{"@id":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/"},"wordCount":1354,"publisher":{"@id":"https:\/\/g33kinfo.com\/info\/#\/schema\/person\/c022e4c40b13ea1b678e6f020756f547"},"articleSection":["cPanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/","url":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/","name":"Install Cloudlinux in cPanel - Linux Shtuff","isPartOf":{"@id":"https:\/\/g33kinfo.com\/info\/#website"},"datePublished":"2012-12-23T15:39:28+00:00","breadcrumb":{"@id":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/g33kinfo.com\/info\/install-cloudlinux-in-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/g33kinfo.com\/info\/"},{"@type":"ListItem","position":2,"name":"Install Cloudlinux in cPanel"}]},{"@type":"WebSite","@id":"https:\/\/g33kinfo.com\/info\/#website","url":"https:\/\/g33kinfo.com\/info\/","name":"Linux Shtuff","description":"Because I have CRS Syndrome...","publisher":{"@id":"https:\/\/g33kinfo.com\/info\/#\/schema\/person\/c022e4c40b13ea1b678e6f020756f547"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/g33kinfo.com\/info\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/g33kinfo.com\/info\/#\/schema\/person\/c022e4c40b13ea1b678e6f020756f547","name":"g33kadmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/g33kinfo.com\/info\/wp-content\/uploads\/2022\/07\/minion-researchA.gif","url":"https:\/\/g33kinfo.com\/info\/wp-content\/uploads\/2022\/07\/minion-researchA.gif","contentUrl":"https:\/\/g33kinfo.com\/info\/wp-content\/uploads\/2022\/07\/minion-researchA.gif","width":512,"height":512,"caption":"g33kadmin"},"logo":{"@id":"https:\/\/g33kinfo.com\/info\/wp-content\/uploads\/2022\/07\/minion-researchA.gif"},"description":"I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com\/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....","sameAs":["https:\/\/thelinuxreport.com","https:\/\/fb.me\/g33kinf0","https:\/\/x.com\/https:\/\/twitter.com\/drsinger1111"]}]}},"_links":{"self":[{"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/posts\/4909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/comments?post=4909"}],"version-history":[{"count":0,"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/posts\/4909\/revisions"}],"wp:attachment":[{"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/media?parent=4909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/categories?post=4909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/g33kinfo.com\/info\/wp-json\/wp\/v2\/tags?post=4909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}