Linux Containers and LVM (mount /var/lib/lxc) This looks very useful! Your enthusiasm for containers can quickly fill that root file system on the host. One solution is to use the flexibility of LVM or Logical Volume Management to simply expand t...
How to redirect website to our own domain? The ‘root’ of our account on Odoo SAAS is now: https://my-company.odoo.com and this is also the Homepage of the website on the Odoo system. How can I link “http://www.my-domain.com” (or another subdom...
Odoo Mandibule Graphical tool Mandibule Mandibule is a graphical tool to explore data of OpenERP servers, helping developpers to quickly obtain useful information. It is able to: draw relations between models and display their att...
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 amount of data copied by only moving the portions of files...
Hardening Ubuntu 14.04 Server Hardening is the process of reducing vulnerabilities and securing a system from possible attack points. Reducing vulnerabilities includes the removal of unnecessary services, usernames and logins and ...
Odoo DarkroomJS Widget This module provides a DarkroomJS web widget for use with images fields. This widget will allow you to perform the following actions on images: Zoom Rotate Crop Step back in history client-side (befor...
Automatically start your LXC containers Automatically start your containers To automatically start your containers at boot, all you have to do is to put symlinks to your containers config files in the /etc/lxc/auto/ directory. For example f...
Odoo install 8.0 / 9.0 / 10.0 wget -O – https://nightly.odoo.com/odoo.key | apt-key add – echo “deb http://nightly.odoo.com/8.0/nightly/deb/ ./” >> /etc/apt/sources.list apt-get update && apt-get install odoo wget -O – https://nig...
How can I recursively delete all files of a specific extension in the current directory? You don’t even need to use rm in this case if you are afraid. Use find : find . -name "*.bak" -type f -delete But use it with precaution. Run first: find . -name "*.bak" -type f to see exactly which f...
WP-CLI Installing (And Upgrading) First, download wp-cli.phar using wget or curl . For example: curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Then, check if it works: php ...
DNS error Virtualmin LXC DNS Zone Error When I check the Virtualmin config it gives me the following error: Virtualmin is configured to setup DNS zones, but this system is not setup to use itself as a DNS server. Either add 1...
Odoo Burgerservicenummer (BSN) for Partners This module adds the BSN (Burgerservicenummer) field on partner forms. The field is visible when the flag is_company is false. A double check on the BSN is done when inserting/modifying its value: val...