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 2302
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
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
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 2192
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 2141
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 2145
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 2122
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 2407
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
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 2319
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 2433
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