<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Debian on Bluish capsule</title>
    <link>https://www.teosoft.it/tags/debian/</link>
    <description>Recent content in Debian on Bluish capsule</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 18 Feb 2019 14:35:40 +0100</lastBuildDate>
    
	<atom:link href="https://www.teosoft.it/tags/debian/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Nextcloud using docker backup and update</title>
      <link>https://www.teosoft.it/post/2019-02-18-nextcloud-docker-backup-and-update/</link>
      <pubDate>Mon, 18 Feb 2019 14:35:40 +0100</pubDate>
      
      <guid>https://www.teosoft.it/post/2019-02-18-nextcloud-docker-backup-and-update/</guid>
      <description>&lt;p&gt;Backup and update an instance of Nextcloud installed via docker compose.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Nextcloud using docker on ovh vps</title>
      <link>https://www.teosoft.it/post/2019-02-05-nextcloud-using-docker-on-ovh-vps/</link>
      <pubDate>Tue, 05 Feb 2019 13:01:25 +0100</pubDate>
      
      <guid>https://www.teosoft.it/post/2019-02-05-nextcloud-using-docker-on-ovh-vps/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://nextcloud.com/&#34;&gt;Nextcloud&lt;/a&gt; is a private cloud service platform. I plan to use it for personal and family usage, just to move some of my personal data away from third parties.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Magento and Docker Compose on OVH Vps</title>
      <link>https://www.teosoft.it/post/2018-04-06-magento-and-docker-compose-on-ovh-vps/</link>
      <pubDate>Fri, 06 Apr 2018 11:40:03 +0200</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-04-06-magento-and-docker-compose-on-ovh-vps/</guid>
      <description>&lt;p&gt;Compose defines and runs multi-container Docker applications.&lt;/p&gt;

&lt;p&gt;Using a single yaml file it is possible to run multiple docker containers for complex applications. For example one contaner for the web app, one for the database and one for redis, all with a single command.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Manage Docker with Portainer</title>
      <link>https://www.teosoft.it/post/2018-04-04-manage-docker-with-portainer/</link>
      <pubDate>Wed, 04 Apr 2018 11:25:23 +0200</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-04-04-manage-docker-with-portainer/</guid>
      <description>&lt;p&gt;Portainer runs as a light (4Mb) container on Docker.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Firewall on OVH Vps server</title>
      <link>https://www.teosoft.it/post/2018-03-30-firewall-on-ovh-vps/</link>
      <pubDate>Fri, 30 Mar 2018 10:55:51 +0200</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-03-30-firewall-on-ovh-vps/</guid>
      <description>&lt;p&gt;Installing and configuring the &lt;a href=&#34;https://wiki.debian.org/Uncomplicated%20Firewall%20%28ufw%29&#34;&gt;Uncomplicated Firewall&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Linux tmux</title>
      <link>https://www.teosoft.it/post/2018-03-29-linux-tmux/</link>
      <pubDate>Thu, 29 Mar 2018 15:34:35 +0200</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-03-29-linux-tmux/</guid>
      <description>&lt;p&gt;Install and run&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;sudo apt install tmux&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Linux screen</title>
      <link>https://www.teosoft.it/post/2018-03-29-linux-screen/</link>
      <pubDate>Thu, 29 Mar 2018 11:04:15 +0200</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-03-29-linux-screen/</guid>
      <description>&lt;p&gt;Install and run&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;apt install screen
screen&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Snap and Firefox</title>
      <link>https://www.teosoft.it/note/2018-03-28-snapcraft-and-firefox/</link>
      <pubDate>Wed, 28 Mar 2018 14:43:13 +0200</pubDate>
      
      <guid>https://www.teosoft.it/note/2018-03-28-snapcraft-and-firefox/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://snapcraft.io/&#34;&gt;Snapcraft&lt;/a&gt; is a tool to install containerized software packages.&lt;/p&gt;

&lt;p&gt;Now Firefox is available!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Setup Docker on a OVH Vps server</title>
      <link>https://www.teosoft.it/post/2018-03-23-setup-docker-on-ovh-vps-server/</link>
      <pubDate>Fri, 23 Mar 2018 11:20:51 +0100</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-03-23-setup-docker-on-ovh-vps-server/</guid>
      <description>&lt;p&gt;I have a brand new VPS server from OVH with Debian Stretch. Let&amp;rsquo;s configure it with some basic security and Docker. The server will be used as a test machine for my experiments. This machine is &lt;strong&gt;not&lt;/strong&gt; for production.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Expand VirtualBox Debian encrypted disk</title>
      <link>https://www.teosoft.it/post/2018-03-19-expand-virtualbox-debian-encrypted-disk/</link>
      <pubDate>Mon, 19 Mar 2018 09:40:14 +0100</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-03-19-expand-virtualbox-debian-encrypted-disk/</guid>
      <description>&lt;p&gt;I have a VirtualBox machine with full disk encryption. The space for the root partition is almost finished.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Netcore 2.1 Preview on Debian</title>
      <link>https://www.teosoft.it/post/2018-03-13-netcore-2.1-preview-on-debian/</link>
      <pubDate>Tue, 13 Mar 2018 10:46:21 +0100</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-03-13-netcore-2.1-preview-on-debian/</guid>
      <description>&lt;p&gt;Installation of netcore 2.1.0 preview on debian. Creation of a simple WebApi. Packing and installing the api as service using nginx.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>