{"id":2302,"date":"2016-06-06T00:00:18","date_gmt":"2016-06-06T07:00:18","guid":{"rendered":"http:\/\/192.168.3.4\/?p=2302"},"modified":"2018-01-09T06:50:24","modified_gmt":"2018-01-09T14:50:24","slug":"raspberry-pi-3-and-ubuntu-mate-a-good-match","status":"publish","type":"post","link":"https:\/\/www.cloudacm.com\/?p=2302","title":{"rendered":"Raspberry Pi 3 and Ubuntu Mate \u2013 A Good Match"},"content":{"rendered":"<p>Raspberry Pi 3, released to the public on February 2016, is a quad core SOC that includes 1GB of RAM.\u00a0 This computer from the Raspberry Foundation, along with its version 2 sibling, can run Ubuntu Mate.\u00a0 The Pi 3 has on board bluetooth and wireless features that enhance headless installations.<\/p>\n<p>Installing Ubunut Mate is a simple matter of downloading the image file from the developer and \u201cburning\u201d it to a MicroSD card.\u00a0 There are a number of methods, but I prefer to use DDRescue-GUI because I can check my source or destination disk information to verify I&#8217;m targeting correctly.\u00a0 More information about the developer can be found on their website, <a href=\"https:\/\/launchpad.net\/ddrescue-gui\">https:\/\/launchpad.net\/ddrescue-gui<\/a>.\u00a0 Installing DDRescue-GUI is a simple command.<\/p>\n<pre><code>sudo apt-get install ddrescue-gui<\/code><\/pre>\n<p>Getting the image of Ubuntu Mate is done by going to the developer&#8217;s website, <a href=\"https:\/\/ubuntu-mate.org\/raspberry-pi\/\">https:\/\/ubuntu-mate.org\/raspberry-pi\/<\/a>.\u00a0 The page also contains some useful information.<\/p>\n<p>After getting the Raspberry Pi loaded with the Ubuntu Mate image, there are a few things I like to do to make headless operation easier.<\/p>\n<ol>\n<li>I prefer to have the account auto login. The reason for this is the wireless network binds after the desktop loads. I&#8217;m sure there&#8217;s another way.<\/li>\n<li>Bind the wireless adapter to the wireless network and use static settings.<\/li>\n<li>Install XRDP, remote desktop control will be useful in order to run headless desktops.<\/li>\n<\/ol>\n<p>Networking via the wireless can be a bit tricky to get working.\u00a0 First, you&#8217;ll need to create a wireless connection then restart.\u00a0 After rebooting, locally broadcasting wireless networks should appear.\u00a0 I prefer to add mine manually at this point.\u00a0 Once I establish a connection, I&#8217;ll remove my earlier wireless connection.<\/p>\n<p>Out of the box, SSH will work once a network bind is live.\u00a0 This can be good or bad, but you should decide whether you&#8217;ll need this or not.\u00a0 If you do use it, be mindful that session keys get stored on clients.\u00a0 This can break client connections if you rebuild, but use the same IP.\u00a0 To fix this, use this command on the linux clients.<\/p>\n<pre><code>ssh-keygen -R &lt;ip address of raspberry pi mate&gt;<\/code><\/pre>\n<p>Now that networking is working, run the XRDP installation.<\/p>\n<p><em>sudo apt-get install xrdp<\/em><\/p>\n<p>When that finishes, I would suggest running software updates and installing them.<\/p>\n<pre><code>sudo apt-get update\r\n\r\nsudo apt-get upgrade<\/code><\/pre>\n<p>When they finish, reboot the Raspberry Pi and verify that remote desktop access works, it should.\u00a0 Now is a good time to make a backup of the MicroSD card.\u00a0 This will be a baseline for any modifications going forward.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Raspberry Pi 3, released to the public on February 2016, is a quad core SOC that includes 1GB of RAM.\u00a0 This computer from the Raspberry Foundation, along with its version 2 sibling, can run Ubuntu Mate.\u00a0 The Pi 3 has on board bluetooth and wireless features that enhance headless installations. Installing Ubunut Mate is a simple matter of downloading the image file from the developer and \u201cburning\u201d it to a MicroSD card.\u00a0 There are a number of methods, but I&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/www.cloudacm.com\/?p=2302\"> Read More<span class=\"screen-reader-text\">  Read More<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,3],"tags":[],"class_list":["post-2302","post","type-post","status-publish","format-standard","hentry","category-raspberry-pi","category-rd"],"_links":{"self":[{"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=\/wp\/v2\/posts\/2302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2302"}],"version-history":[{"count":9,"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=\/wp\/v2\/posts\/2302\/revisions"}],"predecessor-version":[{"id":2314,"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=\/wp\/v2\/posts\/2302\/revisions\/2314"}],"wp:attachment":[{"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudacm.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}