LXC Networking Guide Containers need to have an IP so they are available on the network. In Linux ‘bridges’ are used to connect VMs to a network. Think of a bridge as software switch that is created in the host. Now virtu...
How to remove docker from Ubuntu 16.04 Uninstall docker To remove just docker package itself from Ubuntu 16.04 (Xenial Xerus) execute on terminal: sudo apt-get remove docker Uninstall docker and it’s dependent packages To remove the docker...
ubuntu 16.10 dnsmasq troubleshoot Ok, so here’s what I’ve learned. Ubuntu uses systemd-resolved now for DNS stuff. However, if you want the DNS server from DHCP negotiation to be passed along to this service, you also need to use syst...
Creating a Dark Web – Deep web website As we discussed before the difference between Surface web, Dark web and Deep web. In dark web Tor is used and it allows anyone to access websites with anonymity. If you want to create your own anonymo...
rename a string in multiple files string Event “Event” is capitol sensitive grep –include={*.php,*.html,*.js,*.py,*.xml} -rnl ‘./’ -e “Event” | xargs -i@ sed -i ‘s/Event/Tour/g’ @ grep –include={*.php,*.html,*.js,*.py,*.xml,*.po,*.pot...
Node-Odoo Node.js client library for Odoo using JSON-RPC Installation $ npm install node - odoo Methods odoo.connect(callback) odoo.create(model, params, callback) odoo.get(model, id, callback) odoo.update(mode...
ORM Methods in OpenERP Every object in OpenERP is based on OSV i.e Object Service and this service implements full Object-Relational Mapping enabling developers not to worry for the simple SQL operations. In OpenERP, we hav...
webmin letsencrypt error renew certificate https://github.com/webmin/webmin/issues/436 This is a really bad bug. I had a client call me this Canadian Thanks Giving morning reporting that their SSL cert was giving errors. Turns out, the renewal...
Diagnosing Network Issues with MTR The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export....
How to setup multiple websites in Odoo V8 Odoo’s Lead Developer responds to this question (Please note that this is a very technical feature and is not yet easy to configure nor is it documented how to do it.) Post 1: Multi website was alread...
How do I Compress a Whole Linux or UNIX Directory? It is very easy to compress a Whole Linux/UNIX directory. It is useful to backup files, email all files, or even to send software you have created to friends. Technically, it is called as a compressed...
Instalar Odoo 9 en Debian 8.x desde zero Instalar Odoo 9 en Debian 8.1 desde cero. (Sin el error: “No se puede ejecutar lessc” o “Could not execute command ‘lessc'”) Como sabemos, hace unos días se liberó la nueva versión de Odoo, la versión...