<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Bluish capsule</title>
    <link>https://www.teosoft.it/tags/linux/</link>
    <description>Recent content in Linux on Bluish capsule</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 13 Mar 2019 17:30:08 +0100</lastBuildDate>
    
	<atom:link href="https://www.teosoft.it/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Init git submodules</title>
      <link>https://www.teosoft.it/note/2019-03-13-init-git-submodules/</link>
      <pubDate>Wed, 13 Mar 2019 17:30:08 +0100</pubDate>
      
      <guid>https://www.teosoft.it/note/2019-03-13-init-git-submodules/</guid>
      <description>git submodule update --init --recursive git submodule update --recursive git submodule update --recursive --remote</description>
    </item>
    
    <item>
      <title>KeeCloud on Keepass2 to sync with Dropbox using Ubuntu</title>
      <link>https://www.teosoft.it/post/2019-03-13-keecloud-keepass2-sync-with-dropbox-using-ubuntu/</link>
      <pubDate>Wed, 13 Mar 2019 16:32:20 +0100</pubDate>
      
      <guid>https://www.teosoft.it/post/2019-03-13-keecloud-keepass2-sync-with-dropbox-using-ubuntu/</guid>
      <description>&lt;p&gt;Installation and configuration of Keecloud a Keepass2 plugin that can open and synchronize a file from Dropbox.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Download files using scp</title>
      <link>https://www.teosoft.it/note/2019-02-20-download-files-using-scp/</link>
      <pubDate>Wed, 20 Feb 2019 13:23:01 +0100</pubDate>
      
      <guid>https://www.teosoft.it/note/2019-02-20-download-files-using-scp/</guid>
      <description>scp -P 2222 gabriele@ipaddress:/home/gabriele/*.tar.gz /home/zap/nexcloud-backup/*</description>
    </item>
    
    <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>Nomacs simple image editor</title>
      <link>https://www.teosoft.it/note/2018-08-31-nomacs-simple-image-editor/</link>
      <pubDate>Fri, 31 Aug 2018 14:25:13 +0200</pubDate>
      
      <guid>https://www.teosoft.it/note/2018-08-31-nomacs-simple-image-editor/</guid>
      <description>Nomacs is a very lite image editor that features basic image editing and manipulation.</description>
    </item>
    
    <item>
      <title>Using Ansible to setup my machine</title>
      <link>https://www.teosoft.it/post/2018-06-05-using-ansible-to-setup-my-machine/</link>
      <pubDate>Tue, 05 Jun 2018 10:55:56 +0200</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-06-05-using-ansible-to-setup-my-machine/</guid>
      <description>&lt;p&gt;The deployment of the software will be made with &lt;a href=&#34;https://docs.ansible.com/ansible/2.4/ansible-pull.html&#34;&gt;ansible-pull&lt;/a&gt;, without a remote machine. This is a little different from the classic client server deployment used with ansible and is, in a way, simpler.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Install nodejs using nvm</title>
      <link>https://www.teosoft.it/post/2018-05-28-install-nodejs-using-nvm/</link>
      <pubDate>Mon, 28 May 2018 19:17:51 +0200</pubDate>
      
      <guid>https://www.teosoft.it/post/2018-05-28-install-nodejs-using-nvm/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/creationix/nvm&#34;&gt;Node Version Manager&lt;/a&gt; is Simple bash script to manage multiple active node.js versions.&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>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>ncdu: du with a nice interface</title>
      <link>https://www.teosoft.it/note/2018-03-16-ncdu-du-with-a-nice-interface/</link>
      <pubDate>Fri, 16 Mar 2018 11:56:32 +0100</pubDate>
      
      <guid>https://www.teosoft.it/note/2018-03-16-ncdu-du-with-a-nice-interface/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://dev.yorhel.nl/ncdu&#34;&gt;ncdu&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you don&amp;rsquo;t have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Remove LibreOffice</title>
      <link>https://www.teosoft.it/note/2018-03-13-remove-libreoffice/</link>
      <pubDate>Tue, 13 Mar 2018 11:37:55 +0100</pubDate>
      
      <guid>https://www.teosoft.it/note/2018-03-13-remove-libreoffice/</guid>
      <description>To free up some space I removed LibreOffice and obtained about 720M of space.
sudo apt-get remove --purge libreoffice* sudo apt-get clean sudo apt-get autoremove</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>
    
    <item>
      <title>Bonus Paranoia</title>
      <link>https://www.teosoft.it/note/2018-03-01-bonus-paranoia/</link>
      <pubDate>Thu, 01 Mar 2018 12:50:13 +0100</pubDate>
      
      <guid>https://www.teosoft.it/note/2018-03-01-bonus-paranoia/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re feeling especially paranoid there are various things you could do to reduce logging on linux.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>