Nginx – Odoo – VPS – Ubuntu location /odoo/ { rewrite ^/odoo(/.*)$ $1 break ; proxy_pass http:// localhost : 8069 / ; proxy_set_header Host $host ; proxy_set_header X-Re... Nginx Odoo Ubuntu Virtualmin mar. 5, 2021 0 2304 Tech Blog
How To Use Rsync to Sync Local and Remote Directories on a VPS Introduction* /Rsync/, which stands for “remote sync”, is a remote and local file synchronization tool. It uses an algorithm that minimizes the amoun... Ubuntu mar. 5, 2021 0 2203 Tech Blog
Creating Incremental and Encrypted Backups with Duplicity *Overview* While Vultr does have a backup system for entire system images, this works at the block level, and requires that the backup is restored to... Ubuntu mar. 5, 2021 0 2182 Tech Blog
Duplicity Backup How to Ubuntu Introduction** There are many different applications that are available to back up Ubuntu. Each one has its strengths and weaknesses. Some are made f... Ubuntu mar. 5, 2021 0 2194 Tech Blog
Odoo 10 install on VPS */ssh root@<IP-osoite>/* Odoon asennukseen riittävät nämä käskyt (ohje on kopioitu täältä [1] ): /*sudo wget https://raw.githubusercontent.com/Yenth... Odoo Ubuntu mar. 5, 2021 0 2143 Tech Blog
Let’s Encrypt SSL-sertifikaatti ja Nginx-webbipalvelin Odoo 10 Tietoja Kirjoittanut Mikko Salmela Julkaistu: 26.10.2016 Viimeksi päivitetty: 26.10.2016 Edellisessä Odoo-ohjeessani [1] asensin Odoo 10 -toiminna... Nginx Odoo Ubuntu mar. 5, 2021 0 2149 Tech Blog
How to install odoo 10 from git to ubuntu 16.04 ? First, download from git, 1 https : //github.com/odoo/odoo.git Install postgresql database server and create superuser, 1 sudo su ... Odoo Ubuntu mar. 5, 2021 0 2124 Tech Blog
Containers: Just Because Everyone Else is Doing Them Wrong, Doesn’t Mean You Have To **The problem** Suppose you’re an operator who, in a massively scaled-out and highly automated deployment, is responsible for keeping a few hundred o... Ansible LXC Ubuntu mar. 5, 2021 0 2410 Tech Blog
Secure Mesh VPN Network Interconnect for LXC containers in Multiple IaaS Clouds https://peervpn.net/ **Problem Statement** On any of the existing IaaS Cloud providers like AWS, Digital Ocean etc you can easily create virtual mach... LXC Ubuntu mar. 5, 2021 0 2297 Tech Blog
How to Compress and Extract Files Using the tar Command on Linux The tar command on Linux is often used to create .tar.gz or .tgz archive files, also called “tarballs.” This command has a large number of options, b... Ubuntu mar. 5, 2021 0 2322 Tech Blog
Using Rundeck on Ubuntu to automate server deployments into LXC (local or remote) containers http://rundeck.org/index.html#LearnMore Continuing my last posts regarding LXC (linux containers) I realize that managing them from the command line ... LXC Ubuntu mar. 5, 2021 0 2436 Tech Blog
Creating an Init Script in Ubuntu 14.04 In Ubuntu, you create init scripts using the SysV init system. Details are here [1] . In this article, I will create a very simple script to start an... Ubuntu mar. 5, 2021 0 2170 Tech Blog