{"id":176,"date":"2018-04-20T12:51:21","date_gmt":"2018-04-20T04:51:21","guid":{"rendered":"https:\/\/blog.xaz.me\/?p=176"},"modified":"2018-04-20T13:43:51","modified_gmt":"2018-04-20T05:43:51","slug":"lightsail%e4%b8%bb%e6%9c%baubuntu16-0-4%e9%83%a8%e7%bd%b2lamp","status":"publish","type":"post","link":"https:\/\/blog.xaz.me\/?p=176","title":{"rendered":"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP"},"content":{"rendered":"<p>Lightsail\u662f\u4e9a\u9a6c\u900a\u63a8\u51fa\u517c\u5177AWS\u7684\u5f3a\u5927\u529f\u80fd\u4e0eVPS\u7b80\u6613\u6027\u7684\u5e73\u4ef7\u4e3b\u673a\uff0c\u5728Lightsail\u51fa\u6765\u4e4b\u524d\uff0c\u7528\u8fc7\u65e0\u6570\u4e3b\u673a\u670d\u52a1\u5546\uff0c\u6700\u7ec8\u9009\u5b9aVultr\uff0c\u521a\u5f00\u59cb\u8fd8\u633a\u597d\u7684\uff0c\u968f\u7740\u4f7f\u7528\u4eba\u6570\u8d8a\u6765\u8d8a\u591a\uff0c\u9891\u7e41\u4e22\u5305\u548c\u9650\u8d2d\u5df2\u7ecf\u8ba9\u6211\u5b8c\u5168\u4e27\u5931\u8010\u5fc3\uff0c\u8d81\u7740\u5047\u671f\u628a\u4e3b\u673a\u8fc1\u5230\u4e86Lightsail\uff0c\u76f8\u4fe1\u4e9a\u9a6c\u900a\u7684\u5b9e\u529b\u3002\u7531\u4e8eLightsail\u4e0d\u652f\u6301CentOS\uff0c\u9009\u4e86Ubuntu\uff0c\u53ef\u4ee5\u8bf4\u8fc7\u6e21\u8fd8\u662f\u6bd4\u8f83\u5e73\u6ed1\u7684\uff0c\u53ea\u843d\u4e86\u51e0\u4e2a\u5c0f\u5751\uff0c\u4ee5\u4e0b\u8bb0\u5f55\u914d\u7f6e\u8fc7\u7a0b\uff0c\u5728Lightsail\u4e70\u4e86\u4e3b\u673a\u6216\u8005\u5373\u5c06\u5165\u5751\u7684\uff0c\u672c\u6587\u5e94\u8be5\u6709\u4e9b\u53c2\u8003\u610f\u4e49\u3002<\/p>\n<h2>\u7cfb\u7edf\u66f4\u65b0<\/h2>\n<p>sudo apt update<\/p>\n<h2>Apache2<\/h2>\n<h3>\u5b89\u88c5<\/h3>\n<p>sudo apt install apache2<\/p>\n<h3>\u914d\u7f6e\u7f51\u7ad9<\/h3>\n<p>sudo vi \/etc\/apache2\/sites-available\/000-default.conf<\/p>\n<p><!--more--><\/p>\n<pre class=\"prism-highlight line-numbers\" data-start=\"1\"><code class=\"language-null\">&lt;virtualhost *:80&gt;\n    ServerAdmin a@abc.net\n    ServerName abc.net\n    ServerAlias www.abc.net test.abc.net\n    DocumentRoot \/var\/www\/html\/abc.net\n&lt;\/virtualhost&gt;\n<\/code><\/pre>\n<h3>\u6ce8\u518c\u6307\u5411<\/h3>\n<p>sudo vi \/etc\/hosts<\/p>\n<pre class=\"prism-highlight line-numbers\" data-start=\"1\"><code class=\"language-null\">127.0.0.1  www.abc.net\n<\/code><\/pre>\n<h2>FTP<\/h2>\n<h3>\u5b89\u88c5<\/h3>\n<p>sudo apt install vsftpd<\/p>\n<h3>\u6dfb\u52a0FTP\u7528\u6237<\/h3>\n<p>sudo useradd -g ftp -d \/var\/www\/html -m user<\/p>\n<blockquote><p>\n  \u6dfb\u52a0\u7528\u6237user\n<\/p><\/blockquote>\n<p>sudo passwd user<\/p>\n<p>\u8f93\u5165\u5bc6\u7801<\/p>\n<h3>\u6587\u4ef6\u53ca\u6587\u4ef6\u5939\u6743\u9650\u8bbe\u7f6e<\/h3>\n<p>sudo usermod -a -G ftp user<\/p>\n<blockquote><p>\n  \u5c06\u7528\u6237user\u6dfb\u52a0\u5230\u7528\u6237\u7ec4ftp\u4e2d\uff0c\u540c\u65f6\u4e0d\u79bb\u5f00\u5176\u4ed6\u7528\u6237\u7ec4\n<\/p><\/blockquote>\n<p>sudo chown -R user.ftp \/var\/www\/html<\/p>\n<blockquote><p>\n  \u7ed9\u7528\u6237user\u6587\u4ef6\u5939\u8bbf\u95ee\u6743\u9650\n<\/p><\/blockquote>\n<p>sudo chmod -R 755 \/var\/www\/html<\/p>\n<blockquote><p>\n  \u6587\u4ef6\u6743\u9650\u7edf\u4e00755\uff08\u53ef\u9009\uff09\n<\/p><\/blockquote>\n<h3>\u68c0\u67e5.conf\u914d\u7f6e<\/h3>\n<p>sudo vi \/etc\/vsftpd\/vsftpd.conf<\/p>\n<pre class=\"prism-highlight line-numbers\" data-start=\"1\"><code class=\"language-null\">pam_service_name=ftp \/\/\u5982\u672a\u6b63\u786e\u914d\u7f6e\u5c06\u65e0\u6cd5\u8fde\u63a5\nwrite_enable=YES \/\/\u5982\u672a\u6b63\u786e\u914d\u7f6e\u5c06\u65e0\u6cd5\u5199\u5165\n<\/code><\/pre>\n<h2>Mariadb<\/h2>\n<h3>\u5b89\u88c5<\/h3>\n<p>sudo apt install mariadb-server<\/p>\n<h3>\u914d\u7f6e<\/h3>\n<p>sudo mysql_secure_installation<\/p>\n<blockquote><p>\n  \u914d\u7f6e\u7528\u6237\u540d\u3001\u5bc6\u7801\uff0c\u5176\u4ed6\u9009\u9879\u4e00\u822c\u9009y\n<\/p><\/blockquote>\n<h3>\u767b\u5f55MariaDB<\/h3>\n<p>sudo mysql -u root -p<\/p>\n<h4>\u7ed9\u8fdc\u7a0b\u6743\u9650<\/h4>\n<p>GRANT ALL PRIVILEGES ON <em>.<\/em> TO &#8216;root&#8217;@&#8217;%&#8217; IDENTIFIED BY &#8216;root\u7684\u5bc6\u7801&#8217; WITH GRANT OPTION;<\/p>\n<h4>\u66f4\u65b0\u6743\u9650<\/h4>\n<p>flush privileges;<\/p>\n<p>quit<\/p>\n<h3>\u68c0\u67e5.cnf\u914d\u7f6e<\/h3>\n<p>sudo vi \/etc\/mysql\/mariadb.conf.d\/50-server.cnf<\/p>\n<p>\u6ce8\u91ca\u6389bind-address = 127.0.0.1<\/p>\n<blockquote><p>\n  \u5982\u4e0d\u6ce8\u91ca\u4f1a\u51fa\u73b0\u8fdc\u7a0b\u65e0\u6cd5\u8fde\u63a5\n<\/p><\/blockquote>\n<h2>php<\/h2>\n<h3>\u5b89\u88c5php7.0<\/h3>\n<p>sudo apt install php7.0<\/p>\n<h3>\u5b89\u88c5apache2 php7 module<\/h3>\n<p>sudo apt install libapache2-mod-php7.0<\/p>\n<h3>\u6574\u5408php7\u548cmariadb<\/h3>\n<p>sudo apt install php7.0-mysql<\/p>\n<h3>\u91cd\u542fmariadb\u3001Apache\u3001FTP<\/h3>\n<p>sudo service mysql restart<\/p>\n<p>sudo service apache2 restart<\/p>\n<p>sudo service vsftpd restart<\/p>\n<h2>\u5176\u4ed6<\/h2>\n<p>\u5982\u679c\u673a\u5b50\u5185\u5b58\u5c0f\uff0c\u8bbe\u7f6eswap\u865a\u62df\u5185\u5b58\uff1a<\/p>\n<p>cd \/var<\/p>\n<blockquote><p>\n  \u653e\u5728var\u6587\u4ef6\u5939\u4e0b\n<\/p><\/blockquote>\n<p>sudo dd if=\/dev\/zero of=SwapFile bs=1024 count=2048000<\/p>\n<blockquote><p>\n  \u65b0\u5efa\u540d\u4e3a\u201cSwapFile\u201d\u7684\u6587\u4ef6\uff0c1024\u4e3a\u5355\u4f4d\uff0c\u5927\u5c0f2G\n<\/p><\/blockquote>\n<p>sudo mkswap SwapFile<\/p>\n<blockquote><p>\n  \u5b9a\u4e49swap\u5206\u533a\n<\/p><\/blockquote>\n<p>sudo swapon SwapFile<\/p>\n<blockquote><p>\n  \u6fc0\u6d3bswap\u5206\u533a\n<\/p><\/blockquote>\n<p>free -m<\/p>\n<blockquote><p>\n  \u67e5\u770b\u5185\u5b58\u72b6\u6001\uff0cswap\u662f\u5426\u5df2\u6709\u6570\u636e\n<\/p><\/blockquote>\n<p>sudo vi \/etc\/fstab<\/p>\n<pre class=\"prism-highlight line-numbers\" data-start=\"1\"><code class=\"language-null\">\/var\/SwapFile swap swap default 0 0\n<\/code><\/pre>\n<blockquote><p>\n  \u8bbe\u7f6eswap\u542f\u52a8\u81ea\u52a8\u6302\u8f7d\n<\/p><\/blockquote>\n<p>sudo reboot<\/p>\n<blockquote><p>\n  \u91cd\u542f\n<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Lightsail\u662f\u4e9a\u9a6c\u900a\u63a8\u51fa\u517c\u5177AWS\u7684\u5f3a\u5927\u529f\u80fd\u4e0eVPS\u7b80\u6613\u6027\u7684\u5e73\u4ef7\u4e3b\u673a\uff0c\u5728Lightsail\u51fa\u6765\u4e4b\u524d\uff0c\u7528\u8fc7 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-176","post","type-post","status-publish","format-standard","hentry","category-other"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP | \u6cfd\u6cfd\u535a\u5ba2<\/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:\/\/blog.xaz.me\/?p=176\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP | \u6cfd\u6cfd\u535a\u5ba2\" \/>\n<meta property=\"og:description\" content=\"Lightsail\u662f\u4e9a\u9a6c\u900a\u63a8\u51fa\u517c\u5177AWS\u7684\u5f3a\u5927\u529f\u80fd\u4e0eVPS\u7b80\u6613\u6027\u7684\u5e73\u4ef7\u4e3b\u673a\uff0c\u5728Lightsail\u51fa\u6765\u4e4b\u524d\uff0c\u7528\u8fc7 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.xaz.me\/?p=176\" \/>\n<meta property=\"og:site_name\" content=\"\u6cfd\u6cfd\u535a\u5ba2\" \/>\n<meta property=\"article:published_time\" content=\"2018-04-20T04:51:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-04-20T05:43:51+00:00\" \/>\n<meta name=\"author\" content=\"\u5411\u5b89\u6cfd\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u5411\u5b89\u6cfd\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/?p=176#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/?p=176\"},\"author\":{\"name\":\"\u5411\u5b89\u6cfd\",\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/#\\\/schema\\\/person\\\/ce8c38ddb6d922fdc89de64a879913f4\"},\"headline\":\"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP\",\"datePublished\":\"2018-04-20T04:51:21+00:00\",\"dateModified\":\"2018-04-20T05:43:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/?p=176\"},\"wordCount\":193,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/#\\\/schema\\\/person\\\/ce8c38ddb6d922fdc89de64a879913f4\"},\"articleSection\":[\"\u5176\u4ed6\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blog.xaz.me\\\/?p=176#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/?p=176\",\"url\":\"https:\\\/\\\/blog.xaz.me\\\/?p=176\",\"name\":\"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP | \u6cfd\u6cfd\u535a\u5ba2\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/#website\"},\"datePublished\":\"2018-04-20T04:51:21+00:00\",\"dateModified\":\"2018-04-20T05:43:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/?p=176#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.xaz.me\\\/?p=176\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/?p=176#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/blog.xaz.me\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/#website\",\"url\":\"https:\\\/\\\/blog.xaz.me\\\/\",\"name\":\"\u6cfd\u6cfd\u535a\u5ba2\",\"description\":\"You may say I&#039;m a dreamer.\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/#\\\/schema\\\/person\\\/ce8c38ddb6d922fdc89de64a879913f4\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.xaz.me\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/blog.xaz.me\\\/#\\\/schema\\\/person\\\/ce8c38ddb6d922fdc89de64a879913f4\",\"name\":\"\u5411\u5b89\u6cfd\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g\",\"caption\":\"\u5411\u5b89\u6cfd\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g\"},\"url\":\"https:\\\/\\\/blog.xaz.me\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP | \u6cfd\u6cfd\u535a\u5ba2","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:\/\/blog.xaz.me\/?p=176","og_locale":"zh_CN","og_type":"article","og_title":"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP | \u6cfd\u6cfd\u535a\u5ba2","og_description":"Lightsail\u662f\u4e9a\u9a6c\u900a\u63a8\u51fa\u517c\u5177AWS\u7684\u5f3a\u5927\u529f\u80fd\u4e0eVPS\u7b80\u6613\u6027\u7684\u5e73\u4ef7\u4e3b\u673a\uff0c\u5728Lightsail\u51fa\u6765\u4e4b\u524d\uff0c\u7528\u8fc7 [&hellip;]","og_url":"https:\/\/blog.xaz.me\/?p=176","og_site_name":"\u6cfd\u6cfd\u535a\u5ba2","article_published_time":"2018-04-20T04:51:21+00:00","article_modified_time":"2018-04-20T05:43:51+00:00","author":"\u5411\u5b89\u6cfd","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u5411\u5b89\u6cfd","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.xaz.me\/?p=176#article","isPartOf":{"@id":"https:\/\/blog.xaz.me\/?p=176"},"author":{"name":"\u5411\u5b89\u6cfd","@id":"https:\/\/blog.xaz.me\/#\/schema\/person\/ce8c38ddb6d922fdc89de64a879913f4"},"headline":"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP","datePublished":"2018-04-20T04:51:21+00:00","dateModified":"2018-04-20T05:43:51+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.xaz.me\/?p=176"},"wordCount":193,"commentCount":0,"publisher":{"@id":"https:\/\/blog.xaz.me\/#\/schema\/person\/ce8c38ddb6d922fdc89de64a879913f4"},"articleSection":["\u5176\u4ed6"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.xaz.me\/?p=176#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.xaz.me\/?p=176","url":"https:\/\/blog.xaz.me\/?p=176","name":"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP | \u6cfd\u6cfd\u535a\u5ba2","isPartOf":{"@id":"https:\/\/blog.xaz.me\/#website"},"datePublished":"2018-04-20T04:51:21+00:00","dateModified":"2018-04-20T05:43:51+00:00","breadcrumb":{"@id":"https:\/\/blog.xaz.me\/?p=176#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.xaz.me\/?p=176"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.xaz.me\/?p=176#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/blog.xaz.me\/"},{"@type":"ListItem","position":2,"name":"Lightsail\u4e3b\u673aUbuntu16.0.4\u90e8\u7f72LAMP"}]},{"@type":"WebSite","@id":"https:\/\/blog.xaz.me\/#website","url":"https:\/\/blog.xaz.me\/","name":"\u6cfd\u6cfd\u535a\u5ba2","description":"You may say I&#039;m a dreamer.","publisher":{"@id":"https:\/\/blog.xaz.me\/#\/schema\/person\/ce8c38ddb6d922fdc89de64a879913f4"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.xaz.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/blog.xaz.me\/#\/schema\/person\/ce8c38ddb6d922fdc89de64a879913f4","name":"\u5411\u5b89\u6cfd","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/secure.gravatar.com\/avatar\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g","caption":"\u5411\u5b89\u6cfd"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/90402c555388d658a72143dab6ef1adf903bbdcf3a43ce8112327dc40e3def4f?s=96&d=mm&r=g"},"url":"https:\/\/blog.xaz.me\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/blog.xaz.me\/index.php?rest_route=\/wp\/v2\/posts\/176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.xaz.me\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.xaz.me\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.xaz.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.xaz.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=176"}],"version-history":[{"count":8,"href":"https:\/\/blog.xaz.me\/index.php?rest_route=\/wp\/v2\/posts\/176\/revisions"}],"predecessor-version":[{"id":184,"href":"https:\/\/blog.xaz.me\/index.php?rest_route=\/wp\/v2\/posts\/176\/revisions\/184"}],"wp:attachment":[{"href":"https:\/\/blog.xaz.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.xaz.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.xaz.me\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}