{"id":2122,"date":"2018-12-07T22:12:16","date_gmt":"2018-12-08T06:12:16","guid":{"rendered":"http:\/\/k6hr.com\/?p=2122"},"modified":"2023-01-22T17:18:39","modified_gmt":"2023-01-23T01:18:39","slug":"new-k6hr-com-server","status":"publish","type":"post","link":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/","title":{"rendered":"The New k6hr.com Server Is Up!"},"content":{"rendered":"\n<p>As part of the 2018 station upgrade I assembled an Intel i5 based PC for use as the new k6hr.com server.&nbsp;I finally found the time to load and configure the O\/S and associated software onto this machine. All went well through the installation and migration process and the new k6hr.com server is up and running!<\/p>\n\n\n\n<p>WordPress&nbsp; was installed here one year ago next week (Dec 10) and the site has quickly outgrown the old server.<\/p>\n\n\n\n<p>The new machine is an Intel <a rel=\"noreferrer noopener\" aria-label=\"The new machine is an Intel Core i5-4460 CPU at 3.20Ghz x 4, 4GB RAM and a 500GB SSD running Ubuntu 16.04 LTS. This is a vast improvement over the old Pentium D which only has 1GB RAM and a 32GB SSD that's almost full. The Pentium D will live out its days as the JNOS BBS packet radio station. (opens in a new tab)\" href=\"https:\/\/www.cpubenchmark.net\/cpu.php?cpu=intel+core+i5-4460+%40+3.20ghz&amp;id=2230\" target=\"_blank\">Core i5-4460<\/a> CPU at 3.20Ghz (x4), 4GB RAM and a 500GB SSD running <a rel=\"noreferrer noopener\" aria-label=\"The new machine is an Intel Core i5-4460 CPU at 3.20Ghz x 4, 4GB RAM and a 500GB SSD running Ubuntu 16.04.5 LTS. This is a vast improvement over the old Pentium D which only has 1GB RAM and a 32GB SSD that's almost full. The Pentium D will live out its days as the JNOS BBS packet radio station. (opens in a new tab)\" href=\"http:\/\/releases.ubuntu.com\/16.04\/\" target=\"_blank\">Ubuntu 16.04.5 LTS<\/a>. This new hardware is a vast improvement over the old Pentium D. It had only 1GB RAM and a 32GB SSD that was almost full. The Pentium D will live out its days as the JNOS BBS packet radio station.<\/p>\n\n\n\n<p>At this point I consider the server configuration complete. The machine is online and the traffic is flowing!<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"299\" height=\"169\" src=\"http:\/\/k6hr.com\/wp-content\/uploads\/2019\/05\/ubuntu-logo.jpg\" alt=\"new k6hr.com server Ubuntu 16.04 LTS\" class=\"wp-image-3442\"\/><figcaption class=\"wp-element-caption\">Ubuntu 16.04 LTS<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Updated_Packages\">Updated Packages<\/h2>\n\n\n\n<p>As\n with every new release, packages&#8211;applications and software of all \nkinds&#8211;are being updated at a rapid pace. Many of these packages came \nfrom an automatic sync from <a href=\"http:\/\/www.debian.org\">Debian<\/a>&#8216;s unstable branch; others have been explicitly pulled in for Ubuntu 16.04. <\/p>\n\n\n\n<p>For a list of all packages being accepted for Ubuntu 16.04, please subscribe to <a href=\"https:\/\/lists.ubuntu.com\/mailman\/listinfo\/xenial-changes\">xenial-changes<\/a>. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Linux_kernel_4.4\">Linux kernel 4.4<\/h3>\n\n\n\n<p>Ubuntu 16.04 LTS is based on the long-term supported Linux release series 4.4. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Python_3\">Python 3<\/h3>\n\n\n\n<p>Python2 is not installed anymore by default on the server, cloud and the touch images, long live Python3! Python3 itself has been upgraded to the 3.5 series. <\/p>\n\n\n\n<p>If\n you have your own programs based on Python 2, fear not! Python 2 will \ncontinue to be available (as the python package) for the foreseeable \nfuture. However, to best support future versions of Ubuntu you should \nconsider porting your code to Python 3. <a href=\"https:\/\/wiki.ubuntu.com\/Python\/3\">Python\/3<\/a> has some advice and resources on this. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"VIM_defaults_to_python3\">VIM defaults to python3<\/h3>\n\n\n\n<p>The default \nVIM package has been built against python3 instead of python2. This \nmeans plugins that require a python2 interpreter support from VIM will \nnot work anymore. For this case alternative VIM packages are available that still use python2, for example vim-gnome-py2. They can be made the default via the alternatives mechanism: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>sudo&nbsp;update-alternatives&nbsp;&#8211;set&nbsp;vim&nbsp;\/usr\/bin\/vim.gnome-py2 <\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Golang_1.6\">Golang 1.6<\/h3>\n\n\n\n<p>The golang \ntoolchain was upgraded to the 1.6 series, and gccgo was upgraded to the \nGCC 6.1 release candidate 1. Thus the same level of standard library and\n compiler features are provided by both compilers on all fully supported\n architectures. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"OpenSSH_7.2p2\">OpenSSH 7.2p2<\/h3>\n\n\n\n<p>Recent\n OpenSSH releases disable several pieces of weak, legacy, and\/or unsafe \ncryptography.  If you are upgrading a system remotely over SSH, you \nshould check that you are not relying on these to ensure that you will \nretain access after the upgrade. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Support for the legacy SSH version 1 protocol is disabled by default at compile time.  Note that this also means that the Cipher keyword in <a href=\"http:\/\/manpages.ubuntu.com\/manpages\/xenial\/en\/man5\/ssh_config.5.html\">ssh_config(5)<\/a> is effectively no longer usable; use Ciphers instead for protocol 2.  The <a href=\"apt:openssh-client-ssh1\">openssh-client-ssh1<\/a>\n package includes &#8220;ssh1&#8221;, &#8220;scp1&#8221;, and &#8220;ssh-keygen1&#8221; binaries which you \ncan use if you have no alternative way to connect to an outdated \nSSH1-only server; please contact the server administrator or system \nvendor in such cases and ask them to upgrade. <\/li>\n\n\n\n<li>Support for the 1024-bit diffie-hellman-group1-sha1 key exchange is disabled by default at run-time.  It may be re-enabled using the <a href=\"http:\/\/www.openssh.com\/legacy.html\">upstream instructions<\/a>. <\/li>\n\n\n\n<li>Support for ssh-dss, ssh-dss-cert-* host and user keys is disabled by default at run-time.  These may be re-enabled using the <a href=\"http:\/\/www.openssh.com\/legacy.html\">upstream instructions<\/a>. <\/li>\n\n\n\n<li>Support for the legacy v00 cert format has been removed. <\/li>\n\n\n\n<li>Several ciphers are disabled by default in ssh: blowfish-cbc, cast128-cbc, all arcfour variants and the rijndael-cbc aliases for AES. <\/li>\n\n\n\n<li>MD5-based and truncated HMAC algorithms are disabled by default in ssh. <\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"GNU_toolchain\">GNU toolchain<\/h3>\n\n\n\n<p>glibc\n was updated to the 2.23 release, binutils to the 2.26 release, and GCC \nto a recent snapshot from the GCC 5 branch (post GCC 5.3.0). <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Apt_1.2\">Apt 1.2<\/h3>\n\n\n\n<p>Apt\n 1.2 includes the new privilege separation features introduced in Apt \n1.1. Importantly, the unprivileged &#8220;_apt&#8221; user is now used when making \noutgoing network connections and parsing the results for the various apt\n transport methods (HTTP, HTTPS, FTP). <\/p>\n\n\n\n<p><a href=\"http:\/\/k6hr.com\">Back To The Front<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As part of the 2018 station upgrade I assembled an Intel i5 based PC for use as the new k6hr.com server.&nbsp;I finally found the time to load and configure the O\/S and associated software onto this machine. All went well through the installation and migration process and the new k6hr.com server is up and running! &hellip; <a href=\"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;The New k6hr.com Server Is Up!&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[12],"tags":[169,68,171,170],"class_list":["post-2122","post","type-post","status-publish","format-standard","hentry","category-whats-new","tag-core-i5-4460","tag-k6hr-com","tag-new-server","tag-ubuntu-16-04-lts"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The New k6hr.com Server Is Up! - K6HR SDR Server 2026<\/title>\n<meta name=\"description\" content=\"K6HR SDR Server 2023 - The New k6hr.com Server Is Up! Upgraded to Ubuntu 16.04 LTS the new Apache2 web server is up and running.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The New k6hr.com Server Is Up! - K6HR SDR Server 2026\" \/>\n<meta property=\"og:description\" content=\"K6HR SDR Server 2023 - The New k6hr.com Server Is Up! Upgraded to Ubuntu 16.04 LTS the new Apache2 web server is up and running.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/\" \/>\n<meta property=\"og:site_name\" content=\"K6HR SDR Server 2026\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-08T06:12:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-23T01:18:39+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/k6hr.com\/wp-content\/uploads\/2019\/05\/ubuntu-logo.jpg\" \/>\n<meta name=\"author\" content=\"K6HR\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"K6HR\" \/>\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\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#article\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/\"},\"author\":{\"name\":\"K6HR\",\"@id\":\"http:\\\/\\\/k6hr.com\\\/#\\\/schema\\\/person\\\/c65191ecdc6b432c91282328288efb24\"},\"headline\":\"The New k6hr.com Server Is Up!\",\"datePublished\":\"2018-12-08T06:12:16+00:00\",\"dateModified\":\"2023-01-23T01:18:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/\"},\"wordCount\":695,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/#\\\/schema\\\/person\\\/c65191ecdc6b432c91282328288efb24\"},\"image\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/k6hr.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/ubuntu-logo.jpg\",\"keywords\":[\"core i5-4460\",\"k6hr.com\",\"new server\",\"ubuntu 16.04 lts\"],\"articleSection\":[\"What's New\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/\",\"url\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/\",\"name\":\"The New k6hr.com Server Is Up! - K6HR SDR Server 2026\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/k6hr.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/ubuntu-logo.jpg\",\"datePublished\":\"2018-12-08T06:12:16+00:00\",\"dateModified\":\"2023-01-23T01:18:39+00:00\",\"description\":\"K6HR SDR Server 2023 - The New k6hr.com Server Is Up! Upgraded to Ubuntu 16.04 LTS the new Apache2 web server is up and running.\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#primaryimage\",\"url\":\"http:\\\/\\\/k6hr.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/ubuntu-logo.jpg\",\"contentUrl\":\"http:\\\/\\\/k6hr.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/ubuntu-logo.jpg\",\"width\":299,\"height\":169,\"caption\":\"Ubuntu 16.04 LTS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/k6hr.com\\\/index.php\\\/2018\\\/12\\\/07\\\/new-k6hr-com-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/k6hr.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The New k6hr.com Server Is Up!\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/k6hr.com\\\/#website\",\"url\":\"http:\\\/\\\/k6hr.com\\\/\",\"name\":\"K6HR SDR Server 2025\",\"description\":\"Flex Radio 6000 Series - TG-XL \\\/ PG-XL\",\"publisher\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/#\\\/schema\\\/person\\\/c65191ecdc6b432c91282328288efb24\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/k6hr.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\\\/\\\/k6hr.com\\\/#\\\/schema\\\/person\\\/c65191ecdc6b432c91282328288efb24\",\"name\":\"K6HR\",\"logo\":{\"@id\":\"http:\\\/\\\/k6hr.com\\\/#\\\/schema\\\/person\\\/image\\\/\"},\"description\":\"Licensed since 1994. Active on HF \\\/ VHF \\\/ UHF \\\/ Satellite.\",\"sameAs\":[\"http:\\\/\\\/k6hr.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The New k6hr.com Server Is Up! - K6HR SDR Server 2026","description":"K6HR SDR Server 2023 - The New k6hr.com Server Is Up! Upgraded to Ubuntu 16.04 LTS the new Apache2 web server is up and running.","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":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/","og_locale":"en_US","og_type":"article","og_title":"The New k6hr.com Server Is Up! - K6HR SDR Server 2026","og_description":"K6HR SDR Server 2023 - The New k6hr.com Server Is Up! Upgraded to Ubuntu 16.04 LTS the new Apache2 web server is up and running.","og_url":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/","og_site_name":"K6HR SDR Server 2026","article_published_time":"2018-12-08T06:12:16+00:00","article_modified_time":"2023-01-23T01:18:39+00:00","og_image":[{"url":"http:\/\/k6hr.com\/wp-content\/uploads\/2019\/05\/ubuntu-logo.jpg","type":"","width":"","height":""}],"author":"K6HR","twitter_card":"summary_large_image","twitter_misc":{"Written by":"K6HR","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#article","isPartOf":{"@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/"},"author":{"name":"K6HR","@id":"http:\/\/k6hr.com\/#\/schema\/person\/c65191ecdc6b432c91282328288efb24"},"headline":"The New k6hr.com Server Is Up!","datePublished":"2018-12-08T06:12:16+00:00","dateModified":"2023-01-23T01:18:39+00:00","mainEntityOfPage":{"@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/"},"wordCount":695,"commentCount":0,"publisher":{"@id":"http:\/\/k6hr.com\/#\/schema\/person\/c65191ecdc6b432c91282328288efb24"},"image":{"@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#primaryimage"},"thumbnailUrl":"http:\/\/k6hr.com\/wp-content\/uploads\/2019\/05\/ubuntu-logo.jpg","keywords":["core i5-4460","k6hr.com","new server","ubuntu 16.04 lts"],"articleSection":["What's New"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/","url":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/","name":"The New k6hr.com Server Is Up! - K6HR SDR Server 2026","isPartOf":{"@id":"http:\/\/k6hr.com\/#website"},"primaryImageOfPage":{"@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#primaryimage"},"image":{"@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#primaryimage"},"thumbnailUrl":"http:\/\/k6hr.com\/wp-content\/uploads\/2019\/05\/ubuntu-logo.jpg","datePublished":"2018-12-08T06:12:16+00:00","dateModified":"2023-01-23T01:18:39+00:00","description":"K6HR SDR Server 2023 - The New k6hr.com Server Is Up! Upgraded to Ubuntu 16.04 LTS the new Apache2 web server is up and running.","breadcrumb":{"@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#primaryimage","url":"http:\/\/k6hr.com\/wp-content\/uploads\/2019\/05\/ubuntu-logo.jpg","contentUrl":"http:\/\/k6hr.com\/wp-content\/uploads\/2019\/05\/ubuntu-logo.jpg","width":299,"height":169,"caption":"Ubuntu 16.04 LTS"},{"@type":"BreadcrumbList","@id":"http:\/\/k6hr.com\/index.php\/2018\/12\/07\/new-k6hr-com-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/k6hr.com\/"},{"@type":"ListItem","position":2,"name":"The New k6hr.com Server Is Up!"}]},{"@type":"WebSite","@id":"http:\/\/k6hr.com\/#website","url":"http:\/\/k6hr.com\/","name":"K6HR SDR Server 2025","description":"Flex Radio 6000 Series - TG-XL \/ PG-XL","publisher":{"@id":"http:\/\/k6hr.com\/#\/schema\/person\/c65191ecdc6b432c91282328288efb24"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/k6hr.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"http:\/\/k6hr.com\/#\/schema\/person\/c65191ecdc6b432c91282328288efb24","name":"K6HR","logo":{"@id":"http:\/\/k6hr.com\/#\/schema\/person\/image\/"},"description":"Licensed since 1994. Active on HF \/ VHF \/ UHF \/ Satellite.","sameAs":["http:\/\/k6hr.com"]}]}},"_links":{"self":[{"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/posts\/2122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/comments?post=2122"}],"version-history":[{"count":13,"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/posts\/2122\/revisions"}],"predecessor-version":[{"id":44277,"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/posts\/2122\/revisions\/44277"}],"wp:attachment":[{"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/media?parent=2122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/categories?post=2122"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/k6hr.com\/index.php\/wp-json\/wp\/v2\/tags?post=2122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}