Cool widgets in Odoo-9 In Odoo9 Widgets are the GUI elements that can perform some controlling tasks. In Odoo9, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states...
PSAD does not start on Ubuntu 14.04 Complied PSAD from source, compilation went smoothly however when I run this command: sudo psad --sig-update I got this: Can't load '/usr/lib/psad/x86_64-linux-gnu-thread-multi/auto/Date/Calc/Calc.so'...
How To Use Foreman To Manage Puppet Nodes on Ubuntu 14.04 Tutorial Series This tutorial is part 3 of 3 in the series: How To Use Puppet To Manage Your Servers Introduction Foreman is an open source tool that can help with the management of servers, by provid...
How To Create A .deb Package From Source & Install It Automatically I’ve found this method to work in most but NOT all cases, as sometimes additional depencies are required in order to build the package. STEP 1: The required packages are: build-essential automake auto...
Configure the Odoo container with Nginx container upstream odoo { server <host-public-ip>:8069 ; } server { listen 80 ; server_name your.domain.net ; return 301 https://your.domain.net$request_uri ; } server { listen 443 ssl ; server_name your.domain...
lxc-usernet config sample cat /etc/lxc/ lxc-usernet # USERNAME TYPE BRIDGE COUNT x veth ibr1 8 x veth xbr1 8 x veth ubr1 8 cat .local/ share/lxc/ asterisk/ config # Template used to create this container: /usr/share/ lxc/templ...
How to Audit WordPress Security from the Command Line with WpScan WPScan is a Ruby-based WordPress security scanner that is run from the command line and used to detect vulnerabilities on a WordPress installation. While there are plenty of plugins out there that do ...
Miquiloni Web UI LXC Installation commands for Ubuntu-based rootservers Please note the next questions Tested with Ubuntu 16.04 LTS Server Uses Apache2, Perl CGI and MySQL Due to the lack of Perl SSL packages Once you hav...
Aanval Installation Watch the Aanval 8 Installation and Unified2 Sensor Setup video guide on YouTube Preparation Users can store Aanval in the root of the web server directory. Users can also create a directory within th...
Owncloud Official page Owncloud Ubuntu_12.04 owncloud-8.2.2-1.1 You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system ...
How To Use Nmap to Scan for Open Ports on your VPS Introduction Networking is an expansive and overwhelming topic for many budding system administrators. There are various layers, protocols, and interfaces, and many tools and utilities that must be ma...
How to install odoo 10 from git to ubuntu 16.04 ? First, download from git, 1 https : //github.com/odoo/odoo.git Install postgresql database server and create superuser, 1 sudo su – postgres – c “createuser -s $USER” Install nodejs and less, 1 2 3 $ ...