{"id":27075,"date":"2020-01-09T09:38:26","date_gmt":"2020-01-09T09:38:26","guid":{"rendered":"https:\/\/home.apeconsulting.co.uk\/adrian\/?p=27075"},"modified":"2020-01-09T10:20:42","modified_gmt":"2020-01-09T10:20:42","slug":"project-trident","status":"publish","type":"post","link":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/","title":{"rendered":"Project Trident"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"506\" height=\"154\" src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png\" alt=\"\" class=\"wp-image-27078\" srcset=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png 506w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident-480x146.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 506px, 100vw\" \/><\/figure>\n\n\n\n<p>In a previous <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/\">blog<\/a>, I&#8217;d talked about installing a FreeBSD Desktop environment called TrueOS <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/trueos\/\">here<\/a> and <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/trueos-again\/\">here<\/a>.  I wanted to try something a little different this time, and <a href=\"https:\/\/project-trident.org\/\">Project Trident<\/a> is the latest option from iXsystems, who also make FreeNAS, so this looked like a good place to start.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>To be honest, I wasted a good few hours trying to get this up and running, and also tried a number of other versions including <a href=\"https:\/\/ghostbsd.org\/\">GhostBSD<\/a>, <a href=\"https:\/\/www.trueos.org\/\">TrueOS<\/a> and a standard <a href=\"https:\/\/www.freebsd.org\/\">FreeBSD<\/a> install.  All failed to start a GUI, so I went back to Project Trident to try and troubleshoot this through the iXsystems forum.<\/p>\n\n\n\n<p>The installation itself is pretty straight forward, although looks a little different (especially when the last 3 you did all looked pretty much the same).  The only issue I had was when it came to the disk partition, as there were no tools in the installer to create a new partition in the free space.<\/p>\n\n\n\n<p>I didn&#8217;t want to use it all, so a little Googling led me to this <a href=\"https:\/\/www.transip.eu\/knowledgebase\/entry\/138-how-do-create-partition-freebsd\/\">thread<\/a>, which neatly describes creating a partition from a terminal window, can be accessed from the installer.  In my case, the commands were:<\/p>\n\n\n\n<p><code>gpart show<br>gpart add -t freebsd-zfs -b 275390464 -s 5500000 ada0<br>newfs -U \/dev\/ada0p6<\/code><\/p>\n\n\n\n<p>I couldn&#8217;t get back to the installer, so rebooted and this time had the new partition available to install into.  Once everything had installed, another reboot got me to the login in screen, but without a GUI.<\/p>\n\n\n\n<p>I was at a bit of a loss on how to get a GUI running, and one of the main problems with FreeBSD over Linux is the lack of online support.  It would be unfair to say there was no support, and the support that is there is excellent, but it&#8217;s much more difficult to find if you were to compare finding the answer to a similar ubuntu question!<\/p>\n\n\n\n<p>From what I know about FreeBSD from FreeNAS, I decided to try and update and upgrade the packages, but the networking isn&#8217;t automatically configured, and it doesn&#8217;t appear to install the USB Network Adapter so I have no idea how to configure the networking.<\/p>\n\n\n\n<p>I eventually found a thread on the <a href=\"https:\/\/www.ixsystems.com\/community\/threads\/unsupported-usb-ethernet-adapter-apple-mc704zm-a.10305\/\">FreeNAS forum<\/a> that suggested I needed the AXE(4) module loaded to enable to Apple USB Ethernet Adapter, and it was as simple as adding <code>if_axe_load=\"YES\"<\/code> into <code>\/boot\/loader.conf<\/code> and rebooting.  The adapter was found and an IP address assigned via DHCP so I could ping and update.<\/p>\n\n\n\n<p>I was then at the mercy of the <a href=\"https:\/\/www.ixsystems.com\/community\/threads\/installing-project-trident-on-a-2010-macbook-air.81194\/#post-562623\">forum<\/a> while we tried to diagnose the problem, which I&#8217;m pretty sure is related to the legacy NVIDIA drivers.<\/p>\n\n\n\n<p>I managed to work out how mount a USB stick so I could copy the log files across from the manual&nbsp; <a href=\"https:\/\/www.freebsd.org\/doc\/handbook\/usb-disks.html\">here<\/a> and <a href=\"https:\/\/www.freebsd.org\/doc\/en_US.ISO8859-1\/books\/handbook\/mount-unmount.html\">here<\/a>&nbsp;<\/p>\n<p><code>zfs list| grep \/var\/log<\/code><br><code>mount -r -t zfs trident\/var\/log \/mnt<\/code><br><code>mount -w -t msdosfs -o -m=644,-M=755 \/dev\/da1p2 \/media<\/code><\/p>\n\n\n\n<p>After a few failed attempts and some great help from <a href=\"https:\/\/www.ixsystems.com\/community\/members\/groenveld.95576\/\">groenveld<\/a> on the forum, I eventually got it up and running using the scfb driver in the Xorg.conf file.  It&#8217;s probably easier to check out the history in this <a href=\"https:\/\/www.ixsystems.com\/community\/threads\/installing-project-trident-on-a-2010-macbook-air.81194\/#post-563354\">thread<\/a>, rather than me adding all the config here.<\/p>\n\n\n\n<p>Anyway, I still might try and get it to work with an NVIDIA driver and would ideally like to get the WiFi adapter running, although I&#8217;d never managed that on previous FreeBSD installations.  I&#8217;ve also noticed that I don&#8217;t have any working sound, even though it looks like the relevant drivers are loaded.  I&#8217;m sure they did work in TrueOS.<\/p>\n\n\n\n<p>But for now, my short return to my MacBook Air has left me with a much cleaner configuration, with the ability to boot between macOS, elementary OS, Ubuntu, Linux Mint and Project Trident. Not bad for a 10-year-old machine!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In a previous blog, I&#8217;d talked about installing a FreeBSD Desktop environment called TrueOS here and here. I wanted to try something a little different this time, and Project Trident is the latest option from iXsystems, who also make FreeNAS, so this looked like a good place to start.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17,2,4,10,11],"tags":[21],"class_list":["post-27075","post","type-post","status-publish","format-standard","hentry","category-eos","category-it","category-macos","category-software","category-trueos","tag-spellchecked"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Project Trident - Adrian&#039;s Blog<\/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:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Project Trident - Adrian&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"In a previous blog, I&#8217;d talked about installing a FreeBSD Desktop environment called TrueOS here and here. I wanted to try something a little different this time, and Project Trident is the latest option from iXsystems, who also make FreeNAS, so this looked like a good place to start.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/\" \/>\n<meta property=\"og:site_name\" content=\"Adrian&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-09T09:38:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-09T10:20:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png\" \/>\n<meta name=\"author\" content=\"Adrian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adrian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/\"},\"author\":{\"name\":\"Adrian\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"headline\":\"Project Trident\",\"datePublished\":\"2020-01-09T09:38:26+00:00\",\"dateModified\":\"2020-01-09T10:20:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/\"},\"wordCount\":611,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/linuxtechnews-com-linux-Project-Trident.png\",\"keywords\":[\"Checked\"],\"articleSection\":[\"eOS\",\"IT\",\"macOS\",\"Software\",\"TrueOS\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/\",\"name\":\"Project Trident - Adrian&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/linuxtechnews-com-linux-Project-Trident.png\",\"datePublished\":\"2020-01-09T09:38:26+00:00\",\"dateModified\":\"2020-01-09T10:20:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#primaryimage\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/linuxtechnews-com-linux-Project-Trident.png\",\"contentUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/linuxtechnews-com-linux-Project-Trident.png\",\"width\":506,\"height\":154},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/project-trident\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Project Trident\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\",\"name\":\"Adrian&#039;s Blog\",\"description\":\"Ramblings of an IT Geek\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\",\"name\":\"Adrian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"caption\":\"Adrian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Project Trident - Adrian&#039;s Blog","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:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/","og_locale":"en_GB","og_type":"article","og_title":"Project Trident - Adrian&#039;s Blog","og_description":"In a previous blog, I&#8217;d talked about installing a FreeBSD Desktop environment called TrueOS here and here. I wanted to try something a little different this time, and Project Trident is the latest option from iXsystems, who also make FreeNAS, so this looked like a good place to start.","og_url":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/","og_site_name":"Adrian&#039;s Blog","article_published_time":"2020-01-09T09:38:26+00:00","article_modified_time":"2020-01-09T10:20:42+00:00","og_image":[{"url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png","type":"","width":"","height":""}],"author":"Adrian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adrian","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#article","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/"},"author":{"name":"Adrian","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"headline":"Project Trident","datePublished":"2020-01-09T09:38:26+00:00","dateModified":"2020-01-09T10:20:42+00:00","mainEntityOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/"},"wordCount":611,"commentCount":0,"publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png","keywords":["Checked"],"articleSection":["eOS","IT","macOS","Software","TrueOS"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/","name":"Project Trident - Adrian&#039;s Blog","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website"},"primaryImageOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#primaryimage"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png","datePublished":"2020-01-09T09:38:26+00:00","dateModified":"2020-01-09T10:20:42+00:00","breadcrumb":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#primaryimage","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png","contentUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/linuxtechnews-com-linux-Project-Trident.png","width":506,"height":154},{"@type":"BreadcrumbList","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/project-trident\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.apeconsulting.co.uk\/adrian\/"},{"@type":"ListItem","position":2,"name":"Project Trident"}]},{"@type":"WebSite","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/","name":"Adrian&#039;s Blog","description":"Ramblings of an IT Geek","publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.apeconsulting.co.uk\/adrian\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a","name":"Adrian","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","caption":"Adrian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p90DI4-72H","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27075","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/comments?post=27075"}],"version-history":[{"count":17,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27075\/revisions"}],"predecessor-version":[{"id":27133,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27075\/revisions\/27133"}],"wp:attachment":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/media?parent=27075"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/categories?post=27075"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/tags?post=27075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}