BASH Script Complete Watch Customization / Skins & Themes / Linux and Unix Utilities / Other ©2012-2016 exarobibliologist This is my BASH script, complete with all aliases and functions. This is a Premium Download. Asking...
How To Add Swap on Ubuntu 14.04 Introduction One of the easiest way of increasing the responsiveness of your server and guarding against out of memory errors in your applications is to add some swap space. Swap is an area on a hard ...
Using Redis for WordPress Object-Cache Redis Installation Add repo which maintains latest redis add-apt-repository ppa:chris-lea/redis-server Install redis-server and php-binding apt-get update apt-get install redis-server php5-redis WordP...
Using Redis for PHP Sessions on Ubuntu Server Redis Installation Add repo which maintains latest redis add-apt-repository ppa:chris-lea/redis-server Install redis-server and php-binding apt-get install redis-server php5-redis PHP session config O...
Top 10 Steps to Secure Your SSH Server SSH means Secure Shell, and it’s a protocol designed to allow secure communications between different hosts using an encrypted connection. SSH servers allow users to log into remote hosts, run command...
Debranding Odoo There are at least four spots where normal users could get in touch with Odoo branding in the backend: • Odoo announcement top bar “Your Odoo is not supported. Upgrade or register your contract here.”...
Nginx – Virtualmin – Odoo – configuration SSL server { listen ip:80 default; server_name _; access_log /var/log/nginx/default.access.log; error_log /var/log/nginx/default.error.log; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; location = / { rewrite ^ ht...
Hardening guide for Postfix 2.x Make sure the Postfix is running with non-root account: ps aux | grep postfix | grep -v '^root' Change permissions and ownership on the destinations below: chmod 755 /etc/postfix chmod 644 /etc/postfi...
LXC Getting Started Guide Part II This is continued from our Getting started with LXC guide . LXC has a rich set of tools to manage containers. Let’s explore some of the more advanced features. Container Storage LXC gives you awesome ...
How to get Latitude and Longitude of address in Odoo using Google Api in Python You may require to get Latitude and Longitude between of an address in Odoo ( Openerp ) for many reasons . Here are steps to follow – First install pygeocoder Python Package Simply you can install usi...
How do I setup DHCP-Server interfaces so they are mapped/bridged to each other? Edit /etc/network/interfaces to have a section like this: iface br0 inet static bridge_ports eth0 eth1 address 192.168.0.1 netmask 255.255.255.0 (This is assuming you are using 192.168.0.x addressses ...
Odoo Base Location Geonames Import This module adds a wizard to import better zip entries from Geonames database. Installation For installing this module, you need these Python libraries: requests and unicodecsv. Configuration For seei...