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...
Create and configure automatically your Odoo database When developing an Odoo project, it is very helpful to bootstrap a completely new database from scratch, for instance: to deploy a new development environment generate builds inside a Continuous Integ...
How to switch from NetworkManager to systemd-networkd on Linux In the world of Linux, adoption of systemd has been a subject of heated controversy, and the debate between its proponents and critics is still going on. As of today, most major Linux distributions ha...
LXC, Bridge, Dnsmasq, Iptables en Vagrant Intro Ik ben laatst overgestapt van ubuntu naar debian jessie. Daar wil de ik ook lxc gebruiken met vagrant, echter merkte ik dat het netwerk gedeelte het niet deed. De container kreeg geen ip adres e...
How to install and run Odoo 9.0 in production? It’s quite easy to get Odoo up and running for production use, although it will require a little patience. In this tutorial, you’ll learn how to install Odoo in minutes. Sure you can install Odoo in a...
odoo9 virtualmin ubuntu Set up server (Ignore if Virtualmin already installed) Install OS Run OS Updates Install Virtualmin Note the version of PostgreSQL installed Create Odoo account “odoo9a.example.com” Virtualmin > Creat...
Secure Mesh VPN Network Interconnect for LXC containers in Multiple IaaS Clouds https://peervpn.net/ Problem Statement On any of the existing IaaS Cloud providers like AWS, Digital Ocean etc you can easily create virtual machine “instances” of running Linux servers. Note that som...
Using Rundeck on Ubuntu to automate server deployments into LXC (local or remote) containers http://rundeck.org/index.html#LearnMore Continuing my last posts regarding LXC (linux containers) I realize that managing them from the command line might be a bit tedious when there can be hundreds o...