{"id":484,"date":"2017-01-11T13:27:11","date_gmt":"2017-01-11T13:27:11","guid":{"rendered":"https:\/\/www.linuxcloudvps.com\/blog\/?p=484"},"modified":"2018-01-31T08:56:23","modified_gmt":"2018-01-31T14:56:23","slug":"how-to-install-live-helper-chat-on-a-centos-cloud-server","status":"publish","type":"post","link":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/","title":{"rendered":"How to install Live Helper Chat on a CentOS Cloud Server"},"content":{"rendered":"<p>If you want to provide <a href=\"https:\/\/www.linuxcloudvps.com\/contact.html\">live chat support<\/a> for your customers, Live Helper Chat is a very good option. It is an open-source application which is very flexible and can be installed on your website very easily. In this tutorial, we will show you how to install Live Helper Chat on your Linux Cloud Server, or more precisely, on your <a title=\"CentOS VPS\" href=\"https:\/\/www.linuxcloudvps.com\/centos-cloud-vps.html\" target=\"_blank\">CentOS Cloud Server<\/a>.<\/p>\n<p><!--more--><\/p>\n<p>As always, it is recommended to update all your system software to the latest version available and for that purpose, you can use the command:<\/p>\n<pre>yum update<\/pre>\n<p>Additionally, you will need to install the required (PHP) packages. You can do this using the command:<\/p>\n<pre>yum install php-curl php-mbstring php-pdo gd gd-devel php-gd php-bcmath<\/pre>\n<p>Now, you need to download the Live Helper Chat installation on your CentOS VPS using wget. Navigate to your \/var\/www\/html directory and download the installation in the same directory using the commands:<\/p>\n<pre>cd \/var\/www\/html\r\nwget https:\/\/github.com\/remdex\/livehelperchat\/archive\/master.zip<\/pre>\n<p>Now you should unzip the installation using the command:<\/p>\n<pre>unzip master.zip<\/pre>\n<p>Navigate to \/var\/www\/html\/livehelperchat-master\/lhc_web\/ :<\/p>\n<pre>cd \/var\/www\/html\/livehelperchat-master\/lhc_web\/<\/pre>\n<p>Make some of the directories writable using the commands:<\/p>\n<pre>chmod a+w -R cache\/\r\nchmod a+w -R settings\/\r\nchmod a+w -R var\/storage\r\nchmod a+w -R var\/userphoto\/\r\nchmod a+w -R var\/storage\r\nchmod a+w -R var\/storageform\/\r\nchmod a+w -R var\/storagedocshare\/\r\nchmod a+w -R var\/storagetheme\/\r\nchmod a+w -R var\/tmpfiles\/<\/pre>\n<p>Before you proceed any further, you should create a database for the Live Helper Chat:<\/p>\n<pre>mysql -u root -p\r\nmysql&gt; create database livechat;\r\nmysql&gt; grant all on livechat.* to livechatuser@localhost identified by &#039;password&#039;;\r\nmysql&gt; \\q<\/pre>\n<p>If everything is configured properly, you should be able to access the web interface at:<\/p>\n<pre>http:\/\/YOUR-IP-ADDRESS\/livehelperchat-master\/lhc_web\/<\/pre>\n<p>Also, you can set the document root of your domain to point to \/var\/www\/html\/livehelperchat-master\/lhc_web\/ so you can access the Live Helper Chat web interface using your domain name. You can follow <a href=\"https:\/\/livehelperchat.com\/ultimate-tutorial-for-pro-active-chat-installation-and-chat-install-217a.html\">their official guide. <\/a>Make sure that all requirements are green before you proceed. You will need to connect your database and create the Live Helper Chat admin user.<\/p>\n<p>A great way to start using the Live Helper Chat is to read the official documentation at:<\/p>\n<pre>&lt;a title=&quot;Live Helper Chat Documentation&quot; href=&quot;https:\/\/livehelperchat.com\/documentation-6c.html&quot; target=&quot;_blank&quot;&gt;https:\/\/livehelperchat.com\/documentation-6c.html&lt;\/a&gt;<\/pre>\n<hr \/>\n<p>Of course, you don\u2019t have to do any of this if you use one of our <a title=\"Linux VPS hosting\" href=\"https:\/\/www.linuxcloudvps.com\/cloud-vps.html\" target=\"_blank\">Cloud VPS Hosting Services<\/a>, in which case you can simply ask our expert Linux admins to install Live Helper Chat for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p>PS. If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to provide live chat support for your customers, Live Helper Chat is a very good option. It is an open-source application which is very flexible and can be installed on your website very easily. In this tutorial, we will show you how to install Live Helper Chat on your Linux Cloud Server, &#8230; <a title=\"How to install Live Helper Chat on a CentOS Cloud Server\" class=\"read-more\" href=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/\" aria-label=\"More on How to install Live Helper Chat on a CentOS Cloud Server\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":485,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[22,132,92],"class_list":["post-484","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-centos","tag-linuxcloudvps","tag-live-helper-chat"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to install Live Helper Chat on a CentOS Cloud Server | LinuxCloudVPS Blog<\/title>\n<meta name=\"description\" content=\"If you want to provide live chat support for your customers, Live Helper Chat is a very good option. It is an open-source application which is very\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Live Helper Chat on a CentOS Cloud Server | LinuxCloudVPS Blog\" \/>\n<meta property=\"og:description\" content=\"If you want to provide live chat support for your customers, Live Helper Chat is a very good option. It is an open-source application which is very\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxCloudVPS Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/LinuxCloudVPS\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-11T13:27:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-31T14:56:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/01\/livehelperchat-centos.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:site\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\"},\"headline\":\"How to install Live Helper Chat on a CentOS Cloud Server\",\"datePublished\":\"2017-01-11T13:27:11+00:00\",\"dateModified\":\"2018-01-31T14:56:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/\"},\"wordCount\":366,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/livehelperchat-centos.jpg\",\"keywords\":[\"centos\",\"linuxcloudvps\",\"live helper chat\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/\",\"name\":\"How to install Live Helper Chat on a CentOS Cloud Server | LinuxCloudVPS Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/livehelperchat-centos.jpg\",\"datePublished\":\"2017-01-11T13:27:11+00:00\",\"dateModified\":\"2018-01-31T14:56:23+00:00\",\"description\":\"If you want to provide live chat support for your customers, Live Helper Chat is a very good option. It is an open-source application which is very\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/livehelperchat-centos.jpg\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/livehelperchat-centos.jpg\",\"width\":1200,\"height\":600,\"caption\":\"livehelperchat on centos\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-live-helper-chat-on-a-centos-cloud-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Live Helper Chat on a CentOS Cloud Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"name\":\"LinuxCloudVPS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\",\"name\":\"LinuxCloudVPS\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"width\":217,\"height\":25,\"caption\":\"LinuxCloudVPS\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/www.facebook.com\\\/LinuxCloudVPS\",\"https:\\\/\\\/x.com\\\/LinuxCloudVPS\",\"http:\\\/\\\/www.linkedin.com\\\/company\\\/linuxcloudvps-com\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/www.linuxcloudvps.com\\\/\"],\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Live Helper Chat on a CentOS Cloud Server | LinuxCloudVPS Blog","description":"If you want to provide live chat support for your customers, Live Helper Chat is a very good option. It is an open-source application which is very","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:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/","og_locale":"en_US","og_type":"article","og_title":"How to install Live Helper Chat on a CentOS Cloud Server | LinuxCloudVPS Blog","og_description":"If you want to provide live chat support for your customers, Live Helper Chat is a very good option. It is an open-source application which is very","og_url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/","og_site_name":"LinuxCloudVPS Blog","article_publisher":"http:\/\/www.facebook.com\/LinuxCloudVPS","article_published_time":"2017-01-11T13:27:11+00:00","article_modified_time":"2018-01-31T14:56:23+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/01\/livehelperchat-centos.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@LinuxCloudVPS","twitter_site":"@LinuxCloudVPS","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#article","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/"},"author":{"name":"admin","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a"},"headline":"How to install Live Helper Chat on a CentOS Cloud Server","datePublished":"2017-01-11T13:27:11+00:00","dateModified":"2018-01-31T14:56:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/"},"wordCount":366,"commentCount":0,"publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/01\/livehelperchat-centos.jpg","keywords":["centos","linuxcloudvps","live helper chat"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/","name":"How to install Live Helper Chat on a CentOS Cloud Server | LinuxCloudVPS Blog","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#primaryimage"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/01\/livehelperchat-centos.jpg","datePublished":"2017-01-11T13:27:11+00:00","dateModified":"2018-01-31T14:56:23+00:00","description":"If you want to provide live chat support for your customers, Live Helper Chat is a very good option. It is an open-source application which is very","breadcrumb":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#primaryimage","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/01\/livehelperchat-centos.jpg","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/01\/livehelperchat-centos.jpg","width":1200,"height":600,"caption":"livehelperchat on centos"},{"@type":"BreadcrumbList","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-live-helper-chat-on-a-centos-cloud-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.linuxcloudvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Live Helper Chat on a CentOS Cloud Server"}]},{"@type":"WebSite","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website","url":"https:\/\/www.linuxcloudvps.com\/blog\/","name":"LinuxCloudVPS","description":"","publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization","name":"LinuxCloudVPS","url":"https:\/\/www.linuxcloudvps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","width":217,"height":25,"caption":"LinuxCloudVPS"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/LinuxCloudVPS","https:\/\/x.com\/LinuxCloudVPS","http:\/\/www.linkedin.com\/company\/linuxcloudvps-com"]},{"@type":"Person","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/www.linuxcloudvps.com\/"],"url":"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/484","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/comments?post=484"}],"version-history":[{"count":1,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/484\/revisions"}],"predecessor-version":[{"id":486,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/484\/revisions\/486"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media\/485"}],"wp:attachment":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media?parent=484"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/categories?post=484"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/tags?post=484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}