<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Archives - VirtJunkie</title>
	<atom:link href="/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>/category/ubuntu/</link>
	<description>Virtualization, Automation, and anything else that might be on my mind</description>
	<lastBuildDate>Sat, 01 Jun 2019 13:59:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.2</generator>

<image>
	<url>/wp-content/uploads/2020/04/cropped-vj4-150x150.png</url>
	<title>Ubuntu Archives - VirtJunkie</title>
	<link>/category/ubuntu/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Webex Teams on Linux</title>
		<link>/2019/06/01/webex-teams-on-linux/</link>
					<comments>/2019/06/01/webex-teams-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Sat, 01 Jun 2019 13:59:50 +0000</pubDate>
				<category><![CDATA[Electron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759</guid>

					<description><![CDATA[<p>Unfortunately, webex teams does not have a linux client, and recommends that people simply use the web client. Unfortunately, I'm more used to this answer than I'd like, but fortunately I don't have to any more.</p>
<p>The post <a href="/2019/06/01/webex-teams-on-linux/">Webex Teams on Linux</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="alignright is-resized"><img decoding="async" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Electron_Software_Framework_Logo.svg/1200px-Electron_Software_Framework_Logo.svg.png" alt="" width="182" height="182"/></figure></div>



<p>My company standardized on <a href="https://teams.webex.com/">Cisco Webex Teams</a> for persistent chat. Unfortunately, webex teams does not have a linux client, and recommends that people simply use the web client. Unfortunately, I&#8217;m more used to this answer than I&#8217;d like, but fortunately I don&#8217;t have to any more.</p>



<span id="more-759"></span>



<p>This morning I found a project called <a href="https://github.com/jiahaog/nativefier">Nativefier</a>. It allows you to make any web page a desktop application using electron and a handful of other tools.</p>



<p>Their github page has documentation on how to do the install, but i&#8217;ll also add my exact steps. Keep in mind, I&#8217;m using Ubuntu 19.04 so YMMV.</p>



<p>You&#8217;ll need to have npm installed, and use it to install nativefier.</p>



<ol><li>sudo apt install npm</li><li>sudo npm install nativefier -g</li></ol>



<p>I manually went to the internet to grab an icon for webex teams that I had the packager use. Feel free to download it and use it, however, from what I read in the documentation, nativefier should have the ability to find the icon automatically. I didn&#8217;t try it, but if you do, let me know how it works!</p>



<div class="wp-block-file"><a href="https://www.virtjunkie.com/wp-content/uploads/2019/06/cisco-webex-teams.png">cisco-webex-teams</a><a href="https://www.virtjunkie.com/wp-content/uploads/2019/06/cisco-webex-teams.png" class="wp-block-file__button" download>Download</a></div>



<p>You can use the following snippet to convert convert webex teams into an application.</p>



<pre class="urvanov-syntax-highlighter-plain-tag">nativefier -n &quot;Webex-Teams&quot; -p linux -a x64 -e 4.2.3 -i [absolute-path-to]/cisco-webex-teams.png --tray https://teams.webex.com/</pre>



<p>That will create a directory called &#8220;webex-teams-linux-x64&#8221;. To open webex teams, enter that directory and run the webex-teams binary.</p>
<p>The post <a href="/2019/06/01/webex-teams-on-linux/">Webex Teams on Linux</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2019/06/01/webex-teams-on-linux/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu Cosmic 18.10 &#8211; Use Ansible To Deploy Docker</title>
		<link>/2018/12/14/ubuntu-cosmic-18-10-use-ansible-to-deploy-docker/</link>
					<comments>/2018/12/14/ubuntu-cosmic-18-10-use-ansible-to-deploy-docker/#respond</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 14 Dec 2018 22:45:36 +0000</pubDate>
				<category><![CDATA[Ansible]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=712</guid>

					<description><![CDATA[<p>As it turns out, Docker doesn&#8217;t officially support any version of Ubuntu past Artful. This is a bit of a challenge if you want to use a state configuration manager such as Ansible to deploy Docker, or even if you want to install it manually. I was able to get this working by using the [&#8230;]</p>
<p>The post <a href="/2018/12/14/ubuntu-cosmic-18-10-use-ansible-to-deploy-docker/">Ubuntu Cosmic 18.10 &#8211; Use Ansible To Deploy Docker</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>As it turns out, Docker doesn&#8217;t <a href="https://docs.docker.com/v17.09/engine/installation/linux/docker-ce/ubuntu/#os-requirements">officially support</a> any version of Ubuntu past Artful. This is a bit of a challenge if you want to use a state configuration manager such as Ansible to deploy Docker, or even if you want to install it manually. I was able to get this working by using the test branch of the docker release for Ubuntu Cosmic.</p>



<span id="more-712"></span>



<p>&nbsp;I found a <a href="https://galaxy.ansible.com/geerlingguy/docker">popular role in Ansible Galaxy</a>&nbsp;with a ton of installs, but the documentation that comes with it doesn&#8217;t work, which is fine&#8230; not a supported version, etc. I used the steps below to get it working.<br></p>



<p>Please be aware, the test branch is likely not stable, and shouldn&#8217;t be used for production. Follow this at your own risk.</p>



<p>1.) Run the command below to install the role</p>



<pre class="urvanov-syntax-highlighter-plain-tag">root@server:~$ ansible-galaxy install geerlingguy.docker</pre>



<p>2.) Create a text file named &#8220;install-docker.yml&#8221;<br>&nbsp; &#8211; The value assigned to docker_apt_release_channel being &#8220;test&#8221;.<br>&nbsp; &#8211; Add your own username(s) under &#8220;docker_users&#8221;<br>(This yaml file is located on my github page here: <a href="https://github.com/jonhowe/Virtjunkie.com/blob/master/install-docker.yml">https://github.com/jonhowe/Virtjunkie.com/blob/master/install-docker.yml</a>)</p>



<pre class="urvanov-syntax-highlighter-plain-tag">---
- name: Install Docker
  hosts: all
  become: yes
  become_method: sudo
  tasks:
  - name: Install Docker and docker-compose
    include_role:
       name: geerlingguy.docker
    vars:
       - docker_edition: 'ce'
       - docker_apt_release_channel: test
       - docker_package_state: present
       - docker_install_compose: true
       - docker_compose_version: &quot;1.22.0&quot;
       - docker_users:
          - jhowe</pre>



<p>3.) Then it&#8217;s as easy as running the playbook</p>



<pre class="urvanov-syntax-highlighter-plain-tag">root@server:~$ ansible-playbook -K install-docker.yml</pre>
<p>The post <a href="/2018/12/14/ubuntu-cosmic-18-10-use-ansible-to-deploy-docker/">Ubuntu Cosmic 18.10 &#8211; Use Ansible To Deploy Docker</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2018/12/14/ubuntu-cosmic-18-10-use-ansible-to-deploy-docker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
