Content Curation Tools To help you curate, here’s a list of 26 tools you can use to find, aggregate and share your content with the world, be it in a blog roundup, big list of resources or to share via social. Note that som...
Connect to Odoo (formerly OpenERP) in your application with ERPpeek JUN 13, 2014 #python #openerp #odoo #erppeek #xmlrpc This post is the first part of two articles for ERPpeek and Odoo . In this post, we will use the new name, Odoo instead of OpenERP but the content ...
psad and fwsnort Introduction psad and fwsnort are a pair of light weight tools which can be used as an effective NIDS . psad home page fwsnort home page psad is a set of lightweight daemons that monitor network traff...
Flynn Powerful and easy. The way it should be. Administrator Throw away the duct tape. Say hello to Flynn. Flynn fixes everything that’s wrong with the process of deploying, scaling, and managing your appli...
Ansible a radically simple IT automation system Administrator It handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration – including tr...
Disable Strict Mode for MySQL 5.7 on Ubuntu 16.04 I was working on an Ubuntu 16.04 LTS server with Virtualmin, Nginx, PHP 7 and MySQL 5.7 when I uncounted an error related to MySQL. Few MySQL queries failed and application I was working on displayed ...
Installing mailparse php7 mbstring error You should be able to download the mailparse source, comment out the test for HAVE_MBSTRING in mailparse.c (around line 34), and build it normally. Here’s what I did in Ubuntu 16.04 (assume ‘sudo’ whe...
Setup Linux Container With LXC On Ubuntu 16.04 Linux containers (LXC), is an open source, lightweight operating system-level virtualization software that helps us to run a multiple isolated Linux systems (containers) on a single Linux host. LXC pr...
Install Pimcore on an Ubuntu 14.04 VPS Login to your VPS via SSH ssh user@vps_IP Update the system and install necessary packages [user]$ sudo apt-get update && sudo apt-get -y upgrade [user]$ sudo apt-get install software-properties-commo...
Streisand Silence censorship. Automate the effect. The Internet can be a little unfair. It’s way too easy for ISPs, telecoms, politicians, and corporations to block access to the sites and information that you care about. But breaking through these re...
Rename – A Command Line Tool For Renaming Multiple Files in Linux We often use “ mv ” command to rename a single file in Linux . However, renaming multiple or group of files quickly makes it very difficult task in a terminal. Linux comes with a very powerful built-i...
How To Use Dig, Whois, & Ping on an Ubuntu VPS to Query DNS Data What is Dig? Dig is a networking tool that can query DNS servers for information. It can be very helpful for diagnosing problems with domain pointing and is a good way to verify that your configuratio...