Deleting lots of keys in Redis, fast Here’s a snippet that has helped me whenever I’ve wanted to delete a large number of keys in Redis . This snippet can be run from a bash (or equivalent) shell. In this example i want to delete all key...
The art of port forwarding on Linux The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export....
Weblinks checkTLS email security calomel wp-cli linuxcontainers lxc security 9-tips-for-improving-wordpress-performance-with-nginx setting-up-bridged-lxc-containers-with-static-ips bridging-lxc-containers-to-h...
How to Grab | Disable BIND Version Banner The BIND DNS server by default will broadcast its version publicly. Security-minded admins may want to disable broadcasting of the BIND banner. I’ll show you how! Grab BIND banner It is possible to us...
What is LXC? LXC is a process model that lets you run Linux within Linux. It accomplishes this through containment of a group of one or more processes in isolation. Its Lightweight. LXC does not virtualize hardwar...
owncloud maintenance Stop the upgrade process this way: cd /var/www/owncloud/ sudo -u www-data php occ maintenance:mode –off And start the manual process: sudo -u www-data php occ upgrade If this does not work properly, t...
Install OpenSearchServer on Ubuntu Checking your Java version In a shell, enter the command line java -version Check whether your Java version is 7 or newer: If your version is not Version 7 or greater you’ll need to update your Java e...
Setup Ruby 2.3 on Ubuntu 14.04 Trusty Tahr Installing Ruby Choose the version of Ruby you want to install: 2.3.1 (Recommended) 2.2.5 2.1.9 2.0.0-p648 The first step is to install some dependencies for Ruby. sudo apt-get update sudo apt-get ins...
Setup File server on ubuntu 14.04 ( Samba ) Samba is a free software used to enable file and print services on unix-like systems. It runs on most unix variants, such as Linux, AIX, Solaris and BSD. This article helps you to set up file server o...
Docker vs LXC Docker is NOT an “improvement of LXC’s capabilities”, because it does not provide same service, it’s application isolation, while LXC is subOS isolation. In short: – LXC=container for normal multiproc...
Odoo Development links on the internet Odoo Mobile development library Use Odoo development Odoo OCA community yelizariev odoo-saas-tools website_sale_require_login odoo-development.readthedocs.org...