How To Install and Configure Elasticsearch on Ubuntu 14.04 Introduction Elasticsearch is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability. Elasticsearch supports ...
OVS Integration with Debian Network Scripts I had a reader contact me recently with some questions regarding the use of Open vSwitch (OVS) on Debian “Jessie” 8.5 and using the OVS integration with the Debian network scripts. For those of you th...
How To Install DenyHosts On Ubuntu 14.04 Server DenyHosts is a python tool that monitors your webserver logs for activities that may signal a brute force attack against you. A brute force attack is a method used by bad guys to gain access to your s...
Install HumHub on an Ubuntu Trusty with Nginx and MariaDB In this guide we will show you how install HumHub on an Ubuntu VPS with Nginx and MariaDB. HumHub is a flexible open source social network application written in PHP on top of the Yii framework. HumHu...
Odoo Multiple Images Base This module extends the functionality of any model to support multiple images (a gallery) attached to it and allow you to manage them. Installation This module adds abstract models to work on. Its sol...
Building distributed mesh networks of LXC hosts Tinc is more secure than a GRE tunnel as connections are encrypted. Tinc also gives you the ability to built a distributed mesh network. We are not covering Tinc’s extensive capabilities here, please ...
How to configure HSTS on Nginx Yesterday talking with one of the Nginxtips.com users about HTTPS I saw he mentioned he had enabled ‘HSTS’, so I started digging what was all that about… And it turns to be a great security tip for al...
Get started with Ansible – installation and basics. Command Rundown We start by creating an SSH key into my Digital Ocean account. To create this SSH key, we’d locally run: cd ~/.ssh ssh-keygen -t rsa -b 4096 -C "[email protected]" -f id_ansi...
Scott’s Weblog The weblog of an IT pro specializing in virtualization, networking, open source, and cloud computing The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export....
Zentyal Installation Zentyal Installer The preferred way to install Zentyal on a new machine from scratch is using our tailored CD installer. This CD contains Zentyal and all its dependencies. The 4.0 version is based on ...
Automatically Connecting LXC to Open vSwitch I’ve previously discussed using Open vSwitch (OVS) with Linux Containers (LXC) in a couple of previous posts ( here and here ). In this post, I’m going to show you one way to have your containers auto...
Odoo clean module database Not really, your Odoo probably thinks the module is still there while it isn’t. The easiest way to fix this is to restart the Odoo server with a -u all to reload all modules. Be sure to take a back-up...