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 environment generate builds inside a Continuous Integ...
How to switch from NetworkManager to systemd-networkd on Linux In the world of Linux, adoption of systemd has been a subject of heated controversy, and the debate between its proponents and critics is still going on. As of today, most major Linux distributions ha...
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 gedeelte het niet deed. De container kreeg geen ip adres e...
How to install and run Odoo 9.0 in production? It’s quite easy to get Odoo up and running for production use, although it will require a little patience. In this tutorial, you’ll learn how to install Odoo in minutes. Sure you can install Odoo in a...
odoo9 virtualmin ubuntu Set up server (Ignore if Virtualmin already installed) Install OS Run OS Updates Install Virtualmin Note the version of PostgreSQL installed Create Odoo account “odoo9a.example.com” Virtualmin > Creat...
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 machine “instances” of running Linux servers. Note that som...
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 might be a bit tedious when there can be hundreds o...
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, but you just need to remember a few letters to quick...
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 or a few thousand containers up and running. Your develo...
How To Use Fabric To Automate Administration Tasks And Deployments Introduction Let’s automate things. Everything. Let’s also figure out a way to do this using a single tool. One that is easy to program, easy to use. And why not do all this with nothing but SSH insta...
How to create selection field in Odoo To make selection field in OpenERP (Odoo) In Selection Field first we have to go in .py file (python file) After that we have to decide where you want to give selection Field and then give attribute S...