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 mrt. 5, 2021 0 2307
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 mrt. 5, 2021 0 2211
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 mrt. 5, 2021 0 2193
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 mrt. 5, 2021 0 2201
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 mrt. 5, 2021 0 2145
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 mrt. 5, 2021 0 2155
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 mrt. 5, 2021 0 2130
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 mrt. 5, 2021 0 2413
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 mrt. 5, 2021 0 2302
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 mrt. 5, 2021 0 2326
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 mrt. 5, 2021 0 2440
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 mrt. 5, 2021 0 2176