Composer install Run this in your terminal to get the latest Composer version: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (h... Mar 5, 2021 0 2260 Tech Blog
LXC Web Panel Automatic installation Copy/paste the following code to your server wget https://lxc-webpanel.github.io/tools/install.sh -O - | bash Connect you on ... LXC Mar 5, 2021 0 2433 Tech Blog
X2Go stable (main) PPA Quick howto to turn your machine into an X2Go server: sudo apt-add-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goserver x2g... Ubuntu Mar 5, 2021 0 2285 Tech Blog
Automatically fill Many2many in Odoo In this tutorial I will learn you how to automatically fill a Many2many with data. In some cases a many2many always has to have data so in that case ... Odoo Mar 5, 2021 0 2876 Tech Blog
Sublime Text 3 install Sublime Text 3 includes an auto-upgrade mechanism on Windows and OS X to make upgrades a snap. Instead of going against the grain of the Linux ecosys... Ubuntu Mar 5, 2021 0 2364 Tech Blog
LXC container gets two IP addresses assigned to it So after a little bit more research I’ve determined why this is happening. I’m using the default Ubuntu and Debian templates to create the containers... LXC Ubuntu Mar 5, 2021 0 2552 Tech Blog
LXC – Networking I’ve heard a lot about virtualization recently with, at the top, docker. I wanted to understand a bit more about those, and I started with LXC [1] w... LXC Ubuntu Mar 5, 2021 0 2292 Tech Blog
Enabling LXC on Archlinux with systemd-networkd After playing around with docker a lot, I decided that it was time to spend some time with LXC as I tended to treat some of my docker containers like... LXC Mar 5, 2021 0 2678 Tech Blog
Using LXD remote with ssh port forward This one came to me, while using LXD on a test server i have. LXD 2.0 stable is one of the great things that came with Ub untu 16. 04LTS . I follow t... LXC Mar 5, 2021 0 2396 Tech Blog
Create and configure automatically your Odoo database When developing an /Odoo/ project, it is very helpful to bootstrap a completely new database from scratch, for instance: to deploy a new development... Odoo Ubuntu Mar 5, 2021 0 3074 Tech Blog
Odoo Website Builder – Simple Website Menu Features to Copy and Delete Web CMS Pages To implement Page Copy and Page Delete menu options, changes have been made in following four files: — website/controllers/main.py Functions: pagecop... Odoo Mar 5, 2021 0 2345 Tech Blog
LXC, Bridge, Dnsmasq, Iptables en Vagrant **Intro** Ik ben laatst overgestapt van ubuntu naar debian jessie. Daar wil de ik ook lxc gebruiken met vagrant, echter merkte ik dat het netwerk ged... LXC Ubuntu Mar 5, 2021 0 2039 Tech Blog