whsuite billing hosting install issue was solved by going into the whsuite folder and running composer install *note: composer will need to be installed. This is not mentioned in the docs. apt-get install php7.0-mbstring php7.0-curl...
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 (hash_file('SHA384', 'composer-setup.php') === '66965...
handy commands continuous live logging tail -f /var/log/mail.log show line number nano nano -c filename Ubuntu 14.04 System Logging sudo chown syslog:adm /var/log sudo chmod 0775 /var/log sudo service rsyslog restar...
LXC Horizon TV silverlight setup ifconfig sudo apt-get install openssh-server wget curl nano mc lubuntu-desktop lxde sudo add-apt-repository ppa:pipelight/stable sudo apt-get update sudo apt-get upgrade apt-get install software-prope...
Software-Defined Networking tools for LXC https://github.com/jpetazzo/pipework#lamp-stack-with-a-private-network-between-the-mysql-and-apache-containers Pipework Software-Defined Networking for Linux Containers Pipework lets you connect toget...
How to secure an Ubuntu 12.04 LTS server – Part 1 The Basics Harden the security on an Ubuntu 12.04 LTS server by installing and configuring the following: Install and configure Firewall – ufw Secure shared memory – fstab SSH – Key based login, disable root log...
How to install PSAD Intrusion Detection on Ubuntu 16.04 LTS server This guide is intended as a relatively easy step by step guide to: Install CipherDyne PSAD Intrusion Detection and Log Analysis with iptables on Ubuntu 12.04 LTS or later. psad is a collection of thre...
Mount a VMware virtual disk (.vmdk) file on a Linux box $ sudo mount vmware-server-flat.vmdk /tmp/test/ -o ro,loop=/dev/loop1,offset=32768 -t ntfs Mount a VMware virtual disk (.vmdk) file on a Linux box Assumes XP/2000/2003. For Server 2008+ try offset=105...
Mandibule Odoo development 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 attributes, d...
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 having it filled in automatically is really handy. ...
Dropping snippet onto the page in odoo-9 For drooping the snippet onto the page first we have to open the src file, add some class and css feature in css file and jas file after that clicks on an option, the system will add the class specifi...
Web Controller in Odoo V9 Odoo web controller provides the facility to create frontend modules which can be easily integrate with the backend modules. Here backend is refers to the modules which provides functionalities like h...