{"id":2540,"date":"2015-08-04T09:41:15","date_gmt":"2015-08-04T09:41:15","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=2540"},"modified":"2021-02-09T05:42:37","modified_gmt":"2021-02-09T05:42:37","slug":"basic-ubuntu-setup-before-building-a-working-server","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/","title":{"rendered":"Basic Ubuntu setup before building a working server"},"content":{"rendered":"<p><span style=\"color: #000000;\">In this post you&#8217;ll see first things you need to do on Ubuntu server before you truly build and setup a working web server to host your domains and databases in it. In short, these steps are beginning setup you have to apply on Ubuntu even before you install Apache and any stack you wish.For this tutorial we are assuming that you already have fresh installed Ubuntu Server.<\/span><!--more--><\/p>\n<h2>Upgrade Your System<\/h2>\n<p><span style=\"color: #000000;\">First login to your Ubuntu server with root access and issue following command to upgrade all packages.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">apt-get update\r\napt-get upgrade\r\n<\/pre>\n<\/div>\n<h2>\u00a0<span style=\"color: #000000;\">CHANGE DEFAULT ROOT PASSWORD<\/span><\/h2>\n<p><span style=\"color: #000000;\">If you\u2019ve defined the root password during OS install then you don\u2019t need to do this step.<\/span><\/p>\n<p><span style=\"color: #000000;\">To change default root password use the following command:<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">passwd<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Then you have to enter the new password twice. Upon typing your new password you may not see it on screen.<\/span><\/p>\n<h2><span style=\"color: #000000;\">Add new user<\/span><\/h2>\n<p><span style=\"color: #000000;\">Root is default client with all administrator privileges. Every single new server have the same default administrator username which is &#8220;root&#8221; so hackers can just constrain to crack the password since they definitely knew there is dependably a user called &#8220;root&#8221; there. Thus, it is extremely recommended for every server administrator to add new user to login and configure it with<\/span>\u00a0<a href=\"https:\/\/cpanelplesk.com\/wp62\/howto-create-sudo-user-in-cpanel\/\">sudo<\/a><span style=\"color: #000000;\"><strong>\u00a0<\/strong>access So that it can get all\u00a0sudo\u00a0privileges., Here&#8217;s the way how to add new client:<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">adduser cppl<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">here you have to define the new password for that new user, after that simply hit Enter several times leaving the questions blank.<\/span><\/p>\n<h2>CHANGE SSH DEFAULT PORT<\/h2>\n<p><span style=\"color: #000000;\">Normally new server created should use port 22 for its SSH connection.Hence, it is strongly recommended for you to change that default port as default ports are always on attackers.<\/span><\/p>\n<p><span style=\"color: #000000;\">Edit OpenSSH configuration file <strong>\/etc\/ssh\/sshd_config<\/strong> and do the following changes:<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">Port 4567<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Also disable root login from SSH<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">PermitRootLogin no<\/pre>\n<\/div>\n<h2>Setup Key Based SSH<\/h2>\n<p><span style=\"color: #000000;\">This is good to arrange your server to login with key based only and disable password login. Produce a key pair on your client framework.<\/span><\/p>\n<p>&nbsp;<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">ssh-keygen \r\nGenerating public\/private rsa key pair.\r\nEnter file in which to save the key (\/home\/cppl\/.ssh\/id_rsa): \/home\/cppl\/.ssh\/id_rsa_10\r\nEnter passphrase (empty for no passphrase): \r\nEnter same passphrase again: \r\nYour identification has been saved in \/home\/cppl\/.ssh\/id_rsa_10.\r\nYour public key has been saved in \/home\/cppl\/.ssh\/id_rsa_10.pub.\r\nThe key fingerprint is:\r\nb8:78:02:69:a7:4a:92:e8:97:35:02:7e:ce:02:28:fc cppl@cppl\r\nThe key's randomart image is:\r\n+--[ RSA 2048]----+\r\n|                 |\r\n|                 |\r\n|                 |\r\n| . .   .         |\r\n|+ = . . S        |\r\n|== * + .         |\r\n|*.* * +          |\r\n|+o E o           |\r\n|..o              |\r\n+-----------------+\r\n<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Now copy generated public key <strong>.ssh\/id_rsa.pub <\/strong>file content on server\u2019s <strong>~\/.ssh\/authorized_keys<\/strong> directory. You can use following command.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">ssh-copy-id -i ~\/.ssh\/id_rsa.pub cppl@remote.server.net<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Now login to server with SSH, It will not prompt for passw<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">ssh cppl@remote.server.net<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">That\u2019s all, You have made the several changes, Now it is time to apply your changes by reloading SSH. To do that, simply use this command:<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">reload SSH<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">You \u2019ve set all basic requirements to setup a working server. Now you can proceed to further installation.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this post you&#8217;ll see first things you need to do on Ubuntu server before you truly build and setup a working web server to host your domains and databases in it. In short, these steps are beginning setup you have to apply on Ubuntu even before you install Apache and any stack you wish.For [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":2543,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2540","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Basic Ubuntu setup before building a working server - cPanel Plesk<\/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:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Basic Ubuntu setup before building a working server - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"In this post you&#8217;ll see first things you need to do on Ubuntu server before you truly build and setup a working web server to host your domains and databases in it. In short, these steps are beginning setup you have to apply on Ubuntu even before you install Apache and any stack you wish.For [...]Continue Reading...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\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:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"Basic Ubuntu setup before building a working server\",\"datePublished\":\"2015-08-04T09:41:15+00:00\",\"dateModified\":\"2021-02-09T05:42:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/\"},\"wordCount\":420,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png\",\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/\",\"name\":\"Basic Ubuntu setup before building a working server - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png\",\"datePublished\":\"2015-08-04T09:41:15+00:00\",\"dateModified\":\"2021-02-09T05:42:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png\",\"width\":200,\"height\":150},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Basic Ubuntu setup before building a working server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Basic Ubuntu setup before building a working server - cPanel Plesk","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:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/","twitter_card":"summary_large_image","twitter_title":"Basic Ubuntu setup before building a working server - cPanel Plesk","twitter_description":"In this post you&#8217;ll see first things you need to do on Ubuntu server before you truly build and setup a working web server to host your domains and databases in it. In short, these steps are beginning setup you have to apply on Ubuntu even before you install Apache and any stack you wish.For [...]Continue Reading...","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"Basic Ubuntu setup before building a working server","datePublished":"2015-08-04T09:41:15+00:00","dateModified":"2021-02-09T05:42:37+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/"},"wordCount":420,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png","articleSection":["Cpanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/","url":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/","name":"Basic Ubuntu setup before building a working server - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png","datePublished":"2015-08-04T09:41:15+00:00","dateModified":"2021-02-09T05:42:37+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2015\/08\/ubuntulogo-e1442227679351.png","width":200,"height":150},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/basic-ubuntu-setup-before-building-a-working-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"Basic Ubuntu setup before building a working server"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/2540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=2540"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/2540\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media\/2543"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=2540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=2540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=2540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}